[package] name = "pezsnowbridge-inbound-queue-primitives" description = "Snowbridge Inbound Queue Primitives" version = "0.9.0" authors = ["Snowfork "] edition.workspace = true repository.workspace = true license = "Apache-2.0" categories = ["cryptography::cryptocurrencies"] documentation = "https://docs.rs/pezsnowbridge-inbound-queue-primitives" homepage = { workspace = true } [lints] workspace = true [package.metadata.pezkuwi-sdk] exclude-from-umbrella = true [dependencies] alloy-core = { workspace = true, features = ["sol-types"] } codec = { workspace = true } scale-info = { features = ["derive"], workspace = true } tracing = { workspace = true } pezframe-support = { workspace = true } pezframe-system = { workspace = true } pezsp-core = { workspace = true } pezsp-io = { workspace = true } pezsp-runtime = { workspace = true } pezsp-std = { workspace = true } xcm = { workspace = true } xcm-builder = { workspace = true } xcm-executor = { workspace = true } pezsnowbridge-beacon-primitives = { workspace = true } pezsnowbridge-core = { workspace = true } pezsnowbridge-verification-primitives = { workspace = true } assets-common = { workspace = true } hex-literal = { workspace = true, default-features = true } [dev-dependencies] pezsnowbridge-test-utils = { workspace = true } [features] default = ["std"] std = [ "alloy-core/std", "assets-common/std", "codec/std", "pezframe-support/std", "pezframe-system/std", "pezsnowbridge-beacon-primitives/std", "pezsnowbridge-core/std", "pezsnowbridge-verification-primitives/std", "pezsp-core/std", "pezsp-io/std", "pezsp-runtime/std", "pezsp-std/std", "scale-info/std", "tracing/std", "xcm-builder/std", "xcm-executor/std", "xcm/std", ] runtime-benchmarks = [ "assets-common/runtime-benchmarks", "pezframe-support/runtime-benchmarks", "pezframe-system/runtime-benchmarks", "pezsnowbridge-beacon-primitives/runtime-benchmarks", "pezsnowbridge-core/runtime-benchmarks", "pezsnowbridge-test-utils/runtime-benchmarks", "pezsnowbridge-verification-primitives/runtime-benchmarks", "pezsp-io/runtime-benchmarks", "pezsp-runtime/runtime-benchmarks", "xcm-builder/runtime-benchmarks", "xcm-executor/runtime-benchmarks", "xcm/runtime-benchmarks", ] try-runtime = [ "assets-common/try-runtime", "pezframe-support/try-runtime", "pezframe-system/try-runtime", "pezsp-runtime/try-runtime", ]