c5cli 1.1.0

Command-line interface for c5store secret management, enabling encryption, decryption, and key generation for YAML configurations.
[[bin]]
name = "c5cli"
path = "src/main.rs"

[dependencies.anyhow]
version = "^1.0"

[dependencies.atty]
version = "^0"

[dependencies.c5_core]
version = "^1"

[dependencies.clap]
features = ["derive", "cargo"]
version = "^4.5"

[dependencies.rand]
version = "^0.9"

[dependencies.regex]
version = "^1.11"

[dependencies.serde_yaml2]
version = "^0.1"

[dependencies.yaml-rust2]
version = "^0.10"

[dev-dependencies.assert_cmd]
version = "^2.0"

[dev-dependencies.predicates]
version = "^3.0"

[dev-dependencies.serde_yaml]
version = "^0.9"

[dev-dependencies.serial_test]
version = "^3.2"

[dev-dependencies.tempfile]
version = "^3.9"

[features]
default = []
full = ["default"]

[package]
authors = ["Norm O <normo.pub@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "config", "development-tools"]
description = "Command-line interface for c5store secret management, enabling encryption, decryption, and key generation for YAML configurations."
edition = "2021"
homepage = "https://github.com/normano/c5store/tree/main/cli/c5cli"
keywords = ["cli", "secrets", "config", "encryption", "keygen"]
license = "MPL-2.0"
name = "c5cli"
readme = "README.md"
repository = "https://github.com/normano/c5store.git"
version = "1.1.0"

[[test]]
name = "cli_decrypt_tests"
path = "tests/cli_decrypt_tests.rs"

[[test]]
name = "cli_encrypt_tests"
path = "tests/cli_encrypt_tests.rs"

[[test]]
name = "cli_gen_kp_tests"
path = "tests/cli_gen_kp_tests.rs"

[[test]]
name = "cli_gen_ssh_tests"
path = "tests/cli_gen_ssh_tests.rs"