[package] name = "snowbridge-outbound-queue-runtime-api" description = "Snowbridge Outbound Queue Runtime API" version = "0.2.0" authors = ["Snowfork "] edition.workspace = true repository.workspace = true license = "Apache-2.0" categories = ["cryptography::cryptocurrencies"] [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 } frame-support = { workspace = true } snowbridge-core = { workspace = true } snowbridge-merkle-tree = { workspace = true } snowbridge-outbound-queue-primitives = { workspace = true } sp-api = { workspace = true } sp-std = { workspace = true } [features] default = ["std"] std = [ "codec/std", "frame-support/std", "snowbridge-core/std", "snowbridge-merkle-tree/std", "snowbridge-outbound-queue-primitives/std", "sp-api/std", "sp-std/std", ] runtime-benchmarks = [ "frame-support/runtime-benchmarks", "snowbridge-core/runtime-benchmarks", "snowbridge-merkle-tree/runtime-benchmarks", "snowbridge-outbound-queue-primitives/runtime-benchmarks", "sp-api/runtime-benchmarks", ]