Files
waterfall/Cargo.toml
T
Kinesin Data Technologies Incorporated 0d6cea4152 Adding remote_agent
2022-10-05 08:50:40 -03:00

26 lines
773 B
TOML

[package]
name = "waterfall"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1"
chrono = { version = "0.4", features = ["serde"] }
chrono-tz = { version = "0.6", features = ["serde"] }
futures = "0.3"
reqwest = { version = "0.11", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1", features = ["full"] }
users = { version = "0.11", optional = true }
psutil = { version = "3.2", features = ["process"] }
sysinfo = "0.23"
redis = { version = "*", features = ["aio", "tokio-comp"] }
clap = { version = "3.1", features = ["derive"] }
env_logger = "0.9"
log = "0.4"
actix-web = "4"
actix-cors = "0.6"