# 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 = "latex_cleaner" version = "1.3.0" authors = ["Jack Maguire/BurntNail - BurntNail@proton.me"] description = "Utility for cleaning LaTeX intermediary files from the current directory or one passed in" readme = "README.md" license = "MIT" repository = "https://github.com/BurntNail/latex_cleaner.git" [profile.dist] debug = true split-debuginfo = "packed" inherits = "release" [dependencies.clap] version = "4.2.7" features = ["derive"] [dependencies.ctrlc] version = "3.2.5" [dependencies.owo-colors] version = "3.5.0" [dependencies.strum] version = "0.24.1" features = ["derive"] [dependencies.thiserror] version = "1.0.40" [dependencies.walkdir] version = "2.3.3"