[dependencies.async-trait]
version = "0.1.86"
[dependencies.bitcoin]
features = ["serde"]
version = "=0.32.5"
[dependencies.rand]
version = "0.9.0"
[dependencies.reqwest]
features = ["json", "blocking"]
version = "0.12.12"
[dependencies.serde]
version = "1.0.216"
[dependencies.serde_json]
version = "1.0.133"
[dependencies.thiserror]
version = "2.0.8"
[dependencies.titan-types-api]
version = "1.3.3"
[dependencies.titan-types-core]
features = ["serde"]
version = "1.3.3"
[dependencies.tokio]
features = ["rt-multi-thread", "macros", "signal"]
version = "1.38.0"
[dependencies.tracing]
version = "0.1.40"
[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3.19"
[dependencies.uuid]
features = ["borsh", "serde", "v4"]
version = "1.12.1"
[features]
default = ["tcp_client", "tcp_client_blocking"]
tcp_client = []
tcp_client_blocking = []
[lib]
name = "titan_client"
path = "src/lib.rs"
[package]
authors = ["Marcos <mcolladomcm@email.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = []
description = "HTTP and TCP client for Titan bitcoin and runes indexer"
edition = "2021"
keywords = ["bitcoin", "indexer", "runes", "rust"]
license = "MIT OR Apache-2.0"
name = "titan-client"
readme = "README.md"
repository = "https://github.com/SaturnBTC/titan"
version = "1.3.3"