# 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-format" version = "0.3.2" authors = ["t3rn "] description = "XBI format for creating and handling XBI messages" homepage = "https://t3rn.io" 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-system] version = "4.0.0-dev" default-features = false [dependencies.log] version = "0.4" default-features = false [dependencies.sabi] version = "0.3" default-features = false package = "substrate-abi" [dependencies.scabi] version = "0.3" default-features = false package = "substrate-contracts-abi" [dependencies.scale-info] version = "2.1.1" features = ["derive"] default-features = false [dependencies.sp-core] 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 [dev-dependencies.frame-support] version = "4.0.0-dev" [features] default = ["std"] std = [ "log/std", "codec/std", "scale-info/std", "sp-std/std", "sp-core/std", "sp-runtime/std", "frame-system/std", "sabi/std", "scabi/std", ]