abtc-application 0.1.0

Agentic-Bitcoin application services — chain state, P2P processing, mining, fee estimation, mempool, and more
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.84"
name = "abtc-application"
version = "0.1.0"
authors = [
    "Casey Bowman <case.bowman@gmail.com>",
    "Claude Opus 4.6",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agentic-Bitcoin application services — chain state, P2P processing, mining, fee estimation, mempool, and more"
homepage = "https://github.com/casey-bowman/agentic-bitcoin"
readme = false
keywords = [
    "bitcoin",
    "agentic",
    "clean-architecture",
    "hexagonal",
    "ports-and-adapters",
]
categories = ["cryptography::cryptocurrencies"]
license = "MIT"
repository = "https://github.com/casey-bowman/agentic-bitcoin"

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

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

[dependencies.abtc-domain]
version = "0.1.0"

[dependencies.abtc-ports]
version = "0.1.0"

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

[dependencies.hex]
version = "0.4"

[dependencies.rand]
version = "0.8"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.tracing]
version = "0.1"

[dev-dependencies.abtc-adapters]
version = "0.1.0"