data-anchor 0.4.5

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 = "2024"
name = "data-anchor"
version = "0.4.5"
authors = ["Nitro Labs <team@nitro.technology>"]
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"
repository = "https://github.com/nitro-svm/data-anchor"
resolver = "2"

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

[[bin]]
name = "data-anchor"
path = "src/main.rs"

[dependencies.anchor-lang]
version = "=0.31.1"

[dependencies.bytesize]
version = "1.3.3"

[dependencies.chrono]
version = "0.4.41"

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

[dependencies.csv]
version = "1.3.1"

[dependencies.data-anchor-api]
version = "0.4.5"

[dependencies.data-anchor-blober]
version = "0.2.2"
features = ["no-entrypoint"]
default-features = false

[dependencies.data-anchor-client]
version = "0.4.5"

[dependencies.data-anchor-utils]
version = "0.4.5"
features = ["compression"]

[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.rand]
version = "0.7"

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

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

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

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

[dependencies.solana-signature]
version = "2.3.0"

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

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

[dependencies.tokio-util]
version = "0.7.16"

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

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