blob: 70bd6f281febc561be5325f2b60fb63fa1e0004f [file] [log] [blame] [edit]
[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"