Tell docs.rs to build with all features

This commit is contained in:
Steven Fackler 2017-07-15 22:08:52 -07:00
parent 374ad206d5
commit 605b8af445
1 changed files with 3 additions and 0 deletions

View File

@ -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 = []