-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
33 lines (29 loc) · 863 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[package]
name = "psbattletools"
version = "0.2.4"
edition = "2021"
description = "Command-line program to manage Pokémon Showdown battle logs."
license = "MIT"
repository = "https://github.com/AnnikaCodes/psbattletools"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
crossbeam-utils = "0.8.7"
gjson = "0.8.0"
indexmap = "1.7.0"
json = "0.12.4"
lazy_static = "1.4.0"
prettytable-rs = "0.8.0"
rayon = "1.5.1"
regex = "1.5.4"
serde = "1.0.136"
serde_derive = "1.0.136"
serde_json = "1.0.79"
structopt = "0.3.23"
[dev-dependencies]
tests = { path = "./tests" }
cargo-husky = { version = "1", default-features = false, features = ["prepush-hook", "run-cargo-clippy", "run-cargo-fmt"] }
serial_test = "0.5.1"
[features]
bench_old_battlesearch = []
bench_old_winrates = []
bench_old_anonbattle = []