# 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 = "grace-cli" version = "0.1.1" authors = ["Maxim Petrenko "] description = "CLI tool for processing files and strings." readme = "README.md" keywords = [ "cli", "files-manipulation", "strings-processing", "files", ] categories = [ "command-line-utilities", "text-processing", "files", ] license = "MIT" repository = "https://github.com/meinbaumm/grace.git" [dependencies.clap] version = "4.3.21" features = ["derive"] [dependencies.recase] version = "0.3.0" [dependencies.regex] version = "1.9" [dependencies.serial_test] version = "2.0" [dependencies.walkdir] version = "2.3.3"