quiche 0.8.0

🥧 Savoury implementation of the QUIC transport protocol and HTTP/3
Documentation
[build-dependencies.cmake]
version = "0.1"
[dependencies.boring-sys]
optional = true
version = "1.0.2"

[dependencies.lazy_static]
version = "1"

[dependencies.libc]
version = "0.2"

[dependencies.libm]
version = "0.2"

[dependencies.log]
features = ["std"]
version = "0.4"

[dependencies.qlog]
optional = true
version = "0.4"

[dependencies.ring]
version = "0.16"
[dev-dependencies.mio]
version = "0.6"

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

[features]
boringssl-vendored = []
default = ["boringssl-vendored"]
ffi = []
fuzzing = []
ndk-old-gcc = []
pkg-config-meta = []

[lib]
crate-type = ["lib", "staticlib", "cdylib"]

[package]
authors = ["Alessandro Ghedini <alessandro@ghedini.me>"]
build = "src/build.rs"
categories = ["network-programming"]
description = "🥧 Savoury implementation of the QUIC transport protocol and HTTP/3"
edition = "2018"
include = ["/*.md", "/*.toml", "/CODEOWNERS", "/COPYING", "/benches", "/deps/boringssl/**/*.[chS]", "/deps/boringssl/**/*.asm", "/deps/boringssl/src/**/*.cc", "/deps/boringssl/**/CMakeLists.txt", "/deps/boringssl/**/sources.cmake", "/deps/boringssl/LICENSE", "/examples", "/include", "/quiche.svg", "/src"]
keywords = ["quic", "http3"]
license = "BSD-2-Clause"
name = "quiche"
readme = "README.md"
repository = "https://github.com/cloudflare/quiche"
version = "0.8.0"
[package.metadata.docs.rs]
no-default-features = true
[profile.bench]
debug = true

[profile.release]
debug = true
[target."cfg(windows)".dependencies.winapi]
features = ["wincrypt"]
version = "0.3"