solana-storage-utils 3.1.8

Solana storage utils library
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 = "solana-storage-utils"
version = "3.1.8"
authors = ["Aurimas Narkevicius <aurimas.n@dexterlab.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Solana storage utils library"
homepage = "https://dexterlab.com"
readme = false
license = "AGPL-3.0-only"
repository = "https://github.com/dexterlaboss/solana-lite-rpc-storage-ingestor"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

[lib]
name = "solana_storage_utils"
crate-type = ["lib"]
path = "src/lib.rs"

[dependencies.bincode]
version = "1.3.3"

[dependencies.bzip2]
version = "0.4.4"

[dependencies.enum-iterator]
version = "1.4.1"

[dependencies.flate2]
version = "1.0.26"

[dependencies.log]
version = "0.4.17"

[dependencies.md5]
version = "0.7"

[dependencies.serde]
version = "1.0.163"

[dependencies.serde_derive]
version = "1.0.103"

[dependencies.solana-clock]
version = "=3.0.0"

[dependencies.solana-transaction-error]
version = "=3.0.0"

[dependencies.solana-transaction-status]
version = "=3.1.8"

[dependencies.zstd]
version = "0.11.2"