jam-program-blob 0.1.28

CLI tool to manipulate JAM program blob's metadata.
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "jam-program-blob"
version = "0.1.28"
authors = ["Parity Technologies <admin@parity.io>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool to manipulate JAM program blob's metadata."
readme = false
license = "Apache-2.0"
repository = "https://github.com/paritytech/polkajam.git"

[[bin]]
name = "jam-blob"
path = "src/main.rs"

[dependencies.blake2b_simd]
version = "1"
features = []
default-features = false

[dependencies.clap]
version = "4.5.13"
features = [
    "derive",
    "string",
]

[dependencies.codec]
version = "0.1.1"
features = [
    "derive",
    "max-encoded-len",
]
default-features = false
package = "jam-codec"

[dependencies.jam-program-blob-common]
version = "0.1.28"
features = ["std"]
default-features = false

[dependencies.polkavm-common]
version = "0.30.0"
features = ["alloc"]
default-features = false

[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