scope-bca 0.4.4

Scope Blockchain Analysis - A production-grade tool for blockchain data analysis, address management, and transaction investigation
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 = "scope-bca"
version = "0.4.4"
authors = ["Jon Machen <robot@accomplice.ch>"]
build = false
exclude = [
    ".github/",
    "tests/fixtures/",
    "CHANGELOG.md",
    "TESTS.md",
    "PR_BODY.md",
    "justfile",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Scope Blockchain Analysis - A production-grade tool for blockchain data analysis, address management, and transaction investigation"
homepage = "https://github.com/robot-accomplice/scope-blockchain-analysis"
readme = "README.md"
keywords = [
    "blockchain",
    "ethereum",
    "cli",
    "analysis",
    "crypto",
]
categories = [
    "command-line-utilities",
    "cryptography::cryptocurrencies",
]
license = "MIT"
repository = "https://github.com/robot-accomplice/scope-blockchain-analysis"

[features]
default = []
web = []

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

[[bin]]
name = "scope"
path = "src/main.rs"

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.axum]
version = "0.7"
features = [
    "json",
    "ws",
    "macros",
]

[dependencies.base64]
version = "0.22"

[dependencies.bs58]
version = "0.5"

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

[dependencies.clap]
version = "4.0"
features = [
    "derive",
    "cargo",
]

[dependencies.clap_complete]
version = "4"

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

[dependencies.dirs]
version = "5.0"

[dependencies.futures]
version = "0.3"

[dependencies.indicatif]
version = "0.17"

[dependencies.owo-colors]
version = "4.2.3"

[dependencies.ratatui]
version = "0.30"

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

[dependencies.rustyline]
version = "14"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha2]
version = "0.10.9"

[dependencies.textplots]
version = "0.8"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.tower-http]
version = "0.6"
features = [
    "cors",
    "trace",
]

[dependencies.tracing]
version = "0.1"

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

[dependencies.urlencoding]
version = "2.1"

[dev-dependencies.assert_cmd]
version = "2.0"

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

[dev-dependencies.predicates]
version = "3.0"

[dev-dependencies.tempfile]
version = "3.10"

[dev-dependencies.tokio-test]
version = "0.4"

[dev-dependencies.tower]
version = "0.5"
features = ["util"]

[target."cfg(unix)".dependencies.libc]
version = "0.2"