[dependencies.aes]
version = "0.8.4"
[dependencies.ring]
version = "0.17.14"
[dependencies.sha2]
version = "0.10.9"
[dependencies.stable-vec]
version = "0.4.1"
[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.7"
[[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"