[package] name = "snowbridge-runtime-common" description = "Snowbridge Runtime Common" 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 } frame-support = { workspace = true } frame-system = { workspace = true } pallet-xcm = { workspace = true } sp-arithmetic = { workspace = true } sp-std = { workspace = true } tracing = { workspace = true } xcm = { workspace = true } xcm-builder = { workspace = true } xcm-executor = { workspace = true } [dev-dependencies] [features] default = ["std"] std = [ "codec/std", "frame-support/std", "frame-system/std", "pallet-xcm/std", "sp-arithmetic/std", "sp-std/std", "tracing/std", "xcm-builder/std", "xcm-executor/std", "xcm/std", ] runtime-benchmarks = [ "frame-support/runtime-benchmarks", "frame-system/runtime-benchmarks", "pallet-xcm/runtime-benchmarks", "xcm-builder/runtime-benchmarks", "xcm-executor/runtime-benchmarks", "xcm/runtime-benchmarks", ] try-runtime = [ "frame-support/try-runtime", "frame-system/try-runtime", "pallet-xcm/try-runtime", ]