Files

25 lines
559 B
TOML
Raw Permalink Normal View History

2025-04-16 11:49:51 -06:00
[package]
name = "untitled"
version = "0.1.0"
edition = "2024"
[dependencies]
2025-04-17 23:39:14 -06:00
reqwest = { version = "0.12.15", features = ["blocking"] }
byteorder = "1.5.0"
indicatif = "0.17.11"
2025-04-17 23:39:14 -06:00
lazy_static = "1.5.0"
memchr = "2.7.4"
2025-04-16 11:49:51 -06:00
pnet = "0.35.0"
rand = "0.9.0"
2025-04-17 23:39:14 -06:00
regex = "1.11.1"
2025-04-16 11:49:51 -06:00
rocksdb = "0.23.0"
serde = { version = "1.0.219", features = ["derive"] }
2025-04-19 12:07:22 -06:00
serde_json = { version = "1.0.140", features = ["std"] }
tokio = "1.44.2"
2025-04-19 12:07:22 -06:00
craftping = "0.7.0"
sha256 = "1.6.0"
rayon = "1.10.0"
2025-04-20 10:19:33 -06:00
futures = "0.3.31"
2025-04-28 12:34:14 -06:00
chrono = "0.4.40"
2025-04-30 13:25:14 -06:00
clap = { version = "4.5.37", features = ["derive"] }