sp-timestamp 14.0.0

Substrate core types and inherents for timestamps.
Documentation
[dependencies.async-trait]
optional = true
version = "0.1.57"

[dependencies.codec]
default-features = false
features = ["derive"]
package = "parity-scale-codec"
version = "3.2.2"

[dependencies.futures-timer]
optional = true
version = "3.0.2"

[dependencies.log]
optional = true
version = "0.4.17"

[dependencies.sp-inherents]
default-features = false
version = "14.0.0"

[dependencies.sp-runtime]
default-features = false
version = "18.0.0"

[dependencies.sp-std]
default-features = false
version = "6.0.0"

[dependencies.thiserror]
optional = true
version = "1.0.30"

[features]
default = ["std"]
std = ["async-trait", "codec/std", "futures-timer", "log", "sp-inherents/std", "sp-runtime/std", "sp-std/std", "thiserror"]

[package]
authors = ["Parity Technologies <admin@parity.io>"]
description = "Substrate core types and inherents for timestamps."
edition = "2021"
homepage = "https://substrate.io"
license = "Apache-2.0"
name = "sp-timestamp"
readme = "README.md"
repository = "https://github.com/paritytech/substrate/"
version = "14.0.0"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]