brk_store 0.1.9

A thin wrapper around fjall
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_store"
version = "0.1.9"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A thin wrapper around fjall"
homepage = "https://bitcoinresearchkit.org"
readme = "README.md"
keywords = [
    "store",
    "fjall",
]
categories = ["database"]
license = "MIT"
repository = "https://github.com/bitcoinresearchkit/brk"

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

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

[dependencies.brk_error]
version = "0.1.9"
features = ["fjall"]

[dependencies.brk_types]
version = "0.1.9"

[dependencies.byteview]
version = "0.10.1"

[dependencies.fjall]
version = "3.0.1"

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