refine 3.1.0

Refine your file collections using Rust!
# 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 = "2024"
name = "refine"
version = "3.1.0"
authors = ["Rogério Sampaio de Almeida <rsalmei@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Refine your file collections 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.deunicode]
version = "1.6"

[dependencies.dirs]
version = "6"

[dependencies.human-repr]
version = "1"
features = []

[dependencies.mime_guess]
version = "2.0"

[dependencies.rayon]
version = "1.10"

[dependencies.regex]
version = "1.11"

[dependencies.strsim]
version = "0.11"

[dependencies.ureq]
version = "3"

[dependencies.yansi]
version = "1"