murk-cli 0.10.1

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.10.1"
build = false
exclude = [
    "CLAUDE.md",
    "AGENTS.md",
    "SPEC.md",
]
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"

[features]
default = []
doc-gen = [
    "dep:clap-markdown",
    "dep:clap_mangen",
]
python = ["pyo3"]

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

[[bin]]
name = "gen-docs"
path = "src/bin/gen-docs.rs"
required-features = ["doc-gen"]

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

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

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

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

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

[dependencies.age]
version = "0.12.1"
features = [
    "ssh",
    "plugin",
    "cli-common",
]

[dependencies.base64]
version = "0.22.1"

[dependencies.bech32]
version = "0.12.0"

[dependencies.bip39]
version = "2.2.2"

[dependencies.blake3]
version = "1"

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

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

[dependencies.clap-markdown]
version = "0.1.5"
optional = true

[dependencies.clap_complete]
version = "4.6.5"

[dependencies.clap_mangen]
version = "0.3.0"
optional = true

[dependencies.colored]
version = "3"

[dependencies.constant_time_eq]
version = "0.4"

[dependencies.ed25519-dalek]
version = "3"

[dependencies.fs2]
version = "0.4.3"

[dependencies.pyo3]
version = "0.29"
features = [
    "extension-module",
    "abi3-py39",
]
optional = true

[dependencies.rand]
version = "0.10.1"

[dependencies.rmcp]
version = "2.1.0"
features = [
    "server",
    "macros",
    "transport-io",
    "schemars",
]
default-features = false

[dependencies.rpassword]
version = "7"

[dependencies.schemars]
version = "1"

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.sha2]
version = "0.11.0"

[dependencies.ssh-key]
version = "0.6"
features = [
    "ed25519",
    "alloc",
]
default-features = false

[dependencies.tempfile]
version = "3.27.0"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "process",
    "time",
    "io-util",
]

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["fmt"]
default-features = false

[dependencies.ureq]
version = "3"

[dependencies.walkdir]
version = "2.5.0"

[dependencies.zeroize]
version = "1"

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

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

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

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

[dev-dependencies.rmcp]
version = "2.1.0"
features = [
    "client",
    "transport-child-process",
]
default-features = false

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[lints.clippy]
dbg_macro = "deny"