open-envault 0.3.2

Local-first SOPS-compatible secrets for Git and Rust
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.96"
name = "open-envault"
version = "0.3.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Local-first SOPS-compatible secrets for Git and Rust"
readme = "README.md"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/sayanmohsin/open-envault"
resolver = "2"

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

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

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

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

[dependencies.aes-gcm]
version = "0.11"
features = [
    "aes",
    "alloc",
]

[dependencies.age]
version = "0.12"
features = ["armor"]

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.23"

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

[dependencies.hex]
version = "0.4"

[dependencies.rand]
version = "0.10"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.11"

[dependencies.yaml_serde]
version = "0.10"

[dependencies.zeroize]
version = "1"

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