]> git.lizzy.rs Git - rust.git/blob - src/tools/compiletest/Cargo.lock
Auto merge of #35856 - phimuemue:master, r=brson
[rust.git] / src / tools / compiletest / Cargo.lock
1 [root]
2 name = "compiletest"
3 version = "0.0.0"
4 dependencies = [
5  "env_logger 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
6  "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
7  "serialize 0.0.0",
8 ]
9
10 [[package]]
11 name = "aho-corasick"
12 version = "0.5.1"
13 source = "registry+https://github.com/rust-lang/crates.io-index"
14 dependencies = [
15  "memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
16 ]
17
18 [[package]]
19 name = "env_logger"
20 version = "0.3.3"
21 source = "registry+https://github.com/rust-lang/crates.io-index"
22 dependencies = [
23  "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
24  "regex 0.1.62 (registry+https://github.com/rust-lang/crates.io-index)",
25 ]
26
27 [[package]]
28 name = "libc"
29 version = "0.2.9"
30 source = "registry+https://github.com/rust-lang/crates.io-index"
31
32 [[package]]
33 name = "log"
34 version = "0.0.0"
35
36 [[package]]
37 name = "log"
38 version = "0.3.6"
39 source = "registry+https://github.com/rust-lang/crates.io-index"
40
41 [[package]]
42 name = "memchr"
43 version = "0.1.11"
44 source = "registry+https://github.com/rust-lang/crates.io-index"
45 dependencies = [
46  "libc 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
47 ]
48
49 [[package]]
50 name = "mempool"
51 version = "0.3.0"
52 source = "registry+https://github.com/rust-lang/crates.io-index"
53
54 [[package]]
55 name = "regex"
56 version = "0.1.62"
57 source = "registry+https://github.com/rust-lang/crates.io-index"
58 dependencies = [
59  "aho-corasick 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
60  "memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
61  "mempool 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
62  "regex-syntax 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
63  "utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
64 ]
65
66 [[package]]
67 name = "regex-syntax"
68 version = "0.3.1"
69 source = "registry+https://github.com/rust-lang/crates.io-index"
70
71 [[package]]
72 name = "serialize"
73 version = "0.0.0"
74 dependencies = [
75  "log 0.0.0",
76 ]
77
78 [[package]]
79 name = "utf8-ranges"
80 version = "0.1.3"
81 source = "registry+https://github.com/rust-lang/crates.io-index"
82
83 [metadata]
84 "checksum aho-corasick 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "67077478f0a03952bed2e6786338d400d40c25e9836e08ad50af96607317fd03"
85 "checksum env_logger 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "aba65b63ffcc17ffacd6cf5aa843da7c5a25e3bd4bbe0b7def8b214e411250e5"
86 "checksum libc 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "95ca44454e7cfe7f8a2095a41a10c79d96a177c0b1672cbf1a30d901a9c16ee5"
87 "checksum log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ab83497bf8bf4ed2a74259c1c802351fcd67a65baa86394b6ba73c36f4838054"
88 "checksum memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d8b629fb514376c675b98c1421e80b151d3817ac42d7c667717d282761418d20"
89 "checksum mempool 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f997e65fe3eb7a6f8557a7a477de9ed5c511850c85363d13f7b0145b526ed36a"
90 "checksum regex 0.1.62 (registry+https://github.com/rust-lang/crates.io-index)" = "22bdab319e36735729aa280752c9293b29ec0053a6810679d697515f80a986fe"
91 "checksum regex-syntax 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "841591b1e05609a643e3b4d0045fce04f701daba7151ddcd3ad47b080693d5a9"
92 "checksum utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1ca13c08c41c9c3e04224ed9ff80461d97e121589ff27c753a16cb10830ae0f"