# 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 = "atlas-cli-core" version = "0.3.0" authors = ["Jeroen Vervaeke "] build = false exclude = ["examples/"] autobins = false autoexamples = false autotests = false autobenches = false description = "Core library to interact with the MongoDB Atlas CLI" readme = "README.md" license = "MIT" [lib] name = "atlas_cli_core" path = "src/lib.rs" [dependencies.dirs] version = "5.0.1" [dependencies.serde] version = "1.0.210" [dependencies.strum] version = "0.26.3" [dependencies.strum_macros] version = "0.26.4" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.toml] version = "0.8.19" [dependencies.url] version = "2.5.2" features = ["serde"]