aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2017-07-15 22:08:52 -0700
committerSteven Fackler <[email protected]>2017-07-15 22:08:52 -0700
commit605b8af445d9d170f3d92aa745e779e6d2772e06 (patch)
tree8863dbde7a095d635a9b372287b5f034d5d88b51
parentUse foreign-type's Opaque (diff)
downloadrust-openssl-605b8af445d9d170f3d92aa745e779e6d2772e06.tar.xz
rust-openssl-605b8af445d9d170f3d92aa745e779e6d2772e06.zip
Tell docs.rs to build with all features
-rw-r--r--openssl/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml
index 026c3c06..43f08f34 100644
--- a/openssl/Cargo.toml
+++ b/openssl/Cargo.toml
@@ -11,6 +11,9 @@ keywords = ["crypto", "tls", "ssl", "dtls"]
categories = ["cryptography", "api-bindings"]
build = "build.rs"
+[package.metadata.docs.rs]
+all-features = true
+
[features]
v101 = []
v102 = []