bllist 0.2.0

Persistent block lists (fixed & dynamic) with reclamation and checksums, built on top of bstack
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 = "bllist"
version = "0.2.0"
authors = [
    "William Wu <williamwutq@gmail.com>",
    "Claude <claude@anthropic.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Persistent block lists (fixed & dynamic) with reclamation and checksums, built on top of bstack"
documentation = "https://docs.rs/bllist"
readme = "README.md"
keywords = [
    "list",
    "persistent",
    "file-backed",
    "database",
    "binary",
]
license = "MIT"
repository = "https://github.com/williamwutq/bllist"

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

[dependencies.bstack]
version = ">=0.1.3"
features = ["set"]

[dependencies.crc32fast]
version = "1.5"