[package]
edition = "2024"
name = "pkstate"
version = "0.1.2"
authors = ["electronicpanopticon <gaoler@electronicpanopticon.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for representing, serializing, and deserializing the state of a poker hand"
homepage = "https://github.com/ImperialBower/pkstate"
documentation = "https://docs.rs/pkstate"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/ImperialBower/pkstate"
[lib]
name = "pkstate"
path = "src/lib.rs"
[dependencies.cardpack]
version = "0.6.9"
[dependencies.chrono]
version = "0.4"
features = ["serde"]
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_yaml_bw]
version = "2.5.2"