boring-sys2 5.0.0-alpha.13

FFI bindings to BoringSSL
# 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.77"
name = "boring-sys2"
version = "5.0.0-alpha.13"
authors = [
    "0x676e67 <gngppz@gmail.com>",
    "Alex Crichton <alex@alexcrichton.com>",
    "Steven Fackler <sfackler@gmail.com>",
    "Ivan Nikulin <ifaaan@gmail.com>",
]
build = "build/main.rs"
links = "boringssl"
include = [
    "/*.md",
    "/*.toml",
    "/LICENSE-MIT",
    "/cmake/*.cmake",
    "/deps/boringssl/**/*.[chS]",
    "/deps/boringssl/**/*.asm",
    "/deps/boringssl/sources.json",
    "/deps/boringssl/src/crypto/obj/obj_mac.num",
    "/deps/boringssl/src/crypto/obj/objects.txt",
    "/deps/boringssl/src/util/32-bit-toolchain.cmake",
    "/deps/boringssl/**/*.bzl",
    "/deps/boringssl/src/**/*.cc",
    "/deps/boringssl/**/CMakeLists.txt",
    "/deps/boringssl/**/sources.cmake",
    "/deps/boringssl/LICENSE",
    "/build/*",
    "/src",
    "/patches",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FFI bindings to BoringSSL"
documentation = "https://docs.rs/boring-sys2"
readme = "README.md"
categories = [
    "cryptography",
    "external-ffi-bindings",
]
license = "MIT"
repository = "https://github.com/0x676e67/boring2"

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

[features]
fips = []
prefix-symbols = []
underscore-wildcards = []

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

[build-dependencies.bindgen]
version = "0.72.0"
features = ["runtime"]
default-features = false

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

[build-dependencies.fs_extra]
version = "1.3.0"

[build-dependencies.fslock]
version = "0.2"

[lints.rust.unexpected_cfgs]
level = "allow"
priority = 0
check-cfg = ["cfg(const_fn)"]