jamt 0.1.21

General CLI tool for interacting with JAM nodes
[package]
name = "jamt"
description = "General CLI tool for interacting with JAM nodes"
version.workspace = true
authors.workspace = true
edition.workspace = true
repository.workspace = true
license.workspace = true
publish = true

[lints]
workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
futures = { workspace = true }
anyhow = "1.0"
jsonrpsee = { workspace = true, features = ["http-client", "ws-client"] }
clap = { workspace = true, features = ["env"] }
env_logger = { workspace = true }
log = { workspace = true }
tokio = { workspace = true, features = ["full"] }
jam-std-common = { path = "../jam-std-common", version = "0.1.21" }
jam-types = { path = "../jam-types", version = "0.1.21" }
jam-bootstrap-service-common = { path = "../../services/bootstrap-service/common", version = "0.1.21" }
jam-program-blob = { path = "../jam-program-blob", version = "0.1.21" }
null-authorizer-bin = { path = "../../services/null-authorizer-bin", version = "0.1.21" }
jam-tooling = { path = "../tooling", version = "0.1.21" }
scale = { workspace = true }
regex = "1"
thiserror = "2"
hex = "0.4"
url = "2"
directories = "6"