# 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 = "mongodb-atlas-admin" version = "0.0.1" description = "A wrapper around the MongoDB Atlas Admin API" homepage = "https://github.com/beaumontjonathan/mongodb-atlas-admin-rs#readme" keywords = [ "mongodb", "atlas", ] license = "MIT" repository = "https://github.com/beaumontjonathan/mongodb-atlas-admin-rs" resolver = "2" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.digest_auth] version = "0.3" features = ["http"] [dependencies.futures] version = "0.3" [dependencies.http] version = "0.2" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.urlencoding] version = "2.1" [dev-dependencies.pretty_assertions] version = "1.2"