agentic-bitcoin 0.1.0

A from-scratch reimplementation of Bitcoin Core in Rust with hexagonal architecture
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 = "agentic-bitcoin"
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 = "A from-scratch reimplementation of Bitcoin Core in Rust with hexagonal architecture"
homepage = "https://github.com/casey-bowman/agentic-bitcoin"
readme = "README.md"
keywords = [
    "bitcoin",
    "agentic",
    "clean-architecture",
    "hexagonal",
    "ports-and-adapters",
]
categories = ["cryptography::cryptocurrencies"]
license = "MIT"
repository = "https://github.com/casey-bowman/agentic-bitcoin"

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

[[bin]]
name = "agentic-bitcoin"
path = "src/main.rs"

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

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

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

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

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

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

[profile.dev]
opt-level = 0

[profile.release]
opt-level = 3
lto = true
codegen-units = 1