yapcol 0.4.0

Yet Another Parser Combinator Library - YAPCoL
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 = "yapcol"
version = "0.4.0"
authors = ["Matheus Amazonas"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Yet Another Parser Combinator Library - YAPCoL"
homepage = "https://github.com/matheusamazonas/yapcol"
readme = "README.md"
keywords = [
    "parser",
    "combinator",
    "parsec",
]
categories = ["parsing"]
license = "MIT"
repository = "https://github.com/matheusamazonas/yapcol"

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

[[example]]
name = "evaluate_expression_string"
path = "examples/evaluate_expression_string.rs"

[[example]]
name = "evaluate_expression_token"
path = "examples/evaluate_expression_token.rs"

[dependencies]

[lints.clippy]
tabs_in_doc_comments = "allow"