securo 0.1.4

Cryptographic impl for hybrid classical-post-quantum authentication and secure communication
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"
name = "securo"
version = "0.1.4"
authors = ["github.com/louislafosse"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cryptographic impl for hybrid classical-post-quantum authentication and secure communication"
homepage = "https://github.com/louislafosse/securo"
documentation = "https://docs.rs/securo"
readme = "README.md"
keywords = [
    "cryptography",
    "kyber",
    "x25519",
    "ed25519",
    "tls",
]
categories = [
    "cryptography",
    "authentication",
]
license = "MIT"
repository = "https://github.com/louislafosse/securo/tree/main/securo"

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

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

[dependencies.base64]
version = "0.22"

[dependencies.crypto_box]
version = "0.9.1"

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

[dependencies.hmac]
version = "0.12"

[dependencies.jsonwebtoken]
version = "10.3.0"
features = ["rust_crypto"]

[dependencies.pqc_kyber]
version = "0.7"
features = ["kyber1024"]

[dependencies.rustls]
version = "0.23.36"
features = [
    "ring",
    "std",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sha2]
version = "0.10"

[dependencies.tokio-tungstenite]
version = "0.28.0"
features = ["rustls-tls-native-roots"]

[dependencies.tracing]
version = "0.1.44"

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

[dependencies.webpki]
version = "0.103.9"
package = "rustls-webpki"

[dependencies.x25519-dalek]
version = "2.0"
features = ["static_secrets"]

[profile.dev]
debug = 2
incremental = true

[profile.release]
opt-level = 3
codegen-units = 1
debug = 0
panic = "abort"
strip = true