-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
50 lines (46 loc) · 1.17 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[package]
name = "eucalypt"
version = "0.2.0"
authors = ["gmorpheme <github@gmorpheme.net>"]
edition = "2021"
[build-dependencies]
lalrpop = { version = "0.19.8", features = ["lexer"] }
[dev-dependencies]
criterion = "0.4.0"
[dependencies]
regex = "1.6.0"
matches = "0.1.9"
codespan = "0.11.1"
codespan-reporting = "0.11.1"
lalrpop-util = "0.19.8"
serde_json = "1.0.85"
yaml-rust = { git = "https://github.com/curvelogic/yaml-rust", rev = "e3a9b432c43fcf9a19f1836657091caf7ae3b15f" }
unic-ucd-category = "0.9.0"
itertools = "0.10.5"
thiserror = "1.0.37"
structopt = "0.3.25"
url = "2.3.1"
pretty = "0.11.3"
moniker = { git = "https://github.com/curvelogic/moniker", rev = "c620b2a69d6cad4724cba07775ed65a7ae556c9c" }
indexmap = "1.9.1"
petgraph = "0.6.2"
atty = "0.2"
csv = "1.1.6"
lazy_static = "1.4.0"
chrono = "0.4.22"
bitflags = "1.3.2"
quick-xml = "0.25.0"
chrono-tz = "0.6.3"
toml = { version = "0.5.9", features = ["preserve_order"] }
dirs = "4.0.0"
html5ever = "0.26.0"
lru = "0.8.1"
uuid = { version = "1.1.2", features = ["serde", "v4"] }
webbrowser = "0.8.0"
bitmaps = "3.2.0"
pretty-hex = "0.3.0"
edn-format = "3.2.3"
ordered-float = "2.10.0"
[[bench]]
harness = false
name = "alloc"