]> git.proxmox.com Git - rustc.git/blame - src/liblibc/libc-test/Cargo.lock
New upstream version 1.12.1+dfsg1
[rustc.git] / src / liblibc / libc-test / Cargo.lock
CommitLineData
9cc50fc6
SL
1[root]
2name = "libc-test"
3version = "0.1.0"
4dependencies = [
5 "ctest 0.1.0 (git+https://github.com/alexcrichton/ctest)",
5bcae85e 6 "libc 0.2.14",
9cc50fc6
SL
7]
8
9[[package]]
10name = "bitflags"
11version = "0.3.3"
12source = "registry+https://github.com/rust-lang/crates.io-index"
13
14[[package]]
15name = "ctest"
16version = "0.1.0"
a7813a04 17source = "git+https://github.com/alexcrichton/ctest#a6becb6d7fd23d9863cba86eac31d1ffc4082734"
9cc50fc6 18dependencies = [
a7813a04 19 "gcc 0.3.28 (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]]
24name = "gcc"
a7813a04 25version = "0.3.28"
9cc50fc6 26source = "registry+https://github.com/rust-lang/crates.io-index"
9cc50fc6
SL
27
28[[package]]
29name = "kernel32-sys"
a7813a04 30version = "0.2.2"
9cc50fc6
SL
31source = "registry+https://github.com/rust-lang/crates.io-index"
32dependencies = [
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]]
38name = "libc"
39version = "0.1.12"
40source = "registry+https://github.com/rust-lang/crates.io-index"
41
42[[package]]
43name = "libc"
5bcae85e 44version = "0.2.14"
9cc50fc6
SL
45
46[[package]]
47name = "log"
a7813a04 48version = "0.3.6"
9cc50fc6 49source = "registry+https://github.com/rust-lang/crates.io-index"
9cc50fc6
SL
50
51[[package]]
52name = "rustc-serialize"
a7813a04 53version = "0.3.19"
9cc50fc6
SL
54source = "registry+https://github.com/rust-lang/crates.io-index"
55
56[[package]]
57name = "syntex_syntax"
58version = "0.19.1"
59source = "registry+https://github.com/rust-lang/crates.io-index"
60dependencies = [
61 "bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
62 "libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
a7813a04
XL
63 "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
64 "rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
9cc50fc6
SL
65 "term 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
66 "unicode-xid 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
67]
68
69[[package]]
70name = "term"
71version = "0.2.14"
72source = "registry+https://github.com/rust-lang/crates.io-index"
73dependencies = [
a7813a04 74 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
54a0048b 75 "winapi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
9cc50fc6
SL
76]
77
78[[package]]
79name = "unicode-xid"
80version = "0.0.3"
81source = "registry+https://github.com/rust-lang/crates.io-index"
82
83[[package]]
84name = "winapi"
54a0048b 85version = "0.2.6"
9cc50fc6
SL
86source = "registry+https://github.com/rust-lang/crates.io-index"
87
88[[package]]
89name = "winapi-build"
90version = "0.1.1"
91source = "registry+https://github.com/rust-lang/crates.io-index"
92