[dependencies.ring]
version = "0.17"
[dependencies.xxhash-rust]
features = ["xxh3"]
version = "0.8.7"
[lib]
name = "sec_store"
path = "src/lib.rs"
[package]
authors = ["Douman <douman@gmx.se>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["cryptography", "config"]
description = "Simple encrypted storage"
edition = "2018"
include = ["**/*.rs", "Cargo.toml", "README.md"]
keywords = ["encryption", "security", "secrets", "cryptography"]
license = "BSL-1.0"
name = "sec-store"
readme = "README.md"
repository = "https://github.com/DoumanAsh/sec-store"
version = "1.1.0"
[[test]]
name = "store"
path = "tests/store.rs"