-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathCargo.toml
37 lines (35 loc) · 892 Bytes
/
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
[package]
name = "pistol"
version = "3.1.6"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "A Rust Library about Cybersecurity "
homepage = "https://github.com/rikonaka/pistol-rs"
documentation = "https://docs.rs/pistol"
repository = "https://github.com/rikonaka/pistol-rs"
readme = "README.md"
keywords = ["penetration-test", "cybersecurity", "nmap"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
num_cpus = "^1"
rand = "^0"
subnetwork = "^0"
threadpool = "^1"
chrono = "^0"
gcdx = "^0"
crc32fast = "^1"
hex = "^0"
serde = { version = "^1", features = ["derive"] }
serde_json = "^1"
dns-lookup = "^2"
fancy-regex = "^0"
pnet = { version = "^0", features = ["serde"] }
once_cell = "^1"
prettytable-rs = "^0"
log = "^0"
env_logger = "^0"
regex = "^1"
thiserror = "^2"
zip = "^0"
kdam = "^0"
escape-bytes = "^0"