[dependencies.aes]
version = "0.8.4"
[dependencies.futures]
version = "0.3.31"
[dependencies.rand]
version = "0.9.2"
[dependencies.ring]
version = "0.17.14"
[dependencies.rustls]
features = ["aws-lc-rs", "ring"]
version = "0.23.35"
[dependencies.rustls-native-certs]
version = "0.8.2"
[dependencies.sha2]
version = "0.10.9"
[dependencies.stable-vec]
version = "0.4.1"
[dependencies.webpki-roots]
version = "1.0.4"
[dev-dependencies.quinn]
features = ["rustls"]
version = "0.11.9"
[dev-dependencies.tokio]
features = ["full"]
version = "1.28.2"
[lib]
name = "voidio"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "VOID I/O - High-performance Cross-platform I/O for Rust."
documentation = "https://docs.rs/voidio"
edition = "2021"
homepage = "https://github.com/voidops/voidio"
license = "MIT"
name = "voidio"
readme = "README.md"
repository = "https://github.com/voidops/voidio"
version = "0.1.8"
[[test]]
name = "TestLogging"
path = "tests/TestLogging.rs"
[[test]]
name = "TestQuicServer"
path = "tests/TestQuicServer.rs"
[[test]]
name = "TestQuicServerFlood"
path = "tests/TestQuicServerFlood.rs"
[[test]]
name = "TestSocket"
path = "tests/TestSocket.rs"
[[test]]
name = "TestUdpServerFlood"
path = "tests/TestUdpServerFlood.rs"
[[test]]
name = "TestUdpServerKernelMode"
path = "tests/TestUdpServerKernelMode.rs"
[[test]]
name = "quic"
path = "tests/quic.rs"