tls-api-stub 0.1.9

TLS API implementation that returns error on any operation
Documentation
[package]
name = "tls-api-stub"
version = "0.1.9"
authors = ["Stepan Koltsov <stepan.koltsov@gmail.com>"]
description = "TLS API implementation that returns error on any operation"
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]
tls-api = { version = "0.1.9", path = "../api" }
void    = "1"

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