[package] name = "mconfig" version = "0.2.1" edition = "2021" license = "MIT" keywords = ["config", "mongodb"] description = "A lib for Rust to read config from MongoDb" repository = "https://github.com/qiaoruntao/mconfig" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = "1" serde_with = { version = "2", features = [] } mongodb = { version = "2", features = [] } tokio = { version = "1", features = [] } futures = "0" qrt-log-utils = "0"