# 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 = "tet-io" version = "2.1.2" authors = ["Parity Technologies ", "Tetcoin Developers "] description = "I/O for Tetcore runtimes" homepage = "https://core.tetcoin.org" documentation = "https://docs.rs/tet-io" 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.codec] version = "2.0.1" default-features = false package = "tetsy-scale-codec" [dependencies.externalities] version = "2.1.2" optional = true [dependencies.futures] version = "0.3.1" features = ["thread-pool"] optional = true [dependencies.libsecp256k1] version = "0.3.4" optional = true [dependencies.log] version = "0.4.8" optional = true [dependencies.parking_lot] version = "0.11.1" optional = true [dependencies.tet-core] version = "2.1.2" default-features = false [dependencies.tetcore-std] version = "2.1.2" default-features = false [dependencies.tetcore-tracing] version = "2.1.2" default-features = false [dependencies.tetcore-wasm-interface] version = "2.1.2" default-features = false [dependencies.tetsy-hash-db] version = "0.15.2" default-features = false [dependencies.tp-keystore] version = "2.1.2" optional = true default-features = false [dependencies.tp-runtime-interface] version = "2.1.2" default-features = false [dependencies.tp-state-machine] version = "2.1.2" optional = true [dependencies.tp-trie] version = "2.1.2" optional = true [dependencies.tracing] version = "0.1.22" default-features = false [dependencies.tracing-core] version = "0.1.17" default-features = false [features] default = ["std"] disable_allocator = [] disable_oom = [] disable_panic_handler = [] std = ["tet-core/std", "tp-keystore", "tet-core/std", "codec/std", "tetcore-std/std", "tetsy-hash-db/std", "tp-trie", "tp-state-machine", "libsecp256k1", "tp-runtime-interface/std", "externalities", "tetcore-wasm-interface/std", "tetcore-tracing/std", "tracing/std", "tracing-core/std", "log", "futures", "parking_lot"] with-tracing = ["tetcore-tracing/with-tracing"]