]>
Commit | Line | Data |
---|---|---|
9cc50fc6 SL |
1 | [root] |
2 | name = "libc-test" | |
3 | version = "0.1.0" | |
4 | dependencies = [ | |
5 | "ctest 0.1.0 (git+https://github.com/alexcrichton/ctest)", | |
54a0048b | 6 | "libc 0.2.9", |
9cc50fc6 SL |
7 | ] |
8 | ||
9 | [[package]] | |
10 | name = "bitflags" | |
11 | version = "0.3.3" | |
12 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
13 | ||
14 | [[package]] | |
15 | name = "ctest" | |
16 | version = "0.1.0" | |
54a0048b | 17 | source = "git+https://github.com/alexcrichton/ctest#50ac771acb7bb45cf0c182a5a9c8188a15c89efc" |
9cc50fc6 | 18 | dependencies = [ |
54a0048b | 19 | "gcc 0.3.25 (registry+https://github.com/rust-lang/crates.io-index)", |
9cc50fc6 SL |
20 | "syntex_syntax 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)", |
21 | ] | |
22 | ||
23 | [[package]] | |
24 | name = "gcc" | |
54a0048b | 25 | version = "0.3.25" |
9cc50fc6 | 26 | source = "registry+https://github.com/rust-lang/crates.io-index" |
9cc50fc6 SL |
27 | |
28 | [[package]] | |
29 | name = "kernel32-sys" | |
30 | version = "0.2.1" | |
31 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
32 | dependencies = [ | |
54a0048b | 33 | "winapi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
9cc50fc6 SL |
34 | "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
35 | ] | |
36 | ||
37 | [[package]] | |
38 | name = "libc" | |
39 | version = "0.1.12" | |
40 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
41 | ||
42 | [[package]] | |
43 | name = "libc" | |
54a0048b | 44 | version = "0.2.8" |
9cc50fc6 SL |
45 | source = "registry+https://github.com/rust-lang/crates.io-index" |
46 | ||
47 | [[package]] | |
48 | name = "libc" | |
54a0048b | 49 | version = "0.2.9" |
9cc50fc6 SL |
50 | |
51 | [[package]] | |
52 | name = "log" | |
7453a54e | 53 | version = "0.3.5" |
9cc50fc6 SL |
54 | source = "registry+https://github.com/rust-lang/crates.io-index" |
55 | dependencies = [ | |
54a0048b | 56 | "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
9cc50fc6 SL |
57 | ] |
58 | ||
59 | [[package]] | |
60 | name = "rustc-serialize" | |
54a0048b | 61 | version = "0.3.18" |
9cc50fc6 SL |
62 | source = "registry+https://github.com/rust-lang/crates.io-index" |
63 | ||
64 | [[package]] | |
65 | name = "syntex_syntax" | |
66 | version = "0.19.1" | |
67 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
68 | dependencies = [ | |
69 | "bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
70 | "libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", | |
7453a54e | 71 | "log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
54a0048b | 72 | "rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)", |
9cc50fc6 SL |
73 | "term 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", |
74 | "unicode-xid 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
75 | ] | |
76 | ||
77 | [[package]] | |
78 | name = "term" | |
79 | version = "0.2.14" | |
80 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
81 | dependencies = [ | |
82 | "kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
54a0048b | 83 | "winapi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
9cc50fc6 SL |
84 | ] |
85 | ||
86 | [[package]] | |
87 | name = "unicode-xid" | |
88 | version = "0.0.3" | |
89 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
90 | ||
91 | [[package]] | |
92 | name = "winapi" | |
54a0048b | 93 | version = "0.2.6" |
9cc50fc6 SL |
94 | source = "registry+https://github.com/rust-lang/crates.io-index" |
95 | ||
96 | [[package]] | |
97 | name = "winapi-build" | |
98 | version = "0.1.1" | |
99 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
100 |