edb-tui 0.0.1

Terminal User Interface for EDB
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"
rust-version = "1.89"
name = "edb-tui"
version = "0.0.1"
authors = [
    "Zhuo Zhang",
    "Wuqi Zhang",
]
build = false
exclude = [
    "benches/",
    "test-data/",
    "testdata/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Terminal User Interface for EDB"
homepage = "https://medga.org/"
readme = false
license = "AGPL-3.0"
repository = "https://github.com/edb-rs/EDB"

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

[[bin]]
name = "edb-tui"
path = "src/bin/main.rs"

[dependencies.alloy-dyn-abi]
version = "1.3.1"
features = ["eip712"]

[dependencies.alloy-json-abi]
version = "1.3.0"

[dependencies.alloy-primitives]
version = "1.3.1"
features = [
    "getrandom",
    "rand",
]

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

[dependencies.crossterm]
version = "0.28"
features = ["event-stream"]

[dependencies.dirs]
version = "5.0"

[dependencies.edb-common]
version = "0.0.1"

[dependencies.eyre]
version = "0.6"

[dependencies.futures]
version = "0.3"

[dependencies.jsonrpsee]
version = "0.24"
features = [
    "client",
    "http-client",
]

[dependencies.ratatui]
version = "0.29"

[dependencies.regex]
version = "1.11"

[dependencies.reqwest]
version = "0.12"
features = ["json"]
default-features = false

[dependencies.revm]
version = "29.0.0"
features = [
    "std",
    "serde",
    "alloydb",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

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

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies]

[lints.clippy]
dbg-macro = "warn"
manual-string-new = "warn"
octal-escapes = "allow"
redundant-clone = "warn"
uninlined-format-args = "warn"
use-self = "warn"

[lints.rust]
missing-crate-level-docs = "warn"
missing-docs = "warn"
redundant-lifetimes = "warn"
rust-2018-idioms = "warn"
unused-must-use = "warn"

[lints.rustdoc]
all = "warn"
bare-urls = "warn"
invalid-html-tags = "warn"
invalid-rust-codeblocks = "warn"
missing-crate-level-docs = "warn"
missing-docs = "warn"
private-doc-tests = "warn"