# 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 = "t3rn-types" version = "0.0.1-rc.2" authors = ["t3rn ltd. "] description = "A crate that hosts a common definitions that are relevant for t3rn components." homepage = "https://t3rn.io" license = "Apache-2.0" repository = "https://github.com/t3rn/t3rn/" [dependencies.bytes] version = "1.2.1" default-features = false [dependencies.codec] version = "3" features = ["derive"] default-features = false package = "parity-scale-codec" [dependencies.num] version = "0.4.0" default-features = false [dependencies.primitive-types] version = "0.11.1" features = ["scale-info"] default-features = false [dependencies.scale-info] version = "2" features = ["derive"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] optional = true default-features = false [dependencies.sp-core] version = "6.0.0" optional = true default-features = false [dependencies.sp-io] version = "6.0.0" optional = true default-features = false [dependencies.sp-runtime] version = "6.0.0" optional = true default-features = false [dev-dependencies.hex] version = "0.4" [dev-dependencies.hex-literal] version = "0.3.1" [dev-dependencies.serde_json] version = "1.0.41" [dev-dependencies.t3rn-sdk-primitives] version = "0.1.1-rc.3" [features] default = ["std"] runtime = [ "sp-runtime", "sp-core", "sp-io", ] runtime-std = [ "sp-runtime/std", "sp-core/std", "sp-io/std", ] std = [ "codec/std", "scale-info/std", "serde/std", "bytes/std", ]