jam-pvm-common 0.1.21

Common logic for JAM PVM crates including services and authorizers
Documentation
[dependencies.bounded-collections]
default-features = false
version = "0.2.0"

[dependencies.jam-types]
default-features = false
version = "0.1.21"

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

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

[features]
authorizer = []
default = ["std"]
logging = []
service = []
std = ["jam-types/std"]
tiny = ["jam-types/tiny"]

[lib]
name = "jam_pvm_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 logic for JAM PVM crates including services and authorizers"
edition = "2021"
license = "Apache-2.0"
name = "jam-pvm-common"
publish = true
readme = "README.md"
repository = "https://github.com/paritytech/polkajam.git"
version = "0.1.21"