Skip to content

Commit

Permalink
Add default features for docs.rs build
Browse files Browse the repository at this point in the history
  • Loading branch information
clehner committed Oct 25, 2021
1 parent 86a742f commit 883f3c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,6 @@ uuid = { version = "0.8", features = ["v4", "serde"] }
difference = "2.0"
did-method-key = { path = "./did-key" }
tokio = { version = "1.0", features = ["macros"] }

[package.metadata.docs.rs]
features = ["secp256r1", "secp256k1", "ripemd-160", "http-did"]

0 comments on commit 883f3c4

Please # to comment.