[[bin]]
name = "zero-cli"
path = "src/main.rs"
[dependencies.base64]
version = "0.22.1"
[dependencies.chrono]
features = ["serde"]
version = "0.4.38"
[dependencies.clap]
features = ["derive"]
version = "4.5.4"
[dependencies.dialoguer]
version = "0.11.0"
[dependencies.dotenv]
version = "0.15"
[dependencies.graphql_client]
version = "0.14.0"
[dependencies.keyring]
version = "2.3.2"
[dependencies.lazy_static]
version = "1.5.0"
[dependencies.open]
version = "5.1.2"
[dependencies.rand]
version = "0.8.5"
[dependencies.regex]
version = "1.10.4"
[dependencies.reqwest]
features = ["json"]
version = "0.12.4"
[dependencies.serde]
features = ["derive"]
version = "1.0.198"
[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]
features = ["full"]
version = "1.37.0"
[dependencies.uuid]
features = ["serde"]
version = "1.8.0"
[dev-dependencies.rexpect]
version = "0.5.0"
[features]
default = []
integration-test = []
[package]
authors = ["Zero <team@tryzero.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A command line tool for Zero Secrets Manager"
edition = "2021"
exclude = ["docs/*"]
homepage = "https://tryzero.com"
keywords = ["cli", "zero", "secrets", "password", "security"]
license = "MIT OR Apache-2.0"
name = "zero-cli"
readme = "README.md"
repository = "https://github.com/zerosecrets/cli"
version = "2.6.0"
[[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"