murk-cli 0.3.0

Encrypted secrets manager for developers — one file, age encryption, git-friendly
Documentation
# 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"
rust-version = "1.89"
name = "murk-cli"
version = "0.3.0"
build = false
exclude = [
    "CLAUDE.md",
    "AGENTS.md",
    "SPEC.md",
    ".beads/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Encrypted secrets manager for developers — one file, age encryption, git-friendly"
readme = "README.md"
keywords = [
    "secrets",
    "encryption",
    "age",
    "dotenv",
    "security",
]
categories = [
    "command-line-utilities",
    "cryptography",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/iicky/murk"

[lib]
name = "murk_cli"
path = "src/lib.rs"

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

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

[dependencies.age]
version = "0.11.2"
features = ["ssh"]

[dependencies.base64]
version = "0.22.1"

[dependencies.bech32]
version = "0.11.1"

[dependencies.bip39]
version = "2.2.2"

[dependencies.chrono]
version = "0.4"
features = ["clock"]
default-features = false

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

[dependencies.colored]
version = "3"

[dependencies.rand]
version = "0.10.0"

[dependencies.rpassword]
version = "7"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sha2]
version = "0.10.9"

[dependencies.ureq]
version = "3"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.assert_fs]
version = "1"

[dev-dependencies.predicates]
version = "3"