# 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 = "refi" version = "3.2.1" authors = ["Miika Launiainen "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rename files in numeric order" homepage = "https://miicat.eu" documentation = "https://gitlab.com/miicat/refi/-/wikis/home" readme = "README.md" keywords = [ "file", "tool", "collection", "cli", "managing", ] categories = [ "command-line-utilities", "command-line-interface", ] license = "AGPL-3.0-only" repository = "https://gitlab.com/miicat/refi" [lib] name = "refi" path = "src/lib.rs" [[bin]] name = "refi" path = "src/main.rs" [dependencies.clap] version = "4.5.15" features = [ "color", "suggestions", "cargo", ] [dependencies.colored] version = "2.1.0" [dependencies.dialoguer] version = "0.11.0" [dependencies.lazy-regex] version = "3.1.0" [dev-dependencies.vfs] version = "0.12.0"