sp-offchain 15.0.0

Substrate offchain workers primitives
Documentation
[package]
description = "Substrate offchain workers primitives"
name = "sp-offchain"
version = "15.0.0"
license = "Apache-2.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
readme = "README.md"

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

[dependencies]
sp-api = { version = "15.0.0", default-features = false}
sp-core = { version = "17.0.0", default-features = false}
sp-runtime = { version = "19.0.0", default-features = false}

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