crpc 0.9.0

Chain-aware RPC CLI — auto ABI encode/decode, 2600+ chains, Etherscan V2, batch Multicall3, and more
# 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 = "crpc"
version = "0.9.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Chain-aware RPC CLI — auto ABI encode/decode, 2600+ chains, Etherscan V2, batch Multicall3, and more"
homepage = "https://github.com/agent-tools-org/crpc"
readme = "README.md"
keywords = [
    "ethereum",
    "rpc",
    "cli",
    "blockchain",
    "web3",
]
categories = [
    "command-line-utilities",
    "cryptography::cryptocurrencies",
]
license = "MIT"
repository = "https://github.com/agent-tools-org/crpc"

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

[dependencies.alloy]
version = "1"
features = [
    "std",
    "provider-http",
    "rpc-types",
    "dyn-abi",
    "sol-types",
    "json-abi",
    "contract",
    "reqwest-rustls-tls",
    "serde",
]
default-features = false

[dependencies.alloy-consensus]
version = "1"
features = ["std"]
default-features = false

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

[dependencies.dialoguer]
version = "0.11"
default-features = false

[dependencies.eyre]
version = "0.6"

[dependencies.hex]
version = "0.4"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
]

[dependencies.toml]
version = "0.8"

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
strip = true