boring2/openssl/Cargo.toml

30 lines
689 B
TOML

[package]
name = "openssl"
version = "0.8.3"
authors = ["Steven Fackler <sfackler@gmail.com>"]
license = "Apache-2.0"
description = "OpenSSL bindings"
repository = "https://github.com/sfackler/rust-openssl"
documentation = "https://sfackler.github.io/rust-openssl/doc/v0.8.3/openssl"
readme = "../README.md"
keywords = ["crypto", "tls", "ssl", "dtls"]
build = "build.rs"
exclude = ["test/*"]
[features]
openssl-102 = []
openssl-110 = ["openssl-102"]
[dependencies]
bitflags = "0.7"
lazy_static = "0.2"
libc = "0.2"
openssl-sys = { version = "0.7.17", path = "../openssl-sys" }
[dev-dependencies]
net2 = "0.2.16"
rustc-serialize = "0.3"
tempdir = "0.3"
winapi = "0.2"
ws2_32-sys = "0.2"