summaryrefslogtreecommitdiff
path: root/abnf_to_pest/Cargo.toml
blob: 6a4abc435740ab01bab33e4fc42b0a2074cbbe91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "abnf_to_pest"
# remember to update html_root_url
version = "0.5.0"
authors = ["Nadrieril <nadrieril@users.noreply.github.com>"]
license = "MIT OR Apache-2.0"
edition = "2018"
description = "A tiny crate that helps convert ABNF grammars to pest"
readme = "README.md"
repository = "https://github.com/Nadrieril/dhall-rust"

[lib]
doctest = false

[dependencies]
abnf = "0.6.0"
indexmap = "1.0.2"
itertools = "0.9.0"
pretty = "0.10.0"