decollate 0.0.1

Blazing-fast, locale-aware, context-free string collation
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 = "decollate"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Blazing-fast, locale-aware, context-free string collation"
readme = "README.md"
keywords = [
    "collation",
    "unicode",
    "sorting",
    "locale",
    "performance",
]
categories = [
    "text-processing",
    "internationalization",
]
license = "MIT"
repository = "https://github.com/decollation/decollate"

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

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

[dependencies.thiserror]
version = "2.0.16"

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