# 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 = "buckshot-roulette-gameplay-engine" version = "6.0.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An engine to simulate games of Buckshot Roulette" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/Cyberboss/buckshot-roulette-gameplay-engine" [lib] name = "buckshot_roulette_gameplay_engine" path = "src/lib.rs" [[test]] name = "all_four_shoot_self" path = "tests/all_four_shoot_self.rs" [[test]] name = "item_tests" path = "tests/item_tests.rs" [[test]] name = "one_shoots_two_two_shoots_self" path = "tests/one_shoots_two_two_shoots_self.rs" [dependencies.anyhow] version = "1.0.93" [dependencies.indexmap] version = "2.6.0" [dependencies.rand] version = "0.7" [dependencies.thiserror] version = "2.0.3" [features] print_rng_to_stdout = []