]> git.proxmox.com Git - rustc.git/blame - src/liblibc/libc-test/Cargo.lock
Imported Upstream version 1.9.0+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)",
54a0048b 6 "libc 0.2.9",
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"
54a0048b 17source = "git+https://github.com/alexcrichton/ctest#50ac771acb7bb45cf0c182a5a9c8188a15c89efc"
9cc50fc6 18dependencies = [
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]]
24name = "gcc"
54a0048b 25version = "0.3.25"
9cc50fc6 26source = "registry+https://github.com/rust-lang/crates.io-index"
9cc50fc6
SL
27
28[[package]]
29name = "kernel32-sys"
30version = "0.2.1"
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"
54a0048b 44version = "0.2.8"
9cc50fc6
SL
45source = "registry+https://github.com/rust-lang/crates.io-index"
46
47[[package]]
48name = "libc"
54a0048b 49version = "0.2.9"
9cc50fc6
SL
50
51[[package]]
52name = "log"
7453a54e 53version = "0.3.5"
9cc50fc6
SL
54source = "registry+https://github.com/rust-lang/crates.io-index"
55dependencies = [
54a0048b 56 "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
9cc50fc6
SL
57]
58
59[[package]]
60name = "rustc-serialize"
54a0048b 61version = "0.3.18"
9cc50fc6
SL
62source = "registry+https://github.com/rust-lang/crates.io-index"
63
64[[package]]
65name = "syntex_syntax"
66version = "0.19.1"
67source = "registry+https://github.com/rust-lang/crates.io-index"
68dependencies = [
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]]
78name = "term"
79version = "0.2.14"
80source = "registry+https://github.com/rust-lang/crates.io-index"
81dependencies = [
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]]
87name = "unicode-xid"
88version = "0.0.3"
89source = "registry+https://github.com/rust-lang/crates.io-index"
90
91[[package]]
92name = "winapi"
54a0048b 93version = "0.2.6"
9cc50fc6
SL
94source = "registry+https://github.com/rust-lang/crates.io-index"
95
96[[package]]
97name = "winapi-build"
98version = "0.1.1"
99source = "registry+https://github.com/rust-lang/crates.io-index"
100