# 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 = "sluggify" version = "0.1.0" authors = ["Faith Olusegun "] description = "Simple slug or clean url generator for rust. With default settings, you will get an hyphenized, lowercase, alphanumeric version of any string you please, with any diacritics removed, whitespace and dashes collapsed, and whitespace trimmed." documentation = "https://docs.rs/sluggify" readme = "README.md" keywords = [ "slug", "slug-generator", "sluggify", "slug-helper", "urlcleaner", ] categories = [ "strings", "slug", "string-utils", "url-cleaner", ] license = "MIT" repository = "https://github.com/propenster/sluggify-rs" [dependencies.regex] version = "1.7.3"