Mercurial > python-compiler.rs
comparison Cargo.lock @ 0:211b0df72e64
Hello world!
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sun, 29 May 2016 19:15:02 +0100 |
parents | |
children | c06d12a81637 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:211b0df72e64 |
---|---|
1 [root] | |
2 name = "python-compiler" | |
3 version = "0.0.1" | |
4 dependencies = [ | |
5 "cpython 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
6 ] | |
7 | |
8 [[package]] | |
9 name = "abort_on_panic" | |
10 version = "1.0.0" | |
11 source = "registry+https://github.com/rust-lang/crates.io-index" | |
12 | |
13 [[package]] | |
14 name = "aho-corasick" | |
15 version = "0.5.1" | |
16 source = "registry+https://github.com/rust-lang/crates.io-index" | |
17 dependencies = [ | |
18 "memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
19 ] | |
20 | |
21 [[package]] | |
22 name = "cpython" | |
23 version = "0.0.5" | |
24 source = "registry+https://github.com/rust-lang/crates.io-index" | |
25 dependencies = [ | |
26 "abort_on_panic 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
27 "interpolate_idents 0.0.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
28 "libc 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
29 "num 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)", | |
30 "python3-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
31 ] | |
32 | |
33 [[package]] | |
34 name = "interpolate_idents" | |
35 version = "0.0.10" | |
36 source = "registry+https://github.com/rust-lang/crates.io-index" | |
37 | |
38 [[package]] | |
39 name = "kernel32-sys" | |
40 version = "0.2.2" | |
41 source = "registry+https://github.com/rust-lang/crates.io-index" | |
42 dependencies = [ | |
43 "winapi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
44 "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
45 ] | |
46 | |
47 [[package]] | |
48 name = "libc" | |
49 version = "0.2.10" | |
50 source = "registry+https://github.com/rust-lang/crates.io-index" | |
51 | |
52 [[package]] | |
53 name = "memchr" | |
54 version = "0.1.11" | |
55 source = "registry+https://github.com/rust-lang/crates.io-index" | |
56 dependencies = [ | |
57 "libc 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
58 ] | |
59 | |
60 [[package]] | |
61 name = "num" | |
62 version = "0.1.32" | |
63 source = "registry+https://github.com/rust-lang/crates.io-index" | |
64 dependencies = [ | |
65 "num-bigint 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)", | |
66 "num-complex 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)", | |
67 "num-integer 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)", | |
68 "num-iter 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)", | |
69 "num-rational 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)", | |
70 "num-traits 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)", | |
71 ] | |
72 | |
73 [[package]] | |
74 name = "num-bigint" | |
75 version = "0.1.32" | |
76 source = "registry+https://github.com/rust-lang/crates.io-index" | |
77 dependencies = [ | |
78 "num-integer 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)", | |
79 "num-traits 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)", | |
80 "rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", | |
81 "rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)", | |
82 ] | |
83 | |
84 [[package]] | |
85 name = "num-complex" | |
86 version = "0.1.32" | |
87 source = "registry+https://github.com/rust-lang/crates.io-index" | |
88 dependencies = [ | |
89 "num-traits 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)", | |
90 "rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)", | |
91 ] | |
92 | |
93 [[package]] | |
94 name = "num-integer" | |
95 version = "0.1.32" | |
96 source = "registry+https://github.com/rust-lang/crates.io-index" | |
97 dependencies = [ | |
98 "num-traits 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)", | |
99 ] | |
100 | |
101 [[package]] | |
102 name = "num-iter" | |
103 version = "0.1.32" | |
104 source = "registry+https://github.com/rust-lang/crates.io-index" | |
105 dependencies = [ | |
106 "num-integer 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)", | |
107 "num-traits 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)", | |
108 ] | |
109 | |
110 [[package]] | |
111 name = "num-rational" | |
112 version = "0.1.32" | |
113 source = "registry+https://github.com/rust-lang/crates.io-index" | |
114 dependencies = [ | |
115 "num-bigint 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)", | |
116 "num-integer 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)", | |
117 "num-traits 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)", | |
118 "rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)", | |
119 ] | |
120 | |
121 [[package]] | |
122 name = "num-traits" | |
123 version = "0.1.32" | |
124 source = "registry+https://github.com/rust-lang/crates.io-index" | |
125 | |
126 [[package]] | |
127 name = "python3-sys" | |
128 version = "0.1.2" | |
129 source = "registry+https://github.com/rust-lang/crates.io-index" | |
130 dependencies = [ | |
131 "libc 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
132 "regex 0.1.66 (registry+https://github.com/rust-lang/crates.io-index)", | |
133 ] | |
134 | |
135 [[package]] | |
136 name = "rand" | |
137 version = "0.3.14" | |
138 source = "registry+https://github.com/rust-lang/crates.io-index" | |
139 dependencies = [ | |
140 "libc 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
141 ] | |
142 | |
143 [[package]] | |
144 name = "regex" | |
145 version = "0.1.66" | |
146 source = "registry+https://github.com/rust-lang/crates.io-index" | |
147 dependencies = [ | |
148 "aho-corasick 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
149 "memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", | |
150 "regex-syntax 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
151 "thread_local 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
152 "utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | |
153 ] | |
154 | |
155 [[package]] | |
156 name = "regex-syntax" | |
157 version = "0.3.1" | |
158 source = "registry+https://github.com/rust-lang/crates.io-index" | |
159 | |
160 [[package]] | |
161 name = "rustc-serialize" | |
162 version = "0.3.19" | |
163 source = "registry+https://github.com/rust-lang/crates.io-index" | |
164 | |
165 [[package]] | |
166 name = "thread-id" | |
167 version = "2.0.0" | |
168 source = "registry+https://github.com/rust-lang/crates.io-index" | |
169 dependencies = [ | |
170 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
171 "libc 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", | |
172 ] | |
173 | |
174 [[package]] | |
175 name = "thread_local" | |
176 version = "0.2.3" | |
177 source = "registry+https://github.com/rust-lang/crates.io-index" | |
178 dependencies = [ | |
179 "thread-id 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | |
180 "unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | |
181 ] | |
182 | |
183 [[package]] | |
184 name = "unreachable" | |
185 version = "0.1.1" | |
186 source = "registry+https://github.com/rust-lang/crates.io-index" | |
187 dependencies = [ | |
188 "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | |
189 ] | |
190 | |
191 [[package]] | |
192 name = "utf8-ranges" | |
193 version = "0.1.3" | |
194 source = "registry+https://github.com/rust-lang/crates.io-index" | |
195 | |
196 [[package]] | |
197 name = "void" | |
198 version = "1.0.2" | |
199 source = "registry+https://github.com/rust-lang/crates.io-index" | |
200 | |
201 [[package]] | |
202 name = "winapi" | |
203 version = "0.2.6" | |
204 source = "registry+https://github.com/rust-lang/crates.io-index" | |
205 | |
206 [[package]] | |
207 name = "winapi-build" | |
208 version = "0.1.1" | |
209 source = "registry+https://github.com/rust-lang/crates.io-index" | |
210 |