# 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 = "unf" version = "2.1.4" authors = ["Benjamin Levy "] description = "UNixize Filename -- replace annoying anti-unix characters in filenames" readme = "README.md" license = "MIT" repository = "https://github.com/io12/unf" [dependencies.deunicode] version = "1.3.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.promptly] version = "0.3.0" [dependencies.regex] version = "1.5.4" [dependencies.rsfs] version = "0.4.1" [dependencies.structopt] version = "0.3.25" [dev-dependencies.assert_cmd] version = "2.0.2" [dev-dependencies.tempfile] version = "3.2.0" [dev-dependencies.walkdir] version = "2.3.2"