# 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 = "xs-channel" version = "0.3.7" authors = ["t3rn "] description = "XBI as a channel" license = "Apache-2.0" repository = "https://github.com/t3rn/xbi" resolver = "1" [dependencies.codec] version = "3" default-features = false package = "parity-scale-codec" [dependencies.frame-support] version = "4.0.0-dev" optional = true default-features = false [dependencies.frame-system] version = "4.0.0-dev" optional = true default-features = false [dependencies.log] version = "0.4" default-features = false [dependencies.scale-info] version = "2.1.1" features = ["derive"] default-features = false [dependencies.sp-core] version = "6.0.0" default-features = false [dependencies.sp-io] version = "6.0.0" default-features = false [dependencies.sp-runtime] version = "6.0.0" default-features = false [dependencies.sp-std] version = "4.0.0" default-features = false [dependencies.xp-channel] version = "0.3" default-features = false [dependencies.xp-format] version = "0.3" default-features = false [dependencies.xp-xcm] version = "0.3" default-features = false [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.serial_test] version = "1.0.0" [features] default = [ "std", "frame", "frame-std", ] frame = [ "frame-support", "frame-system", "xp-channel/frame", "xp-xcm/frame", ] frame-std = [ "frame-support/std", "frame-system/std", "xp-channel/frame-std", "xp-xcm/frame-std", ] std = [ "log/std", "codec/std", "scale-info/std", "sp-runtime/std", "sp-std/std", "xp-channel/std", "sp-io/std", "sp-core/std", "xp-format/std", "xp-xcm/std", ]