[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