mesalink 1.0.0

MesaLink is a memory-safe and OpenSSL-compatible TLS library based on Rustls and Ring.
Documentation
# 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.0.0"
authors = ["The MesaLink Project Contributors"]
build = "build.rs"
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", "staticlib", "cdylib"]

[[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"

[features]
client_apis = []
default = ["client_apis", "server_apis", "error_strings", "verifier"]
error_strings = []
forked_deps = []
jemalloc_allocator = ["jemallocator"]
nightly = []
server_apis = []
verifier = ["rustls/dangerous_configuration"]
[badges.travis-ci]
branch = "master"
repository = "mesalock-linux/mesalink"