Cargo.lock 10.0 KB
Newer Older
1 2 3 4
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "bumpalo"
P
Peter Pan 已提交
5
version = "3.4.0"
6
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
7
checksum = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820"
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26

[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"

[[package]]
name = "console_error_panic_hook"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8d976903543e0c48546a91908f21588a680a8c8f984df9a5d69feccb2b2a211"
dependencies = [
 "cfg-if",
 "wasm-bindgen",
]

[[package]]
name = "futures"
P
Peter Pan 已提交
27
version = "0.3.5"
28
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
29
checksum = "1e05b85ec287aac0dc34db7d4a569323df697f9c55b99b15d6b4ef8cde49f613"
30 31 32 33 34 35 36 37 38 39 40 41
dependencies = [
 "futures-channel",
 "futures-core",
 "futures-executor",
 "futures-io",
 "futures-sink",
 "futures-task",
 "futures-util",
]

[[package]]
name = "futures-channel"
P
Peter Pan 已提交
42
version = "0.3.5"
43
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
44
checksum = "f366ad74c28cca6ba456d95e6422883cfb4b252a83bed929c83abfdbbf2967d5"
45 46 47 48 49 50 51
dependencies = [
 "futures-core",
 "futures-sink",
]

[[package]]
name = "futures-core"
P
Peter Pan 已提交
52
version = "0.3.5"
53
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
54
checksum = "59f5fff90fd5d971f936ad674802482ba441b6f09ba5e15fd8b39145582ca399"
55 56 57

[[package]]
name = "futures-executor"
P
Peter Pan 已提交
58
version = "0.3.5"
59
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
60
checksum = "10d6bb888be1153d3abeb9006b11b02cf5e9b209fda28693c31ae1e4e012e314"
61 62 63 64 65 66 67 68
dependencies = [
 "futures-core",
 "futures-task",
 "futures-util",
]

[[package]]
name = "futures-io"
P
Peter Pan 已提交
69
version = "0.3.5"
70
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
71
checksum = "de27142b013a8e869c14957e6d2edeef89e97c289e69d042ee3a49acd8b51789"
72 73 74

[[package]]
name = "futures-macro"
P
Peter Pan 已提交
75
version = "0.3.5"
76
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
77
checksum = "d0b5a30a4328ab5473878237c447333c093297bded83a4983d10f4deea240d39"
78 79 80 81 82 83 84 85 86
dependencies = [
 "proc-macro-hack",
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "futures-sink"
P
Peter Pan 已提交
87
version = "0.3.5"
88
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
89
checksum = "3f2032893cb734c7a05d85ce0cc8b8c4075278e93b24b66f9de99d6eb0fa8acc"
90 91 92

[[package]]
name = "futures-task"
P
Peter Pan 已提交
93
version = "0.3.5"
94
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
95 96 97 98
checksum = "bdb66b5f09e22019b1ab0830f7785bcea8e7a42148683f99214f73f8ec21a626"
dependencies = [
 "once_cell",
]
99 100 101

[[package]]
name = "futures-util"
P
Peter Pan 已提交
102
version = "0.3.5"
103
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
104
checksum = "8764574ff08b701a084482c3c7031349104b07ac897393010494beaa18ce32c6"
105 106 107 108 109 110 111 112
dependencies = [
 "futures-channel",
 "futures-core",
 "futures-io",
 "futures-macro",
 "futures-sink",
 "futures-task",
 "memchr",
P
Peter Pan 已提交
113
 "pin-project",
114 115 116 117 118
 "pin-utils",
 "proc-macro-hack",
 "proc-macro-nested",
 "slab",
]
119 120 121

[[package]]
name = "itoa"
P
Peter Pan 已提交
122
version = "0.4.6"
123
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
124
checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
125 126 127

[[package]]
name = "js-sys"
P
Peter Pan 已提交
128
version = "0.3.40"
129
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
130
checksum = "ce10c23ad2ea25ceca0093bd3192229da4c5b3c0f2de499c1ecac0d98d452177"
131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150
dependencies = [
 "wasm-bindgen",
]

[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"

[[package]]
name = "log"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
dependencies = [
 "cfg-if",
]

[[package]]
151 152
name = "memchr"
version = "2.3.3"
153
source = "registry+https://github.com/rust-lang/crates.io-index"
154
checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
155

P
Peter Pan 已提交
156 157 158 159 160 161 162 163
[[package]]
name = "once_cell"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b631f7e854af39a1739f401cf34a8a013dfe09eac4fa4dba91e9768bd28168d"

[[package]]
name = "pin-project"
P
Peter Pan 已提交
164
version = "0.4.22"
P
Peter Pan 已提交
165
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
166
checksum = "12e3a6cdbfe94a5e4572812a0201f8c0ed98c1c452c7b8563ce2276988ef9c17"
P
Peter Pan 已提交
167 168 169 170 171 172
dependencies = [
 "pin-project-internal",
]

[[package]]
name = "pin-project-internal"
P
Peter Pan 已提交
173
version = "0.4.22"
P
Peter Pan 已提交
174
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
175
checksum = "6a0ffd45cf79d88737d7cc85bfd5d2894bee1139b356e616fe85dc389c61aaf7"
P
Peter Pan 已提交
176 177 178 179 180 181
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

182
[[package]]
183
name = "pin-utils"
P
Peter Pan 已提交
184
version = "0.1.0"
185
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
186
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
187 188 189

[[package]]
name = "proc-macro-hack"
P
Peter Pan 已提交
190
version = "0.5.16"
191
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
192
checksum = "7e0456befd48169b9f13ef0f0ad46d492cf9d2dbb918bcf38e01eed4ce3ec5e4"
193 194

[[package]]
195
name = "proc-macro-nested"
P
Peter Pan 已提交
196
version = "0.1.6"
197
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
198
checksum = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a"
199 200 201

[[package]]
name = "proc-macro2"
P
Peter Pan 已提交
202
version = "1.0.18"
203
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
204
checksum = "beae6331a816b1f65d04c45b078fd8e6c93e8071771f41b8163255bbd8d7c8fa"
205
dependencies = [
206
 "unicode-xid",
207 208 209 210
]

[[package]]
name = "quote"
P
Peter Pan 已提交
211
version = "1.0.7"
212
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
213
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
214
dependencies = [
215
 "proc-macro2",
216 217 218 219
]

[[package]]
name = "ryu"
P
Peter Pan 已提交
220
version = "1.0.5"
221
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
222
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
223 224 225 226 227 228 229 230 231

[[package]]
name = "scoped-tls"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"

[[package]]
name = "serde"
P
Peter Pan 已提交
232
version = "1.0.112"
233
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
234
checksum = "736aac72d1eafe8e5962d1d1c3d99b0df526015ba40915cb3c49d042e92ec243"
235 236 237

[[package]]
name = "serde_derive"
P
Peter Pan 已提交
238
version = "1.0.112"
239
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
240
checksum = "bf0343ce212ac0d3d6afd9391ac8e9c9efe06b533c8d33f660f6390cc4093f57"
241
dependencies = [
242 243
 "proc-macro2",
 "quote",
244 245 246 247 248
 "syn",
]

[[package]]
name = "serde_json"
P
Peter Pan 已提交
249
version = "1.0.55"
250
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
251
checksum = "ec2c5d7e739bc07a3e73381a39d61fdb5f671c60c1df26a130690665803d8226"
252 253 254 255 256 257
dependencies = [
 "itoa",
 "ryu",
 "serde",
]

258 259 260 261 262 263
[[package]]
name = "slab"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"

264 265
[[package]]
name = "syn"
P
Peter Pan 已提交
266
version = "1.0.31"
267
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
268
checksum = "b5304cfdf27365b7585c25d4af91b35016ed21ef88f17ced89c7093b43dba8b6"
269
dependencies = [
270 271 272
 "proc-macro2",
 "quote",
 "unicode-xid",
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
]

[[package]]
name = "unicode-xid"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"

[[package]]
name = "visualdl"
version = "0.1.0"
dependencies = [
 "console_error_panic_hook",
 "futures",
 "js-sys",
 "serde",
 "serde_derive",
 "wasm-bindgen",
 "wasm-bindgen-futures",
 "wasm-bindgen-test",
 "web-sys",
]

[[package]]
name = "wasm-bindgen"
P
Peter Pan 已提交
298
version = "0.2.63"
299
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
300
checksum = "4c2dc4aa152834bc334f506c1a06b866416a8b6697d5c9f75b9a689c8486def0"
301 302 303 304 305 306 307 308 309
dependencies = [
 "cfg-if",
 "serde",
 "serde_json",
 "wasm-bindgen-macro",
]

[[package]]
name = "wasm-bindgen-backend"
P
Peter Pan 已提交
310
version = "0.2.63"
311
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
312
checksum = "ded84f06e0ed21499f6184df0e0cb3494727b0c5da89534e0fcc55c51d812101"
313 314 315 316
dependencies = [
 "bumpalo",
 "lazy_static",
 "log",
317 318
 "proc-macro2",
 "quote",
319 320 321 322 323 324
 "syn",
 "wasm-bindgen-shared",
]

[[package]]
name = "wasm-bindgen-futures"
P
Peter Pan 已提交
325
version = "0.4.13"
326
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
327
checksum = "64487204d863f109eb77e8462189d111f27cb5712cc9fdb3461297a76963a2f6"
328 329 330 331 332 333 334 335 336
dependencies = [
 "cfg-if",
 "js-sys",
 "wasm-bindgen",
 "web-sys",
]

[[package]]
name = "wasm-bindgen-macro"
P
Peter Pan 已提交
337
version = "0.2.63"
338
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
339
checksum = "838e423688dac18d73e31edce74ddfac468e37b1506ad163ffaf0a46f703ffe3"
340
dependencies = [
341
 "quote",
342 343 344 345 346
 "wasm-bindgen-macro-support",
]

[[package]]
name = "wasm-bindgen-macro-support"
P
Peter Pan 已提交
347
version = "0.2.63"
348
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
349
checksum = "3156052d8ec77142051a533cdd686cba889537b213f948cd1d20869926e68e92"
350
dependencies = [
351 352
 "proc-macro2",
 "quote",
353 354 355 356 357 358 359
 "syn",
 "wasm-bindgen-backend",
 "wasm-bindgen-shared",
]

[[package]]
name = "wasm-bindgen-shared"
P
Peter Pan 已提交
360
version = "0.2.63"
361
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
362
checksum = "c9ba19973a58daf4db6f352eda73dc0e289493cd29fb2632eb172085b6521acd"
363 364 365

[[package]]
name = "wasm-bindgen-test"
P
Peter Pan 已提交
366
version = "0.3.13"
367
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
368
checksum = "0f0dfda4d3b3f8acbc3c291b09208081c203af457fb14a229783b06e2f128aa7"
369 370 371 372 373 374 375 376 377 378 379
dependencies = [
 "console_error_panic_hook",
 "js-sys",
 "scoped-tls",
 "wasm-bindgen",
 "wasm-bindgen-futures",
 "wasm-bindgen-test-macro",
]

[[package]]
name = "wasm-bindgen-test-macro"
P
Peter Pan 已提交
380
version = "0.3.13"
381
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
382
checksum = "2c2e18093f11c19ca4e188c177fecc7c372304c311189f12c2f9bea5b7324ac7"
383
dependencies = [
384 385
 "proc-macro2",
 "quote",
386 387 388 389
]

[[package]]
name = "web-sys"
P
Peter Pan 已提交
390
version = "0.3.40"
391
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
392
checksum = "7b72fe77fd39e4bd3eaa4412fd299a0be6b3dfe9d2597e2f1c20beb968f41d17"
393 394 395 396
dependencies = [
 "js-sys",
 "wasm-bindgen",
]