variant-ssl-sys 0.17.18

FFI bindings to OpenSSL variants such as BoringSSL / AWS-LC / Tongsuo
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.71.0"
name = "variant-ssl-sys"
version = "0.17.18"
build = "build/main.rs"
links = "openssl"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FFI bindings to OpenSSL variants such as BoringSSL / AWS-LC / Tongsuo"
readme = "README.md"
categories = [
    "cryptography",
    "external-ffi-bindings",
]
license = "MIT"
repository = "https://github.com/G3-OSS/rust-variant-ssl"

[package.metadata.pkg-config]
openssl = "1.1.0"

[features]
aws-lc = ["dep:aws-lc-sys"]
aws-lc-fips = ["dep:aws-lc-fips-sys"]
bindgen = [
    "dep:bindgen",
    "aws-lc-sys?/bindgen",
]
boringssl = ["dep:bssl-sys"]
tongsuo = ["dep:tongsuo-src"]
vendored = ["dep:openssl-src"]

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

[dependencies.aws-lc-fips-sys]
version = "0.13.8"
features = [
    "ssl",
    "bindgen",
]
optional = true

[dependencies.aws-lc-sys]
version = "0.38.0"
features = ["ssl"]
optional = true

[dependencies.bssl-sys]
version = "0.1.2407220"
optional = true
package = "bssl-cmake-sys"

[dependencies.libc]
version = "0.2"

[build-dependencies.bindgen]
version = "0.72.0"
optional = true

[build-dependencies.cc]
version = "1.0.61"

[build-dependencies.openssl-src]
version = "300.2.0"
optional = true

[build-dependencies.pkg-config]
version = "0.3.9"

[build-dependencies.tongsuo-src]
version = "833"
optional = true

[build-dependencies.vcpkg]
version = "0.2.8"