# 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" version = "0.1.6" authors = ["Steven Allen "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Convert a unicode string to a slug" homepage = "https://github.com/Stebalien/slug-rs" documentation = "https://docs.rs/slug" readme = "README.md" keywords = [ "slugify", "slug", "id", ] license = "MIT/Apache-2.0" repository = "https://github.com/Stebalien/slug-rs" [lib] name = "slug" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[bench]] name = "main" path = "benches/main.rs" [dependencies.deunicode] version = "1" [target.'cfg(target_family = "wasm")'.dependencies.wasm-bindgen] version = "0.2" [target.'cfg(target_family = "wasm")'.dev-dependencies.wasm-bindgen-test] version = "0.3"