wikidot-normalize 0.12.0

Simple library to provide Wikidot-compatible string normalization
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 = "wikidot-normalize"
version = "0.12.0"
authors = ["Emmie Maeda <emmie.maeda@gmail.com>"]
exclude = [
    ".gitignore",
    ".github",
]
description = "Simple library to provide Wikidot-compatible string normalization"
readme = "README.md"
keywords = [
    "wikidot",
    "normal",
    "normalization",
    "slug",
]
license = "MIT"
repository = "https://github.com/scpwiki/wikidot-normalize"

[dependencies.maplit]
version = "1"

[dependencies.once_cell]
version = "1"

[dependencies.regex]
version = "1"

[dependencies.trim-in-place]
version = "0.1"

[dependencies.unicode-normalization]
version = "0.1"

[dev-dependencies.str-macro]
version = "1"