Build for only one target for docs.rs (#5427)

* Add docs.rs metadata to all cargo.toml files

* Remove docs.rs metada in substrate's cargo.toml
This commit is contained in:
pscott
2020-03-30 09:46:30 +02:00
committed by GitHub
parent ab0366a076
commit 408455f8bc
173 changed files with 519 additions and 0 deletions
+3
View File
@@ -152,3 +152,6 @@ cli = [
"vergen",
]
runtime-benchmarks = [ "node-runtime/runtime-benchmarks" ]
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
+3
View File
@@ -52,3 +52,6 @@ stress-test = []
[[bench]]
name = "bench"
harness = false
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
+3
View File
@@ -18,3 +18,6 @@ sp-blockchain = { version = "2.0.0-alpha.5", path = "../../../primitives/blockch
sp-core = { version = "2.0.0-alpha.5", path = "../../../primitives/core" }
sp-runtime = { version = "2.0.0-alpha.5", path = "../../../primitives/runtime" }
structopt = "0.3.8"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
+3
View File
@@ -21,3 +21,6 @@ std = [
"sp-core/std",
"sp-runtime/std",
]
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
+3
View File
@@ -15,3 +15,6 @@ jsonrpc-core-client = { version = "14.0.3", features = ["http", "ws"] }
log = "0.4.8"
node-primitives = { version = "2.0.0-alpha.5", path = "../primitives" }
sc-rpc = { version = "2.0.0-alpha.5", path = "../../../client/rpc" }
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
+3
View File
@@ -25,3 +25,6 @@ sc-keystore = { version = "2.0.0-alpha.5", path = "../../../client/keystore" }
sc-consensus-epochs = { version = "0.8.0-alpha.5", path = "../../../client/consensus/epochs" }
sp-consensus = { version = "0.8.0-alpha.5", path = "../../../primitives/consensus/common" }
sp-blockchain = { version = "2.0.0-alpha.5", path = "../../../primitives/blockchain" }
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
+3
View File
@@ -151,3 +151,6 @@ runtime-benchmarks = [
"pallet-im-online/runtime-benchmarks",
"pallet-democracy/runtime-benchmarks",
]
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
+3
View File
@@ -56,3 +56,6 @@ sc-service = { version = "0.8.0-alpha.5", path = "../../../client/service", feat
[[bench]]
name = "import"
harness = false
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
@@ -21,3 +21,6 @@ sp-api = { version = "2.0.0-alpha.5", path = "../../../primitives/api" }
sp-runtime = { version = "2.0.0-alpha.5", path = "../../../primitives/runtime" }
sc-service = { version = "0.8.0-alpha.5", default-features = false, path = "../../../client/service" }
sp-blockchain = { version = "2.0.0-alpha.5", path = "../../../primitives/blockchain" }
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]