[dependencies.anyhow]
version = "1.0.75"
[dependencies.array-init]
version = "2.1.0"
[dependencies.num-rational]
version = "0.4.1"
[dependencies.rand]
version = "0.8"
[dependencies.strum]
default-features = false
features = ["derive"]
version = "0.25"
[dev-dependencies.proptest]
version = "1.4"
[lib]
name = "shuftlib"
path = "src/lib.rs"
[lints.clippy]
cast_lossless = "warn"
cognitive_complexity = "warn"
expect_used = "warn"
float_cmp = "warn"
float_cmp_const = "warn"
missing_errors_doc = "warn"
missing_panics_doc = "warn"
panic = "warn"
panic_in_result_fn = "warn"
todo = "warn"
unwrap_in_result = "warn"
unwrap_used = "warn"
[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"
[package]
authors = ["Sebastiano Giordano"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["game-development"]
description = "A generic library for card games and related topics"
documentation = "https://docs.rs/shuftlib"
edition = "2021"
keywords = ["cards", "card_games"]
license = "MIT OR Apache-2.0"
name = "shuftlib"
readme = "README.md"
repository = "https://github.com/shuftle/shuftlib"
version = "0.1.1"
[profile.test.package.proptest]
opt-level = 3
[profile.test.package.rand_chacha]
opt-level = 3
[[test]]
name = "tressette"
path = "tests/tressette.rs"