dcrypt-common 1.2.1

Common implementations and shared functionality for the dcrypt library
Documentation
[dependencies.dcrypt-api]
version = "=1.2.1"

[dependencies.dcrypt-internal]
version = "=1.2.1"

[dependencies.rand]
optional = false
version = "0.8.5"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.147"

[dependencies.subtle]
version = "2.4.1"

[dependencies.thiserror]
optional = true
version = "1.0.37"

[dependencies.zeroize]
features = ["zeroize_derive"]
version = "1.5.7"

[dev-dependencies.rand]
version = "0.8.5"

[features]
alloc = []
default = ["std"]
no_std = []
serde = ["dep:serde"]
std = ["thiserror", "zeroize/std", "alloc"]

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

[package]
authors = ["Heath Ledger"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Common implementations and shared functionality for the dcrypt library"
edition = "2021"
license = "Apache-2.0"
name = "dcrypt-common"
publish = true
readme = "README.md"
repository = "https://github.com/ioi-foundation/dcrypt"
version = "1.2.1"

[package.metadata.release]
publish = true