# 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 = "stripper" version = "0.1.1" exclude = ["test/*"] description = "A tool to strip words from files very quickly." readme = "README.md" license = "MIT" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 rpath = false panic = "abort" overflow-checks = true incremental = false [dependencies.clap] version = "4.4.3" features = ["derive"] [dependencies.colored] version = "2" [dependencies.walkdir] version = "2.4.0"