[[bin]]
name = "jam-blob"
path = "src/main.rs"
[dependencies.blake2b_simd]
default-features = false
features = []
version = "1"
[dependencies.clap]
features = ["derive", "string"]
version = "4.5.13"
[dependencies.codec]
default-features = false
features = ["derive", "max-encoded-len"]
package = "jam-codec"
version = "0.1.1"
[dependencies.jam-program-blob-common]
default-features = false
features = ["std"]
version = "0.1.26"
[dependencies.polkavm-common]
default-features = false
features = ["alloc"]
version = "0.29.0"
[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 = "CLI tool to manipulate JAM program blob's metadata."
edition = "2021"
license = "Apache-2.0"
name = "jam-program-blob"
readme = false
repository = "https://github.com/paritytech/polkajam.git"
version = "0.1.26"