[package] name = "openssl" version = "0.8.3" authors = ["Steven Fackler "] 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] v101 = [] v102 = [] v110 = [] [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"