aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
blob: 9f6ad40b35eaac316861f809ae3816fde2a149b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "pdl-runtime"
version = "0.2.2"
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 <henrichataing@google.com>",
    "David de Jesus Duarte <licorne@google.com>",
    "Martin Geisler <mgeisler@google.com>"
]
categories = ["parsing"]

[dependencies]
bytes = "1.4.0"
thiserror = "1.0.47"