praxis-input-parser 0.3.0

The Praxis `read` DSL: template parsing, type synthesis, and parser plans.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "bumpalo"
version = "3.20.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"

[[package]]
name = "countme"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7704b5fdd17b18ae31c4c1da5a2e0305a2bf17b5249300a9ee9ed7b72114c636"

[[package]]
name = "hashbrown"
version = "0.14.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"

[[package]]
name = "praxis-input-parser"
version = "0.3.0"
dependencies = [
 "bumpalo",
 "praxis-source",
 "praxis-syntax",
 "praxis-typeck",
]

[[package]]
name = "praxis-source"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef721527925f1c07f28b43f2224c74e746401c03191d0b5a7246b371d7785895"

[[package]]
name = "praxis-stdlib"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15acd0816556afa43c2bfbf4c45a61b2f209eba6133f502010cf1f85e15d045f"
dependencies = [
 "praxis-source",
]

[[package]]
name = "praxis-syntax"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71d5ad06bbe4971e3218af6cd44d2b12b298d97de8de811de885499c5b81426e"
dependencies = [
 "praxis-source",
 "rowan",
 "unicode-ident",
]

[[package]]
name = "praxis-typeck"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e7e0b01fb887ace60fe46634da6ad3dee3de525755ca4bb0f510582dab77362"
dependencies = [
 "praxis-source",
 "praxis-stdlib",
]

[[package]]
name = "rowan"
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "417a3a9f582e349834051b8a10c8d71ca88da4211e4093528e36b9845f6b5f21"
dependencies = [
 "countme",
 "hashbrown",
 "rustc-hash",
 "text-size",
]

[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"

[[package]]
name = "text-size"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f18aa187839b2bdb1ad2fa35ead8c4c2976b64e4363c386d45ac0f7ee85c9233"

[[package]]
name = "unicode-ident"
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"