# 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 = "xbi-sender" version = "0.3.2" authors = ["t3rn "] description = "A sender channel part of XBI" license = "Apache-2.0" repository = "https://github.com/t3rn/xbi" resolver = "1" [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.sp-runtime] version = "6.0.0" default-features = false [dependencies.xbi-channel-primitives] version = "0.3" default-features = false [dependencies.xcm] version = "0" optional = true default-features = false [dependencies.xcm-primitives] version = "0.3" features = ["frame"] optional = true default-features = false package = "t3rn-xcm-primitives" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.serial_test] version = "1.0.0" [features] default = [ "std", "frame-std", ] frame = [ "frame-support", "frame-system", "xcm-primitives", "xcm", ] frame-std = [ "frame-support/std", "frame-system/std", "xcm-primitives/std", "xcm-primitives/frame-std", "xcm/std", ] std = [ "sp-runtime/std", "xbi-channel-primitives/std", "xcm-primitives/std", "log/std", ]