legacympt-rs/mpt/Cargo.toml

37 lines
949 B
TOML

[package]
name = "mpt"
version = "0.1.4"
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" }
async-trait = "0.1.52"
clap = { version = "3.1.5", features = ["derive"] }
crossterm = "0.23.0"
futures = "0.3.16"
heck = "0.4.0"
indicatif = "0.16.2"
json5 = "0.4.1"
log = "0.4.14"
miette = { version = "4.2.1", features = ["fancy"] }
mlua = { version = "0.7.4", features = ["luajit", "serialize"] }
percent-encoding = "2.1.0"
reqwest = { version = "0.11.9", features = ["stream"] }
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.79"
simplelog = "0.11.2"
tera = "1.15.0"
thiserror = "1.0.30"
tokio = { version = "1.17.0", features = ["rt-multi-thread", "macros", "fs"] }
toml = "0.5.8"
twitch = { path = "../twitch" }
url = "2.2.2"
walkdir = "2.3.2"
zip = "0.5.13"