# 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 = "mrpack-downloader" version = "0.4.0" authors = ["Jonh The Cooling Fan "] description = "Downloader for Modrinth modpacks (.mrpack files)" homepage = "https://discord.gg/rqkaeYJhzS" readme = "README.md" license = "MIT" repository = "https://github.com/JohnTheCoolingFan/mrpack-downloader" [dependencies.async_zip] version = "0.0.17" features = [ "tokio", "tokio-fs", "deflate", ] [dependencies.clap] version = "4.1" features = ["derive"] [dependencies.dialoguer] version = "0.11.0" [dependencies.futures] version = "0.3.29" [dependencies.futures-util] version = "0.3" [dependencies.hex] version = "0.4.3" features = ["serde"] [dependencies.indicatif] version = "0.17" features = ["tokio"] [dependencies.reqwest] version = "0.12.3" features = ["stream"] [dependencies.semver] version = "1.0" features = ["serde"] [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.115" [dependencies.sha1] version = "0.10.6" [dependencies.sha2] version = "0.10.8" [dependencies.strum] version = "0.24" features = ["derive"] [dependencies.strum_macros] version = "0.24" [dependencies.thiserror] version = "1.0.56" [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.tokio-util] version = "0.7.10" features = ["full"] [dependencies.url] version = "2.2" features = ["serde"]