[package] name = "mrvn" version = "0.1.0-alpha.1" edition = "2021" license = "MIT" authors = ["AnActualEmerald"] description = "MRVN Mod Maker" repository = "https://nest.pijul.com/AnActualEmerald/MRVN" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.58" clap = { version = "3.2.11", features = ["derive"] } git2 = "0.14.4" log = "0.4.17" regex = "1.6.0" reqwest = { version = "0.11.11", features = ["stream"] } ron = "0.7.1" semver = { version = "1.0.12", features = ["serde"] } serde = { version = "1.0.139", features = ["derive"] } serde_json = "1.0.82" simplelog = "0.12.0" tokio = { version = "1.20.0", features = ["full"] }