# 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 = "pmv" version = "0.4.2" authors = ["Suguru Yamamoto "] description = "Pattern based mv(1)" readme = "README.md" categories = [ "command-line-utilities", "filesystem", ] license = "MIT" repository = "https://github.com/sgryjp/pmv" [dependencies.ansi_term] version = "~0.12.1" [dependencies.atty] version = "~0.2" [dependencies.clap] version = "3.2.5" features = [ "cargo", "color", "deprecated", "wrap_help", ] [dependencies.rand] version = "0.8.5" [dev-dependencies.function_name] version = "~0.3.0"