Files
pezkuwi-sdk/pezbridges/pezsnowbridge/pezpallets/inbound-queue/fixtures/Cargo.toml
T
pezkuwichain bfc2cc5284 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.
2025-12-27 17:56:39 +03:00

45 lines
1.2 KiB
TOML

[package]
name = "pezsnowbridge-pezpallet-inbound-queue-fixtures"
description = "Snowbridge Inbound Queue Test Fixtures"
version = "0.10.0"
authors = ["Snowfork <contact@snowfork.com>"]
edition.workspace = true
repository.workspace = true
license = "Apache-2.0"
categories = ["cryptography::cryptocurrencies"]
documentation.workspace = true
homepage = { workspace = true }
publish = false
[lints]
workspace = true
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[package.metadata.pezkuwi-sdk]
exclude-from-umbrella = true
[dependencies]
hex-literal = { workspace = true, default-features = true }
pezsnowbridge-beacon-primitives = { workspace = true }
pezsnowbridge-core = { workspace = true }
pezsnowbridge-inbound-queue-primitives = { workspace = true }
pezsp-core = { workspace = true }
pezsp-std = { workspace = true }
[features]
default = ["std"]
std = [
"pezsnowbridge-beacon-primitives/std",
"pezsnowbridge-core/std",
"pezsnowbridge-inbound-queue-primitives/std",
"pezsp-core/std",
"pezsp-std/std",
]
runtime-benchmarks = [
"pezsnowbridge-beacon-primitives/runtime-benchmarks",
"pezsnowbridge-core/runtime-benchmarks",
"pezsnowbridge-inbound-queue-primitives/runtime-benchmarks",
]