# 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 = "fts_gitignore_nuke" version = "0.1.5" authors = ["Forrest Smith "] description = "CLI tool to find files hidden by .gitignore files so they can be deleted.\n" homepage = "https://github.com/forrestthewoods/fts_gamemath" documentation = "https://github.com/forrestthewoods/fts_gitignore_nuke" readme = "readme.md" keywords = ["gitignore", "ignore"] categories = ["command-line-utilities"] license = "Unlicense OR MIT" repository = "https://github.com/forrestthewoods/fts_gamemath" [profile.release] lto = false codegen-units = 16 [dependencies.anyhow] version = "1.0" [dependencies.cactus] version = "1.0.6" [dependencies.crossbeam-deque] version = "0.7.3" [dependencies.crossbeam-utils] version = "0.7.2" [dependencies.ignore] version = "0.4.15" [dependencies.itertools] version = "0.9.0" [dependencies.num-format] version = "0.4.0" [dependencies.num_cpus] version = "1.13.0" [dependencies.structopt] version = "0.3.14"