cory 0.1.0

Visual Bitcoin transaction ancestry explorer with embedded web UI and REST API.
# 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"
name = "cory"
version = "0.1.0"
build = "build.rs"
include = [
    "/Cargo.toml",
    "/README.md",
    "/build.rs",
    "/src/**/*.rs",
    "/tests/**/*.rs",
    "/ui/dist/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Visual Bitcoin transaction ancestry explorer with embedded web UI and REST API."
homepage = "https://github.com/panon-btc/cory"
documentation = "https://docs.rs/cory"
readme = "README.md"
license = "MIT"
repository = "https://github.com/panon-btc/cory"

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

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

[dependencies.axum]
version = "0.8"

[dependencies.bitcoin]
version = "0.32.8"
features = ["serde"]

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

[dependencies.cory-core]
version = "0.1.0"

[dependencies.eyre]
version = "0.6"

[dependencies.mime_guess]
version = "2"

[dependencies.rand]
version = "0.8"

[dependencies.rust-embed]
version = "8"

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

[dependencies.serde_json]
version = "1"

[dependencies.time]
version = "0.3"
features = ["formatting"]

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "net",
    "signal",
    "fs",
]
default-features = false

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

[dependencies.tracing]
version = "0.1"

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

[dependencies.zip]
version = "8.0.0"

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

[dev-dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
    "http2",
    "cookies",
]
default-features = false

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