[package] name = "str_slug" version = "0.1.3" authors = ["Oussama Elgoumri "] edition = "2018" description = "Generate a URL friendly slug from the given string" documentation = "https://docs.rs/str_slug" repository = "https://github.com/OussamaElgoumri/str_slug" readme = "README.md" keywords = ["slug", "slugify"] license = "MIT" [dependencies] blake3 = { version = "0.3.1", optional = true } deunicode = "1.1.0" [features] hash = ["blake3"]