Cargo.lock 11.8 KB
Newer Older
1 2
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
P
Peter Pan 已提交
3 4 5 6 7 8
[[package]]
name = "autocfg"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"

9 10
[[package]]
name = "bumpalo"
P
Peter Pan 已提交
11
version = "3.4.0"
12
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
13
checksum = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820"
14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32

[[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 已提交
33
version = "0.3.5"
34
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
35
checksum = "1e05b85ec287aac0dc34db7d4a569323df697f9c55b99b15d6b4ef8cde49f613"
36 37 38 39 40 41 42 43 44 45 46 47
dependencies = [
 "futures-channel",
 "futures-core",
 "futures-executor",
 "futures-io",
 "futures-sink",
 "futures-task",
 "futures-util",
]

[[package]]
name = "futures-channel"
P
Peter Pan 已提交
48
version = "0.3.5"
49
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
50
checksum = "f366ad74c28cca6ba456d95e6422883cfb4b252a83bed929c83abfdbbf2967d5"
51 52 53 54 55 56 57
dependencies = [
 "futures-core",
 "futures-sink",
]

[[package]]
name = "futures-core"
P
Peter Pan 已提交
58
version = "0.3.5"
59
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
60
checksum = "59f5fff90fd5d971f936ad674802482ba441b6f09ba5e15fd8b39145582ca399"
61 62 63

[[package]]
name = "futures-executor"
P
Peter Pan 已提交
64
version = "0.3.5"
65
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
66
checksum = "10d6bb888be1153d3abeb9006b11b02cf5e9b209fda28693c31ae1e4e012e314"
67 68 69 70 71 72 73 74
dependencies = [
 "futures-core",
 "futures-task",
 "futures-util",
]

[[package]]
name = "futures-io"
P
Peter Pan 已提交
75
version = "0.3.5"
76
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
77
checksum = "de27142b013a8e869c14957e6d2edeef89e97c289e69d042ee3a49acd8b51789"
78 79 80

[[package]]
name = "futures-macro"
P
Peter Pan 已提交
81
version = "0.3.5"
82
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
83
checksum = "d0b5a30a4328ab5473878237c447333c093297bded83a4983d10f4deea240d39"
84 85 86 87 88 89 90 91 92
dependencies = [
 "proc-macro-hack",
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "futures-sink"
P
Peter Pan 已提交
93
version = "0.3.5"
94
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
95
checksum = "3f2032893cb734c7a05d85ce0cc8b8c4075278e93b24b66f9de99d6eb0fa8acc"
96 97 98

[[package]]
name = "futures-task"
P
Peter Pan 已提交
99
version = "0.3.5"
100
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
101 102 103 104
checksum = "bdb66b5f09e22019b1ab0830f7785bcea8e7a42148683f99214f73f8ec21a626"
dependencies = [
 "once_cell",
]
105 106 107

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

[[package]]
name = "itoa"
P
Peter Pan 已提交
128
version = "0.4.6"
129
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
130
checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
131 132 133

[[package]]
name = "js-sys"
P
Peter Pan 已提交
134
version = "0.3.40"
135
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
136
checksum = "ce10c23ad2ea25ceca0093bd3192229da4c5b3c0f2de499c1ecac0d98d452177"
137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155
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",
]

P
Peter Pan 已提交
156 157 158 159 160 161 162 163 164
[[package]]
name = "matrixmultiply"
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcad67dcec2d58ff56f6292582377e6921afdf3bfbd533e26fb8900ae575e002"
dependencies = [
 "rawpointer",
]

165
[[package]]
166 167
name = "memchr"
version = "2.3.3"
168
source = "registry+https://github.com/rust-lang/crates.io-index"
169
checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
170

P
Peter Pan 已提交
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
[[package]]
name = "num"
version = "0.1.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4703ad64153382334aa8db57c637364c322d3372e097840c72000dabdcf6156e"
dependencies = [
 "num-integer",
 "num-iter",
 "num-traits",
]

[[package]]
name = "num-integer"
version = "0.1.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
dependencies = [
 "autocfg",
 "num-traits",
]

[[package]]
name = "num-iter"
version = "0.1.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a6e6b7c748f995c4c29c5f5ae0248536e04a5739927c74ec0fa564805094b9f"
dependencies = [
 "autocfg",
 "num-integer",
 "num-traits",
]

[[package]]
name = "num-traits"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
dependencies = [
 "autocfg",
]

P
Peter Pan 已提交
212 213 214 215 216 217 218 219
[[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 已提交
220
version = "0.4.22"
P
Peter Pan 已提交
221
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
222
checksum = "12e3a6cdbfe94a5e4572812a0201f8c0ed98c1c452c7b8563ce2276988ef9c17"
P
Peter Pan 已提交
223 224 225 226 227 228
dependencies = [
 "pin-project-internal",
]

[[package]]
name = "pin-project-internal"
P
Peter Pan 已提交
229
version = "0.4.22"
P
Peter Pan 已提交
230
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
231
checksum = "6a0ffd45cf79d88737d7cc85bfd5d2894bee1139b356e616fe85dc389c61aaf7"
P
Peter Pan 已提交
232 233 234 235 236 237
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

238
[[package]]
239
name = "pin-utils"
P
Peter Pan 已提交
240
version = "0.1.0"
241
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
242
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
243 244 245

[[package]]
name = "proc-macro-hack"
P
Peter Pan 已提交
246
version = "0.5.16"
247
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
248
checksum = "7e0456befd48169b9f13ef0f0ad46d492cf9d2dbb918bcf38e01eed4ce3ec5e4"
249 250

[[package]]
251
name = "proc-macro-nested"
P
Peter Pan 已提交
252
version = "0.1.6"
253
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
254
checksum = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a"
255 256 257

[[package]]
name = "proc-macro2"
P
Peter Pan 已提交
258
version = "1.0.18"
259
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
260
checksum = "beae6331a816b1f65d04c45b078fd8e6c93e8071771f41b8163255bbd8d7c8fa"
261
dependencies = [
262
 "unicode-xid",
263 264 265 266
]

[[package]]
name = "quote"
P
Peter Pan 已提交
267
version = "1.0.7"
268
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
269
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
270
dependencies = [
271
 "proc-macro2",
272 273
]

P
Peter Pan 已提交
274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289
[[package]]
name = "rawpointer"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebac11a9d2e11f2af219b8b8d833b76b1ea0e054aa0e8d8e9e4cbde353bdf019"

[[package]]
name = "rulinalg"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04ada202c9685e1d72a7420c578e92b358dbf807d3dfabb676a3dab9cc3bb12f"
dependencies = [
 "matrixmultiply",
 "num",
]

290 291
[[package]]
name = "ryu"
P
Peter Pan 已提交
292
version = "1.0.5"
293
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
294
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
295 296 297 298 299 300 301 302 303

[[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 已提交
304
version = "1.0.112"
305
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
306
checksum = "736aac72d1eafe8e5962d1d1c3d99b0df526015ba40915cb3c49d042e92ec243"
307 308 309

[[package]]
name = "serde_derive"
P
Peter Pan 已提交
310
version = "1.0.112"
311
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
312
checksum = "bf0343ce212ac0d3d6afd9391ac8e9c9efe06b533c8d33f660f6390cc4093f57"
313
dependencies = [
314 315
 "proc-macro2",
 "quote",
316 317 318 319 320
 "syn",
]

[[package]]
name = "serde_json"
P
Peter Pan 已提交
321
version = "1.0.55"
322
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
323
checksum = "ec2c5d7e739bc07a3e73381a39d61fdb5f671c60c1df26a130690665803d8226"
324 325 326 327 328 329
dependencies = [
 "itoa",
 "ryu",
 "serde",
]

330 331 332 333 334 335
[[package]]
name = "slab"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"

336 337
[[package]]
name = "syn"
P
Peter Pan 已提交
338
version = "1.0.31"
339
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
340
checksum = "b5304cfdf27365b7585c25d4af91b35016ed21ef88f17ced89c7093b43dba8b6"
341
dependencies = [
342 343 344
 "proc-macro2",
 "quote",
 "unicode-xid",
345 346 347 348 349 350 351 352 353 354 355 356 357 358 359
]

[[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",
P
Peter Pan 已提交
360
 "rulinalg",
361 362 363 364 365 366 367 368 369 370
 "serde",
 "serde_derive",
 "wasm-bindgen",
 "wasm-bindgen-futures",
 "wasm-bindgen-test",
 "web-sys",
]

[[package]]
name = "wasm-bindgen"
P
Peter Pan 已提交
371
version = "0.2.63"
372
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
373
checksum = "4c2dc4aa152834bc334f506c1a06b866416a8b6697d5c9f75b9a689c8486def0"
374 375 376 377 378 379 380 381 382
dependencies = [
 "cfg-if",
 "serde",
 "serde_json",
 "wasm-bindgen-macro",
]

[[package]]
name = "wasm-bindgen-backend"
P
Peter Pan 已提交
383
version = "0.2.63"
384
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
385
checksum = "ded84f06e0ed21499f6184df0e0cb3494727b0c5da89534e0fcc55c51d812101"
386 387 388 389
dependencies = [
 "bumpalo",
 "lazy_static",
 "log",
390 391
 "proc-macro2",
 "quote",
392 393 394 395 396 397
 "syn",
 "wasm-bindgen-shared",
]

[[package]]
name = "wasm-bindgen-futures"
P
Peter Pan 已提交
398
version = "0.4.13"
399
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
400
checksum = "64487204d863f109eb77e8462189d111f27cb5712cc9fdb3461297a76963a2f6"
401 402 403 404 405 406 407 408 409
dependencies = [
 "cfg-if",
 "js-sys",
 "wasm-bindgen",
 "web-sys",
]

[[package]]
name = "wasm-bindgen-macro"
P
Peter Pan 已提交
410
version = "0.2.63"
411
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
412
checksum = "838e423688dac18d73e31edce74ddfac468e37b1506ad163ffaf0a46f703ffe3"
413
dependencies = [
414
 "quote",
415 416 417 418 419
 "wasm-bindgen-macro-support",
]

[[package]]
name = "wasm-bindgen-macro-support"
P
Peter Pan 已提交
420
version = "0.2.63"
421
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
422
checksum = "3156052d8ec77142051a533cdd686cba889537b213f948cd1d20869926e68e92"
423
dependencies = [
424 425
 "proc-macro2",
 "quote",
426 427 428 429 430 431 432
 "syn",
 "wasm-bindgen-backend",
 "wasm-bindgen-shared",
]

[[package]]
name = "wasm-bindgen-shared"
P
Peter Pan 已提交
433
version = "0.2.63"
434
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
435
checksum = "c9ba19973a58daf4db6f352eda73dc0e289493cd29fb2632eb172085b6521acd"
436 437 438

[[package]]
name = "wasm-bindgen-test"
P
Peter Pan 已提交
439
version = "0.3.13"
440
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
441
checksum = "0f0dfda4d3b3f8acbc3c291b09208081c203af457fb14a229783b06e2f128aa7"
442 443 444 445 446 447 448 449 450 451 452
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 已提交
453
version = "0.3.13"
454
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
455
checksum = "2c2e18093f11c19ca4e188c177fecc7c372304c311189f12c2f9bea5b7324ac7"
456
dependencies = [
457 458
 "proc-macro2",
 "quote",
459 460 461 462
]

[[package]]
name = "web-sys"
P
Peter Pan 已提交
463
version = "0.3.40"
464
source = "registry+https://github.com/rust-lang/crates.io-index"
P
Peter Pan 已提交
465
checksum = "7b72fe77fd39e4bd3eaa4412fd299a0be6b3dfe9d2597e2f1c20beb968f41d17"
466 467 468 469
dependencies = [
 "js-sys",
 "wasm-bindgen",
]