aboutsummaryrefslogtreecommitdiff
path: root/openssl/Cargo.toml
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2016-01-11 22:32:43 -0800
committerSteven Fackler <[email protected]>2016-01-11 22:36:58 -0800
commitfd6454f625bb7efde3772ae106180cc6ac7c02dd (patch)
tree1978bc0a58b1e4e01de56ae30e1bf8ce43f62695 /openssl/Cargo.toml
parentMerge pull request #328 from Cyberunner23/PemRSA (diff)
downloadrust-openssl-fd6454f625bb7efde3772ae106180cc6ac7c02dd.tar.xz
rust-openssl-fd6454f625bb7efde3772ae106180cc6ac7c02dd.zip
Add stream panic propagation behind a nightly feature gate
Diffstat (limited to 'openssl/Cargo.toml')
-rw-r--r--openssl/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml
index 9c56623e..2dd9c32f 100644
--- a/openssl/Cargo.toml
+++ b/openssl/Cargo.toml
@@ -25,6 +25,8 @@ rfc5114 = ["openssl-sys/rfc5114"]
ecdh_auto = ["openssl-sys-extras/ecdh_auto"]
pkcs5_pbkdf2_hmac = ["openssl-sys/pkcs5_pbkdf2_hmac"]
+nightly = []
+
[dependencies]
bitflags = ">= 0.2, < 0.4"
lazy_static = "0.1"