Remove `orchard` feature flag from docs.rs builds while not public

This commit is contained in:
Jack Grigg 2024-03-09 11:34:54 +00:00
parent a63cf37c7b
commit 075a155a29
2 changed files with 18 additions and 2 deletions

View File

@ -21,7 +21,16 @@ exclude = ["*.proto"]
development = ["zcash_proofs"]
[package.metadata.docs.rs]
all-features = true
# Manually specify features while `orchard` is not in the public API.
#all-features = true
features = [
"lightwalletd-tonic",
"transparent-inputs",
"test-dependencies",
"unstable",
"unstable-serialization",
"unstable-spanning-tree",
]
rustdoc-args = ["--cfg", "docsrs"]
[dependencies]

View File

@ -15,7 +15,14 @@ rust-version.workspace = true
categories.workspace = true
[package.metadata.docs.rs]
all-features = true
# Manually specify features while `orchard` is not in the public API.
#all-features = true
features = [
"multicore",
"test-dependencies",
"transparent-inputs",
"unstable",
]
rustdoc-args = ["--cfg", "docsrs"]
[dependencies]