# 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" rust-version = "1.70" name = "ckc-rs" version = "0.1.15" authors = ["electronicpanopticon "] exclude = [ ".github/workflows/*", ".gitignore", "Cargo.lock", ] description = "Poker hand evaluation library" homepage = "https://github.com/ImperialBower/ckc-rs" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/ImperialBower/ckc-rs.git" [dependencies.log] version = "0.4.21" default-features = false [dependencies.serde] version = "1.0.197" features = ["derive"] default-features = false [dependencies.strum] version = "0.26.2" features = ["derive"] [dev-dependencies.cardpack] version = "0.5.1" [dev-dependencies.rstest] version = "0.18.2"