tls-api-native-tls 0.2.1

TLS API implementation over native-tls crate
Documentation
[package]
name = "tls-api-native-tls"
version = "0.2.1"
authors = ["Stepan Koltsov <stepan.koltsov@gmail.com>"]
description = "TLS API implementation over native-tls crate"
license = "MIT/Apache-2.0"
repository = "https://github.com/stepancheg/rust-tls-api/"
keywords = ["tls"]

[badges]
travis-ci = { repository = "https://github.com/stepancheg/rust-tls-api/", branch = "master" }

[dependencies]
native-tls = "0.2"
tls-api = { path = "../api", version = "=0.2.1" }

[dev-dependencies]
tls-api-test = { path = "../api-test", version = "=0.2.1" }