el-slugify 0.1.1

URL slug generator utility. Slugs are generated efficiently, fast, they are transliterated and sanitized for use in URLs.
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 = "2018"
name = "el-slugify"
version = "0.1.1"
authors = ["Ana Bujan <ana@eisberg-labs.com>"]
include = [
    "src/",
    "../LICENSE-*",
    "../README.md",
]
description = "URL slug generator utility. Slugs are generated efficiently, fast, they are transliterated and sanitized for use in URLs."
readme = "README.md"
license = "MIT"
repository = "https://github.com/eisberg-labs/el-slugify"

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

[dependencies.deunicode]
version = "1.3.3"

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