squiche 0.24.8-ana.2

🥧 Savoury implementation of the QUIC transport protocol and HTTP/3
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 = "2021"
rust-version = "1.85"
name = "squiche"
version = "0.24.8-ana.2"
authors = [
    "Anapaya",
    "Alessandro Ghedini <alessandro@ghedini.me>",
]
build = "src/build.rs"
include = [
    "/*.md",
    "/*.toml",
    "/COPYING",
    "/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",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "🥧 Savoury implementation of the QUIC transport protocol and HTTP/3"
readme = "README.md"
keywords = [
    "quic",
    "http3",
]
categories = ["network-programming"]
license = "BSD-2-Clause"
repository = "https://github.com/Anapaya/quiche"

[package.metadata.release]
tag-prefix = ""

[package.metadata.docs.rs]
no-default-features = true
features = [
    "boringssl-boring-crate",
    "qlog",
]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
boringssl-boring-crate = [
    "boring",
    "foreign-types-shared",
]
boringssl-vendored = []
default = ["boringssl-vendored"]
ffi = ["dep:cdylib-link-lines"]
fuzzing = []
gcongestion = []
internal = []
openssl = ["pkg-config"]
pkg-config-meta = []

[lib]
name = "squiche"
crate-type = [
    "lib",
    "staticlib",
    "cdylib",
]
path = "src/lib.rs"

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

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

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

[[example]]
name = "qpack-decode"
path = "examples/qpack-decode.rs"

[[example]]
name = "qpack-encode"
path = "examples/qpack-encode.rs"

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

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

[dependencies.boring]
version = "4.3"
optional = true

[dependencies.either]
version = "1.8"
default-features = false

[dependencies.enum_dispatch]
version = "0.3"

[dependencies.foreign-types-shared]
version = "0.3.0"
optional = true

[dependencies.intrusive-collections]
version = "0.9.5"

[dependencies.libc]
version = "0.2.76"
default-features = false

[dependencies.libm]
version = "0.2"

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

[dependencies.octets]
version = "0.3.4"
features = ["huffman_hpack"]

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

[dependencies.sfv]
version = "0.9"
optional = true

[dependencies.slab]
version = "0.4"

[dependencies.smallvec]
version = "1.10"
features = ["union"]
default-features = false

[dev-dependencies.clap]
version = "4.5.48"
features = [
    "env",
    "derive",
]

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

[dev-dependencies.mio]
version = "1"
features = [
    "net",
    "os-poll",
]

[dev-dependencies.ring]
version = "0.17.8"

[dev-dependencies.rstest]
version = "0.26.1"

[dev-dependencies.scion-proto]
version = "0.3.0"

[dev-dependencies.scion-stack]
version = "0.3.0"

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

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

[build-dependencies.cdylib-link-lines]
version = "0.1"
optional = true

[build-dependencies.cmake]
version = "0.1"

[build-dependencies.pkg-config]
version = "0.3"
optional = true

[target."cfg(windows)".dependencies.windows-sys]
version = "0.59"
features = [
    "Win32_Networking_WinSock",
    "Win32_Security_Cryptography",
]