# 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 = "2018" name = "mbedtls-selftest" version = "0.1.0" authors = ["Yuxiang Cao "] build = "build.rs" links = "mbedtls-selftest-support" description = """ This Rust crate is a support library for the `mbedtls` crate. It contains self-test logic that exports Rust functions and defines C functions. By separating this logic into a separate crate, multiple versions of the `mbedtls` crate can coexist within a single crate. This helps to avoid link name conflict errors. """ documentation = "https://docs.rs/mbedtls-selftest/" readme = "README.md" keywords = [ "MbedTLS", "mbed", "TLS", "SSL", "cryptography", ] license = "Apache-2.0/GPL-2.0+" repository = "https://github.com/fortanix/rust-mbedtls" resolver = "2" [dependencies.cfg-if] version = "1.0.0" [dependencies.mbedtls-sys-auto] version = "2.25.0" features = ["custom_printf"] default-features = false [build-dependencies.cc] version = "1.0" [features] std = ["mbedtls-sys-auto/std"]