# 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-channel-primitives" version = "0.3.2" authors = ["t3rn "] description = "Primitives to support XBI 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.scale-info] version = "2.1.1" features = ["derive"] default-features = false [dependencies.sp-runtime] version = "6.0.0" default-features = false [dependencies.sp-std] version = "4.0.0" default-features = false [dependencies.xbi-format] version = "0.3.2" default-features = false [dependencies.xcm] version = "0" optional = true 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", "xcm", ] frame-std = [ "frame-support/std", "xcm/std", ] std = [ "sp-runtime/std", "sp-std/std", "xbi-format/std", "codec/std", "scale-info/std", ]