[dependencies.arbitrary]
features = ["derive"]
optional = true
version = "1.4.1"
[dependencies.array-init]
version = "2.1.0"
[dependencies.extend]
optional = true
version = "1.2.0"
[dependencies.itertools]
optional = true
version = "0.14.0"
[dependencies.rand]
features = ["small_rng"]
optional = true
version = "0.9.0"
[dependencies.smallvec]
version = "1.13.2"
[features]
test = ["dep:itertools", "dep:arbitrary", "dep:rand", "dep:extend"]
[lib]
name = "snap_buf"
path = "src/lib.rs"
[package]
authors = ["m-mueller678"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "memory-management", "data-structures", "concurrency"]
description = "A copy on write byte buffer for efficient snapshotting"
edition = "2021"
exclude = ["/coverage.sh", "rustfmt.toml"]
keywords = ["buffer", "byte-buffer", "byte-buffer", "cow", "mvcc"]
license = "MIT OR Apache-2.0"
name = "snap-buf"
readme = false
repository = "https://github.com/m-mueller678/snap-buf"
version = "0.4.0"