mesalink 1.1.0-cratesio

MesaLink is a memory-safe and OpenSSL-compatible TLS library based on Rustls and Ring.
Documentation
[[example]]
name = "bogo_shim"
path = "examples/bogo_shim/bogo_shim.rs"
required-features = ["verifier", "error_strings", "tls13", "aesgcm", "chachapoly", "x25519", "ecdh", "ecdsa"]
[badges.travis-ci]
branch = "master"
repository = "mesalock-linux/mesalink"
[build-dependencies.walkdir]
version = "2"
[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]
optional = true
version = "0.3"

[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]
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 = []

[lib]
crate-type = ["lib"]
name = "mesalink"

[package]
authors = ["The MesaLink Project Contributors"]
build = "build.rs"
categories = ["network-programming"]
description = "MesaLink is a memory-safe and OpenSSL-compatible TLS library based on Rustls and Ring."
edition = "2018"
homepage = "https://github.com/mesalock-linux/mesalink"
keywords = ["tls", "ssl", "rust"]
license = "BSD-3-Clause"
links = "mesalink"
name = "mesalink"
readme = "README.md"
repository = "https://github.com/mesalock-linux/mesalink"
version = "1.1.0-cratesio"
[profile.release]
codegen-units = 1
debug = false
debug-assertions = false
lto = true
opt-level = 3
overflow-checks = true
panic = "unwind"
rpath = false