[package] name = "tp-timestamp" version = "2.1.2" authors = ["Parity Technologies ", "Tetcoin Developers "] edition = "2018" license = "Apache-2.0" keywords = ["tetcoin", "tetcore", "crypto", "blockchain", "framework"] categories = ["cryptography::cryptocurrencies"] homepage = "https://core.tetcoin.org" repository = "https://github.com/tetcoin/tetcore" documentation = "https://docs.rs/tp-timestamp" description = "Tetcore core types and inherents for timestamps." readme = "README.md" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] tp-api = { version = "2.1.2", default-features = false, path = "../api" } tetcore-std = { version = "2.1.2", default-features = false, path = "../std" } tp-runtime = { version = "2.1.2", default-features = false, path = "../runtime" } codec = { package = "tetsy-scale-codec", version = "2.0.1", default-features = false, features = ["derive"] } tp-inherents = { version = "2.1.2", default-features = false, path = "../inherents" } impl-trait-for-tuples = "0.2.0" wasm-timer = { version = "0.2", optional = true } [features] default = [ "std" ] std = [ "tp-api/std", "tetcore-std/std", "tp-runtime/std", "codec/std", "tp-inherents/std", "wasm-timer", ]