[dependencies.base64]
version = "0.22.1"
[dependencies.dcrypt-api]
version = "=1.2.2"
[dependencies.dcrypt-common]
version = "=1.2.2"
[dependencies.dcrypt-internal]
version = "=1.2.2"
[dependencies.hex]
version = "0.4.3"
[dependencies.rand]
default-features = false
version = "0.8.5"
[dependencies.zeroize]
features = ["zeroize_derive"]
version = "1.8.1"
[features]
alloc = []
default = ["std"]
no_std = ["alloc", "dcrypt-api/no_std", "dcrypt-common/no_std", "dcrypt-internal/no_std"]
std = ["dcrypt-api/std", "dcrypt-common/std", "dcrypt-internal/std"]
[lib]
name = "dcrypt_utils"
path = "src/lib.rs"
[package]
authors = ["Heath Ledger"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Utilities and helpers for the dcrypt library"
edition = "2021"
license = "Apache-2.0"
name = "dcrypt-utils"
publish = true
readme = "README.md"
repository = "https://github.com/ioi-foundation/dcrypt"
version = "1.2.2"
[package.metadata.release]
publish = true