24 lines
580 B
TOML
24 lines
580 B
TOML
[package]
|
|
name = "noxis-rs"
|
|
version = "0.12.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.93"
|
|
chrono = "0.4.38"
|
|
clap = { version = "4.5.21", features = ["derive"] }
|
|
env_logger = "0.11.3"
|
|
inotify = "0.11.0"
|
|
log = "0.4.22"
|
|
pcap = "2.2.0"
|
|
redis = "0.29.2"
|
|
serde = { version = "1.0.203", features = ["derive"] }
|
|
serde_json = "1.0.118"
|
|
sysinfo = "0.32.0"
|
|
tokio = { version = "1.38.0", features = ["full", "time"] }
|
|
noxis-cli = { path = "../noxis-cli" }
|
|
dotenv = "0.15.0"
|
|
futures = "0.3.31"
|
|
async-trait = "0.1.88"
|
|
crossbeam = { version = "0.8.4", features = ["crossbeam-channel"] }
|