mbedtls-sys-auto 2.25.1

Rust bindings for MbedTLS. This version generates the correct bindings at compile time using bindgen.
[build-dependencies.bindgen]
version = "0.19.0"

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

[build-dependencies.lazy_static]
version = "1.4"
[dependencies.cfg-if]
version = "1.0.0"

[dependencies.libc]
optional = true
version = "0.2.0"

[dependencies.libz-sys]
optional = true
version = "1.0.0"

[features]
aes_alt = []
aesni = []
custom_gmtime_r = ["time"]
custom_has_support = []
custom_printf = []
custom_threading = ["threading"]
custom_time = ["time"]
debug = []
default = ["std", "debug", "threading", "zlib", "time", "aesni", "padlock", "legacy_protocols"]
havege = ["time"]
legacy_protocols = []
mpi_force_c_code = []
padlock = []
pkcs11 = []
pthread = ["threading"]
std = ["debug"]
threading = []
time = []
trusted_cert_callback = []
zlib = ["libz-sys"]

[lib]
name = "mbedtls_sys"

[package]
authors = ["Jethro Beekman <jethro@fortanix.com>"]
build = "build/build.rs"
description = "Rust bindings for MbedTLS.\n\nThis version generates the correct bindings at compile time using bindgen."
documentation = "https://docs.rs/mbedtls-sys-auto/"
license = "Apache-2.0/GPL-2.0+"
links = "mbedtls"
name = "mbedtls-sys-auto"
readme = "../README.md"
repository = "https://github.com/fortanix/rust-mbedtls"
version = "2.25.1"
[target."cfg(unix)".dependencies.libc]
version = "0.2.0"