# 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 = "latexclean" version = "0.1.0" authors = ["Soutrik Bandyopadhyay"] description = "A command line application to remove auxiliary files generated by LaTeX tools\n" homepage = "https://github.com/SoutrikBandyopadhyay/latexclean" documentation = "https://github.com/SoutrikBandyopadhyay/latexclean" readme = "README.md" keywords = ["latex", "clean", "latex_clean"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/SoutrikBandyopadhyay/latexclean" resolver = "2" [dependencies.clap] version = "3.1.6" features = ["derive"] [dependencies.walkdir] version = "2"