# 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 = "2018" name = "filenamify" version = "0.1.2" authors = ["Chawye Hsu "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Convert a string to a valid filename" readme = "README.md" keywords = [ "filename", "normalize", ] categories = ["text-processing"] license = "MIT OR Apache-2.0" repository = "https://github.com/chawyehsu/filenamify-rs" [lib] name = "filenamify" path = "src/lib.rs" [[bench]] name = "bench" path = "benches/main.rs" harness = false [dependencies.lazy_static] version = "1.5.0" [dependencies.regex] version = "1.5" [dev-dependencies.criterion] version = "0.5"