# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rust_poker" version = "0.1.14" authors = ["kmurf1999 "] description = "Rust poker library" keywords = ["poker"] license = "MIT" repository = "https://github.com/kmurf1999/rust_poker" [package.metadata.docs.rs] all-features = true [dependencies.crossbeam] version = "0.7.3" [dependencies.fastdivide] version = "0.2.0" [dependencies.hand_indexer] version = "0.1.2" optional = true [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.7" features = ["small_rng"] [dependencies.read_write] version = "0.1.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0.20" [build-dependencies.gen_eval_table] version = "0.1.2" [features] indexer = ["hand_indexer"] [badges.travis-ci] repository = "kmurf1999/rust_poker"