# 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 = "espada" version = "0.3.1" description = "Texas Hold'em poker odds evaluator" documentation = "https://docs.rs/espada" readme = "README.md" keywords = [ "poker", "texas-holdem", ] categories = [ "games", "mathematics", "simulation", ] license-file = "LICENSE.txt" repository = "https://github.com/axross/espada" [[bench]] name = "base" harness = false [dependencies.fxhash] version = "0.2.1" [dependencies.regex] version = "1.10.3" [dev-dependencies.cargo-insta] version = "1.36.1" [dev-dependencies.criterion] version = "0.4" features = ["html_reports"] [dev-dependencies.insta] version = "1.36.1" [dev-dependencies.num_cpus] version = "1.16.0"