qcomm-core 0.1.0

Post-quantum cryptographic primitives: ML-KEM-1024, SPHINCS+, Triple Ratchet with forward secrecy
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 = "qcomm-core"
version = "0.1.0"
authors = ["Paraxiom <contact@paraxiom.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Post-quantum cryptographic primitives: ML-KEM-1024, SPHINCS+, Triple Ratchet with forward secrecy"
documentation = "https://docs.rs/qcomm-core"
readme = "README.md"
keywords = [
    "post-quantum",
    "cryptography",
    "ml-kem",
    "sphincs",
    "ratchet",
]
categories = [
    "cryptography",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Paraxiom/drista"

[features]
ble = ["dep:btleplug"]
default = ["std"]
native-crypto = [
    "dep:pqcrypto-traits",
    "dep:pqcrypto-mlkem",
    "dep:pqcrypto-sphincsplus",
    "dep:x25519-dalek",
    "dep:tokio",
    "dep:async-trait",
    "dep:tokio-tungstenite",
    "dep:reqwest",
    "dep:futures-util",
    "dep:whoami",
]
qkd = []
qrng = []
std = []

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

[[example]]
name = "qssh_connect"
path = "examples/qssh_connect.rs"

[[example]]
name = "quantum_harmony_integration"
path = "examples/quantum_harmony_integration.rs"

[[test]]
name = "qssh_integration"
path = "tests/qssh_integration.rs"

[dependencies.aes-gcm]
version = "0.10"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.base64]
version = "0.22"

[dependencies.bincode]
version = "1.3"

[dependencies.btleplug]
version = "0.11"
optional = true

[dependencies.futures-util]
version = "0.3"
optional = true

[dependencies.hex]
version = "0.4"

[dependencies.hkdf]
version = "0.12"

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

[dependencies.pqcrypto-sphincsplus]
version = "0.7"
optional = true

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

[dependencies.rand]
version = "0.8"

[dependencies.reqwest]
version = "0.12"
features = ["json"]
optional = true

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.43"
features = ["full"]
optional = true

[dependencies.tokio-tungstenite]
version = "0.26"
optional = true

[dependencies.tracing]
version = "0.1"

[dependencies.whoami]
version = "1.6"
optional = true

[dependencies.winter-crypto]
version = "0.11"

[dependencies.winter-math]
version = "0.11"

[dependencies.winter-utils]
version = "0.11"

[dependencies.winterfell]
version = "0.11"

[dependencies.x25519-dalek]
version = "2.0"
optional = true

[dependencies.zeroize]
version = "1.8"
features = ["derive"]

[dev-dependencies.tokio]
version = "1.43"
features = [
    "rt-multi-thread",
    "macros",
]