summaryrefslogtreecommitdiff
path: root/dhall_syntax/Cargo.toml
blob: 7708954d50fb308e5de07c2adf671ce62e067058 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "dhall_syntax"
version = "0.1.0"
authors = ["NanoTech <nanotech@nanotechcorp.net>", "Nadrieril <nadrieril@users.noreply.github.com>"]
license = "BSD-2-Clause"
edition = "2018"
build = "build.rs"

[lib]
doctest = false

[build-dependencies]
abnf_to_pest = { version = "0.1.1", path = "../abnf_to_pest" }

[dependencies]
itertools = "0.8.0"
percent-encoding = "2.1.0"
pest = "2.1"
either = "1.5.2"
take_mut = "0.2.2"
hex = "0.3.2"
lazy_static = "1.4.0"
# pest_consume = { path = "../../pest_consume/pest_consume" }
pest_consume = "1.0"