# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "fabric-support" version = "2.0.0" authors = ["Parity Technologies ", "Tetcoin Developers "] description = "Support code for the runtime." homepage = "https://core.tetcoin.org" documentation = "https://docs.rs/support" readme = "README.md" keywords = ["tetcoin", "tetcore", "crypto", "blockchain", "framework"] categories = ["cryptography::cryptocurrencies"] license = "Apache-2.0" repository = "https://github.com/tetcoin/tetcore" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies.arithmetic] version = "2.0.2" default-features = false [dependencies.bitflags] version = "1.2" [dependencies.codec] version = "2.0.1" features = ["derive"] default-features = false package = "tetsy-scale-codec" [dependencies.fabric-metadata] version = "12.0.0" default-features = false [dependencies.fabric-support-procedural] version = "2.0.1" default-features = false [dependencies.impl-trait-for-tuples] version = "0.2.0" [dependencies.log] version = "0.4" [dependencies.once_cell] version = "1" optional = true default-features = false [dependencies.paste] version = "0.1.6" [dependencies.serde] version = "1.0.101" features = ["derive"] optional = true [dependencies.smallvec] version = "1.4.1" [dependencies.tet-core] version = "2.0.2" default-features = false [dependencies.tet-io] version = "2.0.2" default-features = false [dependencies.tetcore-std] version = "2.0.2" default-features = false [dependencies.tetcore-tracing] version = "2.0.2" default-features = false [dependencies.tp-inherents] version = "2.0.2" default-features = false [dependencies.tp-runtime] version = "2.0.2" default-features = false [dependencies.tp-state-machine] version = "0.8.2" optional = true [dev-dependencies.pretty_assertions] version = "0.6.1" [dev-dependencies.tetsy-util-mem] version = "0.9.0" features = ["tetsy-primitive-types"] default-features = false [dev-dependencies.tp-api] version = "2.0.2" default-features = false [features] default = ["std"] nightly = [] runtime-benchmarks = [] std = ["once_cell", "serde", "tet-io/std", "codec/std", "tetcore-std/std", "tp-runtime/std", "tetcore-tracing/std", "arithmetic/std", "fabric-metadata/std", "tp-inherents/std", "tp-state-machine", "fabric-support-procedural/std"] strict = []