bcx-crypto 0.2.0

Crypto-agile BCX envelope metadata and verifier traits.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.90"
name = "bcx-crypto"
version = "0.2.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 = false
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.2.0"
default-features = false

[dependencies.bcx-wire]
version = "0.2.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"