# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "img-renamer" version = "2.0.1" authors = ["Miika Launiainen "] description = "Rename images in numberic order" homepage = "https://miicat.eu" documentation = "https://gitlab.com/miicat/img-renamer-rust/-/wikis/home" readme = "README.md" keywords = ["image", "tool", "collection", "cli", "managing"] categories = ["command-line-utilities", "command-line-interface"] license = "AGPL-3.0-only" repository = "https://gitlab.com/miicat/img-renamer-rust" [dependencies.clap] version = "3.0.0-beta.2" [dependencies.dialoguer] version = "0.6.2" [dependencies.regex] version = "1.3.9" [dev-dependencies.vfs] version = "0.4.0"