kcode-credential-vault 0.1.0

A small encrypted persistent store for named application credentials
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.97"
name = "kcode-credential-vault"
version = "0.1.0"
build = false
include = [
    "src/**",
    "Cargo.toml",
    "DependencyAudit.md",
    "Documentation.md",
    "LICENSE",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A small encrypted persistent store for named application credentials"
documentation = "https://docs.rs/kcode-credential-vault"
readme = "README.md"
license = "MIT"

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

[dependencies.age]
version = "=0.12.1"

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

[dependencies.serde_json]
version = "=1.0.151"

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

[dependencies.zeroize]
version = "=1.9.0"

[lints.rust]
unsafe_code = "forbid"