nss-hyper 0.4.9

Glue for using NSS as a TLS client with hyper
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "nss-hyper"
version = "0.4.9"
authors = ["Jed Davis <jld@mozilla.com>"]
# Change this description when server support is implemented:
description = "Glue for using NSS as a TLS client with hyper"
repository = "https://github.com/jld/nss-rs"
license = "MPL-2.0"

[dependencies]
hyper = { version = "0.9.10", default_features = false }
nss = { version = "0.7.0", path = ".." }
nss-webpki = { version = "0.3", path = "../nss-webpki" }
time = "0.1.35"