-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.lock
340 lines (309 loc) · 14.7 KB
/
Cargo.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
[root]
name = "priv-battery"
version = "0.1.0"
dependencies = [
"cairo-rs 0.1.1 (git+https://github.com/gtk-rs/cairo.git)",
"gdk 0.5.1 (git+https://github.com/gtk-rs/gdk.git)",
"gdk-sys 0.3.2 (git+https://github.com/gtk-rs/sys.git)",
"gtk 0.1.1 (git+https://github.com/gtk-rs/gtk.git)",
"protobuf 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"redis 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "atk-sys"
version = "0.3.2"
source = "git+https://github.com/gtk-rs/sys.git#aaa2a305c0ec8c93a9baaa366a7bdbe7dfb44e10"
dependencies = [
"bitflags 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.3.2 (git+https://github.com/gtk-rs/sys.git)",
"gobject-sys 0.3.2 (git+https://github.com/gtk-rs/sys.git)",
"libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "bitflags"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "bitflags"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "c_vec"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "cairo-rs"
version = "0.1.1"
source = "git+https://github.com/gtk-rs/cairo.git#e5bf5d881f5d9208eac300c7a210160af3b36f7c"
dependencies = [
"c_vec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"cairo-sys-rs 0.3.2 (git+https://github.com/gtk-rs/cairo.git)",
"glib 0.1.1 (git+https://github.com/gtk-rs/glib)",
"libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "cairo-sys-rs"
version = "0.3.2"
source = "git+https://github.com/gtk-rs/cairo.git#e5bf5d881f5d9208eac300c7a210160af3b36f7c"
dependencies = [
"libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "gdk"
version = "0.5.1"
source = "git+https://github.com/gtk-rs/gdk.git#c2ab3110e4190dc1e463de71c43f6c58e73b63b2"
dependencies = [
"bitflags 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"cairo-rs 0.1.1 (git+https://github.com/gtk-rs/cairo.git)",
"cairo-sys-rs 0.3.2 (git+https://github.com/gtk-rs/cairo.git)",
"gdk-pixbuf 0.1.1 (git+https://github.com/gtk-rs/gdk-pixbuf)",
"gdk-sys 0.3.2 (git+https://github.com/gtk-rs/sys.git)",
"gio 0.1.1 (git+https://github.com/gtk-rs/gio)",
"glib 0.1.1 (git+https://github.com/gtk-rs/glib)",
"glib-sys 0.3.2 (git+https://github.com/gtk-rs/sys.git)",
"gobject-sys 0.3.2 (git+https://github.com/gtk-rs/sys.git)",
"libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"pango 0.1.1 (git+https://github.com/gtk-rs/pango)",
]
[[package]]
name = "gdk-pixbuf"
version = "0.1.1"
source = "git+https://github.com/gtk-rs/gdk-pixbuf#d227c3a81aeb5c495696e98b001ce90978f21401"
dependencies = [
"gdk-pixbuf-sys 0.3.2 (git+https://github.com/gtk-rs/sys.git)",
"glib 0.1.1 (git+https://github.com/gtk-rs/glib)",
"libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "gdk-pixbuf-sys"
version = "0.3.2"
source = "git+https://github.com/gtk-rs/sys.git#aaa2a305c0ec8c93a9baaa366a7bdbe7dfb44e10"
dependencies = [
"bitflags 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gio-sys 0.3.2 (git+https://github.com/gtk-rs/sys.git)",
"glib-sys 0.3.2 (git+https://github.com/gtk-rs/sys.git)",
"gobject-sys 0.3.2 (git+https://github.com/gtk-rs/sys.git)",
"libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "gdk-sys"
version = "0.3.2"
source = "git+https://github.com/gtk-rs/sys.git#aaa2a305c0ec8c93a9baaa366a7bdbe7dfb44e10"
dependencies = [
"bitflags 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"cairo-sys-rs 0.3.2 (git+https://github.com/gtk-rs/cairo.git)",
"gdk-pixbuf-sys 0.3.2 (git+https://github.com/gtk-rs/sys.git)",
"gio-sys 0.3.2 (git+https://github.com/gtk-rs/sys.git)",
"glib-sys 0.3.2 (git+https://github.com/gtk-rs/sys.git)",
"gobject-sys 0.3.2 (git+https://github.com/gtk-rs/sys.git)",
"libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"pango-sys 0.3.2 (git+https://github.com/gtk-rs/sys.git)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "gio"
version = "0.1.1"
source = "git+https://github.com/gtk-rs/gio#9133f88cd99d9ef3211efd0baa0bd7d2f94832ea"
dependencies = [
"bitflags 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gio-sys 0.3.2 (git+https://github.com/gtk-rs/sys.git)",
"glib 0.1.1 (git+https://github.com/gtk-rs/glib)",
"glib-sys 0.3.2 (git+https://github.com/gtk-rs/sys.git)",
"gobject-sys 0.3.2 (git+https://github.com/gtk-rs/sys.git)",
"libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "gio-sys"
version = "0.3.2"
source = "git+https://github.com/gtk-rs/sys.git#aaa2a305c0ec8c93a9baaa366a7bdbe7dfb44e10"
dependencies = [
"bitflags 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.3.2 (git+https://github.com/gtk-rs/sys.git)",
"gobject-sys 0.3.2 (git+https://github.com/gtk-rs/sys.git)",
"libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "glib"
version = "0.1.1"
source = "git+https://github.com/gtk-rs/glib#6dabedc25e9c86f44c8c51e284b518791b5e89f6"
dependencies = [
"bitflags 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.3.2 (git+https://github.com/gtk-rs/sys.git)",
"gobject-sys 0.3.2 (git+https://github.com/gtk-rs/sys.git)",
"libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "glib-sys"
version = "0.3.2"
source = "git+https://github.com/gtk-rs/sys.git#aaa2a305c0ec8c93a9baaa366a7bdbe7dfb44e10"
dependencies = [
"bitflags 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "gobject-sys"
version = "0.3.2"
source = "git+https://github.com/gtk-rs/sys.git#aaa2a305c0ec8c93a9baaa366a7bdbe7dfb44e10"
dependencies = [
"bitflags 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.3.2 (git+https://github.com/gtk-rs/sys.git)",
"libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "gtk"
version = "0.1.1"
source = "git+https://github.com/gtk-rs/gtk.git#0de27a521aae4f9c31b119feff9a5a9728a2319d"
dependencies = [
"bitflags 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"cairo-rs 0.1.1 (git+https://github.com/gtk-rs/cairo.git)",
"cairo-sys-rs 0.3.2 (git+https://github.com/gtk-rs/cairo.git)",
"gdk 0.5.1 (git+https://github.com/gtk-rs/gdk.git)",
"gdk-pixbuf 0.1.1 (git+https://github.com/gtk-rs/gdk-pixbuf)",
"gdk-pixbuf-sys 0.3.2 (git+https://github.com/gtk-rs/sys.git)",
"gdk-sys 0.3.2 (git+https://github.com/gtk-rs/sys.git)",
"gio 0.1.1 (git+https://github.com/gtk-rs/gio)",
"gio-sys 0.3.2 (git+https://github.com/gtk-rs/sys.git)",
"glib 0.1.1 (git+https://github.com/gtk-rs/glib)",
"glib-sys 0.3.2 (git+https://github.com/gtk-rs/sys.git)",
"gobject-sys 0.3.2 (git+https://github.com/gtk-rs/sys.git)",
"gtk-sys 0.3.2 (git+https://github.com/gtk-rs/sys.git)",
"libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"pango 0.1.1 (git+https://github.com/gtk-rs/pango)",
]
[[package]]
name = "gtk-sys"
version = "0.3.2"
source = "git+https://github.com/gtk-rs/sys.git#aaa2a305c0ec8c93a9baaa366a7bdbe7dfb44e10"
dependencies = [
"atk-sys 0.3.2 (git+https://github.com/gtk-rs/sys.git)",
"bitflags 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"cairo-sys-rs 0.3.2 (git+https://github.com/gtk-rs/cairo.git)",
"gdk-pixbuf-sys 0.3.2 (git+https://github.com/gtk-rs/sys.git)",
"gdk-sys 0.3.2 (git+https://github.com/gtk-rs/sys.git)",
"gio-sys 0.3.2 (git+https://github.com/gtk-rs/sys.git)",
"glib-sys 0.3.2 (git+https://github.com/gtk-rs/sys.git)",
"gobject-sys 0.3.2 (git+https://github.com/gtk-rs/sys.git)",
"libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"pango-sys 0.3.2 (git+https://github.com/gtk-rs/sys.git)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "idna"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"matches 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"unicode-bidi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
"unicode-normalization 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "libc"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "matches"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "pango"
version = "0.1.1"
source = "git+https://github.com/gtk-rs/pango#b1993b0243154683f1175993c2486312070d444b"
dependencies = [
"bitflags 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"glib 0.1.1 (git+https://github.com/gtk-rs/glib)",
"libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"pango-sys 0.3.2 (git+https://github.com/gtk-rs/sys.git)",
]
[[package]]
name = "pango-sys"
version = "0.3.2"
source = "git+https://github.com/gtk-rs/sys.git#aaa2a305c0ec8c93a9baaa366a7bdbe7dfb44e10"
dependencies = [
"bitflags 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"glib-sys 0.3.2 (git+https://github.com/gtk-rs/sys.git)",
"gobject-sys 0.3.2 (git+https://github.com/gtk-rs/sys.git)",
"libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "pkg-config"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "protobuf"
version = "1.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "redis"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"sha1 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "sha1"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "unicode-bidi"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"matches 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "unicode-normalization"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "url"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"idna 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"matches 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
[metadata]
"checksum atk-sys 0.3.2 (git+https://github.com/gtk-rs/sys.git)" = "<none>"
"checksum bitflags 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8dead7461c1127cf637931a1e50934eb6eee8bff2f74433ac7909e9afcee04a3"
"checksum bitflags 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4f67931368edf3a9a51d29886d245f1c3db2f1ef0dcc9e35ff70341b78c10d23"
"checksum c_vec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0059f5a658f62a4bd3937a7addc52ccfda144b75cce7a92b187e528629cdc507"
"checksum cairo-rs 0.1.1 (git+https://github.com/gtk-rs/cairo.git)" = "<none>"
"checksum cairo-sys-rs 0.3.2 (git+https://github.com/gtk-rs/cairo.git)" = "<none>"
"checksum gdk 0.5.1 (git+https://github.com/gtk-rs/gdk.git)" = "<none>"
"checksum gdk-pixbuf 0.1.1 (git+https://github.com/gtk-rs/gdk-pixbuf)" = "<none>"
"checksum gdk-pixbuf-sys 0.3.2 (git+https://github.com/gtk-rs/sys.git)" = "<none>"
"checksum gdk-sys 0.3.2 (git+https://github.com/gtk-rs/sys.git)" = "<none>"
"checksum gio 0.1.1 (git+https://github.com/gtk-rs/gio)" = "<none>"
"checksum gio-sys 0.3.2 (git+https://github.com/gtk-rs/sys.git)" = "<none>"
"checksum glib 0.1.1 (git+https://github.com/gtk-rs/glib)" = "<none>"
"checksum glib-sys 0.3.2 (git+https://github.com/gtk-rs/sys.git)" = "<none>"
"checksum gobject-sys 0.3.2 (git+https://github.com/gtk-rs/sys.git)" = "<none>"
"checksum gtk 0.1.1 (git+https://github.com/gtk-rs/gtk.git)" = "<none>"
"checksum gtk-sys 0.3.2 (git+https://github.com/gtk-rs/sys.git)" = "<none>"
"checksum idna 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1053236e00ce4f668aeca4a769a09b3bf5a682d802abd6f3cb39374f6b162c11"
"checksum libc 0.2.21 (registry+https://github.com/rust-lang/crates.io-index)" = "88ee81885f9f04bff991e306fea7c1c60a5f0f9e409e99f6b40e3311a3363135"
"checksum matches 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "efd7622e3022e1a6eaa602c4cea8912254e5582c9c692e9167714182244801b1"
"checksum pango 0.1.1 (git+https://github.com/gtk-rs/pango)" = "<none>"
"checksum pango-sys 0.3.2 (git+https://github.com/gtk-rs/sys.git)" = "<none>"
"checksum pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3a8b4c6b8165cd1a1cd4b9b120978131389f64bdaf456435caa41e630edba903"
"checksum protobuf 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3e2ed6fe8ff3b20b44bb4b4f54de12ac89dc38cb451dce8ae5e9dcd1507f738"
"checksum redis 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02a92e223490cc63d9230c4cdf132a48ce154ab1e063558e3841e219c2ea3f91"
"checksum sha1 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cc30b1e1e8c40c121ca33b86c23308a090d19974ef001b4bf6e61fd1a0fb095c"
"checksum unicode-bidi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d3a078ebdd62c0e71a709c3d53d2af693fe09fe93fbff8344aebe289b78f9032"
"checksum unicode-normalization 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "e28fa37426fceeb5cf8f41ee273faa7c82c47dc8fba5853402841e665fcd86ff"
"checksum url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f5ba8a749fb4479b043733416c244fa9d1d3af3d7c23804944651c8a448cb87e"
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"