varlink_parser 0.6.0

A crate for parsing varlink interface definition files.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "varlink_parser"
version = "0.6.0"
authors = ["Harald Hoyer <harald@redhat.com>"]
build = "build.rs"
description = "A crate for parsing varlink interface definition files."
homepage = "https://github.com/varlink/rust"
documentation = "https://docs.rs/varlink_parser/"
readme = "README.md"
keywords = ["parser", "varlink", "ipc", "rpc", "protocol"]
categories = ["parsing", "development-tools"]
license = "MIT/Apache-2.0"
repository = "https://github.com/varlink/rust"
[dependencies.bytes]
version = "0"

[dependencies.itertools]
version = "0"
[build-dependencies.peg]
version = "0.5"
[badges.travis-ci]
repository = "varlink/rust"