[package] name = "cipherstash-core" description = "Shared code and core modules for CipherStash clients" version = "0.1.2" license-file = "LICENSE" documentation = "https://docs.rs/cipherstash-core" 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] hmac = { workspace = true } lazy_static = { workspace = true } thiserror = { workspace = true } num-bigint = "0.4" rand = "0.8.5" regex = "1" sha2 = "0.10.5" [dev-dependencies] serde = { workspace = true } serde_json = { workspace = true } paste = "1.0.9" hex-literal = "0.3.4"