tp-offchain 2.0.2

Tetcore offchain workers primitives
Documentation
[package]
description = "Tetcore offchain workers primitives"
name = "tp-offchain"
version = "2.0.2"
license = "Apache-2.0"
authors = ["Parity Technologies <admin@parity.io>", "Tetcoin Developers <support@tetcoin.org>"]
edition = "2018"
homepage = "https://core.tetcoin.org"
repository = "https://github.com/tetcoin/tetcore/"
readme = "README.md"

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

[dependencies]
tet-core = { version = "2.0.2", default-features = false, path = "../core" }
tp-api = { version = "2.0.2", default-features = false, path = "../api" }
tp-runtime = { version = "2.0.2", default-features = false, path = "../runtime" }

[dev-dependencies]
tp-state-machine = { version = "0.8.2", default-features = false, path = "../state-machine" }

[features]
default = ["std"]
std = [
	"tet-core/std",
	"tp-api/std",
	"tp-runtime/std"
]