facet-singularize 0.40.0

Fast, no-regex English singularization for the facet ecosystem
Documentation
[[bench]]
harness = false
name = "singularize"
path = "benches/singularize.rs"

[dev-dependencies.divan]
version = "^0.1.21"

[features]
alloc = []
default = ["std"]
std = ["alloc"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["text-processing"]
description = "Fast, no-regex English singularization for the facet ecosystem"
edition = "2024"
homepage = "https://facet.rs"
keywords = ["singular", "plural", "inflection", "facet"]
license = "MIT OR Apache-2.0"
name = "facet-singularize"
readme = "README.md"
repository = "https://github.com/facet-rs/facet"
rust-version = "1.89.0"
version = "0.40.0"

[package.metadata."docs.rs"]
rustdoc-args = ["--html-in-header", "arborium-header.html"]