# 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 = "modpm" version = "1.5.1" description = "A Minecraft mod package manager" readme = "README.md" license = "NPOSL-3.0" repository = "https://github.com/Lisenaaaa/modpm" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "3.2.5" features = ["cargo"] [dependencies.futures-util] version = "0.3.14" [dependencies.hex] version = "0.4.3" [dependencies.indicatif] version = "0.17.0" [dependencies.reqwest] version = "0.11" features = [ "json", "stream", ] [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10.2" [dependencies.tokio] version = "1" features = ["full"] [dependencies.yansi] version = "0.5.1"