# 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 = "packwiz-modlist" version = "1.5.3" authors = ["Ricky12Awesome"] build = "build.rs" description = "Creates a modlist from packwiz" homepage = "https://github.com/Ricky12Awesome/packwiz-modlist" readme = "README.md" keywords = [ "packwiz", "modding", "minecraft", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/Ricky12Awesome/packwiz-modlist" resolver = "2" [[bin]] name = "packwizml" path = "src/main.rs" [dependencies.clap] version = "^3.2" features = [ "cargo", "derive", ] [dependencies.colored] version = "^2.0" [dependencies.futures] version = "^0.3" [dependencies.itertools] version = "^0.10" [dependencies.log] version = "^0.4" [dependencies.reqwest] version = "^0.11" features = ["json"] [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.serde_json] version = "^1.0" [dependencies.simple_logger] version = "^2.2" features = ["colored"] default-features = false [dependencies.thiserror] version = "^1.0" [dependencies.tokio] version = "^1.19" features = ["full"] [dependencies.toml] version = "^0.5" [build-dependencies.anyhow] version = "^1.0" [build-dependencies.clap] version = "^3.2" features = [ "cargo", "derive", ] [build-dependencies.clap_complete] version = "^3.2" [build-dependencies.dotenv-build] version = "^0.1" [build-dependencies.log] version = "^0.4" [build-dependencies.simple_logger] version = "^2.2" default-features = false