[package] name = "snowbridge-outbound-queue-primitives" description = "Snowbridge Outbound Queue Primitives" version = "0.2.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] codec = { workspace = true } hex-literal = { workspace = true, default-features = true } scale-info = { features = ["derive"], workspace = true } tracing = { workspace = true } pezkuwi-teyrchain-primitives = { workspace = true } xcm = { workspace = true } xcm-builder = { workspace = true } xcm-executor = { workspace = true } frame-support = { workspace = true } frame-system = { workspace = true } sp-arithmetic = { workspace = true } sp-core = { workspace = true } sp-io = { workspace = true } sp-runtime = { workspace = true } sp-std = { workspace = true } alloy-core = { workspace = true, features = ["sol-types"] } ethabi = { workspace = true } snowbridge-core = { workspace = true } snowbridge-verification-primitives = { workspace = true } [features] default = ["std"] std = [ "alloy-core/std", "codec/std", "ethabi/std", "frame-support/std", "frame-system/std", "pezkuwi-teyrchain-primitives/std", "scale-info/std", "snowbridge-core/std", "snowbridge-verification-primitives/std", "sp-arithmetic/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 = [ "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", "pezkuwi-teyrchain-primitives/runtime-benchmarks", "snowbridge-core/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", ]