zerokms-protocol 0.9.0

Library to manage the CipherStash ZeroKMS communication protocol
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.22.0"

[dependencies.cipherstash-config]
version = "0.2.2"

[dependencies.const-hex]
version = "1.14.1"

[dependencies.cts-common]
features = ["cached"]
version = "0.4.0"

[dependencies.fake]
features = ["derive", "uuid"]
version = "2.10.0"

[dependencies.opaque-debug]
version = "0.3.1"

[dependencies.rand]
version = "0.8.5"

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

[dependencies.static_assertions]
version = "1.1.0"

[dependencies.thiserror]
version = "1.0.56"

[dependencies.uuid]
features = ["v4", "v5", "serde"]
version = "1.8"

[dependencies.zeroize]
features = ["derive"]
version = "1.8.1"

[dev-dependencies.serde_json]
version = "1.0.89"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "database"]
description = "Library to manage the CipherStash ZeroKMS communication protocol"
documentation = "https://docs.rs/zerokms-protocol"
edition = "2021"
homepage = "https://cipherstash.com"
keywords = ["cryptography", "security", "databases", "encryption", "sql"]
license-file = "LICENSE"
name = "zerokms-protocol"
readme = false
repository = "https://github.com/cipherstash/cipherstash"
version = "0.9.0"