keycli 0.1.0

An environment manager which stores your secrets in your OS keyring
# 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 = "2024"
name = "keycli"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An environment manager which stores your secrets in your OS keyring"
readme = "README.md"
license = "MIT"

[[bin]]
name = "keycli"
path = "src/main.rs"

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[dependencies.clap_complete_command]
version = "0.6.1"

[dependencies.colored]
version = "3.1.1"

[dependencies.dialoguer]
version = "0.12.0"

[dependencies.env_logger]
version = "0.11.9"

[dependencies.heck]
version = "0.5.0"

[dependencies.hex]
version = "0.4.3"

[dependencies.log]
version = "0.4.29"

[dependencies.regex]
version = "1.12.3"

[dependencies.sha2]
version = "0.10.9"

[dev-dependencies.trycmd]
version = "1.2.0"

[target.'cfg(target_os = "linux")'.dependencies.keyring]
version = "3.6.3"
features = ["linux-native-sync-persistent"]

[target.'cfg(target_os = "macos")'.dependencies.keyring]
version = "3.6.3"
features = ["apple-native"]

[target.'cfg(target_os = "windows")'.dependencies.keyring]
version = "3.6.3"
features = ["windows-native"]