[package] | |
name = "pdl-runtime" | |
version = "0.3.1" | |
edition = "2021" | |
description = "PDL's runtime library" | |
repository = "https://github.com/google/pdl/" | |
license = "Apache-2.0" | |
readme = "../README.md" | |
keywords = ["pdl", "parser", "serializer", "grammar"] | |
authors = [ | |
"Henri Chataing <[email protected]>", | |
"David de Jesus Duarte <[email protected]>", | |
"Martin Geisler <[email protected]>" | |
] | |
categories = ["parsing"] | |
[dependencies] | |
bytes = "1.4.0" | |
thiserror = "1.0.47" |