yevm-misc 0.1.0

Utilities (keccak256, hex, HTTP client, byte buffer) shared across the YEVM crates.
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 = "yevm-misc"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utilities (keccak256, hex, HTTP client, byte buffer) shared across the YEVM crates."
homepage = "https://github.com/sergey-melnychuk/yevm"
documentation = "https://docs.rs/yevm-misc"
readme = "README.md"
keywords = [
    "ethereum",
    "evm",
    "utility",
]
categories = ["cryptography::cryptocurrencies"]
license = "LicenseRef-PolyForm-Noncommercial-1.0.0"
repository = "https://github.com/sergey-melnychuk/yevm"

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

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.eyre]
version = "0.6"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.keccak-asm]
version = "0.1"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.reqwest]
version = "0.13"
features = ["json"]

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.serde]
version = "1.0"
features = ["derive"]

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.serde_json]
version = "1.0"

[target.'cfg(target_arch = "wasm32")'.dependencies.eyre]
version = "0.6"

[target.'cfg(target_arch = "wasm32")'.dependencies.reqwest]
version = "0.13"
features = ["json"]

[target.'cfg(target_arch = "wasm32")'.dependencies.serde]
version = "1.0"
features = ["derive"]

[target.'cfg(target_arch = "wasm32")'.dependencies.serde_json]
version = "1.0"

[target.'cfg(target_arch = "wasm32")'.dependencies.tiny-keccak]
version = "2"
features = ["keccak"]