microkv 0.3.0

secure minimal key-value store
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 = "2021"
name = "microkv"
version = "0.3.0"
authors = ["ex0dus-0x"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "secure minimal key-value store"
homepage = "https://github.com/ex0dus-0x/microkv"
documentation = "https://docs.rs/microkv"
readme = "README.md"
license = "MIT"
repository = "https://github.com/ex0dus-0x/microkv"

[features]
argon2 = [
    "dep:argon2",
    "dep:base64ct",
]
default = []
strict-mlock = []

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

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

[dependencies.argon2]
version = "0.5"
features = ["alloc"]
optional = true
default-features = false

[dependencies.base64ct]
version = "=1.6.0"
optional = true

[dependencies.chacha20poly1305]
version = "0.10"

[dependencies.getrandom]
version = "0.2"

[dependencies.indexmap]
version = "2.1"
features = ["serde"]

[dependencies.memsec]
version = "0.7.0"

[dependencies.rmp-serde]
version = "=1.1.2"

[dependencies.scrypt]
version = "0.11"
default-features = false

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

[dependencies.thiserror]
version = "1"

[dependencies.zeroize]
version = "1"