# 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 = "orml-xcm-support" version = "1.1.0" authors = ["Acala Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Supporting module for XCM integration." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/xcm-support" [lib] name = "orml_xcm_support" path = "src/lib.rs" [dependencies.frame-support] version = "38.0.0" default-features = false [dependencies.orml-traits] version = "1.1.0" default-features = false [dependencies.parity-scale-codec] version = "3.6.5" features = ["max-encoded-len"] default-features = false [dependencies.sp-runtime] version = "39.0.1" default-features = false [dependencies.sp-std] version = "14.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" [features] default = ["std"] std = [ "frame-support/std", "orml-traits/std", "parity-scale-codec/std", "sp-runtime/std", "sp-std/std", "xcm-executor/std", "xcm/std", ]