atupa-core 0.1.0

Atupa: High-Fidelity Ethereum Tracing & Visual Profiling Suite
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 = "atupa-core"
version = "0.1.0"
authors = ["Dean <ethos@eth-trace.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Atupa: High-Fidelity Ethereum Tracing & Visual Profiling Suite"
homepage = "https://atupa.eth-trace.io"
documentation = "https://docs.rs/atupa-core"
readme = "README.md"
keywords = [
    "ethereum",
    "tracing",
    "evm",
    "profiler",
    "flamegraph",
]
categories = [
    "development-tools",
    "visualization",
    "cryptography::cryptocurrencies",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/One-Block-Org/Atupa"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0.102"

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

[dependencies.figment]
version = "0.10.19"
features = [
    "toml",
    "env",
]

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.toml]
version = "1.1.2"