bstack 0.1.1

A persistent, fsync-durable binary stack backed by a single file
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 = "bstack"
version = "0.1.1"
authors = [
    "William Wu <williamwutq@gmail.com>",
    "Claude <claude@anthropic.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A persistent, fsync-durable binary stack backed by a single file"
documentation = "https://docs.rs/bstack"
readme = "README.md"
keywords = [
    "stack",
    "persistent",
    "file-backed",
    "database",
    "binary",
]
license = "MIT"
repository = "https://github.com/williamwutq/bstack"

[features]
set = []

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

[target."cfg(unix)".dependencies.libc]
version = "0.2"