confium-composite 0.10.2

Composite multi-algorithm signature aggregation for PQ migration in Confium
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.85"
name = "confium-composite"
version = "0.10.2"
authors = ["Ribose Open <open.source@ribose.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Composite multi-algorithm signature aggregation for PQ migration in Confium"
homepage = "https://www.confium.org/"
documentation = "https://docs.rs/confium-composite"
readme = "README.md"
keywords = [
    "crypto",
    "composite",
    "pqc",
    "signature",
    "confium",
]
categories = [
    "authentication",
    "cryptography",
]
license = "BSD-2-Clause"
repository = "https://github.com/confium/confium"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []
pq = ["dep:ml-dsa"]
pq-slh = [
    "dep:slh-dsa",
    "dep:hybrid-array",
]
wycheproof = ["dep:hex"]

[lib]
name = "confium_composite"
crate-type = ["rlib"]
path = "src/lib.rs"

[dependencies.ed25519-dalek]
version = "3"
features = ["rand_core"]

[dependencies.getrandom]
version = "0.4"
features = ["sys_rng"]

[dependencies.hex]
version = "0.4"
optional = true

[dependencies.hybrid-array]
version = "0.4"
features = ["extra-sizes"]
optional = true

[dependencies.ml-dsa]
version = "0.1"
features = ["rand_core"]
optional = true

[dependencies.p256]
version = "0.14"
features = [
    "ecdsa",
    "pem",
    "arithmetic",
    "ecdsa",
]

[dependencies.rand_core]
version = "0.6"
features = ["getrandom"]
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.11"

[dependencies.slh-dsa]
version = "=0.2.0-rc.5"
optional = true

[dependencies.thiserror]
version = "2"

[dev-dependencies.p256]
version = "0.14"
features = [
    "ecdsa",
    "pem",
    "arithmetic",
    "ecdsa",
    "arithmetic",
]

[dev-dependencies.proptest]
version = "1"