buff-rs 0.1.0

BUFF: Decomposed bounded floats for fast compression and queries
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 = "2021"
rust-version = "1.85"
name = "buff-rs"
version = "0.1.0"
authors = ["ParadeDB <support@paradedb.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "BUFF: Decomposed bounded floats for fast compression and queries"
homepage = "https://github.com/paradedb/buff-rs"
readme = "README.md"
keywords = [
    "compression",
    "float",
    "encoding",
    "columnar",
]
categories = [
    "compression",
    "encoding",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/paradedb/buff-rs"

[features]
decimal = ["dep:decimal-bytes"]
default = []
simd = []

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

[[bench]]
name = "benchmarks"
path = "benches/benchmarks.rs"
harness = false

[dependencies.decimal-bytes]
version = "0.1"
optional = true

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.criterion]
version = "0.8"

[dev-dependencies.proptest]
version = "1.0"