[package] name = "mpt" version = "0.1.0" edition = "2018" [[bin]] name = "lmpt" path = "src/main.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] addonscript = { path = "../addonscript"} anyhow = "1.0.43" crossterm = "0.21.0" futures = "0.3.16" indicatif = "0.16.2" json5 = "0.3.0" reqwest = { version = "0.11.4", features = ["stream"] } serde = { version = "1.0.129", features = ["derive"] } serde_json = "1.0.67" structopt = "0.3.22" thiserror = "1.0.28" tokio = { version = "1.10.1", features = ["rt-multi-thread", "macros", "fs"] } toml = "0.5.8" url = "2.2.2"