[package] name = "randbats-winrates" version = "0.3.0" authors = ["Annika "] license = "MIT" description = "Tool to determine winrates for Pokémon Showdown random battles" homepage = "https://github.com/AnnikaCodes/randbats-winrates" repository = "https://github.com/AnnikaCodes/randbats-winrates" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] gjson = "0.8.0" indexmap = "1.6.1" itertools = "0.10.0" lazy_static = "1.4.0" prettytable-rs = "0.8.0" rayon = "1.5.1" structopt = "0.3.21"