sansaccent 0.1.0

Convertit les chaînes françaises en slugs URL-friendly en supprimant accents et caractères spéciaux
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 = "2021"
name = "sansaccent"
version = "0.1.0"
authors = ["xulien <julien@brdb.fr>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Convertit les chaînes françaises en slugs URL-friendly en supprimant accents et caractères spéciaux"
homepage = "https://github.com/xulien/sansaccent"
documentation = "https://docs.rs/sansaccent"
readme = "README.md"
keywords = [
    "slug",
    "url",
    "french",
    "accent",
    "normalize",
]
categories = ["text-processing"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/xulien/sansaccent"

[features]
default = []
serde = ["dep:serde"]

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

[[bench]]
name = "slug_bench"
path = "benches/slug_bench.rs"
harness = false

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

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