[package]
name = "tls-api-openssl"
version = "0.1.11"
authors = ["Stepan Koltsov <stepan.koltsov@gmail.com>"]
build = "build.rs"
description = "TLS API implementation over openssl crate"
keywords = ["tls"]
license = "MIT/Apache-2.0"
repository = "https://github.com/stepancheg/rust-tls-api/"
[dependencies.openssl]
version = "0.*"
features = ["v102", "v110"]
[dependencies.openssl-sys]
version = "0.*"
[dependencies.tls-api]
version = "0.1.11"
[dev-dependencies.tls-api-test]
version = "0.1.11"
[badges.travis-ci]
branch = "master"
repository = "https://github.com/stepancheg/rust-tls-api/"