[package] name = "todored" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] async-trait = "0.1.72" axum = { version = "0.6.19", features = ["ws"] } log = "0.4.19" micronfig = "0.2.0" pkg-version = "1.0.0" pretty_env_logger = "0.5.0" redis = { version = "0.23.1", features = ["r2d2", "ahash", "cluster", "tokio-comp", "connection-manager"] } serde = { version = "1.0.178", features = ["derive"] } tokio = { version = "1.29.1", features = ["macros", "rt-multi-thread"] } tower-http = { version = "0.4.3", features = ["cors"] } uuid = { version = "1.4.1", features = ["v5", "serde"] }