memseal 0.1.2

Encrypt and store secrets in memory with password-based key derivation, authenticated encryption, and automatic zeroization
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 = "memseal"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Encrypt and store secrets in memory with password-based key derivation, authenticated encryption, and automatic zeroization"
readme = "README.md"
keywords = [
    "encryption",
    "secrets",
    "vault",
    "memory",
    "security",
]
categories = ["cryptography"]
license = "MIT"
repository = "https://github.com/samjanny/memseal"

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

[[bench]]
name = "full_bench"
path = "benches/full_bench.rs"
harness = false

[dependencies.memsec]
version = "0.7.0"

[dependencies.orion]
version = "0.17.10"

[dependencies.rand_core]
version = "0.9.3"
features = ["os_rng"]

[dependencies.secrecy]
version = "^0.10"

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.zeroize]
version = "^1.8"
features = ["derive"]

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