# 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" rust-version = "1.56" name = "slugify-rs" version = "0.0.3" authors = ["Spa5k"] description = "A rust library to generate slugs from strings" homepage = "https://github.com/spa5k/slugify-rs" documentation = "https://docs.rs/slugify-rs" readme = "README.md" keywords = [ "slug", "slugify", "slugify-rs", "macro", ] categories = [ "text-processing", "rust-patterns", ] license-file = "LICENSE" repository = "https://github.com/spa5k/slugify-rs" resolver = "2" [dependencies.deunicode] version = "1.3.1" [dependencies.nanoid] version = "0.4.0"