hyper-native-tls 0.3.0

native-tls support for Hyper
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "hyper-native-tls"
version = "0.3.0"
authors = ["Steven Fackler <sfackler@gmail.com>"]
exclude = ["test/*"]
license = "MIT/Apache-2.0"
description = "native-tls support for Hyper"
repository = "https://github.com/sfackler/hyper-native-tls"
readme = "README.md"

[dependencies]
antidote = "1.0"
native-tls = "0.2"
hyper = "0.10"