-
Notifications
You must be signed in to change notification settings - Fork 15
/
Cargo.toml
44 lines (41 loc) · 1.21 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# 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 <[email protected]>"]
edition = "2018"
[dependencies]
bitflags = "2.6.0"
byteorder = "1.5.0"
chrono = "0.4.39"
clap = "4.5.23"
dns-parser = "0.8.0"
flate2 = "1.0"
itertools = "0.13.0"
lazy_static = "1.5.0"
log = "0.4.22"
pcap = "2.2.0"
pcap-file = "2.0.0"
pnet = { version = "0.33.0", features = ["std"] }
rand = "0.8.4"
siphasher = "1.0"
stderrlog = "0.6.0"
strum = "0.26.3"
strum_macros = "0.26.4"
[[bin]]
name = "masscanned"
path = "src/masscanned.rs"