# 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-runtime-apis" version = "0.4.0" authors = ["Parity Technologies "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "XCM runtime APIs" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/paritytech/polkadot-sdk.git" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [lib] name = "xcm_runtime_apis" path = "src/lib.rs" [[test]] name = "conversions" path = "tests/conversions.rs" [[test]] name = "fee_estimation" path = "tests/fee_estimation.rs" [[test]] name = "mock" path = "tests/mock.rs" [dependencies.codec] version = "3.6.12" features = ["derive"] default-features = false package = "parity-scale-codec" [dependencies.frame-support] version = "38.0.0" default-features = false [dependencies.scale-info] version = "2.11.1" features = [ "derive", "serde", ] default-features = false [dependencies.sp-api] version = "34.0.0" default-features = false [dependencies.sp-weights] version = "31.0.0" default-features = false [dependencies.xcm] version = "14.2.0" default-features = false package = "staging-xcm" [dependencies.xcm-executor] version = "17.0.0" default-features = false package = "staging-xcm-executor" [dev-dependencies.hex-literal] version = "0.4.1" default-features = false [dev-dependencies.log] version = "0.4.22" default-features = false [features] default = ["std"] runtime-benchmarks = [ "frame-support/runtime-benchmarks", "xcm-executor/runtime-benchmarks", ] std = [ "codec/std", "frame-support/std", "scale-info/std", "sp-api/std", "sp-weights/std", "xcm-executor/std", "xcm/std", ]