# 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 = "tc-offchain" version = "2.0.0" authors = ["Parity Technologies ", "Tetcoin Developers "] description = "Tetcore offchain workers" homepage = "https://core.tetcoin.org" documentation = "https://docs.rs/tc-offchain" readme = "README.md" keywords = ["tetcoin", "tetcore", "crypto", "blockchain", "framework"] categories = ["cryptography::cryptocurrencies"] license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository = "https://github.com/tetcoin/tetcore" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies.bytes] version = "0.5" [dependencies.codec] version = "2.0.1" features = ["derive"] package = "tetsy-scale-codec" [dependencies.fnv] version = "1.0.6" [dependencies.futures] version = "0.3.9" [dependencies.futures-timer] version = "3.0.1" [dependencies.log] version = "0.4.8" [dependencies.num_cpus] version = "1.10" [dependencies.parking_lot] version = "0.11.1" [dependencies.rand] version = "0.7.2" [dependencies.tc-client-api] version = "2.0.0" [dependencies.tc-keystore] version = "2.0.0" [dependencies.tc-network] version = "0.8.0" [dependencies.tet-core] version = "2.0.2" [dependencies.tetcore-utils] version = "2.0.2" [dependencies.threadpool] version = "1.7" [dependencies.tp-api] version = "2.0.2" [dependencies.tp-offchain] version = "2.0.2" [dependencies.tp-runtime] version = "2.0.2" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.tc-block-builder] version = "0.8.0" [dev-dependencies.tc-client-db] version = "0.8.0" default-features = true [dev-dependencies.tc-transaction-pool] version = "2.0.0" [dev-dependencies.tetcore-tracing] version = "2.0.2" [dev-dependencies.tokio] version = "0.2" [dev-dependencies.tp-consensus] version = "0.8.2" [dev-dependencies.tp-transaction-pool] version = "2.0.2" [features] default = [] [target."cfg(not(target_os = \"unknown\"))".dependencies.hyper] version = "0.13.9" [target."cfg(not(target_os = \"unknown\"))".dependencies.hyper-rustls] version = "0.21.0"