gambit-parser 0.3.0

parser for gambit efg files
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"
rust-version = "1.85"
name = "gambit-parser"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "parser for gambit efg files"
documentation = "https://docs.rs/gambit-parser"
readme = "README.md"
keywords = [
    "gambit",
    "parser",
    "efg",
]
categories = [
    "parser-implementations",
    "game-development",
]
license = "MIT"
repository = "https://github.com/erikbrinkman/gambit-parser-rs"

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

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.nom]
version = "8.0"

[dependencies.num-bigint]
version = "0.4"

[dependencies.num-rational]
version = "0.4"

[dependencies.num-traits]
version = "0.2"