-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.lock
49 lines (43 loc) · 1.72 KB
/
Cargo.lock
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
[root]
name = "generator_nom"
version = "0.1.0"
dependencies = [
"circular 0.2.0 (git+https://github.com/sozu-proxy/circular)",
"flavors 0.2.0 (git+https://github.com/rust-av/flavors)",
"nom 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "circular"
version = "0.2.0"
source = "git+https://github.com/sozu-proxy/circular#3f4a7b6c868e7f79069c9b182dd74d0f3dc57b93"
[[package]]
name = "flavors"
version = "0.2.0"
source = "git+https://github.com/rust-av/flavors#a210b1205dd85e5679d132435f2955c72e08f78d"
dependencies = [
"nom 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "libc"
version = "0.2.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "memchr"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"libc 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "nom"
version = "3.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[metadata]
"checksum circular 0.2.0 (git+https://github.com/sozu-proxy/circular)" = "<none>"
"checksum flavors 0.2.0 (git+https://github.com/rust-av/flavors)" = "<none>"
"checksum libc 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)" = "2370ca07ec338939e356443dac2296f581453c35fe1e3a3ed06023c49435f915"
"checksum memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1dbccc0e46f1ea47b9f17e6d67c5a96bd27030519c519c9c91327e31275a47b4"
"checksum nom 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "06989cbd367e06f787a451f3bc67d8c3e0eaa10b461cc01152ffab24261a31b1"