hyper-boring 5.0.0-alpha.3

Hyper TLS support via BoringSSL
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.80"
name = "hyper-boring"
version = "5.0.0-alpha.3"
authors = [
    "Steven Fackler <sfackler@gmail.com>",
    "Ivan Nikulin <ifaaan@gmail.com>",
]
build = false
exclude = ["test/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hyper TLS support via BoringSSL"
documentation = "https://docs.rs/hyper-boring"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/cloudflare/boring"

[package.metadata.docs.rs]
features = []
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[package.metadata.release]
pre-release-hook = [
    "git-cliff",
    "--workdir",
    "..",
    "-o",
    "../RELEASE_NOTES",
    "--tag",
    "{{version}}",
]

[features]
fips = [
    "boring/fips",
    "tokio-boring/fips",
]

[lib]
name = "hyper_boring"
path = "src/lib.rs"

[[test]]
name = "v1"
path = "tests/v1.rs"

[dependencies.antidote]
version = "1.0.0"

[dependencies.boring]
version = "5.0.0-alpha.3"

[dependencies.http]
version = "1"

[dependencies.hyper]
version = "1"

[dependencies.hyper-util]
version = "0.1.6"
features = [
    "client",
    "client-legacy",
]

[dependencies.linked_hash_set]
version = "0.1"

[dependencies.tokio]
version = "1"

[dependencies.tokio-boring]
version = "5.0.0-alpha.3"

[dependencies.tower-layer]
version = "0.3"

[dependencies.tower-service]
version = "0.3"

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

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.http-body-util]
version = "0.1.2"

[dev-dependencies.hyper]
version = "1"
features = ["server"]

[dev-dependencies.hyper-util]
version = "0.1.6"
features = [
    "http1",
    "http2",
    "service",
    "tokio",
]

[dev-dependencies.tokio]
version = "1"
features = ["full"]

[dev-dependencies.tower]
version = "0.4"
features = ["util"]