haproxy-config 0.2.2

Parse HAProxy configs and easily query it
Documentation
[package]
name = "haproxy-config"
version = "0.2.2"
edition = "2021"

rust-version = "1.65" # let-else
authors = ["David Kleingeld"]
readme = "Readme.md"
description = "Parse HAProxy configs and easily query it"
repository = "https://github.com/dvdsk/haproxy-config"
license = "MIT"
keywords = ["haproxy", "config", "parser"]
categories = ["parser-implementations"]
exclude = [
	".github/",
	".gitignore",
]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ariadne = "0.2.0"
itertools = "0.10.5"
peg = "0.8.1"
thiserror = "1.0.40"