boring 5.0.0-alpha.3

BoringSSL bindings
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 = "boring"
version = "5.0.0-alpha.3"
authors = [
    "Steven Fackler <sfackler@gmail.com>",
    "Ivan Nikulin <ifaaan@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "BoringSSL bindings"
documentation = "https://docs.rs/boring"
readme = "README.md"
keywords = [
    "crypto",
    "tls",
    "ssl",
    "dtls",
]
categories = [
    "cryptography",
    "api-bindings",
]
license = "Apache-2.0"
repository = "https://github.com/cloudflare/boring"

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

[features]
fips = ["boring-sys/fips"]
legacy-compat-deprecated = []
pq-experimental = []
rpk = ["boring-sys/rpk"]
underscore-wildcards = ["boring-sys/underscore-wildcards"]

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

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

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

[dependencies.bitflags]
version = "2.9"

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

[dependencies.foreign-types]
version = "0.5"

[dependencies.libc]
version = "0.2"

[dependencies.openssl-macros]
version = "0.1.1"

[dev-dependencies.brotli]
version = "8.0"

[dev-dependencies.hex]
version = "0.4"

[dev-dependencies.rusty-hook]
version = "^0.11"