libsalus 0.2.0

A key/value store protected by secret shares and encryption
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.91.1"
name = "libsalus"
version = "0.2.0"
authors = ["Jason Ozias <jason.g.ozias@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A key/value store protected by secret shares and encryption"
homepage = "https://github.com/rustyhorde/salus"
documentation = "https://docs.rs/salus"
readme = "README.md"
keywords = [
    "shamir",
    "store",
    "cryptography",
    "redb",
]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rustyhorde/salus"

[[package.metadata.cargo-matrix.channel]]
name = "default"

[[package.metadata.cargo-matrix.channel]]
name = "linux"

[[package.metadata.cargo-matrix.channel]]
name = "macos"

[features]
unstable = []

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.bincode-next]
version = "3.0.0-rc.15"

[dependencies.bon]
version = "3.9.3"

[dependencies.dirs2]
version = "3.0.1"

[dependencies.getset]
version = "0.1.7"

[dependencies.interprocess]
version = "2.4.2"
features = [
    "async",
    "tokio",
]

[dependencies.nucleo-matcher]
version = "0.3.1"

[dependencies.ssss]
version = "1.0.5"

[dependencies.tracing]
version = "0.1.44"
features = [
    "max_level_trace",
    "release_max_level_trace",
]

[dependencies.zeroize]
version = "1.9.0"

[dev-dependencies.aws-lc-rs]
version = "1.17.0"

[dev-dependencies.rand]
version = "0.10.1"

[build-dependencies.rustversion]
version = "1.0.22"