decimal-bytes 0.3.0

Arbitrary precision decimals with lexicographically sortable byte encoding
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 = "decimal-bytes"
version = "0.3.0"
authors = ["ParadeDB <support@paradedb.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Arbitrary precision decimals with lexicographically sortable byte encoding"
homepage = "https://github.com/paradedb/decimal-bytes"
readme = "README.md"
keywords = [
    "decimal",
    "numeric",
    "encoding",
    "sortable",
]
categories = [
    "encoding",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/paradedb/decimal-bytes"

[features]
bigdecimal = ["dep:bigdecimal"]
default = []
rust_decimal = ["dep:rust_decimal"]

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

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

[dependencies.bigdecimal]
version = "0.4"
optional = true

[dependencies.rust_decimal]
version = "1.36"
optional = true

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.thiserror]
version = "2.0"

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

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

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