# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "psbattletools" version = "0.2.4" description = "Command-line program to manage Pokémon Showdown battle logs." license = "MIT" repository = "https://github.com/AnnikaCodes/psbattletools" resolver = "2" [dependencies.crossbeam-utils] version = "0.8.7" [dependencies.gjson] version = "0.8.0" [dependencies.indexmap] version = "1.7.0" [dependencies.json] version = "0.12.4" [dependencies.lazy_static] version = "1.4.0" [dependencies.prettytable-rs] version = "0.8.0" [dependencies.rayon] version = "1.5.1" [dependencies.regex] version = "1.5.4" [dependencies.serde] version = "1.0.136" [dependencies.serde_derive] version = "1.0.136" [dependencies.serde_json] version = "1.0.79" [dependencies.structopt] version = "0.3.23" [dev-dependencies.cargo-husky] version = "1" features = [ "prepush-hook", "run-cargo-clippy", "run-cargo-fmt", ] default-features = false [dev-dependencies.serial_test] version = "0.5.1" [features] bench_old_anonbattle = [] bench_old_battlesearch = [] bench_old_winrates = []