brk_types 0.1.7

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

[package.metadata.cargo-machete]
ignored = ["serde_bytes"]

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

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

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

[dependencies.byteview]
version = "0.10.0"

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

[dependencies.indexmap]
version = "2.13.0"
features = ["serde"]

[dependencies.itoa]
version = "1.0.17"

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

[dependencies.pco]
version = "1.0.0"

[dependencies.rapidhash]
version = "4.2.1"

[dependencies.rustc-hash]
version = "2.1.1"

[dependencies.ryu]
version = "1.0.22"

[dependencies.schemars]
version = "1.2.1"
features = ["indexmap2"]

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_bytes]
version = "0.11.19"

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

[dependencies.strum]
version = "0.27"
features = ["derive"]

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