brk_query 0.1.7

An interface to find and format data from BRK
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 = "brk_query"
version = "0.1.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An interface to find and format data from BRK"
homepage = "https://bitcoinresearchkit.org"
readme = "README.md"
license = "MIT"
repository = "https://github.com/bitcoinresearchkit/brk"

[features]
tokio = [
    "dep:tokio",
    "brk_error/tokio",
]

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

[[example]]
name = "query"
path = "examples/query.rs"

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

[dependencies.brk_computer]
version = "0.1.7"

[dependencies.brk_error]
version = "0.1.7"
features = [
    "jiff",
    "vecdb",
]

[dependencies.brk_indexer]
version = "0.1.7"

[dependencies.brk_mempool]
version = "0.1.7"

[dependencies.brk_reader]
version = "0.1.7"

[dependencies.brk_rpc]
version = "0.1.7"

[dependencies.brk_traversable]
version = "0.1.7"
features = [
    "pco",
    "derive",
]

[dependencies.brk_types]
version = "0.1.7"

[dependencies.derive_more]
version = "2.1.1"
features = [
    "deref",
    "deref_mut",
]

[dependencies.jiff]
version = "0.2.18"
features = [
    "perf-inline",
    "tz-system",
]
default-features = false

[dependencies.quickmatch]
version = "0.3.1"

[dependencies.tokio]
version = "1.49.0"
features = ["rt-multi-thread"]
optional = true

[dependencies.vecdb]
version = "0.6.8"
features = [
    "derive",
    "serde_json",
    "pco",
    "schemars",
]