# 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 = "tabbyssl" version = "0.10.0" authors = ["Yiming Jing"] build = "build.rs" description = "Previously MesaLink, TabbySSL is an OpenSSL compatibility layer for the Rust TLS stack." homepage = "https://github.com/ymjing/tabbyssl" readme = "README.md" keywords = ["tls", "ssl", "rust"] categories = ["network-programming"] license = "BSD-3-Clause" repository = "https://github.com/ymjing/tabbyssl" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false rpath = false panic = "unwind" overflow-checks = true [lib] name = "tabbyssl" crate-type = ["lib", "staticlib", "cdylib"] [[example]] name = "bogo_shim" path = "examples/bogo_shim/bogo_shim.rs" required-features = ["verifier", "error_strings"] [dependencies.base64] version = "0.11" [dependencies.bitflags] version = "1.2" [dependencies.enum_to_u8_slice_derive] version = "0.1" [dependencies.env_logger] version = "0.7" [dependencies.jemallocator] version = "0.3" optional = true [dependencies.lazy_static] version = "1.4" [dependencies.libc] version = "0.2" [dependencies.parking_lot] version = "0.9" [dependencies.ring] version = "0.16.9" [dependencies.rustls] version = "0.16.0" default-features = false [dependencies.sct] version = "0.6.0" [dependencies.untrusted] version = "0.7" [dependencies.webpki] version = "0.21.0" [dependencies.webpki-roots] version = "0.18.0" [dev-dependencies.env_logger] version = "0.7" [dev-dependencies.log] version = "0.4" [features] default = ["error_strings", "verifier"] error_strings = ["rustls/logging"] jemalloc_allocator = ["jemallocator"] verifier = ["rustls/dangerous_configuration"] [badges.travis-ci] branch = "master" repository = "ymjing/tabbyssl"