nitro-da-cli 0.1.7

Contains CLI utilities for interacting with the Blober program on Solana.
Documentation
# 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 = "nitro-da-cli"
version = "0.1.7"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Contains CLI utilities for interacting with the Blober program on Solana."
homepage = "https://www.termina.technology"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/nitro-svm/nitro-data-module"

[lib]
name = "nitro_da_cli"
path = "src/lib.rs"

[[bin]]
name = "nitro-da-cli"
path = "src/main.rs"

[dependencies.bytesize]
version = "1.3.0"

[dependencies.chrono]
version = "0.4.39"

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

[dependencies.csv]
version = "1.3.1"

[dependencies.futures]
version = "0.3.31"
default-features = false

[dependencies.hex]
version = "0.4.3"
default-features = false

[dependencies.itertools]
version = "0.14.0"

[dependencies.nitro-da-blober]
version = "0.1.6"
features = ["no-entrypoint"]

[dependencies.nitro-da-client]
version = "0.1.4"

[dependencies.nitro-da-indexer-api]
version = "0.1.4"

[dependencies.rand]
version = "0.7"

[dependencies.serde]
version = "1.0.216"
default-features = false

[dependencies.serde_json]
version = "1.0.134"
default-features = false

[dependencies.solana-cli-config]
version = "=2.2.1"

[dependencies.solana-sdk]
version = "=2.2.1"

[dependencies.tokio]
version = "1.42.0"
features = [
    "full",
    "full",
]

[dependencies.tracing]
version = "0.1.41"
default-features = false

[dependencies.tracing-subscriber]
version = "0.3.19"
features = ["env-filter"]