mirror of
https://github.com/ivre/masscanned.git
synced 2025-10-02 06:38:21 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.47 to 4.5.48. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.47...clap_complete-v4.5.48) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.48 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
44 lines
1.2 KiB
TOML
44 lines
1.2 KiB
TOML
# This file is part of masscanned.
|
|
# Copyright 2021 - The IVRE project
|
|
#
|
|
# Masscanned is free software: you can redistribute it and/or modify it
|
|
# under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation, either version 3 of the License, or
|
|
# (at your option) any later version.
|
|
#
|
|
# Masscanned is distributed in the hope that it will be useful, but WITHOUT
|
|
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
|
# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
|
|
# License for more details.
|
|
#
|
|
# You should have received a copy of the GNU General Public License
|
|
# along with Masscanned. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
[package]
|
|
name = "masscanned"
|
|
version = "0.2.0"
|
|
authors = ["_Frky <3105926+Frky@users.noreply.github.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
bitflags = "2.9.4"
|
|
byteorder = "1.5.0"
|
|
chrono = "0.4.42"
|
|
clap = "4.5.48"
|
|
dns-parser = "0.8.0"
|
|
flate2 = "1.1"
|
|
itertools = "0.14.0"
|
|
lazy_static = "1.5.0"
|
|
log = "0.4.28"
|
|
pcap = "2.3.0"
|
|
pcap-file = "2.0.0"
|
|
pnet = { version = "0.33.0", features = ["std"] }
|
|
rand = "0.9.2"
|
|
siphasher = "1.0"
|
|
stderrlog = "0.6.0"
|
|
strum = "0.27.2"
|
|
strum_macros = "0.27.2"
|
|
|
|
[[bin]]
|
|
name = "masscanned"
|
|
path = "src/masscanned.rs"
|