str_slug 0.1.2

Generate a URL friendly slug from the given string
Documentation
[dependencies.blake3]
optional = true
version = "0.3.1"

[dependencies.deunicode]
version = "1.1.0"

[features]
hash = ["blake3"]

[package]
authors = ["Oussama Elgoumri <elgomri.oussama@gmail.com>"]
description = "Generate a URL friendly slug from the given string"
documentation = "https://docs.rs/str_slug"
edition = "2018"
keywords = ["slug", "slugify"]
license = "MIT"
name = "str_slug"
readme = "README.md"
repository = "https://github.com/OussamaElgoumri/str_slug"
version = "0.1.2"