rustls-graviola 0.3.3

graviola is a modern, fast cryptography library
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 = "rustls-graviola"
version = "0.3.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "graviola is a modern, fast cryptography library"
readme = "README.md"
categories = [
    "network-programming",
    "cryptography",
]
license = "Apache-2.0 OR ISC OR MIT-0"
repository = "https://github.com/ctz/graviola/"
resolver = "2"

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

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

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

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

[dependencies.graviola]
version = "0.3.0"

[dependencies.libcrux-ml-kem]
version = "0.0.6"
features = [
    "mlkem768",
    "alloc",
]
default-features = false

[dependencies.rustls]
version = "0.23.18"
features = [
    "std",
    "tls12",
]
default-features = false

[dev-dependencies.env_logger]
version = "0.11"

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

[dev-dependencies.http-body-util]
version = "0.1"

[dev-dependencies.hyper]
version = "1"
default-features = false

[dev-dependencies.hyper-rustls]
version = "0.27"
features = [
    "native-tokio",
    "http1",
    "tls12",
    "logging",
]
default-features = false

[dev-dependencies.hyper-util]
version = "0.1"
features = ["server-auto"]
default-features = false

[dev-dependencies.rustls]
version = "0.23.23"
features = [
    "aws-lc-rs",
    "ring",
]
default-features = false

[dev-dependencies.rustls-pemfile]
version = "2"

[dev-dependencies.tokio]
version = "1.0"
features = [
    "io-std",
    "macros",
    "net",
    "rt-multi-thread",
]

[dev-dependencies.tokio-rustls]
version = "0.26"
default-features = false