uvb-mrvb 0.2.1

Multi-Rail Verification Bus (MRVB) with post-quantum cryptography support
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 = "2021"
name = "uvb-mrvb"
version = "0.2.1"
authors = ["UVB Contributors <info@sparkz.systems>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Multi-Rail Verification Bus (MRVB) with post-quantum cryptography support"
homepage = "https://gitlab.com/sparkz-community/security/uvb"
readme = "README.md"
license = "MIT"
repository = "https://gitlab.com/sparkz-community/security/uvb"

[features]
default = []
hybrid = ["pqc"]
pqc = [
    "pqcrypto-mldsa",
    "pqcrypto-traits",
]

[lib]
name = "uvb_mrvb"
path = "src/lib.rs"

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.ed25519-dalek]
version = "2.1"
features = [
    "rand_core",
    "serde",
]

[dependencies.pqcrypto-mldsa]
version = "0.1"
optional = true

[dependencies.pqcrypto-traits]
version = "0.3"
optional = true

[dependencies.rand]
version = "0.8"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.uuid]
version = "1.0"
features = [
    "v4",
    "serde",
]

[dependencies.uvb-crypto-api]
version = "0.2.1"

[dev-dependencies.hex]
version = "0.4"

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt",
]