# 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.71" name = "moove" version = "0.2.8" description = "🚚 Manipulate file names and locations" homepage = "https://github.com/urin/moove" documentation = "https://github.com/urin/moove" readme = "README.md" keywords = [ "mv", "rename", "move", ] categories = [ "command-line-utilities", "filesystem", ] license = "MIT/Apache-2.0" repository = "https://github.com/urin/moove" [lib] doctest = false [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.4.7" features = ["derive"] [dependencies.colored] version = "2.0.4" [dependencies.edit] version = "0.1.4" [dependencies.fs_extra] version = "1.3.0" [dependencies.glob] version = "0.3.1" [dependencies.natord] version = "1.0.9" [dependencies.normpath] version = "1.1.1" [dependencies.regex] version = "1.10.2" [dev-dependencies.serial_test] version = "2.0.0"