# 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 = "shuftlib" version = "0.1.1" authors = ["Sebastiano Giordano"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A generic library for card games and related topics" documentation = "https://docs.rs/shuftlib" readme = "README.md" keywords = [ "cards", "card_games", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/shuftle/shuftlib" [profile.test.package.proptest] opt-level = 3 [profile.test.package.rand_chacha] opt-level = 3 [lib] name = "shuftlib" path = "src/lib.rs" [[test]] name = "tressette" path = "tests/tressette.rs" [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] version = "0.25" features = ["derive"] default-features = false [dev-dependencies.proptest] version = "1.4" [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"