tls-api-native-tls 0.1.9

TLS API implementation over native-tls crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "tls-api-native-tls"
version = "0.1.9"
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.*"
tls-api = { version = "0.1.9", path = "../api" }

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