Files
garbage/producer/Cargo.toml
think.overdrive 94332450aa first commit
2026-01-14 16:24:37 +01:00

23 lines
602 B
TOML

[package]
name = "atlas_producer"
version = "0.1.0"
edition = "2024"
[lib]
name = "atlas_message"
path = "src/lib.rs"
[dependencies]
ring = "0.17.14"
rand = "0.9.2"
serde = { version = "1.0.228", features = ["derive"]}
serde_json = "1.0.145"
base64 = "0.22.1"
hex = "0.4.3"
tokio = { version = "1.32.0", features = ["full"] }
redis = { version = "0.32.7", features = ["aio", "connection-manager", "tokio-comp"] }
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"]}
regex = "1.11"
chrono = { version = "0.4.42", features = ["serde"] }
lapin = { version = "3.7.2" }