yevm-core 0.1.0

Async, WASM-native Ethereum VM engine: opcode dispatch, gas accounting, precompiles, state traits, structured trace events.
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-core"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async, WASM-native Ethereum VM engine: opcode dispatch, gas accounting, precompiles, state traits, structured trace events."
homepage = "https://github.com/sergey-melnychuk/yevm"
documentation = "https://docs.rs/yevm-core"
readme = "README.md"
keywords = [
    "ethereum",
    "evm",
    "blockchain",
    "wasm",
    "async",
]
categories = [
    "cryptography::cryptocurrencies",
    "wasm",
]
license = "LicenseRef-PolyForm-Noncommercial-1.0.0"
repository = "https://github.com/sergey-melnychuk/yevm"

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

[dependencies.ahash]
version = "0.8"

[dependencies.alloy-eip7702]
version = "0.6.3"
features = ["k256"]

[dependencies.alloy-primitives]
version = "1.5"
features = ["rlp"]
default-features = false

[dependencies.async-trait]
version = "0.1"

[dependencies.bn]
version = "0.6"
package = "substrate-bn"

[dependencies.ethnum]
version = "1.5"

[dependencies.eyre]
version = "0.6"

[dependencies.futures]
version = "0.3"

[dependencies.hex]
version = "0.4"

[dependencies.k256]
version = "0.13"
features = ["ecdsa"]

[dependencies.kzg-rs]
version = "0.2"

[dependencies.num-bigint]
version = "0.4"

[dependencies.num-integer]
version = "0.1"

[dependencies.num-traits]
version = "0.2"

[dependencies.p256]
version = "0.13"
features = ["ecdsa"]

[dependencies.ripemd]
version = "0.1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2.0"

[dependencies.yevm-base]
version = "0.1.0"

[dependencies.yevm-misc]
version = "0.1.0"

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

[lints.clippy]
result_large_err = "allow"