[package] name = "zerokms-protocol" description = "Library to manage the CipherStash ZeroKMS communication protocol" license-file = "LICENSE" version = "0.3.1" 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 = { path = "../cipherstash-config", version = "0.2.2" } async-trait = { workspace = true } base64 = { workspace = true } thiserror = { workspace = true } serde = { workspace = true } uuid = { workspace = true } 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" [dev-dependencies] serde_json = "1.0.89"