# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "frs" version = "0.4.2" authors = ["ZSchoen "] description = "Rename files with RegEx patterns" homepage = "https://zschoen.dev/projects/frs" documentation = "https://docs.rs/crate/frs" readme = "README.md" keywords = ["rename", "find", "regex", "rename-files", "rename-directories"] categories = ["command-line-utilities", "filesystem", "development-tools"] license = "GPL-3.0-or-later" repository = "https://github.com/TheAlgorythm/frs" [profile.bench] lto = "thin" [profile.release] lto = "thin" [[bench]] name = "main" harness = false [dependencies.async-std] version = "~1.9" features = ["attributes"] [dependencies.bool_ext] version = "~0.5" [dependencies.cli-table] version = "~0.4" default-features = false [dependencies.colored] version = "~2.0" [dependencies.futures] version = "~0.3" [dependencies.futures-core] version = "~0.3" [dependencies.human_format] version = "~1.0" [dependencies.pin-project-lite] version = "~0.2" [dependencies.regex] version = "~1.5" [dependencies.structopt] version = "~0.3" [dependencies.terminal_size] version = "~0.1" [dependencies.thiserror] version = "~1.0" [dev-dependencies.criterion] version = "~0.3" features = ["async_std"] [dev-dependencies.maplit] version = "~1.0" [dev-dependencies.matches] version = "~0.1"