# 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 = "filerefine" version = "0.1.4" authors = ["Triet Trinh "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "🧹 FileRefine is a Rust-based CLI tool that renames files in a directory to remove unwanted or problematic characters from filenames." homepage = "https://trinhminhtriet.com/" readme = "README.md" keywords = [ "clean", "filename", "file", "filesystem", "tool", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/trinhminhtriet/filerefine" [lib] name = "filerefine" path = "src/lib.rs" [[bin]] name = "filerefine" path = "src/main.rs" [[test]] name = "tests" path = "tests/tests.rs" [[test]] name = "tests_args" path = "tests/tests_args.rs" [[test]] name = "tests_main" path = "tests/tests_main.rs" [[test]] name = "tests_print_output" path = "tests/tests_print_output.rs" [[test]] name = "tests_rename" path = "tests/tests_rename.rs" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0" optional = true [dev-dependencies.assert_cmd] version = "2.0.16" [dev-dependencies.predicates] version = "3.1.2" [features] default = ["serde"] serde = [ "dep:serde", "dep:serde_json", ]