[[bench]]
harness = false
name = "conformance"
path = "benches/conformance.rs"
[dependencies.bincode]
version = "2.0.1"
[dependencies.bstr]
version = "1.12.1"
[dependencies.rustc-hash]
version = "2.1.1"
[dependencies.unicode-canonical-combining-class]
version = "1.0.0"
[dev-dependencies.criterion]
version = "0.8.1"
[lib]
name = "feruca"
path = "src/lib.rs"
[package]
authors = ["Theo Beers <theo.beers@fu-berlin.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "internationalization", "text-processing"]
description = "An implementation of the Unicode Collation Algorithm"
edition = "2024"
exclude = ["/test-data/"]
keywords = ["Unicode", "collation", "sorting"]
license = "MIT"
name = "feruca"
readme = "README.md"
repository = "https://github.com/theodore-s-beers/feruca"
version = "0.11.5"
[profile.bench]
lto = true
[[test]]
name = "conformance"
path = "tests/conformance.rs"
[[test]]
name = "input_types"
path = "tests/input_types.rs"
[[test]]
name = "misc"
path = "tests/misc.rs"