pagedelta 0.2.1

Deltas: LLAMA's primary units of data.
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 = "pagedelta"
version = "0.2.1"
authors = ["Andre Mason as OwenMargiela"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deltas: LLAMA's primary units of data."
documentation = "https://docs.rs/pagedelta/latest/pagedelta/"
readme = "readme.md"
license = "GPL-3.0-or-later"
repository = "https://github.com/BloomDb-Labs/pagedelta"

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

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

[dependencies.bytes]
version = "1.11.1"

[profile.dev]
opt-level = 1

[profile.release]
opt-level = 3