jamt 0.1.28

General CLI tool for interacting with JAM nodes
# 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 = "jamt"
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 = "General CLI tool for interacting with JAM nodes"
readme = false
license = "Apache-2.0"
repository = "https://github.com/paritytech/polkajam.git"

[[bin]]
name = "jamt"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.98"

[dependencies.bytes]
version = "1.7.1"
default-features = false

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

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

[dependencies.corevm-bin]
version = "0.1.28"

[dependencies.corevm-host]
version = "0.1.28"
features = ["std"]

[dependencies.corevm-tooling]
version = "0.1.28"

[dependencies.directories]
version = "6"

[dependencies.env_logger]
version = "0.10"
features = [
    "color",
    "auto-color",
    "humantime",
]
default-features = false

[dependencies.futures]
version = "0.3"

[dependencies.hex]
version = "0.4"

[dependencies.jam-bootstrap-service-common]
version = "0.1.28"

[dependencies.jam-null-authorizer-bin]
version = "0.1.28"

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

[dependencies.jam-std-common]
version = "0.1.28"

[dependencies.jam-tooling]
version = "0.1.28"

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

[dependencies.jsonrpsee]
version = "0.26.0"
features = [
    "http-client",
    "ws-client",
]
default-features = false

[dependencies.log]
version = "0.4.27"

[dependencies.regex]
version = "1"

[dependencies.thiserror]
version = "2.0"
features = ["std"]
default-features = false

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

[dependencies.url]
version = "2"

[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