flashloan-rs 0.2.3

Minimal Multicall3 Flashloan Module
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 = "flashloan-rs"
version = "0.2.3"
authors = ["asnared <https://github.com/abigger87>"]
description = "Minimal Multicall3 Flashloan Module"
readme = "README.md"
keywords = [
    "Rust",
    "Ethereum",
    "Arbitrage",
    "Flashloan",
]
license = "MIT"
repository = "https://github.com/whitenois3/flashloan-rs"

[lib]
crate-type = [
    "cdylib",
    "rlib",
]

[[example]]
name = "pure_arb"
path = "examples/pure_arb.rs"

[[test]]
name = "builder"
path = "tests/crate/builder.rs"

[dependencies.anyhow]
version = "1.0.65"

[dependencies.ethers]
version = "0.17.0"
features = ["abigen"]

[dependencies.eyre]
version = "0.6"

[dependencies.futures]
version = "0.3.23"

[dependencies.hex]
version = "0.4.3"

[dependencies.reqwest]
version = "0.11.10"
features = [
    "json",
    "blocking",
]

[dependencies.rlp]
version = "0.5.1"
default-features = false

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

[dependencies.serde_json]
version = "1.0.82"
features = ["raw_value"]

[dependencies.thiserror]
version = "1.0.31"

[dependencies.tracing]
version = "0.1.36"

[dev-dependencies.tokio]
version = "1.0.1"
features = [
    "rt-multi-thread",
    "macros",
]

[dev-dependencies.tracing-test]
version = "0.2.3"