Skip to content

Commit

Permalink
Modify docs.rs package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
h4sh3d committed Mar 30, 2021
1 parent 00ee58e commit 8eb9f2d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ include = [

edition = "2018"

[package.metadata.docs.rs]
features = ["full", "serde_support", "strict_encoding_support"]

[features]
default = ["full"]
full = ["fixed-hash/std", "fixed-hash/rand"]
Expand All @@ -43,3 +40,7 @@ default-features = false

[badges]
travis-ci = { repository = "monero-rs/monero-rs", branch = "master" }

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

0 comments on commit 8eb9f2d

Please sign in to comment.