# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "mesalink" version = "1.1.0-cratesio" authors = ["The MesaLink Project Contributors"] build = "build.rs" links = "mesalink" description = "MesaLink is a memory-safe and OpenSSL-compatible TLS library based on Rustls and Ring." homepage = "https://github.com/mesalock-linux/mesalink" readme = "README.md" keywords = ["tls", "ssl", "rust"] categories = ["network-programming"] license = "BSD-3-Clause" repository = "https://github.com/mesalock-linux/mesalink" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false rpath = false panic = "unwind" overflow-checks = true [lib] name = "mesalink" crate-type = ["lib"] [[example]] name = "bogo_shim" path = "examples/bogo_shim/bogo_shim.rs" required-features = ["verifier", "error_strings", "tls13", "aesgcm", "chachapoly", "x25519", "ecdh", "ecdsa"] [dependencies.base64] version = "0.10" [dependencies.bitflags] version = "1.0" [dependencies.enum_to_u8_slice_derive] version = "0.1" [dependencies.env_logger] version = "0.6" [dependencies.jemallocator] version = "0.3" optional = true [dependencies.lazy_static] version = "1.0" [dependencies.libc] version = "0.2" [dependencies.parking_lot] version = "0.9" [dependencies.ring] version = "0.16" [dependencies.rustls] version = "0.16.0" [dependencies.sct] version = "0.6.0" [dependencies.untrusted] version = "0.7" [dependencies.webpki] version = "0.21.0" [dependencies.webpki-roots] version = "0.17.0" [dev-dependencies.env_logger] version = "0.6" [dev-dependencies.log] version = "0.4" [build-dependencies.walkdir] version = "2" [features] aesgcm = [] chachapoly = [] client_apis = [] default = ["client_apis", "server_apis", "error_strings", "tls13", "aesgcm", "chachapoly", "x25519", "ecdh", "ecdsa", "verifier"] ecdh = [] ecdsa = [] error_strings = [] forked_deps = [] jemalloc_allocator = ["jemallocator"] nightly = [] server_apis = [] tls13 = [] verifier = ["rustls/dangerous_configuration"] x25519 = [] [badges.travis-ci] branch = "master" repository = "mesalock-linux/mesalink"