age-vault 0.1.0

A secure vault for managing age-encrypted accounts and data.
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"
name = "age-vault"
version = "0.1.0"
authors = ["neuxdotdev <neuxdev1@gmail.com>"]
build = false
exclude = [
    "/.github",
    "/.vscode",
    "/.idea",
    "/target",
    "/.git",
    "*.rs.bak",
    "Cargo.lock",
    "tests/fixtures/*.tmp",
    "bench/**/*",
    "example/**/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A secure vault for managing age-encrypted accounts and data."
homepage = "https://github.com/neuxdotdev/age-vault"
documentation = "https://docs.rs/age-vault"
readme = "README"
keywords = [
    "crypto",
    "encryption",
    "age",
    "security",
    "vault",
]
categories = [
    "cryptography",
    "development-tools",
    "authentication",
]
license = "MIT"
repository = "https://github.com/neuxdotdev/age-vault"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]
targets = [
    "x86_64-unknown-linux-gnu",
    "aarch64-apple-darwin",
    "wasm32-unknown-unknown",
]

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

[[example]]
name = "demo"
path = "examples/demo.rs"

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

[[bench]]
name = "benchmark"
path = "benches/benchmark.rs"

[dependencies.age-crypto]
version = "0.2.0"

[dependencies.age-setup]
version = "0.3.0"

[dependencies.argon2]
version = "0.5.3"

[dependencies.base64]
version = "0.22.1"

[dependencies.neuxcfg]
version = "0.3.1"

[dependencies.neuxdb]
version = "0.3.1"

[dependencies.rand]
version = "0.8"

[dependencies.secrecy]
version = "0.10.3"
features = ["serde"]

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.uuid]
version = "1.23.1"
features = ["v4"]

[dependencies.zeroize]
version = "1.8.2"

[dev-dependencies.criterion]
version = "0.8.2"

[lints.rust]
deprecated = "warn"
missing_docs = "warn"
unsafe_code = "warn"
unused = "warn"