[package] name = "modpm" version = "1.5.1" edition = "2021" license = "NPOSL-3.0" description = "A Minecraft mod package manager" repository = "https://github.com/Lisenaaaa/modpm" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.11", features = ["json", "stream"] } tokio = { version = "1", features = ["full"] } serde = {version = "1.0.137", features = ["derive"]} futures-util = "0.3.14" indicatif = "0.17.0" clap = {version = "3.2.5", features = ["cargo"]} sha2 = "0.10.2" hex = "0.4.3" chrono = "0.4.19" serde_json = "1.0" yansi = "0.5.1"