adze-parser-backend-core 0.1.0

Pure parser backend selection primitives.
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.92.0"
name = "adze-parser-backend-core"
version = "0.1.0"
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure parser backend selection primitives."
homepage = "https://github.com/EffortlessMetrics/adze"
documentation = "https://docs.rs/adze-parser-backend-core"
readme = "README.md"
keywords = [
    "parser",
    "grammar",
    "tree-sitter",
    "ast",
    "glr",
]
categories = [
    "parsing",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EffortlessMetrics/adze"
resolver = "2"

[features]
default = []
glr = ["pure-rust"]
pure-rust = []
strict_api = []
strict_docs = []
tree-sitter-c2rust = []
tree-sitter-standard = []

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

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

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

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

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

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

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.proptest]
version = "1.4"