xcm-fee-payment-runtime-api 0.4.0

XCM fee payment runtime API (polkadot v1.13.0)
Documentation
[dependencies.codec]
default-features = false
features = ["derive"]
package = "parity-scale-codec"
version = "3.6.12"

[dependencies.frame-support]
default-features = false
version = "35.0.0"

[dependencies.scale-info]
default-features = false
features = ["derive", "serde"]
version = "2.11.1"

[dependencies.sp-api]
default-features = false
version = "33.0.0"

[dependencies.sp-runtime]
default-features = false
version = "38.0.0"

[dependencies.sp-std]
default-features = false
version = "14.0.0"

[dependencies.sp-weights]
default-features = false
version = "31.0.0"

[dependencies.xcm]
default-features = false
package = "staging-xcm"
version = "14.0.0"

[dev-dependencies.env_logger]
version = "0.9.0"

[dev-dependencies.log]
default-features = false
version = "0.4.21"

[features]
default = ["std"]
runtime-benchmarks = ["frame-support/runtime-benchmarks", "sp-runtime/runtime-benchmarks"]
std = ["codec/std", "frame-support/std", "scale-info/std", "sp-api/std", "sp-runtime/std", "sp-std/std", "sp-weights/std", "xcm/std"]

[package]
authors = ["Parity Technologies <admin@parity.io>"]
description = "XCM fee payment runtime API (polkadot v1.13.0)"
edition = "2021"
license = "Apache-2.0"
name = "xcm-fee-payment-runtime-api"
repository = "https://github.com/paritytech/polkadot-sdk.git"
version = "0.4.0"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]