mevlog 0.9.2

EVM transactions monitoring and querying CLI/TUI powered by Revm
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 = "2024"
name = "mevlog"
version = "0.9.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "EVM transactions monitoring and querying CLI/TUI powered by Revm"
readme = "README.md"
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/pawurb/mevlog-rs"
resolver = "2"

[features]
default = []
hotpath = ["hotpath/hotpath"]
hotpath-alloc = ["hotpath/hotpath-alloc"]
hotpath-mcp = ["hotpath/hotpath-mcp"]
mcp = [
    "dep:rmcp",
    "dep:axum",
    "dep:tokio-util",
    "dep:schemars",
]
seed-db = []
tokio-console = [
    "tokio/full",
    "tokio/tracing",
    "dep:console-subscriber",
]
tui = [
    "dep:crossterm",
    "dep:ratatui",
    "dep:crossbeam-channel",
    "dep:tui-input",
]

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

[[bin]]
name = "mevlog"
path = "bin/main.rs"

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

[[test]]
name = "cli_tests"
path = "tests/cli_tests.rs"

[dependencies.alloy]
version = "1"
features = ["full"]

[dependencies.alloy-chains]
version = "0.2"

[dependencies.arrow]
version = "56"
features = ["chrono-tz"]

[dependencies.axum]
version = "0.8"
optional = true

[dependencies.bigdecimal]
version = "0.4"

[dependencies.cacache]
version = "12"
features = [
    "tokio-runtime",
    "mmap",
]
default-features = false

[dependencies.chrono]
version = "0.4"

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

[dependencies.colored]
version = "3"

[dependencies.console-subscriber]
version = "0.4"
optional = true

[dependencies.crossbeam-channel]
version = "0.5"
optional = true

[dependencies.crossterm]
version = "0.28"
optional = true

[dependencies.eyre]
version = "0.6"

[dependencies.foundry-fork-db]
version = "0.21"

[dependencies.futures-util]
version = "0.3"

[dependencies.glob]
version = "0.3"

[dependencies.hex]
version = "0.4"

[dependencies.home]
version = "0.5"

[dependencies.hotpath]
version = "0.14"
features = [
    "tokio",
    "crossbeam",
]

[dependencies.html-escape]
version = "0.2"

[dependencies.indicatif]
version = "0.17"

[dependencies.parquet]
version = "56"
features = ["arrow"]

[dependencies.rand]
version = "0.9.2"

[dependencies.ratatui]
version = "0.29"
optional = true

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "stream",
]

[dependencies.revm]
version = "33"
features = [
    "std",
    "alloydb",
    "parse",
]

[dependencies.revm-inspectors]
version = "0.33"

[dependencies.rmcp]
version = "1.3"
features = [
    "server",
    "transport-streamable-http-server",
    "transport-streamable-http-server-session",
]
optional = true

[dependencies.ruzstd]
version = "0.8"

[dependencies.schemars]
version = "1"
optional = true

[dependencies.serde]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.sqlx]
version = "0.8"
features = [
    "runtime-tokio-rustls",
    "sqlite",
    "macros",
    "migrate",
]
default-features = false

[dependencies.time]
version = "0.3"
features = ["local-offset"]

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "net",
    "fs",
    "time",
    "sync",
    "io-util",
    "process",
]

[dependencies.tokio-util]
version = "0.7"
optional = true

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "time",
    "env-filter",
]

[dependencies.tui-input]
version = "0.11"
features = ["crossterm"]
optional = true

[dependencies.url]
version = "2"

[dependencies.which]
version = "7"

[dev-dependencies.uuid]
version = "1"
features = [
    "v4",
    "js",
]