openpql-range-parser 0.1.4

Poker Range Notation Parser
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 = "openpql-range-parser"
version = "0.1.4"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Poker Range Notation Parser"
homepage = "https://github.com/solve-poker/Poker-Query-Language"
readme = "README.md"
keywords = [
    "GTO",
    "PQL",
    "holdem",
    "poker",
    "shortdeck",
]
license = "MIT"
repository = "https://github.com/solve-poker/Poker-Query-Language"

[lib]
name = "openpql_range_parser"
path = "src/lib.rs"
doctest = false

[[bench]]
name = "range"
path = "benches/range.rs"
harness = false

[dependencies.derive_more]
version = "2"
features = [
    "full",
    "display",
]

[dependencies.itertools]
version = "0.14.0"

[dependencies.lalrpop-util]
version = "0.23.1"
features = ["lexer"]

[dependencies.openpql-prelude]
version = "0.1.4"

[dependencies.smallvec]
version = "1.15.1"

[dev-dependencies.criterion]
version = "0.8.2"

[dev-dependencies.openpql-prelude]
version = "0.1.4"
features = ["quickcheck"]

[dev-dependencies.quickcheck]
version = "1.1.0"
features = []

[dev-dependencies.quickcheck_macros]
version = "1.2.0"

[build-dependencies.lalrpop]
version = "0.23.1"
features = ["lexer"]

[lints.clippy]
module_inception = "allow"

[lints.clippy.absolute_paths]
level = "warn"
priority = 10

[lints.clippy.enum_variant_names]
level = "allow"
priority = 10

[lints.clippy.missing_errors_doc]
level = "allow"
priority = 10

[lints.clippy.module_name_repetitions]
level = "allow"
priority = 10

[lints.clippy.must_use_candidate]
level = "allow"
priority = 10

[lints.clippy.needless_range_loop]
level = "allow"
priority = 10

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

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

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(coverage,coverage_nightly)"]