chaincodec-batch 0.2.0

High-throughput batch decode engine for ChainCodec — Rayon parallel processing
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 = "chaincodec-batch"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-throughput batch decode engine for ChainCodec — Rayon parallel processing"
homepage = "https://github.com/DarshanKumar89/chainkit/tree/main/chaincodec"
documentation = "https://docs.rs/chaincodec-batch"
readme = "README.md"
keywords = [
    "blockchain",
    "chaincodec",
    "web3",
    "ethereum",
    "decoder",
]
categories = [
    "cryptography::cryptocurrencies",
    "concurrency",
]
license = "MIT"
repository = "https://github.com/DarshanKumar89/chainkit"

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

[[bench]]
name = "throughput"
path = "benches/throughput.rs"
harness = false

[dependencies.chaincodec-core]
version = "0.2.0"

[dependencies.chaincodec-registry]
version = "0.2.0"

[dependencies.rayon]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.chaincodec-evm]
version = "0.2.0"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.hex]
version = "0.4"

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