[dependencies.codec]
default-features = false
features = ["derive", "max-encoded-len"]
package = "jam-codec"
version = "0.1.1"
[dependencies.polkavm]
default-features = false
features = []
optional = true
version = "0.29.1"
[features]
default = ["std", "polkavm"]
polkavm = ["dep:polkavm"]
std = ["codec/std", "polkavm/std"]
[lib]
name = "jam_program_blob_common"
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 = "Common types for building PVM blobs"
edition = "2021"
license = "Apache-2.0"
name = "jam-program-blob-common"
publish = true
readme = false
repository = "https://github.com/paritytech/polkajam.git"
version = "0.1.26"