praxis-input-parser 0.2.0

The Praxis `read` DSL: template parsing, type synthesis, and parser plans.
Documentation
[package]
name = "praxis-input-parser"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
description = "The Praxis `read` DSL: template parsing, type synthesis, and parser plans."
keywords = ["parser", "parsing", "compiler", "adventofcode", "language"]
categories = ["parser-implementations", "parsing"]
readme = "README.md"

[dependencies]
bumpalo.workspace = true
praxis-source.workspace = true
praxis-syntax.workspace = true
praxis-typeck.workspace = true

# Doctests are not run (the justfile says why): rustdoc has to analyze the whole
# crate before it can find out there are none, and the result is never cached,
# so `cargo test` pays ~6s per crate for it on every run.
[lib]
doctest = false