french-pluralize 0.2.5

Helps to get plurals of French words in different ways.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "french-pluralize"
version = "0.2.5"
dependencies = [
 "grapheme-picker",
]

[[package]]
name = "grapheme-picker"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d66203f081d7fa5aaf7c8b8356073f8ddcb72b04cfc77699788254bdec203e01"
dependencies = [
 "unicode-segmentation",
]

[[package]]
name = "unicode-segmentation"
version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"