feruca 0.12.0

An implementation of the Unicode Collation Algorithm
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 = "feruca"
version = "0.12.0"
authors = ["Theo Beers <theo.beers@fu-berlin.de>"]
build = false
exclude = [
    "/.github/",
    "/benches/",
    "/test-data/",
    "/tests/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An implementation of the Unicode Collation Algorithm"
readme = "README.md"
keywords = [
    "Unicode",
    "collation",
    "sorting",
]
categories = [
    "algorithms",
    "internationalization",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/theodore-s-beers/feruca"

[features]
pipeline-stats = []

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

[dependencies.bstr]
version = "1.12.1"

[dependencies.postcard]
version = "1.1.3"

[dependencies.rustc-hash]
version = "2.1.2"

[dependencies.serde]
version = "1.0.228"

[dependencies.unicode-canonical-combining-class]
version = "1.0.0"

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

[profile.bench]
lto = true