tycho-client 0.131.0

A library and CLI tool for querying and accessing liquidity data from Tycho indexer.
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 = "tycho-client"
version = "0.131.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library and CLI tool for querying and accessing liquidity data from Tycho indexer."
homepage = "https://www.propellerheads.xyz/tycho"
documentation = "https://docs.propellerheads.xyz/tycho"
readme = "README.md"
keywords = [
    "propellerheads",
    "solver",
    "defi",
    "dex",
    "mev",
]
categories = ["finance"]
license = "MIT"
repository = "https://github.com/propeller-heads/tycho-indexer"

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

[[bin]]
name = "tycho-client"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.76"

[dependencies.async-trait]
version = "0.1.73"

[dependencies.backoff]
version = "0.4.0"
features = [
    "tokio",
    "futures",
]

[dependencies.chrono]
version = "0.4.26"
features = ["serde"]

[dependencies.clap]
version = "4.4.2"
features = [
    "derive",
    "env",
]

[dependencies.futures03]
version = "0.3.1"
features = ["compat"]
package = "futures"

[dependencies.hex]
version = "0.4.3"

[dependencies.hyper]
version = "0.14.27"

[dependencies.lru]
version = "0.12.2"

[dependencies.reqwest]
version = "0.12.7"
features = [
    "json",
    "zstd",
]

[dependencies.serde]
version = "1.0.204"
features = ["rc"]

[dependencies.serde_json]
version = "1.0.120"

[dependencies.thiserror]
version = "1"

[dependencies.time]
version = "0.3.41"

[dependencies.tokio]
version = "1.27"
features = [
    "time",
    "sync",
    "macros",
    "test-util",
    "rt-multi-thread",
    "parking_lot",
    "tracing",
]

[dependencies.tokio-tungstenite]
version = "0.20.0"
features = ["native-tls"]

[dependencies.tracing]
version = "0.1.37"

[dependencies.tracing-appender]
version = "0.2"

[dependencies.tracing-subscriber]
version = "0.3.17"
features = [
    "env-filter",
    "fmt",
    "json",
]
default-features = false

[dependencies.tycho-common]
version = "0.131.0"

[dependencies.uuid]
version = "1.4.1"
features = [
    "serde",
    "v4",
    "fast-rng",
    "macro-diagnostics",
]

[dependencies.zstd]
version = "0.13"

[dev-dependencies.mockall]
version = "0.11.4"

[dev-dependencies.mockito]
version = "1.1.1"

[dev-dependencies.pretty_assertions]
version = "1.4.0"

[dev-dependencies.rand]
version = "0.8.5"

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

[dev-dependencies.test-log]
version = "0.2.14"
features = ["trace"]

[dev-dependencies.tracing-subscriber]
version = "0.3.17"