[package]
edition = "2021"
name = "cipherstash-core"
version = "0.37.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared code and core modules for CipherStash clients"
homepage = "https://cipherstash.com"
documentation = "https://docs.rs/cipherstash-core"
readme = "README.md"
keywords = [
"cryptography",
"security",
"databases",
"encryption",
"sql",
]
categories = [
"cryptography",
"database",
]
license-file = "LICENSE"
repository = "https://github.com/cipherstash/cipherstash-suite"
[lib]
name = "cipherstash_core"
path = "src/lib.rs"
[dependencies.hmac]
version = "0.12.1"
[dependencies.lazy_static]
version = "1.4.0"
[dependencies.num-bigint]
version = "0.4"
[dependencies.rand]
version = "0.8.5"
[dependencies.regex]
version = "1"
[dependencies.sha2]
version = "0.10.5"
[dependencies.thiserror]
version = "1.0.56"
[dev-dependencies.hex-literal]
version = "0.3.4"
[dev-dependencies.paste]
version = "1.0.9"
[dev-dependencies.serde]
version = "1.0"
features = ["derive"]
[dev-dependencies.serde_json]
version = "1.0.132"
[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
version = "0.2"
features = ["js"]