[dependencies.arithmetic]
default-features = false
version = "2.0.1"
[dependencies.codec]
default-features = false
features = ["derive"]
package = "tetsy-scale-codec"
version = "2.0.1"
[dependencies.either]
default-features = false
version = "1.5"
[dependencies.impl-trait-for-tuples]
version = "0.2.0"
[dependencies.log]
optional = true
version = "0.4.8"
[dependencies.paste]
version = "0.1.6"
[dependencies.rand]
optional = true
version = "0.7.2"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.101"
[dependencies.tet-application-crypto]
default-features = false
version = "2.0.1"
[dependencies.tet-core]
default-features = false
version = "2.0.1"
[dependencies.tet-io]
default-features = false
version = "2.0.1"
[dependencies.tetcore-std]
default-features = false
version = "2.0.1"
[dependencies.tetsy-hash256-std-hasher]
default-features = false
version = "0.15.2"
[dependencies.tetsy-util-mem]
default-features = false
features = ["tetsy-primitive-types"]
version = "0.9.0"
[dev-dependencies.rand]
version = "0.7.2"
[dev-dependencies.serde_json]
version = "1.0.41"
[dev-dependencies.tp-state-machine]
version = "0.8.1"
[features]
bench = []
default = ["std"]
runtime-benchmarks = []
std = ["tet-application-crypto/std", "arithmetic/std", "codec/std", "log", "tet-core/std", "rand", "tetcore-std/std", "tet-io/std", "serde", "tetsy-util-mem/std", "tetsy-hash256-std-hasher/std", "either/use_std"]
[package]
authors = ["Parity Technologies <admin@parity.io>", "Tetcoin Developers <support@tetcoin.org>"]
categories = ["cryptography::cryptocurrencies"]
description = "Runtime Modules shared primitive types."
documentation = "https://docs.rs/tp-runtime"
edition = "2018"
homepage = "https://core.tetcoin.org"
keywords = ["tetcoin", "tetcore", "crypto", "blockchain", "framework"]
license = "Apache-2.0"
name = "tp-runtime"
readme = "README.md"
repository = "https://github.com/tetcoin/tetcore"
version = "2.0.1"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]