brk_error 0.1.2

Errors used throughout 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_error"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Errors used throughout BRK"
homepage = "https://bitcoinresearchkit.org"
readme = "README.md"
license = "MIT"
repository = "https://github.com/bitcoinresearchkit/brk"

[features]
bitcoin = ["dep:bitcoin"]
bitcoincore-rpc = ["dep:bitcoincore-rpc"]
fjall = ["dep:fjall"]
jiff = ["dep:jiff"]
minreq = ["dep:minreq"]
serde_json = ["dep:serde_json"]
tokio = ["dep:tokio"]
vecdb = ["dep:vecdb"]

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

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

[dependencies.bitcoincore-rpc]
version = "0.19.0"
optional = true

[dependencies.fjall]
version = "3.0.1"
optional = true

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

[dependencies.minreq]
version = "2.14.1"
features = [
    "https",
    "json-using-serde",
]
optional = true

[dependencies.serde_json]
version = "1.0.149"
features = [
    "float_roundtrip",
    "preserve_order",
]
optional = true

[dependencies.thiserror]
version = "2.0"

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

[dependencies.vecdb]
version = "0.6.3"
features = [
    "derive",
    "serde_json",
    "pco",
    "schemars",
]
optional = true