foundry-fork-db 0.25.0

Fork database used by Foundry
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.93"
name = "foundry-fork-db"
version = "0.25.0"
authors = ["Foundry Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fork database used by Foundry"
homepage = "https://github.com/foundry-rs/foundry-fork-db"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/foundry-rs/foundry-fork-db"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

[dependencies.alloy-chains]
version = "0.2"
features = ["serde"]
default-features = false

[dependencies.alloy-primitives]
version = "1.5.7"
features = ["map"]

[dependencies.alloy-provider]
version = "2.0.0"
default-features = false

[dependencies.alloy-rpc-types]
version = "2.0.0"
features = ["eth"]

[dependencies.eyre]
version = "0.6"

[dependencies.futures]
version = "0.3"

[dependencies.parking_lot]
version = "0.12"

[dependencies.revm]
version = "37.0.0"
features = [
    "std",
    "serde",
]

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2"

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

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2"

[dev-dependencies.alloy-consensus]
version = "2.0.0"
default-features = false

[dev-dependencies.alloy-rpc-client]
version = "2.0.0"

[dev-dependencies.tiny_http]
version = "0.12"

[lints.clippy]
borrow_as_ptr = "warn"
branches_sharing_code = "warn"
clear_with_drain = "warn"
cloned_instead_of_copied = "warn"
collection_is_never_read = "warn"
dbg-macro = "warn"
explicit_iter_loop = "warn"
literal-string-with-formatting-args = "allow"
manual-string-new = "warn"
missing_const_for_fn = "warn"
option_if_let_else = "warn"
redundant-clone = "warn"
result_large_err = "allow"
uninlined-format-args = "warn"
use-self = "warn"

[lints.rust]
redundant-lifetimes = "warn"
redundant_imports = "warn"
rust-2018-idioms = "warn"
unused-must-use = "warn"

[lints.rustdoc]
all = "warn"