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