# 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 = "ToolTweaker" version = "1.0.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A tool to automatically install tweaked versions of applications!" readme = "README.md" keywords = [ "automation", "tools", "installer", ] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/CattoYT/ToolTweaker" [[bin]] name = "ToolTweaker" path = "src/main.rs" [dependencies.clap] version = "4.5.21" features = ["derive"] [dependencies.encoding_rs] version = "0.8" [dependencies.figlet-rs] version = "0.1.5" [dependencies.tokio] version = "1.41.1" features = [ "rt", "macros", ] [dependencies.trauma] version = "2.2.6" [dependencies.zip] version = "2.2.0" [dependencies.zip-extract] version = "0.2.1"