polkadot-node-core-pvf-execute-worker 11.0.0

Polkadot crate that contains the logic for executing PVFs. Used by the polkadot-execute-worker binary. (polkadot v1.10.0)
Documentation
[package]
name = "polkadot-node-core-pvf-execute-worker"
description = "Polkadot crate that contains the logic for executing PVFs. Used by the polkadot-execute-worker binary. (polkadot v1.10.0)"
version = "11.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true

[lints]
workspace = true

[dependencies]
cpu-time = "1.0.0"
gum = { package = "tracing-gum", path = "../../../gum", version = "11.0.0" }
cfg-if = "1.0"
nix = { version = "0.27.1", features = ["process", "resource", "sched"] }
libc = "0.2.152"

parity-scale-codec = { version = "3.6.1", default-features = false, features = ["derive"] }
polkadot-node-core-pvf-common = { version = "11.0.0", path = "../common" }
polkadot-parachain-primitives = { version = "10.0.0", path = "../../../../parachain" }
polkadot-primitives = { version = "11.0.0", path = "../../../../primitives" }

[features]
builder = []