zerokms-protocol 0.12.21

Library to manage the CipherStash ZeroKMS communication protocol
Documentation
[package]
name = "zerokms-protocol"
description = "Library to manage the CipherStash ZeroKMS communication protocol"
license-file = "LICENSE"
version = "0.12.21"
documentation = "https://docs.rs/zerokms-protocol"
edition.workspace = true
repository.workspace = true
homepage.workspace = true
keywords.workspace = true
categories.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
cipherstash-config = { workspace = true }
cts-common = { workspace = true, default-features = false, features = ["cached"] }

base64 = { workspace = true }
thiserror = { workspace = true }
serde = { workspace = true }
utoipa = { workspace = true }
uuid = { workspace = true }
validator = { version = "0.20", features = ["derive"] }
zeroize = { workspace = true }

static_assertions = "1.1.0"

fake = { version = "2.10.0", features = ["derive", "uuid"] }
rand = "0.8.5"
opaque-debug = "0.3.1"
const-hex = "1.14.1"

# Route `getrandom` to the browser/Deno crypto API on wasm32. Pulled in
# transitively via `rand 0.8` -> `getrandom 0.2`.
[target.'cfg(target_arch = "wasm32")'.dependencies]
getrandom = { version = "0.2", features = ["js"] }

[dev-dependencies]
serde_json = { workspace = true }