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