# 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 = "slug_intl" version = "1.0.0-alpha.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Slugify strings while preserving printable Unicode characters for modern browsers." readme = "README.md" keywords = [ "slug", "slugify", "unicode", ] categories = [ "web-programming", "internationalization", "value-formatting", ] license = "MIT" repository = "https://github.com/danieldickison/slug_intl" [lib] name = "slug_intl" path = "src/lib.rs" [dependencies.finl_unicode] version = "1.2.0" features = ["categories"] default-features = false [dependencies.unicode-normalization] version = "0.1.23" [dev-dependencies.urlencoding] version = "2.1.3"