[package]
edition = "2024"
rust-version = "1.90"
name = "bcx-crypto"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Crypto-agile BCX envelope metadata and verifier traits."
homepage = "https://github.com/valkyoth/bcx"
readme = "README.md"
keywords = [
"bcx",
"cryptography",
"signature",
"no-std",
]
categories = [
"cryptography",
"no-std",
]
license = "EUPL-1.2"
repository = "https://github.com/valkyoth/bcx"
[features]
alloc = []
default = []
[lib]
name = "bcx_crypto"
path = "src/lib.rs"
[dependencies.bcx-core]
version = "0.4.0"
default-features = false
[dependencies.bcx-wire]
version = "0.4.0"
default-features = false
[lints.clippy]
expect_used = "deny"
panic = "deny"
todo = "deny"
undocumented_unsafe_blocks = "deny"
unwrap_used = "deny"
[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"
unused_must_use = "deny"