chore: update documentation URLs to use workspace setting

Replace all docs.rs documentation URLs with documentation.workspace = true
to inherit from the workspace's docs.pezkuwichain.io URL.
This commit is contained in:
2025-12-27 17:56:39 +03:00
parent c41f7b3e9d
commit bfc2cc5284
590 changed files with 590 additions and 590 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
publish = false publish = false
documentation = "https://docs.rs/pez-node-bench" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -10,7 +10,7 @@ default-run = "bizinikiwi-node"
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
publish = false publish = false
documentation = "https://docs.rs/pezstaging-node-cli" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -7,7 +7,7 @@ edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0" license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
documentation = "https://docs.rs/pezstaging-node-inspect" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -8,7 +8,7 @@ license = "Apache-2.0"
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
publish = false publish = false
documentation = "https://docs.rs/pez-node-primitives" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -8,7 +8,7 @@ license = "Apache-2.0"
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
publish = false publish = false
documentation = "https://docs.rs/pez-node-rpc" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -9,7 +9,7 @@ license = "Apache-2.0"
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
publish = false publish = false
documentation = "https://docs.rs/pez-kitchensink-runtime" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -8,7 +8,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
publish = false publish = false
documentation = "https://docs.rs/pez-node-testing" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
@@ -9,7 +9,7 @@ homepage.workspace = true
repository.workspace = true repository.workspace = true
publish = true publish = true
description = "Utility for building chain-specification files for Bizinikiwi-based runtimes based on `pezsp-genesis-builder`" description = "Utility for building chain-specification files for Bizinikiwi-based runtimes based on `pezsp-genesis-builder`"
documentation = "https://docs.rs/pezstaging-chain-spec-builder" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -8,7 +8,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
readme = "README.md" readme = "README.md"
documentation = "https://docs.rs/pez-subkey" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -7,7 +7,7 @@ license = "Apache-2.0"
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "Collection of allocator implementations." description = "Collection of allocator implementations."
documentation = "https://docs.rs/pezsc-allocator" documentation.workspace = true
readme = "README.md" readme = "README.md"
[lints] [lints]
+1 -1
View File
@@ -7,7 +7,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "Bizinikiwi client interfaces." description = "Bizinikiwi client interfaces."
documentation = "https://docs.rs/pezsc-client-api" documentation.workspace = true
readme = "README.md" readme = "README.md"
[lints] [lints]
@@ -9,7 +9,7 @@ homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "Bizinikiwi authority discovery." description = "Bizinikiwi authority discovery."
readme = "README.md" readme = "README.md"
documentation = "https://docs.rs/pezsc-authority-discovery" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
@@ -8,7 +8,7 @@ homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "Basic implementation of block-authoring logic." description = "Basic implementation of block-authoring logic."
readme = "README.md" readme = "README.md"
documentation = "https://docs.rs/pezsc-basic-authorship" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -8,7 +8,7 @@ homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "Bizinikiwi block builder" description = "Bizinikiwi block builder"
readme = "README.md" readme = "README.md"
documentation = "https://docs.rs/pezsc-block-builder" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -8,7 +8,7 @@ homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "Bizinikiwi chain configurations." description = "Bizinikiwi chain configurations."
readme = "README.md" readme = "README.md"
documentation = "https://docs.rs/pezsc-chain-spec" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
@@ -7,7 +7,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "Macros to derive chain spec extension traits implementation." description = "Macros to derive chain spec extension traits implementation."
documentation = "https://docs.rs/pezsc-chain-spec-derive" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -8,7 +8,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
readme = "README.md" readme = "README.md"
documentation = "https://docs.rs/pezsc-cli" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -8,7 +8,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
readme = "README.md" readme = "README.md"
documentation = "https://docs.rs/pezsc-consensus-aura" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -7,7 +7,7 @@ edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0" license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
documentation = "https://docs.rs/pezsc-consensus-babe" documentation.workspace = true
readme = "README.md" readme = "README.md"
[lints] [lints]
@@ -8,7 +8,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
readme = "README.md" readme = "README.md"
documentation = "https://docs.rs/pezsc-consensus-babe-rpc" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -7,7 +7,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
repository.workspace = true repository.workspace = true
description = "BEEFY Client gadget for bizinikiwi" description = "BEEFY Client gadget for bizinikiwi"
homepage.workspace = true homepage.workspace = true
documentation = "https://docs.rs/pezsc-consensus-beefy" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
@@ -7,7 +7,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
repository.workspace = true repository.workspace = true
description = "RPC for the BEEFY Client gadget for bizinikiwi" description = "RPC for the BEEFY Client gadget for bizinikiwi"
homepage.workspace = true homepage.workspace = true
documentation = "https://docs.rs/pezsc-consensus-beefy-rpc" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
@@ -8,7 +8,7 @@ homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "Collection of common consensus specific implementations for Bizinikiwi (client)" description = "Collection of common consensus specific implementations for Bizinikiwi (client)"
readme = "README.md" readme = "README.md"
documentation = "https://docs.rs/pezsc-consensus" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
@@ -8,7 +8,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
readme = "README.md" readme = "README.md"
documentation = "https://docs.rs/pezsc-consensus-epochs" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
@@ -7,7 +7,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "Integration of the GRANDPA finality gadget into bizinikiwi." description = "Integration of the GRANDPA finality gadget into bizinikiwi."
documentation = "https://docs.rs/pezsc-consensus-grandpa" documentation.workspace = true
readme = "README.md" readme = "README.md"
[lints] [lints]
@@ -8,7 +8,7 @@ edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0" license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
readme = "README.md" readme = "README.md"
homepage.workspace = true homepage.workspace = true
documentation = "https://docs.rs/pezsc-consensus-grandpa-rpc" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
@@ -8,7 +8,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
readme = "README.md" readme = "README.md"
documentation = "https://docs.rs/pezsc-consensus-manual-seal" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -8,7 +8,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
readme = "README.md" readme = "README.md"
documentation = "https://docs.rs/pezsc-consensus-pow" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -9,7 +9,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
readme = "README.md" readme = "README.md"
documentation = "https://docs.rs/pezsc-consensus-slots" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -8,7 +8,7 @@ homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "Client backend that uses RocksDB database as storage." description = "Client backend that uses RocksDB database as storage."
readme = "README.md" readme = "README.md"
documentation = "https://docs.rs/pezsc-client-db" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -7,7 +7,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "A crate that provides means of executing/dispatching calls into the runtime." description = "A crate that provides means of executing/dispatching calls into the runtime."
documentation = "https://docs.rs/pezsc-executor" documentation.workspace = true
readme = "README.md" readme = "README.md"
[lints] [lints]
+1 -1
View File
@@ -7,7 +7,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "A set of common definitions that are needed for defining execution engines." description = "A set of common definitions that are needed for defining execution engines."
documentation = "https://docs.rs/pezsc-executor-common/" documentation.workspace = true
readme = "README.md" readme = "README.md"
[lints] [lints]
@@ -8,7 +8,7 @@ homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "PolkaVM executor for Bizinikiwi" description = "PolkaVM executor for Bizinikiwi"
readme = "README.md" readme = "README.md"
documentation = "https://docs.rs/pezsc-executor-polkavm" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
@@ -9,7 +9,7 @@ publish = false
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "Pezkuwi SDK client component: runtime test" description = "Pezkuwi SDK client component: runtime test"
documentation = "https://docs.rs/pezsc-runtime-test" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
@@ -8,7 +8,7 @@ homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "Defines a `WasmRuntime` that uses the Wasmtime JIT to execute." description = "Defines a `WasmRuntime` that uses the Wasmtime JIT to execute."
readme = "README.md" readme = "README.md"
documentation = "https://docs.rs/pezsc-executor-wasmtime" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -8,7 +8,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
readme = "README.md" readme = "README.md"
documentation = "https://docs.rs/pezsc-informant" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -7,7 +7,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "Keystore (and session key management) for ed25519 based chains like Pezkuwi." description = "Keystore (and session key management) for ed25519 based chains like Pezkuwi."
documentation = "https://docs.rs/pezsc-keystore" documentation.workspace = true
readme = "README.md" readme = "README.md"
[lints] [lints]
@@ -7,7 +7,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
repository.workspace = true repository.workspace = true
description = "MMR Client gadget for bizinikiwi" description = "MMR Client gadget for bizinikiwi"
homepage.workspace = true homepage.workspace = true
documentation = "https://docs.rs/pezmmr-gadget" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
@@ -7,7 +7,7 @@ license = "Apache-2.0"
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "Node-specific RPC methods for interaction with Merkle Mountain Range pezpallet." description = "Node-specific RPC methods for interaction with Merkle Mountain Range pezpallet."
documentation = "https://docs.rs/pezmmr-rpc" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -11,7 +11,7 @@ edition.workspace = true
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
readme = "README.md" readme = "README.md"
documentation = "https://docs.rs/pezsc-mixnet" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -7,7 +7,7 @@ authors.workspace = true
edition.workspace = true edition.workspace = true
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
documentation = "https://docs.rs/pezsc-network-gossip" documentation.workspace = true
readme = "README.md" readme = "README.md"
[lints] [lints]
+1 -1
View File
@@ -7,7 +7,7 @@ authors.workspace = true
edition.workspace = true edition.workspace = true
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
documentation = "https://docs.rs/pezsc-network" documentation.workspace = true
readme = "README.md" readme = "README.md"
[lints] [lints]
+1 -1
View File
@@ -7,7 +7,7 @@ authors.workspace = true
edition.workspace = true edition.workspace = true
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
documentation = "https://docs.rs/pezsc-network-sync" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -7,7 +7,7 @@ authors.workspace = true
edition.workspace = true edition.workspace = true
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
documentation = "https://docs.rs/pezsc-network-light" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
@@ -7,7 +7,7 @@ authors.workspace = true
edition.workspace = true edition.workspace = true
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
documentation = "https://docs.rs/pezsc-network-statement" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -7,7 +7,7 @@ authors.workspace = true
edition.workspace = true edition.workspace = true
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
documentation = "https://docs.rs/pezsc-network-sync" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -8,7 +8,7 @@ edition.workspace = true
publish = false publish = false
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
documentation = "https://docs.rs/pezsc-network-test" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
@@ -7,7 +7,7 @@ authors.workspace = true
edition.workspace = true edition.workspace = true
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
documentation = "https://docs.rs/pezsc-network-transactions" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -7,7 +7,7 @@ authors.workspace = true
edition.workspace = true edition.workspace = true
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
documentation = "https://docs.rs/pezsc-network-types" documentation.workspace = true
[dependencies] [dependencies]
bs58 = { workspace = true, default-features = true } bs58 = { workspace = true, default-features = true }
+1 -1
View File
@@ -8,7 +8,7 @@ edition.workspace = true
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
readme = "README.md" readme = "README.md"
documentation = "https://docs.rs/pezsc-offchain" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
@@ -8,7 +8,7 @@ homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "Basic metrics for block production." description = "Basic metrics for block production."
readme = "README.md" readme = "README.md"
documentation = "https://docs.rs/pezsc-proposer-metrics" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -8,7 +8,7 @@ homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "Bizinikiwi RPC interfaces." description = "Bizinikiwi RPC interfaces."
readme = "README.md" readme = "README.md"
documentation = "https://docs.rs/pezsc-rpc-api" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -8,7 +8,7 @@ homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "Bizinikiwi RPC servers." description = "Bizinikiwi RPC servers."
readme = "README.md" readme = "README.md"
documentation = "https://docs.rs/pezsc-rpc-server" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -8,7 +8,7 @@ homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "Bizinikiwi RPC interface v2." description = "Bizinikiwi RPC interface v2."
readme = "README.md" readme = "README.md"
documentation = "https://docs.rs/pezsc-rpc-spec-v2" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -8,7 +8,7 @@ homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "Bizinikiwi Client RPC" description = "Bizinikiwi Client RPC"
readme = "README.md" readme = "README.md"
documentation = "https://docs.rs/pezsc-rpc" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
@@ -7,7 +7,7 @@ authors.workspace = true
edition.workspace = true edition.workspace = true
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
documentation = "https://docs.rs/pezsc-metadata" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -8,7 +8,7 @@ homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "Bizinikiwi service. Starts a thread that spins up the network, client, and extrinsic pool. Manages communication between them." description = "Bizinikiwi service. Starts a thread that spins up the network, client, and extrinsic pool. Manages communication between them."
readme = "README.md" readme = "README.md"
documentation = "https://docs.rs/pezsc-service" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -8,7 +8,7 @@ publish = false
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "Pezkuwi SDK client component: service test" description = "Pezkuwi SDK client component: service test"
documentation = "https://docs.rs/pezsc-service-test" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -8,7 +8,7 @@ homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "State database maintenance. Handles canonicalization and pruning in the database." description = "State database maintenance. Handles canonicalization and pruning in the database."
readme = "README.md" readme = "README.md"
documentation = "https://docs.rs/pezsc-state-db" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -8,7 +8,7 @@ homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "Bizinikiwi statement store." description = "Bizinikiwi statement store."
readme = "README.md" readme = "README.md"
documentation = "https://docs.rs/pezsc-statement-store" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -7,7 +7,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
repository.workspace = true repository.workspace = true
description = "Storage monitor service for bizinikiwi" description = "Storage monitor service for bizinikiwi"
homepage.workspace = true homepage.workspace = true
documentation = "https://docs.rs/pezsc-storage-monitor" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -7,7 +7,7 @@ edition.workspace = true
license = "Apache-2.0" license = "Apache-2.0"
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
documentation = "https://docs.rs/pezsc-sync-state-rpc" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -7,7 +7,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "A crate that provides basic hardware and software telemetry information." description = "A crate that provides basic hardware and software telemetry information."
documentation = "https://docs.rs/pezsc-sysinfo" documentation.workspace = true
readme = "README.md" readme = "README.md"
[lints] [lints]
+1 -1
View File
@@ -7,7 +7,7 @@ edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0" license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
documentation = "https://docs.rs/pezsc-telemetry" documentation.workspace = true
readme = "README.md" readme = "README.md"
[lints] [lints]
+1 -1
View File
@@ -8,7 +8,7 @@ homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "Instrumentation implementation for bizinikiwi." description = "Instrumentation implementation for bizinikiwi."
readme = "README.md" readme = "README.md"
documentation = "https://docs.rs/pezsc-tracing" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
@@ -7,7 +7,7 @@ license = "Apache-2.0"
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "Helper macros for Bizinikiwi's client CLI" description = "Helper macros for Bizinikiwi's client CLI"
documentation = "https://docs.rs/pezsc-tracing-proc-macro" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
@@ -8,7 +8,7 @@ homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "Bizinikiwi transaction pool implementation." description = "Bizinikiwi transaction pool implementation."
readme = "README.md" readme = "README.md"
documentation = "https://docs.rs/pezsc-transaction-pool" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
@@ -7,7 +7,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "Transaction pool client facing API." description = "Transaction pool client facing API."
documentation = "https://docs.rs/pezsc-transaction-pool-api" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -8,7 +8,7 @@ homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "I/O for Bizinikiwi runtimes" description = "I/O for Bizinikiwi runtimes"
readme = "README.md" readme = "README.md"
documentation = "https://docs.rs/pezsc-utils" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -7,7 +7,7 @@ license = "Apache-2.0"
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "Hashing primitives (deprecated: use pezsp-crypto-hashing for new applications)" description = "Hashing primitives (deprecated: use pezsp-crypto-hashing for new applications)"
documentation = "https://docs.rs/pezsp-crypto-hashing" documentation.workspace = true
[badges] [badges]
maintenance = { status = "deprecated" } maintenance = { status = "deprecated" }
@@ -7,7 +7,7 @@ license = "Apache-2.0"
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "Procedural macros for calculating static hashes (deprecated in favor of `pezsp-crypto-hashing-proc-macro`)." description = "Procedural macros for calculating static hashes (deprecated in favor of `pezsp-crypto-hashing-proc-macro`)."
documentation = "https://docs.rs/pezsp-crypto-hashing-proc-macro" documentation.workspace = true
[badges] [badges]
maintenance = { status = "deprecated" } maintenance = { status = "deprecated" }
+1 -1
View File
@@ -10,7 +10,7 @@ license = "Apache-2.0"
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "The single package to get you started with building frame pallets and runtimes" description = "The single package to get you started with building frame pallets and runtimes"
documentation = "https://docs.rs/pezkuwi-sdk-frame" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -8,7 +8,7 @@ homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "The Alliance pezpallet provides a collective for standard-setting industry collaboration." description = "The Alliance pezpallet provides a collective for standard-setting industry collaboration."
readme = "README.md" readme = "README.md"
documentation = "https://docs.rs/pezpallet-alliance" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
@@ -8,7 +8,7 @@ homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "FRAME asset conversion pezpallet" description = "FRAME asset conversion pezpallet"
readme = "README.md" readme = "README.md"
documentation = "https://docs.rs/pezpallet-asset-conversion" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
@@ -7,7 +7,7 @@ license = "Apache-2.0"
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "FRAME asset conversion pezpallet's operations suite" description = "FRAME asset conversion pezpallet's operations suite"
documentation = "https://docs.rs/pezpallet-asset-conversion-ops" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -7,7 +7,7 @@ homepage.workspace = true
edition.workspace = true edition.workspace = true
license = "Apache-2.0" license = "Apache-2.0"
repository.workspace = true repository.workspace = true
documentation = "https://docs.rs/pezpallet-asset-rate" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -7,7 +7,7 @@ license = "Apache-2.0"
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "FRAME asset rewards pezpallet" description = "FRAME asset rewards pezpallet"
documentation = "https://docs.rs/pezpallet-asset-rewards" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
@@ -7,7 +7,7 @@ license = "MIT-0"
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "Provides freezing features to `pezpallet-assets`" description = "Provides freezing features to `pezpallet-assets`"
documentation = "https://docs.rs/pezpallet-assets-freezer" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -7,7 +7,7 @@ license = "Apache-2.0"
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "Provides holding features to `pezpallet-assets`" description = "Provides holding features to `pezpallet-assets`"
documentation = "https://docs.rs/pezpallet-assets-holder" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -8,7 +8,7 @@ homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "FRAME asset management pezpallet" description = "FRAME asset management pezpallet"
readme = "README.md" readme = "README.md"
documentation = "https://docs.rs/pezpallet-assets" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
@@ -7,7 +7,7 @@ license = "Apache-2.0"
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "Provides precompiles for `pezpallet-assets`" description = "Provides precompiles for `pezpallet-assets`"
documentation = "https://docs.rs/pezpallet-assets-precompiles" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -8,7 +8,7 @@ homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "FRAME atomic swap pezpallet" description = "FRAME atomic swap pezpallet"
readme = "README.md" readme = "README.md"
documentation = "https://docs.rs/pezpallet-atomic-swap" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -8,7 +8,7 @@ homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "FRAME AURA consensus pezpallet" description = "FRAME AURA consensus pezpallet"
readme = "README.md" readme = "README.md"
documentation = "https://docs.rs/pezpallet-aura" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
@@ -8,7 +8,7 @@ homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "FRAME pezpallet for authority discovery" description = "FRAME pezpallet for authority discovery"
readme = "README.md" readme = "README.md"
documentation = "https://docs.rs/pezpallet-authority-discovery" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -8,7 +8,7 @@ license = "Apache-2.0"
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
readme = "README.md" readme = "README.md"
documentation = "https://docs.rs/pezpallet-authorship" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -8,7 +8,7 @@ homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "Consensus extension module for BABE consensus. Collects on-chain randomness from VRF outputs and manages epoch transitions." description = "Consensus extension module for BABE consensus. Collects on-chain randomness from VRF outputs and manages epoch transitions."
readme = "README.md" readme = "README.md"
documentation = "https://docs.rs/pezpallet-babe" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -7,7 +7,7 @@ license = "Apache-2.0"
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "FRAME pezpallet bags list" description = "FRAME pezpallet bags list"
documentation = "https://docs.rs/pezpallet-bags-list" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
@@ -8,7 +8,7 @@ homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "Fuzzer for FRAME pezpallet bags list" description = "Fuzzer for FRAME pezpallet bags list"
publish = false publish = false
documentation = "https://docs.rs/pezpallet-bags-list-fuzzer" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
@@ -8,7 +8,7 @@ homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "FRAME pezpallet bags list remote test" description = "FRAME pezpallet bags list remote test"
publish = false publish = false
documentation = "https://docs.rs/pezpallet-bags-list-remote-tests" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -8,7 +8,7 @@ homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "FRAME pezpallet to manage balances" description = "FRAME pezpallet to manage balances"
readme = "README.md" readme = "README.md"
documentation = "https://docs.rs/pezpallet-balances" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -7,7 +7,7 @@ license = "Apache-2.0"
description = "BEEFY + MMR runtime utilities" description = "BEEFY + MMR runtime utilities"
repository.workspace = true repository.workspace = true
homepage.workspace = true homepage.workspace = true
documentation = "https://docs.rs/pezpallet-beefy-mmr" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -7,7 +7,7 @@ license = "Apache-2.0"
repository.workspace = true repository.workspace = true
description = "BEEFY FRAME pezpallet" description = "BEEFY FRAME pezpallet"
homepage.workspace = true homepage.workspace = true
documentation = "https://docs.rs/pezpallet-beefy" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -8,7 +8,7 @@ homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "Macro for benchmarking a FRAME runtime." description = "Macro for benchmarking a FRAME runtime."
readme = "README.md" readme = "README.md"
documentation = "https://docs.rs/pezframe-benchmarking" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
@@ -7,7 +7,7 @@ license = "Apache-2.0"
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "Pallet for testing FRAME PoV benchmarking" description = "Pallet for testing FRAME PoV benchmarking"
documentation = "https://docs.rs/pezframe-benchmarking-pezpallet-pov" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -8,7 +8,7 @@ homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "FRAME pezpallet to manage bounties" description = "FRAME pezpallet to manage bounties"
readme = "README.md" readme = "README.md"
documentation = "https://docs.rs/pezpallet-bounties" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -7,7 +7,7 @@ homepage.workspace = true
edition.workspace = true edition.workspace = true
license = "Apache-2.0" license = "Apache-2.0"
repository.workspace = true repository.workspace = true
documentation = "https://docs.rs/pezpallet-broker" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
@@ -8,7 +8,7 @@ homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "FRAME pezpallet to manage child bounties" description = "FRAME pezpallet to manage child bounties"
readme = "README.md" readme = "README.md"
documentation = "https://docs.rs/pezpallet-child-bounties" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -8,7 +8,7 @@ homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "Collective system: Members of a set of account IDs can make their collective feelings known through dispatched calls from one of two specialized origins." description = "Collective system: Members of a set of account IDs can make their collective feelings known through dispatched calls from one of two specialized origins."
readme = "README.md" readme = "README.md"
documentation = "https://docs.rs/pezpallet-collective" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
+1 -1
View File
@@ -10,7 +10,7 @@ repository.workspace = true
description = "FRAME pezpallet for WASM contracts" description = "FRAME pezpallet for WASM contracts"
readme = "README.md" readme = "README.md"
include = ["CHANGELOG.md", "README.md", "benchmarks/**", "build.rs", "src/**/*"] include = ["CHANGELOG.md", "README.md", "benchmarks/**", "build.rs", "src/**/*"]
documentation = "https://docs.rs/pezpallet-contracts" documentation.workspace = true
[lints] [lints]
workspace = true workspace = true
@@ -6,7 +6,7 @@ authors.workspace = true
edition.workspace = true edition.workspace = true
license.workspace = true license.workspace = true
description = "Fixtures for testing contracts pezpallet." description = "Fixtures for testing contracts pezpallet."
documentation = "https://docs.rs/pezpallet-contracts-fixtures" documentation.workspace = true
repository = { workspace = true } repository = { workspace = true }
homepage = { workspace = true } homepage = { workspace = true }

Some files were not shown because too many files have changed in this diff Show More