wp-evm-shadow 0.1.3

Shadow Exchange protocol facade for waterpump-evm (Ramses family, Sonic chain)
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 = "2021"
name = "wp-evm-shadow"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shadow Exchange protocol facade for waterpump-evm (Ramses family, Sonic chain)"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/motosan-dev/waterpump-evm"

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

[dependencies.alloy-primitives]
version = "1.1"

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

[dependencies.alloy-sol-types]
version = "1.3"
default-features = false

[dependencies.anyhow]
version = "1.0"

[dependencies.wp-evm-base]
version = "0.1.3"

[dependencies.wp-evm-ramses-interfaces]
version = "0.1.3"

[dependencies.wp-evm-ramses-provider]
version = "0.1.3"

[dependencies.wp-evm-v3-provider]
version = "0.1.3"

[dev-dependencies.alloy]
version = "1.1"
features = [
    "std",
    "node-bindings",
    "provider-anvil-node",
]

[dev-dependencies.tokio]
version = "=1.49.0"
features = [
    "rt",
    "macros",
    "time",
    "sync",
    "fs",
    "net",
    "signal",
    "macros",
    "rt-multi-thread",
]