# 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 = "texclean" version = "0.2.0" authors = ["Stefan Volz"] description = "Recursively clean all LaTeX projects in a given directory" readme = "README.md" keywords = [ "tex", "latex", "cli", "cleanup", "clean", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/SV-97/texclean" [package.metadata.wix] eula = false license = false path-guid = "EDE76AFD-CCC4-4115-9D59-1FE960FF8575" upgrade-guid = "5E6F766E-73C4-42DF-BF90-F62BFA8CD14B" [dependencies.clap] version = "4.5.3" features = ["cargo"] [dependencies.fs_extra] version = "1.3.0" [dependencies.inquire] version = "0.7.1" [dependencies.spinoff] version = "0.8.0" [dependencies.walkdir] version = "2" [lints.rust] unsafe_code = "forbid"