[package]
name = "tls-api-native-tls"
version = "0.1.21"
authors = ["Stepan Koltsov <stepan.koltsov@gmail.com>"]
description = "TLS API implementation over native-tls crate"
keywords = ["tls"]
license = "MIT/Apache-2.0"
repository = "https://github.com/stepancheg/rust-tls-api/"
[dependencies.native-tls]
version = "0.1"
[dependencies.tls-api]
version = "=0.1.21"
[dev-dependencies.tls-api-test]
version = "=0.1.21"
[badges.travis-ci]
branch = "master"
repository = "https://github.com/stepancheg/rust-tls-api/"