# 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 = "refine" version = "1.2.1" authors = ["Rogério Sampaio de Almeida "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Refine your file collection using Rust!" documentation = "https://docs.rs/refine/" readme = "README.md" keywords = [ "files", "deduplicate", "rename", "batch", "scan", ] categories = [ "command-line-utilities", "filesystem", ] license = "MIT" repository = "https://github.com/rsalmei/refine" [[bin]] name = "refine" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.ctrlc] version = "3" [dependencies.human-repr] version = "1" features = [] [dependencies.regex] version = "1.11"