tycho-execution 0.147.0

Provides tools for encoding and executing swaps against Tycho router and protocol executors.
Documentation
[[bin]]
name = "tycho-encode"
path = "src/bin/tycho-encode.rs"
required-features = ["evm"]

[dependencies.alloy]
features = ["providers", "rpc-types-eth", "eip712", "signer-local", "node-bindings"]
optional = true
version = "1.0.35"

[dependencies.async-trait]
optional = true
version = "0.1.88"

[dependencies.chrono]
version = "0.4.39"

[dependencies.clap]
features = ["derive"]
version = "4.5.3"

[dependencies.dotenv]
version = "0.15.0"

[dependencies.hex]
version = "0.4.3"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.num-bigint]
features = ["serde"]
version = "0.4.6"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.once_cell]
version = "1.20.2"

[dependencies.reqwest]
features = ["json", "blocking"]
optional = true
version = "0.12"

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

[dependencies.serde_json]
version = "1.0.105"

[dependencies.thiserror]
version = "1.0.69"

[dependencies.tokio]
features = ["full"]
version = "1.38.0"

[dependencies.tycho-common]
version = ">=0.113.0"

[dev-dependencies.rstest]
version = "0.24.0"

[[example]]
name = "encoding-example"
path = "examples/encoding-example/main.rs"

[[example]]
name = "uniswapx-encoding-example"
path = "examples/uniswapx-encoding-example/main.rs"

[features]
default = ["evm"]
evm = ["alloy", "reqwest"]
fork-tests = []
test-utils = ["async-trait"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["finance", "cryptography::cryptocurrencies"]
description = "Provides tools for encoding and executing swaps against Tycho router and protocol executors."
documentation = "https://docs.propellerheads.xyz/tycho"
edition = "2021"
exclude = ["foundry/*", "foundry", "tests/*", "tests/common", ".github/*", ".gitmodules"]
homepage = "https://www.propellerheads.xyz/tycho"
keywords = ["propellerheads", "solver", "defi", "dex", "mev"]
license = "MIT"
name = "tycho-execution"
readme = "README.md"
repository = "https://github.com/propeller-heads/tycho-execution"
version = "0.147.0"

[profile.bench]
debug = 2