[package] name = "snowbridge-system-runtime-api" description = "Snowbridge System 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 } snowbridge-core = { workspace = true } sp-api = { workspace = true } sp-std = { workspace = true } xcm = { workspace = true } [features] default = ["std"] std = [ "codec/std", "snowbridge-core/std", "sp-api/std", "sp-std/std", "xcm/std", ] runtime-benchmarks = [ "snowbridge-core/runtime-benchmarks", "sp-api/runtime-benchmarks", "xcm/runtime-benchmarks", ]