praxis-input-parser 0.2.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.2.0"
dependencies = [
 "bumpalo",
 "praxis-source",
 "praxis-syntax",
 "praxis-typeck",
]

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

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

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

[[package]]
name = "praxis-typeck"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "660ee8a020f338c0b6ab6c5b70a36b5acdc52bafb37ab9d318f44c1776bdc203"
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"