[build-dependencies.hex]
version = "0.4.3"
[build-dependencies.serde]
features = ["derive"]
version = "1.0"
[build-dependencies.serde_json]
version = "1.0"
[dependencies.alloy-primitives]
version = "1.0"
[dev-dependencies.alloy]
features = ["full", "node-bindings"]
version = "0.14"
[dev-dependencies.tokio]
features = ["rt", "macros"]
version = "1.44"
[lib]
name = "multiplexer_evm"
path = "src/lib.rs"
[package]
authors = ["BitFinding"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["cryptography::cryptocurrencies", "development-tools::build-utils"]
description = "A Rust library and Solidity contracts for building and executing complex EVM transaction sequences, including flash loans."
edition = "2021"
homepage = "https://github.com/BitFinding/multiplexer"
keywords = ["ethereum", "solidity", "evm", "mev", "flashloan"]
license = "MIT OR Apache-2.0"
name = "multiplexer-evm"
readme = "README.md"
repository = "https://github.com/BitFinding/multiplexer"
version = "0.1.0"