1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2021" 14name = "pdl-runtime" 15version = "0.3.1" 16authors = [ 17 "Henri Chataing <[email protected]>", 18 "David de Jesus Duarte <[email protected]>", 19 "Martin Geisler <[email protected]>", 20] 21description = "PDL's runtime library" 22readme = "README.md" 23keywords = [ 24 "pdl", 25 "parser", 26 "serializer", 27 "grammar", 28] 29categories = ["parsing"] 30license = "Apache-2.0" 31repository = "https://github.com/google/pdl/" 32resolver = "1" 33 34[dependencies.bytes] 35version = "1.4.0" 36 37[dependencies.thiserror] 38version = "1.0.47" 39