tetcore-std 2.0.1

Lowest-abstraction level for the Tetcore runtime: just exports useful primitives from std or client/alloc to be used with any code that depends on the runtime.
Documentation
[package]
name = "tetcore-std"
version = "2.0.1"
authors = ["Parity Technologies <admin@parity.io>", "Tetcoin Developers <support@tetcoin.org>"]
edition = "2018"
license = "Apache-2.0"
homepage = "https://github.com/tetcoin/tetcore"
repository = "https://github.com/tetcoin/tetcore/"

description = "Lowest-abstraction level for the Tetcore runtime: just exports useful primitives from std or client/alloc to be used with any code that depends on the runtime."
documentation = "https://docs.rs/tetcore-std"
readme = "README.md"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

[features]
default = ["std"]
std = []