[package] description = "Substrate offchain workers primitives" name = "sp-offchain" version = "2.0.0" license = "GPL-3.0" authors = ["Parity Technologies "] edition = "2018" [dependencies] sp-api = { version = "2.0.0", default-features = false, path = "../api" } sp-runtime = { version = "2.0.0", default-features = false, path = "../runtime" } [features] default = ["std"] std = [ "sp-api/std", "sp-runtime/std" ]