# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "mconfig" version = "0.2.1" description = "A lib for Rust to read config from MongoDb" readme = "README.md" keywords = [ "config", "mongodb", ] license = "MIT" repository = "https://github.com/qiaoruntao/mconfig" [dependencies.futures] version = "0" [dependencies.mongodb] version = "2" features = [] [dependencies.qrt-log-utils] version = "0" [dependencies.serde] version = "1" [dependencies.serde_with] version = "2" features = [] [dependencies.tokio] version = "1" features = []