# 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 = "zero-cli" version = "2.5.0" authors = ["Zero "] build = false exclude = ["docs/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "A command line tool for Zero Secrets Manager" homepage = "https://tryzero.com" readme = "README.md" keywords = [ "cli", "zero", "secrets", "password", "security", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/zerosecrets/cli" [[bin]] name = "zero-cli" path = "src/main.rs" [[test]] name = "help" path = "tests/help.rs" [[test]] name = "projects" path = "tests/projects.rs" [[test]] name = "secrets" path = "tests/secrets.rs" [[test]] name = "teams" path = "tests/teams.rs" [[test]] name = "tokens" path = "tests/tokens.rs" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.dialoguer] version = "0.11.0" [dependencies.graphql_client] version = "0.14.0" [dependencies.keyring] version = "2.3.2" [dependencies.open] version = "5.1.2" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.10.4" [dependencies.reqwest] version = "0.12.4" features = ["json"] [dependencies.serde] version = "1.0.198" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.strum] version = "0.26.2" [dependencies.strum_macros] version = "0.26.2" [dependencies.termimad] version = "0.29.2" [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.uuid] version = "1.8.0" features = ["serde"] [dev-dependencies.rexpect] version = "0.5.0"