]> git.proxmox.com Git - rustc.git/blob - src/liblibc/libc-test/Cargo.lock
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / liblibc / libc-test / Cargo.lock
1 [root]
2 name = "libc-test"
3 version = "0.1.0"
4 dependencies = [
5 "ctest 0.1.0 (git+https://github.com/alexcrichton/ctest)",
6 "libc 0.2.9",
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"
17 source = "git+https://github.com/alexcrichton/ctest#50ac771acb7bb45cf0c182a5a9c8188a15c89efc"
18 dependencies = [
19 "gcc 0.3.25 (registry+https://github.com/rust-lang/crates.io-index)",
20 "syntex_syntax 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)",
21 ]
22
23 [[package]]
24 name = "gcc"
25 version = "0.3.25"
26 source = "registry+https://github.com/rust-lang/crates.io-index"
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 = [
33 "winapi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
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"
44 version = "0.2.8"
45 source = "registry+https://github.com/rust-lang/crates.io-index"
46
47 [[package]]
48 name = "libc"
49 version = "0.2.9"
50
51 [[package]]
52 name = "log"
53 version = "0.3.5"
54 source = "registry+https://github.com/rust-lang/crates.io-index"
55 dependencies = [
56 "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
57 ]
58
59 [[package]]
60 name = "rustc-serialize"
61 version = "0.3.18"
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)",
71 "log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
72 "rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
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)",
83 "winapi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
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"
93 version = "0.2.6"
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