Files
rust-scan-mc/Cargo.toml
T

22 lines
469 B
TOML
Raw 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"