mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-25 07:09:59 -07:00
28 lines
748 B
TOML
28 lines
748 B
TOML
[package]
|
|
name = "brk_interface"
|
|
description = "An interface to find and format data from BRK"
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
version.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
rust-version.workspace = true
|
|
build = "build.rs"
|
|
|
|
[dependencies]
|
|
bitcoincore-rpc = { workspace = true }
|
|
brk_computer = { workspace = true }
|
|
brk_error = { workspace = true }
|
|
brk_indexer = { workspace = true }
|
|
brk_parser = { workspace = true }
|
|
brk_structs = { workspace = true }
|
|
vecdb = { workspace = true }
|
|
derive_deref = { workspace = true }
|
|
quick_cache = { workspace = true }
|
|
schemars = "1.0.4"
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
serde_with = "3.14.0"
|
|
tabled = "0.20.0"
|
|
nucleo-matcher = "0.3.1"
|