jam-pvm-builder 0.1.21

Utility for building PVM code blobs, particularly services and authorizers
Documentation
[build-dependencies.polkavm-linker]
version = "0.19.0"

[dependencies.jam-program-blob]
version = "0.1.21"

[dependencies.jobserver]
version = "0.1.32"

[dependencies.polkavm-linker]
version = "0.19.0"

[dependencies.scale]
default-features = false
features = ["derive"]
package = "parity-scale-codec"
version = "3.6.12"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.toml]
version = "0.8"

[features]
default = []
tiny = []

[lib]
name = "jam_pvm_builder"
path = "src/lib.rs"

[lints.clippy]
fn_to_numeric_cast_any = "deny"
new_without_default = "allow"
redundant_closure = "allow"
result_unit_err = "allow"
too_many_arguments = "allow"
type_complexity = "allow"
unwrap_used = "deny"
use_debug = "deny"

[lints.clippy.correctness]
level = "deny"
priority = -1

[package]
authors = ["Parity Technologies <admin@parity.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Utility for building PVM code blobs, particularly services and authorizers"
edition = "2021"
license = "Apache-2.0"
name = "jam-pvm-builder"
publish = true
readme = "README.md"
repository = "https://github.com/paritytech/polkajam.git"
version = "0.1.21"