chore: break more circular dev-dependencies for crates.io

- pezframe-metadata-hash-extension: remove bizinikiwi-test-runtime-client, bizinikiwi-wasm-builder, pezsp-transaction-pool
This commit is contained in:
2025-12-28 11:33:48 +03:00
parent fa51525f55
commit 7c263cc3f3
2 changed files with 1 additions and 11 deletions
Generated
-3
View File
@@ -12083,8 +12083,6 @@ name = "pezframe-metadata-hash-extension"
version = "0.1.0"
dependencies = [
"array-bytes 6.2.3",
"bizinikiwi-test-runtime-client",
"bizinikiwi-wasm-builder",
"const-hex",
"docify",
"frame-metadata",
@@ -12096,7 +12094,6 @@ dependencies = [
"pezsp-api",
"pezsp-runtime",
"pezsp-tracing",
"pezsp-transaction-pool",
"scale-info",
]
@@ -20,11 +20,8 @@ pezframe-system = { workspace = true }
pezsp-runtime = { features = ["serde"], workspace = true }
scale-info = { features = ["derive", "serde"], workspace = true }
# Dev-dependencies with test-runtime-client and wasm-builder moved to integration tests
[dev-dependencies]
bizinikiwi-test-runtime-client = { workspace = true }
bizinikiwi-wasm-builder = { features = [
"metadata-hash",
], workspace = true, default-features = true }
frame-metadata = { features = [
"current",
"unstable",
@@ -32,7 +29,6 @@ frame-metadata = { features = [
merkleized-metadata = { workspace = true }
pezsp-api = { workspace = true, default-features = true }
pezsp-tracing = { workspace = true, default-features = true }
pezsp-transaction-pool = { workspace = true, default-features = true }
[features]
default = ["std"]
@@ -46,11 +42,8 @@ std = [
"scale-info/std",
]
runtime-benchmarks = [
"bizinikiwi-test-runtime-client/runtime-benchmarks",
"bizinikiwi-wasm-builder/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezframe-system/runtime-benchmarks",
"pezsp-api/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"pezsp-transaction-pool/runtime-benchmarks",
]