[package] name = "snowbridge-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"] [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 } frame-support = { workspace = true } frame-system = { workspace = true } sp-core = { workspace = true } sp-io = { workspace = true } sp-runtime = { workspace = true } sp-std = { workspace = true } xcm = { workspace = true } xcm-builder = { workspace = true } xcm-executor = { workspace = true } snowbridge-beacon-primitives = { workspace = true } snowbridge-core = { workspace = true } snowbridge-verification-primitives = { workspace = true } assets-common = { workspace = true } hex-literal = { workspace = true, default-features = true } [dev-dependencies] snowbridge-test-utils = { workspace = true } [features] default = ["std"] std = [ "alloy-core/std", "assets-common/std", "codec/std", "frame-support/std", "frame-system/std", "scale-info/std", "snowbridge-beacon-primitives/std", "snowbridge-core/std", "snowbridge-verification-primitives/std", "sp-core/std", "sp-io/std", "sp-runtime/std", "sp-std/std", "tracing/std", "xcm-builder/std", "xcm-executor/std", "xcm/std", ] runtime-benchmarks = [ "assets-common/runtime-benchmarks", "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", "snowbridge-beacon-primitives/runtime-benchmarks", "snowbridge-core/runtime-benchmarks", "snowbridge-test-utils/runtime-benchmarks", "snowbridge-verification-primitives/runtime-benchmarks", "sp-io/runtime-benchmarks", "sp-runtime/runtime-benchmarks", "xcm-builder/runtime-benchmarks", "xcm-executor/runtime-benchmarks", "xcm/runtime-benchmarks", ] try-runtime = [ "assets-common/try-runtime", "frame-support/try-runtime", "frame-system/try-runtime", "sp-runtime/try-runtime", ]