# 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] name = "mbedtls-sys-auto" version = "2.28.7" authors = ["Jethro Beekman "] build = "build/build.rs" links = "mbedtls" description = """ Rust bindings for MbedTLS. This version generates the correct bindings at compile time using bindgen.""" documentation = "https://docs.rs/mbedtls-sys-auto/" readme = "README.md" license = "Apache-2.0 OR GPL-2.0-or-later" repository = "https://github.com/fortanix/rust-mbedtls" resolver = "2" [package.metadata.mbedtls] git = "https://github.com/Mbed-TLS/mbedtls.git" rev = "555f84735aecdbd76a566cf087ec8425dfb0c8ab" version = "2.28.7" [lib] name = "mbedtls_sys" [dependencies.cfg-if] version = "1.0.0" [dependencies.libc] version = "0.2.0" optional = true [dependencies.libz-sys] version = "1.0.0" optional = true [build-dependencies.bindgen] version = "0.65.1" [build-dependencies.cc] version = "1.0.45" [build-dependencies.cmake] version = "0.1.17" [build-dependencies.lazy_static] version = "1.4" [build-dependencies.quote] version = "1.0.9" [build-dependencies.syn] version = "1.0.64" features = [ "full", "visit", ] [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"] [target."cfg(unix)".dependencies.libc] version = "0.2.0" [target."cfg(windows)".dependencies.libc] version = "0.2.0"