brk_vecs 0.0.85

A KISS index/value store
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_vecs"
version = "0.0.85"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A KISS index/value store"
homepage = "https://bitcoinresearchkit.org"
readme = "README.md"
keywords = [
    "vec",
    "disk",
    "data",
]
categories = ["database"]
license = "MIT"
repository = "https://github.com/bitcoinresearchkit/brk"

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

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

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

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

[dependencies.brk_vecs_macros]
version = "0.0.85"

[dependencies.ctrlc]
version = "3.4.7"
features = ["termination"]

[dependencies.libc]
version = "0.2.174"

[dependencies.log]
version = "0.4.27"

[dependencies.memmap2]
version = "0.9.7"

[dependencies.parking_lot]
version = "0.12.4"

[dependencies.pco]
version = "0.4.6"

[dependencies.rayon]
version = "1.10.0"

[dependencies.serde]
version = "1.0.219"

[dependencies.serde_derive]
version = "1.0.219"

[dependencies.serde_json]
version = "1.0.142"
features = ["float_roundtrip"]

[dependencies.zerocopy]
version = "0.8.26"

[dependencies.zerocopy-derive]
version = "0.8.26"