[dependencies.base64]
version = "0.22.1"
[dependencies.config]
version = "0.15.19"
[dependencies.dirs]
version = "6.0.0"
[dependencies.hex]
version = "0.4.3"
[dependencies.keyring]
features = ["apple-native", "windows-native", "linux-native-sync-persistent"]
version = "3.6.3"
[dependencies.serde]
features = ["derive"]
version = "1.0.228"
[dependencies.thiserror]
version = "2.0.17"
[dependencies.toml]
features = ["preserve_order"]
version = "0.9.8"
[dev-dependencies.pretty_assertions]
version = "1.4.1"
[dev-dependencies.tempfile]
version = "3.23.0"
[[example]]
name = "print_default_profile"
path = "examples/print_default_profile.rs"
[lib]
name = "mongodb_atlas_cli"
path = "src/lib.rs"
[package]
authors = ["Jeroen Vervaeke <atlas-cli-ng.s29p5@simplelogin.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "database"]
description = "Opinionated alternative CLI and library to interact with the MongoDB Atlas Admin API"
edition = "2024"
exclude = ["cliff.toml"]
homepage = "https://github.com/jeroenvervaeke/mongodb-atlas-cli-ng"
keywords = ["mongodb", "atlas", "cli", "atlas-cli"]
license = "MIT"
name = "mongodb-atlas-cli"
readme = "README.md"
repository = "https://github.com/jeroenvervaeke/mongodb-atlas-cli-ng"
version = "0.0.2"
[[test]]
name = "helper"
path = "tests/helper.rs"
[[test]]
name = "legacy_store"
path = "tests/legacy_store.rs"
[[test]]
name = "load_config"
path = "tests/load_config.rs"