quiche 0.1.0

🥧 Savoury implementation of the QUIC transport protocol and HTTP/3
Documentation
[[bench]]
harness = false
name = "benches"
[build-dependencies.cmake]
version = "0.1"
[dependencies.lazy_static]
version = "1"

[dependencies.libc]
version = "0.2"

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

[dependencies.ring]
version = "0.16"
[dev-dependencies.criterion]
version = "0.3"

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

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

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

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

[features]
boringssl-vendored = []
default = ["boringssl-vendored"]
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"
exclude = ["deps/boringssl/crypto/**/*_test.txt", "deps/boringssl/crypto/**/*_tests.txt", "deps/boringssl/**/nist_cavp/*.txt", "deps/boringssl/fuzz/*", "deps/boringssl/go.mod", "deps/boringssl/ssl/test/runner/*", "deps/boringssl/third_party/wycheproof_testvectors/*", "fuzz/*", "tools/*"]
keywords = ["quic", "http3"]
license = "BSD-2-Clause"
name = "quiche"
readme = "README.md"
repository = "https://github.com/cloudflare/quiche"
version = "0.1.0"
[package.metadata.docs.rs]
default-features = false
[profile.bench]
debug = true

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