# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "xcm-fee-payment-runtime-api" version = "0.4.0" authors = ["Parity Technologies "] description = "XCM fee payment runtime API (polkadot v1.13.0)" license = "Apache-2.0" repository = "https://github.com/paritytech/polkadot-sdk.git" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies.codec] version = "3.6.12" features = ["derive"] default-features = false package = "parity-scale-codec" [dependencies.frame-support] version = "35.0.0" default-features = false [dependencies.scale-info] version = "2.11.1" features = [ "derive", "serde", ] default-features = false [dependencies.sp-api] version = "33.0.0" default-features = false [dependencies.sp-runtime] version = "38.0.0" default-features = false [dependencies.sp-std] version = "14.0.0" default-features = false [dependencies.sp-weights] version = "31.0.0" default-features = false [dependencies.xcm] version = "14.0.0" default-features = false package = "staging-xcm" [dev-dependencies.env_logger] version = "0.9.0" [dev-dependencies.log] version = "0.4.21" default-features = false [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", ]