# 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 = "saptest" version = "0.5.0" authors = ["Keisuke K. Oshima "] description = "A library for testing Super Auto Pets teams." readme = "README.md" license = "MIT" repository = "https://github.com/koisland/SuperAutoTest/" [lib] name = "saptest" path = "src/lib/lib.rs" [[bench]] name = "battle_benchmarks" harness = false [dependencies.indexmap] version = "1.9.3" features = ["serde"] [dependencies.itertools] version = "0.10.5" [dependencies.lazy-regex] version = "2.5.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.petgraph] version = "0.6.2" [dependencies.r2d2] version = "0.8.10" [dependencies.r2d2_sqlite] version = "0.21.0" [dependencies.rand] version = "0.8.5" [dependencies.rand_chacha] version = "0.3.1" [dependencies.regex] version = "1.7.1" [dependencies.rusqlite] version = "0.28" features = ["bundled"] [dependencies.serde] version = "1.0.154" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0.38" [dependencies.toml] version = "0.7.2" [dependencies.ureq] version = "2.6.2" [dev-dependencies.criterion] version = "0.3" features = ["html_reports"]