[package] name = "redis_interface" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bytes = "1.2.1" error-stack = "0.2.1" fred = { version = "5.2.0", features = ["metrics", "partial-tracing"] } serde = { version = "1.0.145", features = ["derive"] } serde_json = "1.0.85" serde_urlencoded = "0.7.1" thiserror = "1.0.37" # First party crates common_utils = { version = "0.1.0", path = "../common_utils" } router_env = { version = "0.1.0", path = "../router_env", features = ["log_extra_implicit_fields", "log_custom_entries_to_extra"] }