ceelo-core 0.1.3

Logic for the 'Cee-Lo' Dice Game
Documentation
# 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 = "2024"
name = "ceelo-core"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Logic for the 'Cee-Lo' Dice Game"
homepage = "https://codeberg.org/FFFluoride/ceelo-core"
readme = "README.txt"
keywords = [
    "cee-lo",
    "dice-game",
]
license = "AGPL-3.0-or-later"
repository = "https://codeberg.org/FFFluoride/ceelo-core"

[lib]
name = "ceelo_core"
path = "src/lib.rs"

[dependencies.either]
version = "1.18.0"

[dependencies.rand]
version = "0.10.2"

[lints.clippy]
arithmetic_side_effects = "deny"
as_conversions = "deny"
exit = "deny"
expect_used = "deny"
index_slicing = "deny"
panic = "deny"
panic_in_result_fn = "deny"
string_slice = "deny"
todo = "deny"
too_many_lines = "allow"
type_complexity = "allow"
unchecked_time_subtraction = "deny"
unimplimented = "deny"
unreachable = "deny"
unwrap_used = "deny"

[lints.clippy.nursery]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1