# 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 = "mod_installer" version = "9.0.0" authors = ["dark0dave"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The Infinity Engine Mod Installer is a tool designed to automate the installation of mods for Infinity Engine games such as Baldur's Gate, Icewind Dale, and Planescape: Torment. It uses a file called 'weidu.log' to determine which mods to install and how to install them." homepage = "https://github.com/dark0dave/mod_installer" documentation = "https://raw.githubusercontent.com/dark0dave/mod_installer/main/README.md" readme = "README.md" keywords = [ "cli", "infinity-engine", "modding-tools", "terminal", "tool", ] categories = [ "command-line-interface", "filesystem", ] license-file = "LICENSE" repository = "https://github.com/dark0dave/mod_installer" [[bin]] name = "mod_installer" path = "src/main.rs" [dependencies.clap] version = "^4.5.9" features = [ "derive", "env", ] [dependencies.confy] version = "^0.6" [dependencies.env_logger] version = "^0.11.1" [dependencies.fs_extra] version = "^1.3.0" [dependencies.log] version = "^0.4.22" [dependencies.serde] version = "^1.0.152" features = ["derive"] [dependencies.serde_derive] version = "^1.0.152" [dependencies.walkdir] version = "^2.3.2" [dev-dependencies.pretty_assertions] version = "^1.3.0"