# 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 = "bumv" version = "0.2.1" authors = ["Christoph Bonitz "] description = "bumv (bulk move) lets you use your favorite editor to rename files" homepage = "https://github.com/cbonitz/bumv" readme = "README.md" keywords = [ "file", "utility", "rename", ] license = "MIT" repository = "https://github.com/cbonitz/bumv" [dependencies.anyhow] version = "1.0.70" [dependencies.chrono] version = "0.4.26" [dependencies.directories-next] version = "2.0" [dependencies.ignore] version = "0.4.10" [dependencies.petgraph] version = "0.6.3" [dependencies.rprompt] version = "2.0.2" [dependencies.structopt] version = "0.3" [dependencies.tempfile] version = "3.2" [dependencies.walkdir] version = "2.3" [dev-dependencies.tempfile] version = "3.2"