lum_ccc_rust/crates/ccc-crypto-core/Cargo.toml

19 lines
496 B
TOML

[package]
name = "ccc-crypto-core"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
description = "Shared traits, algorithm enumerations, and provider registry for the CCC crypto system."
[dependencies]
zeroize.workspace = true
thiserror.workspace = true
serde.workspace = true
serde_json.workspace = true
log.workspace = true
once_cell.workspace = true
[dev-dependencies]
# Nothing external needed for registry unit tests.