]> git.lizzy.rs Git - rust.git/blob - src/rustc/std_shim/Cargo.lock
Changed issue number to 36105
[rust.git] / src / rustc / std_shim / Cargo.lock
1 [root]
2 name = "std_shim"
3 version = "0.1.0"
4 dependencies = [
5  "std 0.0.0",
6 ]
7
8 [[package]]
9 name = "alloc"
10 version = "0.0.0"
11 dependencies = [
12  "core 0.0.0",
13 ]
14
15 [[package]]
16 name = "alloc_jemalloc"
17 version = "0.0.0"
18 dependencies = [
19  "build_helper 0.1.0",
20  "core 0.0.0",
21  "gcc 0.3.27 (registry+https://github.com/rust-lang/crates.io-index)",
22  "libc 0.0.0",
23 ]
24
25 [[package]]
26 name = "alloc_system"
27 version = "0.0.0"
28 dependencies = [
29  "core 0.0.0",
30  "libc 0.0.0",
31 ]
32
33 [[package]]
34 name = "build_helper"
35 version = "0.1.0"
36
37 [[package]]
38 name = "collections"
39 version = "0.0.0"
40 dependencies = [
41  "alloc 0.0.0",
42  "core 0.0.0",
43  "rustc_unicode 0.0.0",
44 ]
45
46 [[package]]
47 name = "core"
48 version = "0.0.0"
49
50 [[package]]
51 name = "gcc"
52 version = "0.3.27"
53 source = "registry+https://github.com/rust-lang/crates.io-index"
54
55 [[package]]
56 name = "libc"
57 version = "0.0.0"
58 dependencies = [
59  "core 0.0.0",
60 ]
61
62 [[package]]
63 name = "panic_abort"
64 version = "0.0.0"
65 dependencies = [
66  "core 0.0.0",
67  "libc 0.0.0",
68 ]
69
70 [[package]]
71 name = "panic_unwind"
72 version = "0.0.0"
73 dependencies = [
74  "alloc 0.0.0",
75  "core 0.0.0",
76  "libc 0.0.0",
77  "unwind 0.0.0",
78 ]
79
80 [[package]]
81 name = "rand"
82 version = "0.0.0"
83 dependencies = [
84  "core 0.0.0",
85 ]
86
87 [[package]]
88 name = "rustc_unicode"
89 version = "0.0.0"
90 dependencies = [
91  "core 0.0.0",
92 ]
93
94 [[package]]
95 name = "std"
96 version = "0.0.0"
97 dependencies = [
98  "alloc 0.0.0",
99  "alloc_jemalloc 0.0.0",
100  "alloc_system 0.0.0",
101  "build_helper 0.1.0",
102  "collections 0.0.0",
103  "core 0.0.0",
104  "gcc 0.3.27 (registry+https://github.com/rust-lang/crates.io-index)",
105  "libc 0.0.0",
106  "panic_abort 0.0.0",
107  "panic_unwind 0.0.0",
108  "rand 0.0.0",
109  "rustc_unicode 0.0.0",
110  "unwind 0.0.0",
111 ]
112
113 [[package]]
114 name = "unwind"
115 version = "0.0.0"
116 dependencies = [
117  "core 0.0.0",
118  "libc 0.0.0",
119 ]
120