evm 1.1.1

Ethereum Virtual Machine
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"
rust-version = "1.89.0"
name = "evm"
version = "1.1.1"
authors = ["rust-evm Developers <contact-rust-evm@pacna.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ethereum Virtual Machine"
readme = "README.md"
keywords = [
    "no_std",
    "ethereum",
    "evm",
]
license = "Apache-2.0"
repository = "https://github.com/rust-ethereum/evm"
resolver = "2"

[features]
default = ["std"]
ruint = ["evm-interpreter/ruint"]
scale = ["evm-interpreter/scale"]
serde = ["evm-interpreter/serde"]
std = [
    "sha3/std",
    "evm-interpreter/std",
]

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

[[test]]
name = "eip_6780"
path = "tests/eip_6780.rs"

[[test]]
name = "mock"
path = "tests/mock.rs"

[dependencies.evm-interpreter]
version = "1.1.0"
default-features = false

[dependencies.sha3]
version = "0.10"
default-features = false

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