pred-recdec 0.1.0

Predicated Recursive Descent Parsing with BNF and impure hooks
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 = "pred-recdec"
version = "0.1.0"
authors = ["<wareya@gmail.com>"]
build = false
include = ["/src"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Predicated Recursive Descent Parsing with BNF and impure hooks"
readme = "README.md"
keywords = [
    "parsing",
    "parser",
]
categories = ["parsing"]
license = "MIT OR Apache-2.0 OR CC0-1.0 OR 0BSD"
repository = "https://github.com/wareya/pred_recdec/"

[features]
parse_trace = []

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

[[bin]]
name = "pred_recdec"
path = "src/main.rs"

[dependencies.mimalloc]
version = "0.1.48"

[dependencies.regex]
version = "=1.8"

[dependencies.rustc-hash]
version = "2.1.1"

[dev-dependencies.serde_json]
version = "1.0.149"

[dev-dependencies.simd-json]
version = "0.17.0"

[lints.clippy]
all = "allow"
complexity = "warn"
correctness = "deny"
perf = "warn"
suspicious = "warn"

[profile.release]
opt-level = 3
debug = 2