chaincodec-cli 0.2.0

ChainCodec command-line tool — verify schemas, run golden tests, benchmark decode
# 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-cli"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ChainCodec command-line tool — verify schemas, run golden tests, benchmark decode"
homepage = "https://github.com/DarshanKumar89/chainkit/tree/main/chaincodec"
readme = "README.md"
keywords = [
    "blockchain",
    "chaincodec",
    "web3",
    "ethereum",
    "cli",
]
categories = [
    "command-line-utilities",
    "cryptography::cryptocurrencies",
]
license = "MIT"
repository = "https://github.com/DarshanKumar89/chainkit"

[[bin]]
name = "chaincodec"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

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

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

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

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.hex]
version = "0.4"

[dependencies.rayon]
version = "1"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

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

[dependencies.walkdir]
version = "2"