[package] name = "pezsnowbridge-pezpallet-outbound-queue" description = "Snowbridge Outbound Queue Pallet" version = "0.2.0" authors = ["Snowfork "] edition.workspace = true repository.workspace = true license = "Apache-2.0" categories = ["cryptography::cryptocurrencies"] documentation = "https://docs.rs/pezsnowbridge-pezpallet-outbound-queue" homepage = { workspace = true } [lints] workspace = true [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [package.metadata.pezkuwi-sdk] exclude-from-umbrella = true [dependencies] codec = { features = ["derive"], workspace = true } scale-info = { features = ["derive"], workspace = true } serde = { features = ["alloc", "derive"], workspace = true } pezframe-benchmarking = { optional = true, workspace = true } pezframe-support = { workspace = true } pezframe-system = { workspace = true } pezsp-arithmetic = { workspace = true } pezsp-core = { workspace = true } pezsp-io = { workspace = true } pezsp-runtime = { workspace = true } pezsp-std = { workspace = true } bridge-hub-common = { workspace = true } ethabi = { workspace = true } pezsnowbridge-core = { workspace = true } pezsnowbridge-merkle-tree = { workspace = true } pezsnowbridge-outbound-queue-primitives = { workspace = true } [dev-dependencies] pezpallet-message-queue = { workspace = true } [features] default = ["std"] std = [ "bridge-hub-common/std", "codec/std", "ethabi/std", "pezframe-benchmarking/std", "pezframe-support/std", "pezframe-system/std", "pezpallet-message-queue/std", "pezsnowbridge-core/std", "pezsnowbridge-merkle-tree/std", "pezsnowbridge-outbound-queue-primitives/std", "pezsp-arithmetic/std", "pezsp-core/std", "pezsp-io/std", "pezsp-runtime/std", "pezsp-std/std", "scale-info/std", "serde/std", ] runtime-benchmarks = [ "bridge-hub-common/runtime-benchmarks", "pezframe-benchmarking", "pezframe-benchmarking/runtime-benchmarks", "pezframe-support/runtime-benchmarks", "pezframe-system/runtime-benchmarks", "pezpallet-message-queue/runtime-benchmarks", "pezsnowbridge-core/runtime-benchmarks", "pezsnowbridge-merkle-tree/runtime-benchmarks", "pezsnowbridge-outbound-queue-primitives/runtime-benchmarks", "pezsp-io/runtime-benchmarks", "pezsp-runtime/runtime-benchmarks", ] try-runtime = [ "pezframe-support/try-runtime", "pezframe-system/try-runtime", "pezpallet-message-queue/try-runtime", "pezsp-runtime/try-runtime", ]