# 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] name = "rnr" version = "0.4.2" authors = ["Ismael González Valverde "] build = "build.rs" description = """ RnR is a command-line tool to rename multiple files and directories that supports regular expressions """ homepage = "https://github.com/ismaelgv/rnr" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/ismaelgv/rnr" [dependencies.ansi_term] version = "0.11" [dependencies.any_ascii] version = "0.3.0" [dependencies.atty] version = "0.2" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "~2.32" [dependencies.difference] version = "2.0.0" [dependencies.path_abs] version = "0.4" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tempfile] version = "3" [dependencies.walkdir] version = "2" [build-dependencies.clap] version = "~2.32" [badges.appveyor] branch = "master" repository = "ismaelgv/rnr" [badges.travis-ci] branch = "master" repository = "ismaelgv/rnr"