variant-ssl 0.17.21

Bindings for OpenSSL variants such as BoringSSL / AWS-LC / Tongsuo
Documentation
[package]
name = "variant-ssl"
version = "0.17.21"
license = "Apache-2.0"
description = "Bindings for OpenSSL variants such as BoringSSL / AWS-LC / Tongsuo"
repository = "https://github.com/G3-OSS/rust-variant-ssl"
readme = "README.md"
keywords = ["crypto", "tls", "ssl", "dtls"]
categories = ["cryptography", "api-bindings"]
edition = "2021"
rust-version = "1.71.0"

[features]
vendored = ['ffi/vendored']
tongsuo = ['ffi/tongsuo']
bindgen = ['ffi/bindgen']
boringssl = ["ffi/boringssl"]
aws-lc = ["ffi/aws-lc"]
aws-lc-fips = ["ffi/aws-lc-fips"]
default = []

[dependencies]
bitflags = "2.2.1"
cfg-if = "1.0"
foreign-types = "0.3.1"
libc = "0.2"
once_cell = "1.5.2"

openssl-macros = { version = "0.1.1" }
ffi = { package = "variant-ssl-sys", version = "0.17.21", path = "../openssl-sys" }

[dev-dependencies]
hex = "0.4"