rustls/Cargo.toml

21 lines
501 B
TOML
Raw Normal View History

[package]
name = "rustls"
version = "0.1.0"
authors = ["Joseph Birr-Pixton <jpixton@gmail.com>"]
[dependencies]
2016-06-08 00:26:15 +00:00
untrusted = { version = "0.1.0", git = "https://github.com/briansmith/untrusted" }
ring = { version = "0.1.0", git = "https://github.com/briansmith/ring" }
# pointed at my fork for the moment
webpki = { version = "0.1.0", git = "https://github.com/ctz/webpki" }
2016-05-21 11:43:01 +00:00
time = "0.1.35"
rustc-serialize = "0.3"
2016-05-30 19:31:50 +00:00
log = "0.3.6"
[dev-dependencies]
2016-06-03 01:28:28 +00:00
env_logger = "0.3.3"
mio = "0.5.1"
docopt = "0.6"