2019-04-19 15:27:02 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2020-04-30 18:18:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "Inflector"
|
|
|
|
version = "0.11.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2020-01-11 10:11:05 +00:00
|
|
|
[[package]]
|
2020-07-01 14:04:56 +00:00
|
|
|
name = "adler"
|
2020-07-11 09:47:06 +00:00
|
|
|
version = "0.2.3"
|
2020-01-11 10:11:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-11 09:47:06 +00:00
|
|
|
checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
|
2020-01-11 10:11:05 +00:00
|
|
|
|
2020-09-02 09:12:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.3.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e8fd72866655d1904d6b0997d0b07ba561047d070fbe29de039031c641b61217"
|
|
|
|
dependencies = [
|
|
|
|
"const-random",
|
|
|
|
]
|
|
|
|
|
2019-02-07 22:46:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2020-06-20 11:18:08 +00:00
|
|
|
version = "0.7.13"
|
2019-02-07 22:46:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-20 11:18:08 +00:00
|
|
|
checksum = "043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86"
|
2019-02-07 22:46:52 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"memchr",
|
2019-02-07 22:46:52 +00:00
|
|
|
]
|
|
|
|
|
2020-02-23 14:37:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "alloc-no-stdlib"
|
|
|
|
version = "2.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5192ec435945d87bc2f70992b4d818154b5feede43c09fb7592146374eac90a6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "alloc-stdlib"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "697ed7edc0f1711de49ce108c541623a0af97c6c60b2f6e2b65229847ac843c2"
|
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
]
|
|
|
|
|
2019-02-07 21:19:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
2019-02-07 21:19:50 +00:00
|
|
|
dependencies = [
|
2020-06-20 11:18:08 +00:00
|
|
|
"winapi 0.3.9",
|
2019-02-07 21:19:50 +00:00
|
|
|
]
|
|
|
|
|
2020-09-14 16:48:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
|
|
|
version = "1.0.32"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6b602bfe940d21c130f3895acd65221e8a61270debe89d628b9cb4e3ccb8569b"
|
|
|
|
|
2020-02-21 18:21:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anymap"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "33954243bd79057c2de7338850b85983a44588021f8a5fee574a8888c6de4344"
|
2019-11-07 22:26:49 +00:00
|
|
|
|
2018-12-19 02:09:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arc-swap"
|
2020-06-19 17:44:28 +00:00
|
|
|
version = "0.4.7"
|
2018-12-19 02:09:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-19 17:44:28 +00:00
|
|
|
checksum = "4d25d88fd6b8041580a654f9d0c581a047baee2b3efee13275f2fc392fc75034"
|
2018-12-19 02:09:30 +00:00
|
|
|
|
2020-07-28 20:33:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
|
|
|
|
|
2020-01-30 02:16:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ast_node"
|
2020-07-25 15:47:55 +00:00
|
|
|
version = "0.7.0"
|
2020-01-30 02:16:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-25 15:47:55 +00:00
|
|
|
checksum = "fd6ee2941db3551563d29eaf5214cd3d7b2f322e0c0e3954f5ae020f860bae8c"
|
2020-01-30 02:16:48 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"darling",
|
|
|
|
"pmutil",
|
2020-11-21 12:17:42 +00:00
|
|
|
"proc-macro2 1.0.24",
|
2020-06-19 17:44:28 +00:00
|
|
|
"quote 1.0.7",
|
2020-02-21 18:21:51 +00:00
|
|
|
"swc_macros_common",
|
2020-11-21 12:17:42 +00:00
|
|
|
"syn 1.0.48",
|
2020-01-30 02:16:48 +00:00
|
|
|
]
|
|
|
|
|
2020-01-11 10:11:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-compression"
|
2020-07-01 14:04:56 +00:00
|
|
|
version = "0.3.5"
|
2020-01-11 10:11:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-01 14:04:56 +00:00
|
|
|
checksum = "9021768bcce77296b64648cc7a7460e3df99979b97ed5c925c38d1cc83778d98"
|
2020-01-11 10:11:05 +00:00
|
|
|
dependencies = [
|
2020-02-23 14:37:43 +00:00
|
|
|
"brotli",
|
2020-07-23 17:20:08 +00:00
|
|
|
"bytes",
|
2020-02-21 18:21:51 +00:00
|
|
|
"flate2",
|
|
|
|
"futures-core",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
2020-01-11 10:11:05 +00:00
|
|
|
]
|
|
|
|
|
2018-12-19 02:09:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
2020-01-17 18:57:56 +00:00
|
|
|
version = "0.2.14"
|
2018-12-19 02:09:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
2018-12-19 02:09:30 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2020-06-20 11:18:08 +00:00
|
|
|
"winapi 0.3.9",
|
2018-12-19 02:09:30 +00:00
|
|
|
]
|
|
|
|
|
2020-01-30 02:16:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
|
2020-01-30 02:16:48 +00:00
|
|
|
|
2019-01-07 15:36:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2020-09-04 15:24:23 +00:00
|
|
|
version = "1.0.1"
|
2019-01-07 15:36:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-04 15:24:23 +00:00
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
2019-01-07 15:36:08 +00:00
|
|
|
|
2019-11-14 13:31:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
|
2019-11-14 13:31:39 +00:00
|
|
|
|
2020-03-27 20:09:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2020-06-20 11:18:08 +00:00
|
|
|
version = "0.12.3"
|
2020-03-27 20:09:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-20 11:18:08 +00:00
|
|
|
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
|
2020-03-27 20:09:51 +00:00
|
|
|
|
2018-12-19 02:09:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2019-11-07 22:26:49 +00:00
|
|
|
version = "1.2.1"
|
2018-12-19 02:09:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
2018-12-19 02:09:30 +00:00
|
|
|
|
2020-03-27 20:09:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
|
|
|
|
dependencies = [
|
|
|
|
"block-padding",
|
|
|
|
"byte-tools",
|
|
|
|
"byteorder",
|
2020-09-04 15:24:23 +00:00
|
|
|
"generic-array 0.12.3",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array 0.14.4",
|
2020-03-27 20:09:51 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-padding"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
|
|
|
|
dependencies = [
|
|
|
|
"byte-tools",
|
|
|
|
]
|
|
|
|
|
2020-01-11 10:11:05 +00:00
|
|
|
[[package]]
|
2020-02-23 14:37:43 +00:00
|
|
|
name = "brotli"
|
|
|
|
version = "3.3.0"
|
2020-01-11 10:11:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-23 14:37:43 +00:00
|
|
|
checksum = "7f29919120f08613aadcd4383764e00526fc9f18b6c0895814faeed0dd78613e"
|
2020-01-11 10:11:05 +00:00
|
|
|
dependencies = [
|
2020-02-23 14:37:43 +00:00
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
"brotli-decompressor",
|
2020-01-11 10:11:05 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-02-23 14:37:43 +00:00
|
|
|
name = "brotli-decompressor"
|
2020-05-30 09:35:44 +00:00
|
|
|
version = "2.3.1"
|
2020-01-11 10:11:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-30 09:35:44 +00:00
|
|
|
checksum = "1052e1c3b8d4d80eb84a8b94f0a1498797b5fb96314c001156a1c761940ef4ec"
|
2020-01-11 10:11:05 +00:00
|
|
|
dependencies = [
|
2020-02-23 14:37:43 +00:00
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
2020-01-11 10:11:05 +00:00
|
|
|
]
|
|
|
|
|
2020-03-27 20:09:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "buf_redux"
|
|
|
|
version = "0.8.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b953a6887648bb07a535631f2bc00fbdb2a2216f135552cb3f534ed136b9c07f"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"safemem",
|
|
|
|
]
|
|
|
|
|
2020-10-20 03:10:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "build_const"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "39092a32794787acd8525ee150305ff051b0aa6cc2abaf193924f5ab05425f39"
|
|
|
|
|
2019-08-28 22:58:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2020-06-03 16:19:21 +00:00
|
|
|
version = "3.4.0"
|
2019-08-28 22:58:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-03 16:19:21 +00:00
|
|
|
checksum = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820"
|
2019-08-28 22:58:42 +00:00
|
|
|
|
2020-03-27 20:09:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byte-tools"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
|
|
|
|
|
2018-12-19 02:09:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2020-02-21 18:21:51 +00:00
|
|
|
version = "1.3.4"
|
2018-12-19 02:09:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
|
2018-12-19 02:09:30 +00:00
|
|
|
|
2019-12-15 10:47:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2020-08-12 15:09:48 +00:00
|
|
|
version = "0.5.6"
|
2019-12-15 10:47:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-12 15:09:48 +00:00
|
|
|
checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
|
2019-12-15 10:47:26 +00:00
|
|
|
|
2020-01-05 14:19:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cargo_gn"
|
|
|
|
version = "0.0.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "5ba7d7f7b201dfcbc314b14f2176c92f8ba521dab538b40e426ffed25ed7cd80"
|
2020-01-05 14:19:29 +00:00
|
|
|
|
2018-12-19 02:09:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2020-09-04 15:24:23 +00:00
|
|
|
version = "1.0.59"
|
2018-12-19 02:09:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-04 15:24:23 +00:00
|
|
|
checksum = "66120af515773fb005778dc07c261bd201ec8ce50bd6e7144c927753fe013381"
|
2018-12-19 02:09:30 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2019-11-27 16:03:58 +00:00
|
|
|
version = "0.1.10"
|
2018-12-19 02:09:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
|
|
2020-08-28 13:03:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2020-09-04 15:24:23 +00:00
|
|
|
version = "0.4.15"
|
2020-08-28 13:03:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-04 15:24:23 +00:00
|
|
|
checksum = "942f72db697d8767c22d46a598e01f2d3b475501ea43d0db4f16d90259182d0b"
|
2020-08-28 13:03:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"time",
|
|
|
|
]
|
|
|
|
|
2019-03-31 21:54:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2020-09-04 15:24:23 +00:00
|
|
|
version = "2.33.3"
|
2019-03-31 21:54:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-04 15:24:23 +00:00
|
|
|
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
|
2019-03-31 21:54:58 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"ansi_term",
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
|
|
|
"strsim 0.8.0",
|
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
2019-03-31 21:54:58 +00:00
|
|
|
]
|
|
|
|
|
2018-12-19 02:09:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cloudabi"
|
|
|
|
version = "0.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
2018-12-19 02:09:30 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"bitflags",
|
2018-12-19 02:09:30 +00:00
|
|
|
]
|
|
|
|
|
2020-09-02 09:12:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "const-random"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2f1af9ac737b2dd2d577701e59fd09ba34822f6f2ebdb30a7647405d9e55e16a"
|
|
|
|
dependencies = [
|
|
|
|
"const-random-macro",
|
|
|
|
"proc-macro-hack",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "const-random-macro"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "25e4c606eb459dd29f7c57b2e0879f2b6f14ee130918c2b78ccb58a9624e6c7a"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"proc-macro-hack",
|
|
|
|
]
|
|
|
|
|
2020-09-04 15:24:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cpuid-bool"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634"
|
|
|
|
|
2020-10-20 03:10:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crc"
|
|
|
|
version = "1.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d663548de7f5cca343f1e0a48d14dcfb0e9eb4e079ec58883b7251539fa10aeb"
|
|
|
|
dependencies = [
|
|
|
|
"build_const",
|
|
|
|
]
|
|
|
|
|
2020-01-11 10:11:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
|
2020-01-11 10:11:05 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2020-09-15 02:33:18 +00:00
|
|
|
version = "0.4.4"
|
2020-02-21 18:21:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-15 02:33:18 +00:00
|
|
|
checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87"
|
2020-02-21 18:21:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
2020-09-15 02:33:18 +00:00
|
|
|
"maybe-uninit",
|
2020-01-11 10:11:05 +00:00
|
|
|
]
|
|
|
|
|
2018-12-19 02:09:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2020-03-07 20:51:23 +00:00
|
|
|
version = "0.7.2"
|
2018-12-19 02:09:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-07 20:51:23 +00:00
|
|
|
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
|
2018-12-19 02:09:30 +00:00
|
|
|
dependencies = [
|
2020-09-04 15:24:23 +00:00
|
|
|
"autocfg 1.0.1",
|
2020-02-21 18:21:51 +00:00
|
|
|
"cfg-if",
|
|
|
|
"lazy_static",
|
2019-11-07 22:26:49 +00:00
|
|
|
]
|
|
|
|
|
2020-01-30 02:16:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858"
|
2020-01-30 02:16:48 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
2020-01-30 02:16:48 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b"
|
2020-01-30 02:16:48 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
2020-11-21 12:17:42 +00:00
|
|
|
"proc-macro2 1.0.24",
|
2020-06-19 17:44:28 +00:00
|
|
|
"quote 1.0.7",
|
2020-02-21 18:21:51 +00:00
|
|
|
"strsim 0.9.3",
|
2020-11-21 12:17:42 +00:00
|
|
|
"syn 1.0.48",
|
2020-01-30 02:16:48 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72"
|
2020-01-30 02:16:48 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"darling_core",
|
2020-06-19 17:44:28 +00:00
|
|
|
"quote 1.0.7",
|
2020-11-21 12:17:42 +00:00
|
|
|
"syn 1.0.48",
|
2020-01-30 02:16:48 +00:00
|
|
|
]
|
|
|
|
|
2020-09-02 09:12:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dashmap"
|
|
|
|
version = "3.11.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0f260e2fc850179ef410018660006951c1b55b79e8087e87111a2c388994b9b5"
|
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
"cfg-if",
|
|
|
|
"num_cpus",
|
|
|
|
]
|
|
|
|
|
2018-12-19 02:09:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "deno"
|
2020-11-23 14:10:58 +00:00
|
|
|
version = "1.5.4"
|
2018-12-19 02:09:30 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"atty",
|
2020-06-20 11:18:08 +00:00
|
|
|
"base64 0.12.3",
|
2020-02-21 18:21:51 +00:00
|
|
|
"byteorder",
|
2020-07-23 17:20:08 +00:00
|
|
|
"bytes",
|
2020-08-28 13:03:50 +00:00
|
|
|
"chrono",
|
2020-02-21 18:21:51 +00:00
|
|
|
"clap",
|
|
|
|
"deno_core",
|
2020-11-13 21:01:57 +00:00
|
|
|
"deno_crypto",
|
2020-08-19 17:13:43 +00:00
|
|
|
"deno_doc",
|
2020-09-18 13:20:55 +00:00
|
|
|
"deno_fetch",
|
2020-06-08 12:06:20 +00:00
|
|
|
"deno_lint",
|
2020-08-07 14:55:02 +00:00
|
|
|
"deno_web",
|
2020-05-23 13:22:08 +00:00
|
|
|
"dissimilar",
|
2020-02-21 18:21:51 +00:00
|
|
|
"dlopen",
|
2020-07-31 14:59:22 +00:00
|
|
|
"dprint-plugin-typescript",
|
2020-08-03 21:39:48 +00:00
|
|
|
"encoding_rs",
|
2020-09-03 20:16:49 +00:00
|
|
|
"env_logger",
|
2020-08-31 18:29:43 +00:00
|
|
|
"filetime",
|
2020-02-21 18:21:51 +00:00
|
|
|
"fwdansi",
|
|
|
|
"http",
|
|
|
|
"indexmap",
|
2020-08-31 18:12:24 +00:00
|
|
|
"jsonc-parser",
|
2020-02-21 18:21:51 +00:00
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
2020-09-04 15:24:23 +00:00
|
|
|
"log",
|
2020-02-21 18:21:51 +00:00
|
|
|
"nix",
|
|
|
|
"notify",
|
|
|
|
"os_pipe",
|
|
|
|
"regex",
|
|
|
|
"ring",
|
|
|
|
"rustyline",
|
2020-10-01 23:14:55 +00:00
|
|
|
"rustyline-derive",
|
2020-03-23 15:37:24 +00:00
|
|
|
"semver-parser 0.9.0",
|
2020-02-21 18:21:51 +00:00
|
|
|
"serde",
|
2020-11-09 19:08:12 +00:00
|
|
|
"shell-escape",
|
2020-03-14 21:10:23 +00:00
|
|
|
"sourcemap",
|
2020-10-20 03:10:42 +00:00
|
|
|
"swc_bundler",
|
2020-07-31 14:59:22 +00:00
|
|
|
"swc_common",
|
|
|
|
"swc_ecmascript",
|
2020-02-21 18:21:51 +00:00
|
|
|
"sys-info",
|
|
|
|
"tempfile",
|
|
|
|
"termcolor",
|
2020-06-18 15:54:55 +00:00
|
|
|
"test_util",
|
2020-02-21 18:21:51 +00:00
|
|
|
"tokio",
|
2020-09-04 15:24:23 +00:00
|
|
|
"tokio-rustls",
|
2020-03-27 20:09:51 +00:00
|
|
|
"tokio-tungstenite",
|
|
|
|
"uuid",
|
2020-02-21 18:21:51 +00:00
|
|
|
"walkdir",
|
2020-03-27 20:09:51 +00:00
|
|
|
"warp",
|
2020-02-21 18:21:51 +00:00
|
|
|
"webpki",
|
2020-05-30 09:35:44 +00:00
|
|
|
"webpki-roots",
|
2020-06-20 11:18:08 +00:00
|
|
|
"winapi 0.3.9",
|
2020-07-15 19:54:38 +00:00
|
|
|
"winres",
|
2018-12-19 02:09:30 +00:00
|
|
|
]
|
|
|
|
|
2020-01-05 16:56:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "deno_core"
|
2020-11-23 14:10:58 +00:00
|
|
|
version = "0.69.0"
|
2020-01-05 16:56:18 +00:00
|
|
|
dependencies = [
|
2020-09-14 16:48:57 +00:00
|
|
|
"anyhow",
|
2020-07-23 17:20:08 +00:00
|
|
|
"futures",
|
2020-09-06 00:34:02 +00:00
|
|
|
"indexmap",
|
2020-02-21 18:21:51 +00:00
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
2020-09-04 15:24:23 +00:00
|
|
|
"log",
|
2020-02-21 18:21:51 +00:00
|
|
|
"rusty_v8",
|
2020-10-09 19:45:40 +00:00
|
|
|
"serde",
|
2020-02-21 18:21:51 +00:00
|
|
|
"serde_json",
|
2020-08-13 15:03:16 +00:00
|
|
|
"smallvec",
|
2020-02-21 18:21:51 +00:00
|
|
|
"tokio",
|
2020-07-01 14:04:56 +00:00
|
|
|
"url",
|
2020-01-05 16:56:18 +00:00
|
|
|
]
|
|
|
|
|
2020-11-13 21:01:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "deno_crypto"
|
2020-11-23 14:10:58 +00:00
|
|
|
version = "0.3.0"
|
2020-11-13 21:01:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"deno_core",
|
|
|
|
"rand 0.7.3",
|
|
|
|
]
|
|
|
|
|
2020-08-19 17:13:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "deno_doc"
|
2020-11-21 12:17:42 +00:00
|
|
|
version = "0.1.16"
|
2020-08-19 17:13:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-21 12:17:42 +00:00
|
|
|
checksum = "a206053ef6457bbf561fe496006e2a9c07a80667deafcccdc92f2cf80195affc"
|
2020-08-19 17:13:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures",
|
|
|
|
"lazy_static",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"swc_common",
|
|
|
|
"swc_ecmascript",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2020-09-18 13:20:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "deno_fetch"
|
2020-11-23 14:10:58 +00:00
|
|
|
version = "0.12.0"
|
2020-09-18 13:20:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"deno_core",
|
|
|
|
"reqwest",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-06-08 12:06:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "deno_lint"
|
2020-11-21 12:17:42 +00:00
|
|
|
version = "0.2.11"
|
2020-06-08 12:06:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-21 12:17:42 +00:00
|
|
|
checksum = "af2a1d8ea42d6d25747a101a686ba4b9611f78e6b5c0a57c2ac5abd5a0fabfd5"
|
2020-06-08 12:06:20 +00:00
|
|
|
dependencies = [
|
2020-11-08 22:27:36 +00:00
|
|
|
"derive_more",
|
2020-09-04 15:24:23 +00:00
|
|
|
"log",
|
2020-10-30 19:39:53 +00:00
|
|
|
"once_cell",
|
2020-06-08 12:06:20 +00:00
|
|
|
"regex",
|
2020-08-08 14:20:21 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2020-08-26 18:43:24 +00:00
|
|
|
"swc_atoms",
|
2020-07-31 14:59:22 +00:00
|
|
|
"swc_common",
|
|
|
|
"swc_ecmascript",
|
2020-06-08 12:06:20 +00:00
|
|
|
]
|
|
|
|
|
2020-08-07 14:55:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "deno_web"
|
2020-11-23 14:10:58 +00:00
|
|
|
version = "0.20.0"
|
2020-08-07 14:55:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"deno_core",
|
|
|
|
"futures",
|
2020-09-17 17:13:20 +00:00
|
|
|
"idna",
|
|
|
|
"serde",
|
2020-08-07 14:55:02 +00:00
|
|
|
]
|
|
|
|
|
2020-11-08 22:27:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "derive_more"
|
|
|
|
version = "0.99.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "41cb0e6161ad61ed084a36ba71fbba9e3ac5aee3606fb607fe08da6acbcf3d8c"
|
|
|
|
dependencies = [
|
2020-11-21 12:17:42 +00:00
|
|
|
"proc-macro2 1.0.24",
|
2020-11-08 22:27:36 +00:00
|
|
|
"quote 1.0.7",
|
2020-11-21 12:17:42 +00:00
|
|
|
"syn 1.0.48",
|
2020-11-08 22:27:36 +00:00
|
|
|
]
|
|
|
|
|
2020-03-27 20:09:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
|
|
|
|
dependencies = [
|
2020-09-04 15:24:23 +00:00
|
|
|
"generic-array 0.12.3",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array 0.14.4",
|
2020-03-27 20:09:51 +00:00
|
|
|
]
|
|
|
|
|
2020-05-23 13:22:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dissimilar"
|
2020-06-19 17:44:28 +00:00
|
|
|
version = "1.0.2"
|
2020-05-23 13:22:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-19 17:44:28 +00:00
|
|
|
checksum = "fc4b29f4b9bb94bf267d57269fd0706d343a160937108e9619fe380645428abb"
|
2020-05-23 13:22:08 +00:00
|
|
|
|
2019-12-05 20:30:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dlopen"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "71e80ad39f814a9abe68583cd50a2d45c8a67561c3361ab8da240587dda80937"
|
2019-12-05 20:30:20 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"dlopen_derive",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
2020-06-20 11:18:08 +00:00
|
|
|
"winapi 0.3.9",
|
2019-12-05 20:30:20 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dlopen_derive"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "f236d9e1b1fbd81cea0f9cbdc8dcc7e8ebcd80e6659cd7cb2ad5f6c05946c581"
|
2019-12-05 20:30:20 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"libc",
|
|
|
|
"quote 0.6.13",
|
|
|
|
"syn 0.15.44",
|
2019-12-05 20:30:20 +00:00
|
|
|
]
|
|
|
|
|
2020-01-30 02:16:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dprint-core"
|
2020-09-27 10:22:32 +00:00
|
|
|
version = "0.31.0"
|
2020-01-30 02:16:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-27 10:22:32 +00:00
|
|
|
checksum = "a15e15225efcb6eccd138dea49bf7aa390248ab0faf650b1b8a7ad660a5778cc"
|
2020-02-03 20:52:32 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"serde",
|
2020-02-03 20:52:32 +00:00
|
|
|
]
|
2020-01-30 02:16:48 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dprint-plugin-typescript"
|
2020-11-21 12:17:42 +00:00
|
|
|
version = "0.32.9"
|
2020-01-30 02:16:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-21 12:17:42 +00:00
|
|
|
checksum = "739fd1d2deeb76f21fed5cf63171aeda42dc94b94073b7ac269c78729a71cf2e"
|
2020-01-30 02:16:48 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"dprint-core",
|
|
|
|
"serde",
|
|
|
|
"swc_common",
|
2020-07-31 14:59:22 +00:00
|
|
|
"swc_ecmascript",
|
2020-01-30 02:16:48 +00:00
|
|
|
]
|
|
|
|
|
2019-08-29 00:05:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dtoa"
|
2020-06-19 17:44:28 +00:00
|
|
|
version = "0.4.6"
|
2019-08-29 00:05:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-19 17:44:28 +00:00
|
|
|
checksum = "134951f4028bdadb9b84baf4232681efbf277da25144b9b0ad65df75946c422b"
|
2019-08-29 00:05:01 +00:00
|
|
|
|
2020-01-30 02:16:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2020-09-04 15:24:23 +00:00
|
|
|
version = "1.6.0"
|
2020-01-30 02:16:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-04 15:24:23 +00:00
|
|
|
checksum = "cd56b59865bce947ac5958779cfa508f6c3b9497cc762b7e24a12d11ccde2c4f"
|
2020-01-30 02:16:48 +00:00
|
|
|
|
2019-08-29 00:05:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2020-09-04 15:24:23 +00:00
|
|
|
version = "0.8.24"
|
2019-08-29 00:05:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-04 15:24:23 +00:00
|
|
|
checksum = "a51b8cf747471cb9499b6d59e59b0444f4c90eba8968c4e44874e92b5b64ace2"
|
2019-08-29 00:05:01 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"cfg-if",
|
2019-08-29 00:05:01 +00:00
|
|
|
]
|
|
|
|
|
2020-01-30 02:16:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "enum_kind"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "6e57153e35187d51f08471d5840459ff29093473e7bedd004a1414985aab92f3"
|
2020-01-30 02:16:48 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"pmutil",
|
2020-11-21 12:17:42 +00:00
|
|
|
"proc-macro2 1.0.24",
|
2020-02-21 18:21:51 +00:00
|
|
|
"swc_macros_common",
|
2020-11-21 12:17:42 +00:00
|
|
|
"syn 1.0.48",
|
2020-01-30 02:16:48 +00:00
|
|
|
]
|
|
|
|
|
2020-09-03 20:16:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
|
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"humantime",
|
2020-09-04 15:24:23 +00:00
|
|
|
"log",
|
2020-09-03 20:16:49 +00:00
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2020-02-26 06:01:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e2b2decb0484e15560df3210cf0d78654bb0864b2c138977c07e377a1bae0e2"
|
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys",
|
|
|
|
"libc",
|
|
|
|
"winapi 0.2.8",
|
|
|
|
]
|
|
|
|
|
2020-03-27 20:09:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fake-simd"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
|
|
|
|
|
2020-02-21 18:21:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2020-08-31 18:29:43 +00:00
|
|
|
version = "0.2.12"
|
2020-02-21 18:21:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-31 18:29:43 +00:00
|
|
|
checksum = "3ed85775dcc68644b5c950ac06a2b23768d3bc9390464151aaf27136998dcf9e"
|
2018-12-19 02:09:30 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
2020-06-20 11:18:08 +00:00
|
|
|
"winapi 0.3.9",
|
2018-12-19 02:09:30 +00:00
|
|
|
]
|
|
|
|
|
2020-10-20 03:10:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fixedbitset"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
|
|
|
|
|
2020-01-11 10:11:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2020-09-04 15:24:23 +00:00
|
|
|
version = "1.0.17"
|
2020-01-11 10:11:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-04 15:24:23 +00:00
|
|
|
checksum = "766d0e77a2c1502169d4a93ff3b8c15a71fd946cd0126309752104e5f3c46d94"
|
2020-01-11 10:11:05 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"cfg-if",
|
|
|
|
"crc32fast",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
2020-01-11 10:11:05 +00:00
|
|
|
]
|
|
|
|
|
2019-08-29 00:05:01 +00:00
|
|
|
[[package]]
|
2019-12-30 13:57:17 +00:00
|
|
|
name = "fnv"
|
2020-05-30 09:35:44 +00:00
|
|
|
version = "1.0.7"
|
2019-12-30 13:57:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-30 09:35:44 +00:00
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2019-12-30 13:57:17 +00:00
|
|
|
|
2020-01-30 02:16:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "from_variant"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "039885ad6579a86b94ad8df696cce8c530da496bf7b07b12fec8d6c4cd654bb9"
|
|
|
|
dependencies = [
|
|
|
|
"pmutil",
|
2020-11-21 12:17:42 +00:00
|
|
|
"proc-macro2 1.0.24",
|
2020-02-21 18:21:51 +00:00
|
|
|
"swc_macros_common",
|
2020-11-21 12:17:42 +00:00
|
|
|
"syn 1.0.48",
|
2020-02-21 18:21:51 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fsevent"
|
2020-06-19 17:44:28 +00:00
|
|
|
version = "2.0.2"
|
2020-02-21 18:21:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-19 17:44:28 +00:00
|
|
|
checksum = "97f347202c95c98805c216f9e1df210e8ebaec9fdb2365700a43c10797a35e63"
|
2020-02-21 18:21:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"fsevent-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fsevent-sys"
|
2020-06-19 17:44:28 +00:00
|
|
|
version = "3.0.2"
|
2020-02-21 18:21:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-19 17:44:28 +00:00
|
|
|
checksum = "77a29c77f1ca394c3e73a9a5d24cfcabb734682d9634fc398f2204a63c994120"
|
2020-01-30 02:16:48 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"libc",
|
2020-01-30 02:16:48 +00:00
|
|
|
]
|
|
|
|
|
2019-01-26 12:58:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-cprng"
|
2019-02-12 01:08:21 +00:00
|
|
|
version = "0.1.1"
|
2019-01-26 12:58:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
|
2019-01-26 12:58:19 +00:00
|
|
|
|
2018-12-19 02:09:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
2018-12-19 02:09:30 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"bitflags",
|
|
|
|
"fuchsia-zircon-sys",
|
2018-12-19 02:09:30 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon-sys"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
2018-12-19 02:09:30 +00:00
|
|
|
|
2019-11-17 00:17:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2020-11-21 12:17:42 +00:00
|
|
|
version = "0.3.8"
|
2019-11-17 00:17:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-21 12:17:42 +00:00
|
|
|
checksum = "9b3b0c040a1fe6529d30b3c5944b280c7f0dcb2930d2c3062bca967b602583d0"
|
2019-11-17 00:17:47 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
2019-11-17 00:17:47 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2020-11-21 12:17:42 +00:00
|
|
|
version = "0.3.8"
|
2019-11-17 00:17:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-21 12:17:42 +00:00
|
|
|
checksum = "4b7109687aa4e177ef6fe84553af6280ef2778bdb7783ba44c9dc3399110fe64"
|
2019-11-17 00:17:47 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
2019-11-17 00:17:47 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2020-11-21 12:17:42 +00:00
|
|
|
version = "0.3.8"
|
2019-11-17 00:17:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-21 12:17:42 +00:00
|
|
|
checksum = "847ce131b72ffb13b6109a221da9ad97a64cbe48feb1028356b836b47b8f1748"
|
2019-11-17 00:17:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2020-11-21 12:17:42 +00:00
|
|
|
version = "0.3.8"
|
2019-11-17 00:17:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-21 12:17:42 +00:00
|
|
|
checksum = "4caa2b2b68b880003057c1dd49f1ed937e38f22fcf6c212188a121f08cf40a65"
|
2019-11-17 00:17:47 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
2019-11-17 00:17:47 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2020-11-21 12:17:42 +00:00
|
|
|
version = "0.3.8"
|
2019-11-17 00:17:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-21 12:17:42 +00:00
|
|
|
checksum = "611834ce18aaa1bd13c4b374f5d653e1027cf99b6b502584ff8c9a64413b30bb"
|
2019-11-17 00:17:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2020-11-21 12:17:42 +00:00
|
|
|
version = "0.3.8"
|
2019-11-17 00:17:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-21 12:17:42 +00:00
|
|
|
checksum = "77408a692f1f97bcc61dc001d752e00643408fbc922e4d634c655df50d595556"
|
2019-11-17 00:17:47 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"proc-macro-hack",
|
2020-11-21 12:17:42 +00:00
|
|
|
"proc-macro2 1.0.24",
|
2020-06-19 17:44:28 +00:00
|
|
|
"quote 1.0.7",
|
2020-11-21 12:17:42 +00:00
|
|
|
"syn 1.0.48",
|
2019-11-17 00:17:47 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2020-11-21 12:17:42 +00:00
|
|
|
version = "0.3.8"
|
2019-11-17 00:17:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-21 12:17:42 +00:00
|
|
|
checksum = "f878195a49cee50e006b02b93cf7e0a95a38ac7b776b4c4d9cc1207cd20fcb3d"
|
2019-11-17 00:17:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2020-11-21 12:17:42 +00:00
|
|
|
version = "0.3.8"
|
2019-11-17 00:17:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-21 12:17:42 +00:00
|
|
|
checksum = "7c554eb5bf48b2426c4771ab68c6b14468b6e76cc90996f528c3338d761a4d0d"
|
2020-05-30 09:35:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
]
|
2019-11-17 00:17:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2020-11-21 12:17:42 +00:00
|
|
|
version = "0.3.8"
|
2019-11-17 00:17:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-21 12:17:42 +00:00
|
|
|
checksum = "d304cff4a7b99cfb7986f7d43fbe93d175e72e704a8860787cc95e9ffd85cbd2"
|
2019-11-17 00:17:47 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
2020-11-21 12:17:42 +00:00
|
|
|
"pin-project 1.0.2",
|
2020-02-21 18:21:51 +00:00
|
|
|
"pin-utils",
|
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro-nested",
|
|
|
|
"slab",
|
2019-11-17 00:17:47 +00:00
|
|
|
]
|
|
|
|
|
2019-05-30 15:07:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fwdansi"
|
2019-12-30 13:57:17 +00:00
|
|
|
version = "1.1.0"
|
2019-05-30 15:07:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "08c1f5787fe85505d1f7777268db5103d80a7a374d2316a7ce262e57baf8f208"
|
2019-05-30 15:07:58 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"memchr",
|
|
|
|
"termcolor",
|
2019-08-02 15:58:09 +00:00
|
|
|
]
|
|
|
|
|
2020-02-10 18:08:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fxhash"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
2020-02-10 18:08:49 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"byteorder",
|
2020-02-10 18:08:49 +00:00
|
|
|
]
|
|
|
|
|
2020-03-27 20:09:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
|
|
|
version = "0.12.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
|
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
2020-09-04 15:24:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
|
|
|
version = "0.14.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
|
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2019-08-02 15:58:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2020-09-13 21:29:23 +00:00
|
|
|
version = "0.1.15"
|
2019-08-02 15:58:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-13 21:29:23 +00:00
|
|
|
checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
|
2019-08-02 15:58:09 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2020-09-04 15:24:23 +00:00
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1",
|
2019-05-30 15:07:58 +00:00
|
|
|
]
|
|
|
|
|
2019-12-30 13:57:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2020-09-04 15:24:23 +00:00
|
|
|
version = "0.2.6"
|
2019-12-30 13:57:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-04 15:24:23 +00:00
|
|
|
checksum = "993f9e0baeed60001cf565546b0d3dbe6a6ad23f2bd31644a133c641eccf6d53"
|
2019-12-30 13:57:17 +00:00
|
|
|
dependencies = [
|
2020-07-23 17:20:08 +00:00
|
|
|
"bytes",
|
2020-02-21 18:21:51 +00:00
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"indexmap",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
2020-09-04 15:24:23 +00:00
|
|
|
"tracing",
|
2019-12-30 13:57:17 +00:00
|
|
|
]
|
|
|
|
|
2020-08-03 12:54:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2020-09-13 21:29:23 +00:00
|
|
|
version = "0.9.0"
|
2020-08-03 12:54:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-13 21:29:23 +00:00
|
|
|
checksum = "00d63df3d41950fb462ed38308eea019113ad1508da725bbedcd0fa5a85ef5f7"
|
2020-08-03 12:54:00 +00:00
|
|
|
|
2020-03-27 20:09:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "headers"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ed18eb2459bf1a09ad2d6b1547840c3e5e62882fa09b9a6a20b1de8e3228848f"
|
|
|
|
dependencies = [
|
2020-06-20 11:18:08 +00:00
|
|
|
"base64 0.12.3",
|
2020-03-27 20:09:51 +00:00
|
|
|
"bitflags",
|
2020-07-23 17:20:08 +00:00
|
|
|
"bytes",
|
2020-03-27 20:09:51 +00:00
|
|
|
"headers-core",
|
|
|
|
"http",
|
2020-09-04 15:24:23 +00:00
|
|
|
"mime",
|
|
|
|
"sha-1 0.8.2",
|
2020-03-27 20:09:51 +00:00
|
|
|
"time",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "headers-core"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
|
|
|
|
dependencies = [
|
|
|
|
"http",
|
|
|
|
]
|
|
|
|
|
2019-11-07 22:26:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2020-07-11 09:47:06 +00:00
|
|
|
version = "0.1.15"
|
2019-11-07 22:26:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-11 09:47:06 +00:00
|
|
|
checksum = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9"
|
2019-11-07 22:26:49 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"libc",
|
2019-08-28 22:58:42 +00:00
|
|
|
]
|
|
|
|
|
2019-12-30 13:57:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2020-04-08 18:29:42 +00:00
|
|
|
version = "0.2.1"
|
2019-12-30 13:57:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 18:29:42 +00:00
|
|
|
checksum = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9"
|
2019-12-30 13:57:17 +00:00
|
|
|
dependencies = [
|
2020-07-23 17:20:08 +00:00
|
|
|
"bytes",
|
2020-02-21 18:21:51 +00:00
|
|
|
"fnv",
|
|
|
|
"itoa",
|
2019-12-30 13:57:17 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
|
2019-12-30 13:57:17 +00:00
|
|
|
dependencies = [
|
2020-07-23 17:20:08 +00:00
|
|
|
"bytes",
|
2020-02-21 18:21:51 +00:00
|
|
|
"http",
|
2019-12-30 13:57:17 +00:00
|
|
|
]
|
|
|
|
|
2018-12-19 02:09:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2019-08-02 15:58:09 +00:00
|
|
|
version = "1.3.4"
|
2018-12-19 02:09:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
|
2018-12-19 02:09:30 +00:00
|
|
|
|
2020-09-03 20:16:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
|
|
|
|
dependencies = [
|
|
|
|
"quick-error",
|
|
|
|
]
|
|
|
|
|
2019-12-30 13:57:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2020-09-04 15:24:23 +00:00
|
|
|
version = "0.13.7"
|
2019-12-30 13:57:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-04 15:24:23 +00:00
|
|
|
checksum = "3e68a8dd9716185d9e64ea473ea6ef63529252e3e27623295a0378a19665d5eb"
|
2019-12-30 13:57:17 +00:00
|
|
|
dependencies = [
|
2020-07-23 17:20:08 +00:00
|
|
|
"bytes",
|
2020-02-21 18:21:51 +00:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
|
|
|
"itoa",
|
2020-11-21 12:17:42 +00:00
|
|
|
"pin-project 0.4.23",
|
2020-05-30 09:35:44 +00:00
|
|
|
"socket2",
|
2020-02-21 18:21:51 +00:00
|
|
|
"time",
|
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
2020-09-04 15:24:23 +00:00
|
|
|
"tracing",
|
2020-02-21 18:21:51 +00:00
|
|
|
"want",
|
2019-12-30 13:57:17 +00:00
|
|
|
]
|
|
|
|
|
2019-07-15 18:00:27 +00:00
|
|
|
[[package]]
|
2019-12-30 13:57:17 +00:00
|
|
|
name = "hyper-rustls"
|
2020-08-12 15:09:48 +00:00
|
|
|
version = "0.21.0"
|
2019-12-30 13:57:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-12 15:09:48 +00:00
|
|
|
checksum = "37743cc83e8ee85eacfce90f2f4102030d9ff0a95244098d781e9bee4a90abb6"
|
2019-07-15 18:00:27 +00:00
|
|
|
dependencies = [
|
2020-07-23 17:20:08 +00:00
|
|
|
"bytes",
|
2020-02-21 18:21:51 +00:00
|
|
|
"futures-util",
|
|
|
|
"hyper",
|
2020-09-04 15:24:23 +00:00
|
|
|
"log",
|
|
|
|
"rustls",
|
2020-02-21 18:21:51 +00:00
|
|
|
"tokio",
|
2020-09-04 15:24:23 +00:00
|
|
|
"tokio-rustls",
|
2020-02-21 18:21:51 +00:00
|
|
|
"webpki",
|
2019-07-15 18:00:27 +00:00
|
|
|
]
|
|
|
|
|
2020-01-30 02:16:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
2020-01-30 02:16:48 +00:00
|
|
|
|
2019-09-23 18:40:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
|
2019-09-23 18:40:38 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
2019-09-23 18:40:38 +00:00
|
|
|
]
|
|
|
|
|
2020-03-07 20:51:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "if_chain"
|
2020-07-01 14:04:56 +00:00
|
|
|
version = "1.0.0"
|
2020-03-07 20:51:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-01 14:04:56 +00:00
|
|
|
checksum = "c3360c7b59e5ffa2653671fb74b4741a5d343c03f331c0a4aeda42b5c2b0ec7d"
|
2020-03-07 20:51:23 +00:00
|
|
|
|
2018-12-19 02:09:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2020-09-13 21:29:23 +00:00
|
|
|
version = "1.6.0"
|
2018-12-19 02:09:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-13 21:29:23 +00:00
|
|
|
checksum = "55e2e4c765aa53a0424761bf9f41aa7a6ac1efa87238f59560640e27fca028f2"
|
2019-11-07 22:26:49 +00:00
|
|
|
dependencies = [
|
2020-09-04 15:24:23 +00:00
|
|
|
"autocfg 1.0.1",
|
2020-08-03 12:54:00 +00:00
|
|
|
"hashbrown",
|
2020-02-21 18:21:51 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "inotify"
|
2020-06-19 17:44:28 +00:00
|
|
|
version = "0.8.3"
|
2020-02-21 18:21:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-19 17:44:28 +00:00
|
|
|
checksum = "46dd0a94b393c730779ccfd2a872b67b1eb67be3fc33082e733bdb38b5fde4d4"
|
2020-02-21 18:21:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"inotify-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "inotify-sys"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2019-11-07 22:26:49 +00:00
|
|
|
]
|
2018-12-19 02:09:30 +00:00
|
|
|
|
2020-03-27 20:09:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "input_buffer"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19a8a95243d5a0398cae618ec29477c6e3cb631152be5c19481f80bc71559754"
|
|
|
|
dependencies = [
|
2020-07-23 17:20:08 +00:00
|
|
|
"bytes",
|
2020-03-27 20:09:51 +00:00
|
|
|
]
|
|
|
|
|
2018-12-19 02:09:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "iovec"
|
2019-11-07 22:26:49 +00:00
|
|
|
version = "0.1.4"
|
2018-12-19 02:09:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
|
2018-12-19 02:09:30 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"libc",
|
2018-12-19 02:09:30 +00:00
|
|
|
]
|
|
|
|
|
2020-08-12 15:09:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
|
|
|
version = "2.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135"
|
|
|
|
|
2020-07-25 15:47:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "is-macro"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "04807f3dc9e3ea39af3f8469a5297267faf94859637afb836b33f47d9b2650ee"
|
|
|
|
dependencies = [
|
|
|
|
"Inflector",
|
|
|
|
"pmutil",
|
2020-11-21 12:17:42 +00:00
|
|
|
"proc-macro2 1.0.24",
|
2020-07-25 15:47:55 +00:00
|
|
|
"quote 1.0.7",
|
2020-11-21 12:17:42 +00:00
|
|
|
"syn 1.0.48",
|
2020-07-25 15:47:55 +00:00
|
|
|
]
|
|
|
|
|
2018-12-19 02:09:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2020-06-19 17:44:28 +00:00
|
|
|
version = "0.4.6"
|
2018-12-19 02:09:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-19 17:44:28 +00:00
|
|
|
checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
|
2018-12-19 02:09:30 +00:00
|
|
|
|
2019-08-28 22:58:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2020-09-13 21:29:23 +00:00
|
|
|
version = "0.3.45"
|
2019-08-28 22:58:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-13 21:29:23 +00:00
|
|
|
checksum = "ca059e81d9486668f12d455a4ea6daa600bd408134cd17e3d3fb5a32d1f016f8"
|
2019-08-28 22:58:42 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"wasm-bindgen",
|
2019-08-28 22:58:42 +00:00
|
|
|
]
|
|
|
|
|
2020-08-23 11:57:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "jsdoc"
|
2020-11-21 12:17:42 +00:00
|
|
|
version = "0.11.0"
|
2020-08-23 11:57:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-21 12:17:42 +00:00
|
|
|
checksum = "18e220ced55f8e93f0a3fb6b6f7c5829235299d818dac283535760a4182b5f0a"
|
2020-08-23 11:57:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"nom",
|
|
|
|
"serde",
|
|
|
|
"swc_atoms",
|
|
|
|
"swc_common",
|
|
|
|
]
|
|
|
|
|
2020-08-31 18:12:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "jsonc-parser"
|
|
|
|
version = "0.14.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ce9b3e88481b91c43f37e742879a70dd5855e59f736bf3cac9b1383d68c1186"
|
|
|
|
|
2018-12-19 02:09:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "kernel32-sys"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
2018-12-19 02:09:30 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"winapi 0.2.8",
|
|
|
|
"winapi-build",
|
2018-12-19 02:09:30 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2019-09-12 20:20:15 +00:00
|
|
|
version = "1.4.0"
|
2018-12-19 02:09:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
2020-09-04 15:24:23 +00:00
|
|
|
version = "1.3.0"
|
2020-02-21 18:21:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-04 15:24:23 +00:00
|
|
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
2018-12-19 02:09:30 +00:00
|
|
|
|
2020-08-23 11:57:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lexical-core"
|
|
|
|
version = "0.7.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "db65c6da02e61f55dae90a0ae427b2a5f6b3e8db09f58d10efab23af92592616"
|
|
|
|
dependencies = [
|
|
|
|
"arrayvec",
|
|
|
|
"bitflags",
|
|
|
|
"cfg-if",
|
|
|
|
"ryu",
|
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
2018-12-19 02:09:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2020-11-21 13:45:07 +00:00
|
|
|
version = "0.2.80"
|
2018-12-19 02:09:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-21 13:45:07 +00:00
|
|
|
checksum = "4d58d1b70b004888f764dfbf6a26a3b0342a1632d33968e4a179d8011c760614"
|
2018-12-19 02:09:30 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2020-07-25 15:47:55 +00:00
|
|
|
version = "0.4.11"
|
2018-12-19 02:09:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-25 15:47:55 +00:00
|
|
|
checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
|
2018-12-19 02:09:30 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"cfg-if",
|
2018-12-19 02:09:30 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
2018-12-19 02:09:30 +00:00
|
|
|
|
2020-09-15 02:33:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "maybe-uninit"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
|
|
|
|
|
2018-12-19 02:09:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2020-03-07 20:51:23 +00:00
|
|
|
version = "2.3.3"
|
2018-12-19 02:09:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-07 20:51:23 +00:00
|
|
|
checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
|
2018-12-19 02:09:30 +00:00
|
|
|
|
2019-08-29 00:05:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2020-01-17 18:57:56 +00:00
|
|
|
version = "0.3.16"
|
2019-08-29 00:05:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
2019-08-29 00:05:01 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
2020-03-07 20:51:23 +00:00
|
|
|
version = "2.0.3"
|
2019-08-29 00:05:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-07 20:51:23 +00:00
|
|
|
checksum = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212"
|
2019-08-29 00:05:01 +00:00
|
|
|
dependencies = [
|
2020-09-04 15:24:23 +00:00
|
|
|
"mime",
|
|
|
|
"unicase",
|
2019-08-29 00:05:01 +00:00
|
|
|
]
|
|
|
|
|
2020-01-11 10:11:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2020-09-13 21:29:23 +00:00
|
|
|
version = "0.4.2"
|
2020-01-11 10:11:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-13 21:29:23 +00:00
|
|
|
checksum = "c60c0dfe32c10b43a144bad8fc83538c52f58302c92300ea7ec7bf7b38d5a7b9"
|
2020-01-11 10:11:05 +00:00
|
|
|
dependencies = [
|
2020-07-01 14:04:56 +00:00
|
|
|
"adler",
|
2020-09-13 21:29:23 +00:00
|
|
|
"autocfg 1.0.1",
|
2020-01-11 10:11:05 +00:00
|
|
|
]
|
|
|
|
|
2018-12-19 02:09:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2020-05-30 09:35:44 +00:00
|
|
|
version = "0.6.22"
|
2018-12-19 02:09:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-30 09:35:44 +00:00
|
|
|
checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430"
|
2018-12-19 02:09:30 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"cfg-if",
|
|
|
|
"fuchsia-zircon",
|
|
|
|
"fuchsia-zircon-sys",
|
|
|
|
"iovec",
|
|
|
|
"kernel32-sys",
|
|
|
|
"libc",
|
2020-09-04 15:24:23 +00:00
|
|
|
"log",
|
2020-02-21 18:21:51 +00:00
|
|
|
"miow 0.2.1",
|
|
|
|
"net2",
|
|
|
|
"slab",
|
|
|
|
"winapi 0.2.8",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio-extras"
|
|
|
|
version = "2.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
|
|
|
|
dependencies = [
|
|
|
|
"lazycell",
|
2020-09-04 15:24:23 +00:00
|
|
|
"log",
|
2020-02-21 18:21:51 +00:00
|
|
|
"mio",
|
|
|
|
"slab",
|
2018-12-19 02:09:30 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio-named-pipes"
|
2020-07-01 14:04:56 +00:00
|
|
|
version = "0.1.7"
|
2018-12-19 02:09:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-01 14:04:56 +00:00
|
|
|
checksum = "0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656"
|
2018-12-19 02:09:30 +00:00
|
|
|
dependencies = [
|
2020-09-04 15:24:23 +00:00
|
|
|
"log",
|
2020-02-21 18:21:51 +00:00
|
|
|
"mio",
|
2020-06-19 17:44:28 +00:00
|
|
|
"miow 0.3.5",
|
2020-06-20 11:18:08 +00:00
|
|
|
"winapi 0.3.9",
|
2018-12-19 02:09:30 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio-uds"
|
2020-05-30 09:35:44 +00:00
|
|
|
version = "0.6.8"
|
2018-12-19 02:09:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-30 09:35:44 +00:00
|
|
|
checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
|
2018-12-19 02:09:30 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"iovec",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
2018-12-19 02:09:30 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
|
2018-12-19 02:09:30 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"kernel32-sys",
|
|
|
|
"net2",
|
|
|
|
"winapi 0.2.8",
|
|
|
|
"ws2_32-sys",
|
2018-12-19 02:09:30 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
2020-06-19 17:44:28 +00:00
|
|
|
version = "0.3.5"
|
2018-12-19 02:09:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-19 17:44:28 +00:00
|
|
|
checksum = "07b88fb9795d4d36d62a012dfbf49a8f5cf12751f36d31a9dbe66d528e58979e"
|
2018-12-19 02:09:30 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"socket2",
|
2020-06-20 11:18:08 +00:00
|
|
|
"winapi 0.3.9",
|
2018-12-19 02:09:30 +00:00
|
|
|
]
|
|
|
|
|
2020-03-27 20:09:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "multipart"
|
2020-09-04 15:24:23 +00:00
|
|
|
version = "0.17.0"
|
2020-03-27 20:09:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-04 15:24:23 +00:00
|
|
|
checksum = "8209c33c951f07387a8497841122fc6f712165e3f9bda3e6be4645b58188f676"
|
2020-03-27 20:09:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"buf_redux",
|
|
|
|
"httparse",
|
2020-09-04 15:24:23 +00:00
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"mime_guess",
|
2020-03-27 20:09:51 +00:00
|
|
|
"quick-error",
|
|
|
|
"rand 0.6.5",
|
|
|
|
"safemem",
|
|
|
|
"tempfile",
|
|
|
|
"twoway",
|
|
|
|
]
|
|
|
|
|
2018-12-19 02:09:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "net2"
|
2020-09-13 21:29:23 +00:00
|
|
|
version = "0.2.35"
|
2018-12-19 02:09:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-13 21:29:23 +00:00
|
|
|
checksum = "3ebc3ec692ed7c9a255596c67808dee269f64655d8baf7b4f0638e51ba1d6853"
|
2018-12-19 02:09:30 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2020-06-20 11:18:08 +00:00
|
|
|
"winapi 0.3.9",
|
2018-12-19 02:09:30 +00:00
|
|
|
]
|
|
|
|
|
2020-01-30 02:16:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "new_debug_unreachable"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
|
2020-01-30 02:16:48 +00:00
|
|
|
|
2019-04-23 15:59:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2020-09-13 21:29:23 +00:00
|
|
|
version = "0.18.0"
|
2019-04-23 15:59:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-13 21:29:23 +00:00
|
|
|
checksum = "83450fe6a6142ddd95fb064b746083fc4ef1705fe81f64a64e1d4b39f54a1055"
|
2019-04-23 15:59:22 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"bitflags",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2019-04-23 15:59:22 +00:00
|
|
|
]
|
|
|
|
|
2020-08-23 11:57:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
|
|
|
version = "5.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
|
|
|
|
dependencies = [
|
|
|
|
"lexical-core",
|
|
|
|
"memchr",
|
2020-09-04 15:24:23 +00:00
|
|
|
"version_check",
|
2020-08-23 11:57:09 +00:00
|
|
|
]
|
|
|
|
|
2020-02-21 18:21:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "notify"
|
2020-06-20 11:18:08 +00:00
|
|
|
version = "5.0.0-pre.3"
|
2020-02-21 18:21:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-20 11:18:08 +00:00
|
|
|
checksum = "77d03607cf88b4b160ba0e9ed425fff3cee3b55ac813f0c685b3a3772da37d0e"
|
2019-08-28 22:58:42 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"anymap",
|
|
|
|
"bitflags",
|
|
|
|
"crossbeam-channel",
|
|
|
|
"filetime",
|
|
|
|
"fsevent",
|
|
|
|
"fsevent-sys",
|
|
|
|
"inotify",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"mio-extras",
|
|
|
|
"walkdir",
|
2020-06-20 11:18:08 +00:00
|
|
|
"winapi 0.3.9",
|
2019-08-28 22:58:42 +00:00
|
|
|
]
|
|
|
|
|
2020-01-30 02:16:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"
|
2020-01-30 02:16:48 +00:00
|
|
|
dependencies = [
|
2020-09-04 15:24:23 +00:00
|
|
|
"autocfg 1.0.1",
|
2020-02-21 18:21:51 +00:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"serde",
|
2020-01-30 02:16:48 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2020-06-19 17:44:28 +00:00
|
|
|
version = "0.1.43"
|
2020-01-30 02:16:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-19 17:44:28 +00:00
|
|
|
checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
|
2020-01-30 02:16:48 +00:00
|
|
|
dependencies = [
|
2020-09-04 15:24:23 +00:00
|
|
|
"autocfg 1.0.1",
|
2020-02-21 18:21:51 +00:00
|
|
|
"num-traits",
|
2020-01-30 02:16:48 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2020-06-19 17:44:28 +00:00
|
|
|
version = "0.2.12"
|
2020-01-30 02:16:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-19 17:44:28 +00:00
|
|
|
checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
|
2020-01-30 02:16:48 +00:00
|
|
|
dependencies = [
|
2020-09-04 15:24:23 +00:00
|
|
|
"autocfg 1.0.1",
|
2020-01-30 02:16:48 +00:00
|
|
|
]
|
|
|
|
|
2018-12-19 02:09:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2020-05-30 09:35:44 +00:00
|
|
|
version = "1.13.0"
|
2018-12-19 02:09:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-30 09:35:44 +00:00
|
|
|
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
|
2018-12-19 02:09:30 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2019-12-30 13:57:17 +00:00
|
|
|
]
|
|
|
|
|
2020-02-10 18:08:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2020-11-21 12:17:42 +00:00
|
|
|
version = "1.5.2"
|
2020-02-10 18:08:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-21 12:17:42 +00:00
|
|
|
checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0"
|
2020-02-10 18:08:49 +00:00
|
|
|
|
2020-03-27 20:09:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
|
|
|
|
|
2020-09-04 15:24:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
|
|
|
|
2020-07-28 20:33:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ordered-float"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3741934be594d77de1c8461ebcbbe866f585ea616a9753aa78f2bdc69f0e4579"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2019-09-10 15:09:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "os_pipe"
|
2020-05-30 09:35:44 +00:00
|
|
|
version = "0.9.2"
|
2019-09-10 15:09:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-30 09:35:44 +00:00
|
|
|
checksum = "fb233f06c2307e1f5ce2ecad9f8121cffbbee2c95428f44ea85222e460d0d213"
|
2019-09-10 15:09:54 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"libc",
|
2020-06-20 11:18:08 +00:00
|
|
|
"winapi 0.3.9",
|
2019-09-10 15:09:54 +00:00
|
|
|
]
|
|
|
|
|
2020-01-30 02:16:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "owning_ref"
|
2020-03-07 20:51:23 +00:00
|
|
|
version = "0.4.1"
|
2020-01-30 02:16:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-07 20:51:23 +00:00
|
|
|
checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"
|
2020-02-21 18:21:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"stable_deref_trait",
|
|
|
|
]
|
|
|
|
|
2018-12-19 02:09:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2019-12-30 13:57:17 +00:00
|
|
|
version = "2.1.0"
|
2019-08-02 15:58:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
2019-08-02 15:58:09 +00:00
|
|
|
|
2020-10-20 03:10:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "petgraph"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "467d164a6de56270bd7c4d070df81d07beace25012d5103ced4e9ff08d6afdb7"
|
|
|
|
dependencies = [
|
|
|
|
"fixedbitset",
|
|
|
|
"indexmap",
|
|
|
|
]
|
|
|
|
|
2020-09-09 13:35:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
|
|
|
|
dependencies = [
|
|
|
|
"phf_macros",
|
|
|
|
"phf_shared",
|
|
|
|
"proc-macro-hack",
|
|
|
|
]
|
|
|
|
|
2020-01-30 02:16:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
|
2020-01-30 02:16:48 +00:00
|
|
|
dependencies = [
|
2020-09-04 15:24:23 +00:00
|
|
|
"phf_shared",
|
2020-02-21 18:21:51 +00:00
|
|
|
"rand 0.7.3",
|
2020-01-30 02:16:48 +00:00
|
|
|
]
|
|
|
|
|
2020-09-09 13:35:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "phf_macros"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f6fde18ff429ffc8fe78e2bf7f8b7a5a5a6e2a8b58bc5a9ac69198bbda9189c"
|
|
|
|
dependencies = [
|
|
|
|
"phf_generator",
|
|
|
|
"phf_shared",
|
|
|
|
"proc-macro-hack",
|
2020-11-21 12:17:42 +00:00
|
|
|
"proc-macro2 1.0.24",
|
2020-09-09 13:35:40 +00:00
|
|
|
"quote 1.0.7",
|
2020-11-21 12:17:42 +00:00
|
|
|
"syn 1.0.48",
|
2020-09-09 13:35:40 +00:00
|
|
|
]
|
|
|
|
|
2020-01-30 02:16:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
|
2020-01-30 02:16:48 +00:00
|
|
|
dependencies = [
|
2020-09-04 15:24:23 +00:00
|
|
|
"siphasher",
|
2020-01-30 02:16:48 +00:00
|
|
|
]
|
|
|
|
|
2019-09-23 18:40:38 +00:00
|
|
|
[[package]]
|
2019-12-30 13:57:17 +00:00
|
|
|
name = "pin-project"
|
2020-09-04 15:24:23 +00:00
|
|
|
version = "0.4.23"
|
2019-09-23 18:40:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-04 15:24:23 +00:00
|
|
|
checksum = "ca4433fff2ae79342e497d9f8ee990d174071408f28f726d6d83af93e58e48aa"
|
2019-12-30 13:57:17 +00:00
|
|
|
dependencies = [
|
2020-11-21 12:17:42 +00:00
|
|
|
"pin-project-internal 0.4.23",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9ccc2237c2c489783abd8c4c80e5450fc0e98644555b1364da68cc29aa151ca7"
|
|
|
|
dependencies = [
|
|
|
|
"pin-project-internal 1.0.2",
|
2019-12-30 13:57:17 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2020-09-04 15:24:23 +00:00
|
|
|
version = "0.4.23"
|
2019-12-30 13:57:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-04 15:24:23 +00:00
|
|
|
checksum = "2c0e815c3ee9a031fdf5af21c10aa17c573c9c6a566328d99e3936c34e36461f"
|
2019-12-30 13:57:17 +00:00
|
|
|
dependencies = [
|
2020-11-21 12:17:42 +00:00
|
|
|
"proc-macro2 1.0.24",
|
|
|
|
"quote 1.0.7",
|
|
|
|
"syn 1.0.48",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f8e8d2bf0b23038a4424865103a4df472855692821aab4e4f5c3312d461d9e5f"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 1.0.24",
|
2020-06-19 17:44:28 +00:00
|
|
|
"quote 1.0.7",
|
2020-11-21 12:17:42 +00:00
|
|
|
"syn 1.0.48",
|
2019-12-30 13:57:17 +00:00
|
|
|
]
|
2019-09-23 18:40:38 +00:00
|
|
|
|
2019-12-15 10:47:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2020-06-19 17:44:28 +00:00
|
|
|
version = "0.1.7"
|
2019-12-15 10:47:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-19 17:44:28 +00:00
|
|
|
checksum = "282adbf10f2698a7a77f8e983a74b2d18176c19a7fd32a45446139ae7b02b715"
|
2019-12-15 10:47:26 +00:00
|
|
|
|
2019-11-17 00:17:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
2020-05-30 09:35:44 +00:00
|
|
|
version = "0.1.0"
|
2019-11-17 00:17:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-30 09:35:44 +00:00
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
2019-11-17 00:17:47 +00:00
|
|
|
|
2020-01-30 02:16:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pmutil"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "3894e5d549cccbe44afecf72922f277f603cd4bb0219c8342631ef18fffbe004"
|
2020-01-30 02:16:48 +00:00
|
|
|
dependencies = [
|
2020-11-21 12:17:42 +00:00
|
|
|
"proc-macro2 1.0.24",
|
2020-06-19 17:44:28 +00:00
|
|
|
"quote 1.0.7",
|
2020-11-21 12:17:42 +00:00
|
|
|
"syn 1.0.48",
|
2020-01-30 02:16:48 +00:00
|
|
|
]
|
|
|
|
|
2019-08-02 15:58:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2020-09-04 15:24:23 +00:00
|
|
|
version = "0.2.9"
|
2018-12-19 02:09:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-04 15:24:23 +00:00
|
|
|
checksum = "c36fa947111f5c62a733b652544dd0016a43ce89619538a8ef92724a6f501a20"
|
2018-12-19 02:09:30 +00:00
|
|
|
|
2020-01-30 02:16:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "precomputed-hash"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
2020-01-30 02:16:48 +00:00
|
|
|
|
2019-11-17 00:17:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-hack"
|
2020-11-21 12:17:42 +00:00
|
|
|
version = "0.5.19"
|
2019-11-17 00:17:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-21 12:17:42 +00:00
|
|
|
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
|
2019-11-17 00:17:47 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-nested"
|
2020-06-19 17:44:28 +00:00
|
|
|
version = "0.1.6"
|
2019-11-17 00:17:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-19 17:44:28 +00:00
|
|
|
checksum = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a"
|
2019-11-17 00:17:47 +00:00
|
|
|
|
2019-12-05 20:30:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
|
|
|
version = "0.4.30"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
|
2019-12-05 20:30:20 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"unicode-xid 0.1.0",
|
2019-12-05 20:30:20 +00:00
|
|
|
]
|
|
|
|
|
2018-12-19 02:09:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2020-11-21 12:17:42 +00:00
|
|
|
version = "1.0.24"
|
2019-08-22 20:33:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-21 12:17:42 +00:00
|
|
|
checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
|
2019-08-22 20:33:55 +00:00
|
|
|
dependencies = [
|
2020-06-20 11:18:08 +00:00
|
|
|
"unicode-xid 0.2.1",
|
2019-08-22 20:33:55 +00:00
|
|
|
]
|
|
|
|
|
2020-02-26 06:01:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pty"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f50f3d255966981eb4e4c5df3e983e6f7d163221f547406d83b6a460ff5c5ee8"
|
|
|
|
dependencies = [
|
|
|
|
"errno",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-03-27 20:09:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
|
|
|
version = "1.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
|
|
|
|
2019-12-05 20:30:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
|
|
|
version = "0.6.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
|
2019-12-05 20:30:20 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"proc-macro2 0.4.30",
|
2019-12-05 20:30:20 +00:00
|
|
|
]
|
|
|
|
|
2019-08-22 20:33:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2020-06-19 17:44:28 +00:00
|
|
|
version = "1.0.7"
|
2019-08-22 20:33:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-19 17:44:28 +00:00
|
|
|
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
|
2019-08-22 20:33:55 +00:00
|
|
|
dependencies = [
|
2020-11-21 12:17:42 +00:00
|
|
|
"proc-macro2 1.0.24",
|
2019-08-22 20:33:55 +00:00
|
|
|
]
|
|
|
|
|
2020-10-20 03:10:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "radix_fmt"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ce082a9940a7ace2ad4a8b7d0b1eac6aa378895f18be598230c5f2284ac05426"
|
|
|
|
|
2020-01-30 02:16:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.6.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
|
2020-01-30 02:16:48 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"autocfg 0.1.7",
|
|
|
|
"libc",
|
|
|
|
"rand_chacha 0.1.1",
|
|
|
|
"rand_core 0.4.2",
|
|
|
|
"rand_hc 0.1.0",
|
|
|
|
"rand_isaac",
|
|
|
|
"rand_jitter",
|
|
|
|
"rand_os",
|
|
|
|
"rand_pcg 0.1.2",
|
|
|
|
"rand_xorshift",
|
2020-06-20 11:18:08 +00:00
|
|
|
"winapi 0.3.9",
|
2020-01-30 02:16:48 +00:00
|
|
|
]
|
|
|
|
|
2019-08-02 15:58:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2020-01-17 18:57:56 +00:00
|
|
|
version = "0.7.3"
|
2019-08-02 15:58:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
2019-08-02 15:58:09 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"getrandom",
|
|
|
|
"libc",
|
2020-03-17 22:35:30 +00:00
|
|
|
"rand_chacha 0.2.2",
|
2020-02-21 18:21:51 +00:00
|
|
|
"rand_core 0.5.1",
|
|
|
|
"rand_hc 0.2.0",
|
|
|
|
"rand_pcg 0.2.1",
|
2020-01-30 02:16:48 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
|
2020-01-30 02:16:48 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"autocfg 0.1.7",
|
|
|
|
"rand_core 0.3.1",
|
2019-08-02 15:58:09 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2020-03-17 22:35:30 +00:00
|
|
|
version = "0.2.2"
|
2019-08-02 15:58:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-17 22:35:30 +00:00
|
|
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
2019-08-02 15:58:09 +00:00
|
|
|
dependencies = [
|
2020-03-17 22:35:30 +00:00
|
|
|
"ppv-lite86",
|
2020-02-21 18:21:51 +00:00
|
|
|
"rand_core 0.5.1",
|
2019-08-02 15:58:09 +00:00
|
|
|
]
|
|
|
|
|
2018-12-19 02:09:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2019-01-26 12:58:19 +00:00
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
|
2019-01-26 12:58:19 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"rand_core 0.4.2",
|
2019-01-26 12:58:19 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2019-08-22 20:33:55 +00:00
|
|
|
version = "0.4.2"
|
2018-12-19 02:09:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
|
2018-12-19 02:09:30 +00:00
|
|
|
|
2019-08-02 15:58:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2019-09-12 20:20:15 +00:00
|
|
|
version = "0.5.1"
|
2019-08-02 15:58:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
2019-08-02 15:58:09 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"getrandom",
|
2019-08-02 15:58:09 +00:00
|
|
|
]
|
|
|
|
|
2020-01-30 02:16:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
|
2020-01-30 02:16:48 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"rand_core 0.3.1",
|
2020-01-30 02:16:48 +00:00
|
|
|
]
|
|
|
|
|
2019-08-02 15:58:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
2019-08-02 15:58:09 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"rand_core 0.5.1",
|
2019-08-02 15:58:09 +00:00
|
|
|
]
|
|
|
|
|
2020-01-30 02:16:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_isaac"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
|
2020-01-30 02:16:48 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"rand_core 0.3.1",
|
2020-01-30 02:16:48 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_jitter"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
|
2020-01-30 02:16:48 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"libc",
|
|
|
|
"rand_core 0.4.2",
|
2020-06-20 11:18:08 +00:00
|
|
|
"winapi 0.3.9",
|
2020-01-30 02:16:48 +00:00
|
|
|
]
|
|
|
|
|
2019-01-07 15:36:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_os"
|
2019-03-29 18:50:07 +00:00
|
|
|
version = "0.1.3"
|
2019-01-07 15:36:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
|
2019-01-07 15:36:08 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"cloudabi",
|
|
|
|
"fuchsia-cprng",
|
|
|
|
"libc",
|
|
|
|
"rand_core 0.4.2",
|
|
|
|
"rdrand",
|
2020-06-20 11:18:08 +00:00
|
|
|
"winapi 0.3.9",
|
2019-01-07 15:36:08 +00:00
|
|
|
]
|
|
|
|
|
2020-01-30 02:16:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_pcg"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
|
2020-01-30 02:16:48 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"autocfg 0.1.7",
|
|
|
|
"rand_core 0.4.2",
|
2020-01-30 02:16:48 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_pcg"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
|
2020-01-30 02:16:48 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"rand_core 0.5.1",
|
2020-01-30 02:16:48 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_xorshift"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
|
2020-01-30 02:16:48 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"rand_core 0.3.1",
|
2020-01-30 02:16:48 +00:00
|
|
|
]
|
|
|
|
|
2019-01-10 00:22:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rdrand"
|
|
|
|
version = "0.4.0"
|
2018-12-19 02:09:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
|
2018-12-19 02:09:30 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"rand_core 0.3.1",
|
2018-12-19 02:09:30 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2020-07-11 09:47:06 +00:00
|
|
|
version = "0.1.57"
|
2018-12-19 02:09:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-11 09:47:06 +00:00
|
|
|
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
2018-12-19 02:09:30 +00:00
|
|
|
|
2019-02-07 22:46:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2020-11-21 12:17:42 +00:00
|
|
|
version = "1.4.2"
|
2019-02-07 22:46:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-21 12:17:42 +00:00
|
|
|
checksum = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c"
|
2019-02-07 22:46:52 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
"thread_local",
|
2019-02-07 22:46:52 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2020-11-21 12:17:42 +00:00
|
|
|
version = "0.6.21"
|
2019-02-07 22:46:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-21 12:17:42 +00:00
|
|
|
checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189"
|
2019-02-07 22:46:52 +00:00
|
|
|
|
2020-10-20 03:10:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "relative-path"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "65aff7c83039e88c1c0b4bedf8dfa93d6ec84d5fc2945b37c1fa4186f46c5f94"
|
|
|
|
|
2018-12-19 02:09:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
2020-06-19 17:44:28 +00:00
|
|
|
version = "0.5.3"
|
2018-12-19 02:09:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-19 17:44:28 +00:00
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
2018-12-19 02:09:30 +00:00
|
|
|
dependencies = [
|
2020-06-20 11:18:08 +00:00
|
|
|
"winapi 0.3.9",
|
2018-12-19 02:09:30 +00:00
|
|
|
]
|
|
|
|
|
2019-08-29 00:05:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2020-09-04 15:24:23 +00:00
|
|
|
version = "0.10.8"
|
2019-12-30 19:14:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-04 15:24:23 +00:00
|
|
|
checksum = "e9eaa17ac5d7b838b7503d118fa16ad88f440498bf9ffe5424e621f93190d61e"
|
2020-02-21 18:21:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-compression",
|
2020-06-20 11:18:08 +00:00
|
|
|
"base64 0.12.3",
|
2020-07-23 17:20:08 +00:00
|
|
|
"bytes",
|
2020-02-21 18:21:51 +00:00
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"hyper-rustls",
|
2020-08-12 15:09:48 +00:00
|
|
|
"ipnet",
|
2020-02-21 18:21:51 +00:00
|
|
|
"js-sys",
|
|
|
|
"lazy_static",
|
2020-09-04 15:24:23 +00:00
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"mime_guess",
|
2020-07-01 14:04:56 +00:00
|
|
|
"percent-encoding",
|
2020-02-21 18:21:51 +00:00
|
|
|
"pin-project-lite",
|
2020-09-04 15:24:23 +00:00
|
|
|
"rustls",
|
2020-02-21 18:21:51 +00:00
|
|
|
"serde",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"tokio",
|
2020-09-04 15:24:23 +00:00
|
|
|
"tokio-rustls",
|
2020-07-01 14:04:56 +00:00
|
|
|
"url",
|
2020-02-21 18:21:51 +00:00
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
2020-05-30 09:35:44 +00:00
|
|
|
"webpki-roots",
|
2020-02-21 18:21:51 +00:00
|
|
|
"winreg",
|
2019-08-29 00:05:01 +00:00
|
|
|
]
|
|
|
|
|
2020-08-26 18:43:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "retain_mut"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e005d658ad26eacc2b6c506dfde519f4e277e328d0eb3379ca61647d70a8f531"
|
|
|
|
|
2018-12-19 02:09:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
2020-06-19 17:44:28 +00:00
|
|
|
version = "0.16.15"
|
2018-12-19 02:09:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-19 17:44:28 +00:00
|
|
|
checksum = "952cd6b98c85bbc30efa1ba5783b8abf12fec8b3287ffa52605b9432313e34e4"
|
2018-12-19 02:09:30 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"cc",
|
|
|
|
"libc",
|
2020-05-06 14:10:51 +00:00
|
|
|
"once_cell",
|
2020-02-21 18:21:51 +00:00
|
|
|
"spin",
|
|
|
|
"untrusted",
|
|
|
|
"web-sys",
|
2020-06-20 11:18:08 +00:00
|
|
|
"winapi 0.3.9",
|
2018-12-19 02:09:30 +00:00
|
|
|
]
|
|
|
|
|
2020-01-30 02:16:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
2020-01-30 02:16:48 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"semver",
|
2020-01-30 02:16:48 +00:00
|
|
|
]
|
|
|
|
|
2020-07-04 17:05:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2020-09-04 15:24:23 +00:00
|
|
|
version = "0.18.1"
|
2020-07-04 17:05:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-04 15:24:23 +00:00
|
|
|
checksum = "5d1126dcf58e93cee7d098dbda643b5f92ed724f1f6a63007c1116eed6700c81"
|
2018-12-19 02:09:30 +00:00
|
|
|
dependencies = [
|
2020-08-12 15:09:48 +00:00
|
|
|
"base64 0.12.3",
|
2020-09-04 15:24:23 +00:00
|
|
|
"log",
|
2020-02-21 18:21:51 +00:00
|
|
|
"ring",
|
|
|
|
"sct",
|
|
|
|
"webpki",
|
2018-12-19 02:09:30 +00:00
|
|
|
]
|
|
|
|
|
2020-01-05 14:19:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rusty_v8"
|
2020-11-21 13:45:07 +00:00
|
|
|
version = "0.13.0"
|
2020-01-05 14:19:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-21 13:45:07 +00:00
|
|
|
checksum = "abf06ea79ead18b3f81707b78e6d7813e83c772d0cb4b43caf3fa35a5df7eaab"
|
2020-01-05 14:19:29 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"bitflags",
|
|
|
|
"cargo_gn",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"which",
|
2020-01-05 14:19:29 +00:00
|
|
|
]
|
|
|
|
|
2018-12-19 02:09:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustyline"
|
2020-09-13 21:29:23 +00:00
|
|
|
version = "6.3.0"
|
2018-12-19 02:09:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-13 21:29:23 +00:00
|
|
|
checksum = "6f0d5e7b0219a3eadd5439498525d4765c59b7c993ef0c12244865cd2d988413"
|
2018-12-19 02:09:30 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2020-09-04 15:24:23 +00:00
|
|
|
"log",
|
2020-02-21 18:21:51 +00:00
|
|
|
"memchr",
|
|
|
|
"nix",
|
2020-08-13 15:03:16 +00:00
|
|
|
"scopeguard",
|
2020-02-21 18:21:51 +00:00
|
|
|
"unicode-segmentation",
|
|
|
|
"unicode-width",
|
|
|
|
"utf8parse",
|
2020-06-20 11:18:08 +00:00
|
|
|
"winapi 0.3.9",
|
2018-12-19 02:09:30 +00:00
|
|
|
]
|
|
|
|
|
2020-10-01 23:14:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustyline-derive"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "54a50e29610a5be68d4a586a5cce3bfb572ed2c2a74227e4168444b7bf4e5235"
|
|
|
|
dependencies = [
|
|
|
|
"quote 1.0.7",
|
2020-11-21 12:17:42 +00:00
|
|
|
"syn 1.0.48",
|
2020-10-01 23:14:55 +00:00
|
|
|
]
|
|
|
|
|
2018-12-19 02:09:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2020-06-01 20:25:10 +00:00
|
|
|
version = "1.0.5"
|
2018-12-19 02:09:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-01 20:25:10 +00:00
|
|
|
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
|
2018-12-19 02:09:30 +00:00
|
|
|
|
2020-03-27 20:09:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "safemem"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
|
|
|
|
|
2020-02-17 18:11:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
2020-02-17 18:11:45 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"winapi-util",
|
2020-02-17 18:11:45 +00:00
|
|
|
]
|
|
|
|
|
2020-01-30 02:16:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scoped-tls"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
|
2020-01-30 02:16:48 +00:00
|
|
|
|
2020-05-06 14:10:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
2018-12-19 02:09:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
2019-08-28 22:58:42 +00:00
|
|
|
version = "0.6.0"
|
2018-12-19 02:09:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "e3042af939fca8c3453b7af0f1c66e533a15a86169e39de2657310ade8f98d3c"
|
2018-12-19 02:09:30 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"ring",
|
|
|
|
"untrusted",
|
2018-12-19 02:09:30 +00:00
|
|
|
]
|
|
|
|
|
2020-01-30 02:16:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
2020-01-30 02:16:48 +00:00
|
|
|
dependencies = [
|
2020-03-23 15:37:24 +00:00
|
|
|
"semver-parser 0.7.0",
|
2020-01-30 02:16:48 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
2020-01-30 02:16:48 +00:00
|
|
|
|
2020-03-23 15:37:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b46e1121e8180c12ff69a742aabc4f310542b6ccb69f1691689ac17fdf8618aa"
|
|
|
|
|
2018-12-19 02:09:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2020-11-21 12:17:42 +00:00
|
|
|
version = "1.0.117"
|
2018-12-19 02:09:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-21 12:17:42 +00:00
|
|
|
checksum = "b88fa983de7720629c9387e9f517353ed404164b1e482c970a90c1a4aaf7dc1a"
|
2019-08-23 00:27:51 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"serde_derive",
|
2019-08-23 00:27:51 +00:00
|
|
|
]
|
2018-12-19 02:09:30 +00:00
|
|
|
|
2019-05-17 03:17:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2020-11-21 12:17:42 +00:00
|
|
|
version = "1.0.117"
|
2019-05-17 03:17:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-21 12:17:42 +00:00
|
|
|
checksum = "cbd1ae72adb44aab48f325a02444a5fc079349a8d804c1fc922aed3f7454c74e"
|
2019-05-17 03:17:50 +00:00
|
|
|
dependencies = [
|
2020-11-21 12:17:42 +00:00
|
|
|
"proc-macro2 1.0.24",
|
2020-06-19 17:44:28 +00:00
|
|
|
"quote 1.0.7",
|
2020-11-21 12:17:42 +00:00
|
|
|
"syn 1.0.48",
|
2019-05-17 03:17:50 +00:00
|
|
|
]
|
|
|
|
|
2018-12-19 02:09:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2020-11-21 12:17:42 +00:00
|
|
|
version = "1.0.59"
|
2018-12-19 02:09:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-21 12:17:42 +00:00
|
|
|
checksum = "dcac07dbffa1c65e7f816ab9eba78eb142c6d44410f4eeba1e26e4f5dfa56b95"
|
2018-12-19 02:09:30 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"indexmap",
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
2018-12-19 02:09:30 +00:00
|
|
|
]
|
|
|
|
|
2019-08-29 00:05:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
2019-12-30 13:57:17 +00:00
|
|
|
version = "0.6.1"
|
2019-08-29 00:05:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97"
|
2019-08-29 00:05:01 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"dtoa",
|
|
|
|
"itoa",
|
|
|
|
"serde",
|
2020-07-01 14:04:56 +00:00
|
|
|
"url",
|
2019-05-11 03:03:03 +00:00
|
|
|
]
|
|
|
|
|
2020-03-27 20:09:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha-1"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
|
|
|
|
dependencies = [
|
2020-09-04 15:24:23 +00:00
|
|
|
"block-buffer 0.7.3",
|
|
|
|
"digest 0.8.1",
|
2020-03-27 20:09:51 +00:00
|
|
|
"fake-simd",
|
2020-09-04 15:24:23 +00:00
|
|
|
"opaque-debug 0.2.3",
|
2020-03-27 20:09:51 +00:00
|
|
|
]
|
|
|
|
|
2019-05-11 03:03:03 +00:00
|
|
|
[[package]]
|
2020-09-04 15:24:23 +00:00
|
|
|
name = "sha-1"
|
|
|
|
version = "0.9.1"
|
2018-12-19 02:09:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-04 15:24:23 +00:00
|
|
|
checksum = "170a36ea86c864a3f16dd2687712dd6646f7019f301e57537c7f4dc9f5916770"
|
2018-12-19 02:09:30 +00:00
|
|
|
dependencies = [
|
2020-09-04 15:24:23 +00:00
|
|
|
"block-buffer 0.9.0",
|
|
|
|
"cfg-if",
|
|
|
|
"cpuid-bool",
|
|
|
|
"digest 0.9.0",
|
|
|
|
"opaque-debug 0.3.0",
|
2018-12-19 02:09:30 +00:00
|
|
|
]
|
|
|
|
|
2020-11-09 19:08:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "shell-escape"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
|
|
|
|
|
2020-03-27 20:09:51 +00:00
|
|
|
[[package]]
|
2020-09-04 15:24:23 +00:00
|
|
|
name = "signal-hook-registry"
|
|
|
|
version = "1.2.1"
|
2020-03-27 20:09:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-04 15:24:23 +00:00
|
|
|
checksum = "a3e12110bc539e657a646068aaf5eb5b63af9d0c1f7b29c97113fad80e15f035"
|
|
|
|
dependencies = [
|
|
|
|
"arc-swap",
|
|
|
|
"libc",
|
|
|
|
]
|
2020-03-27 20:09:51 +00:00
|
|
|
|
2020-01-30 02:16:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
2020-05-30 09:35:44 +00:00
|
|
|
version = "0.3.3"
|
2020-01-30 02:16:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-30 09:35:44 +00:00
|
|
|
checksum = "fa8f3741c7372e75519bd9346068370c9cdaabcc1f9599cbcf2a2719352286b7"
|
2020-01-30 02:16:48 +00:00
|
|
|
|
2018-12-19 02:09:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2019-01-10 00:22:46 +00:00
|
|
|
version = "0.4.2"
|
2018-12-19 02:09:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
|
2018-12-19 02:09:30 +00:00
|
|
|
|
2019-12-30 13:57:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2020-08-12 15:09:48 +00:00
|
|
|
version = "1.4.2"
|
2019-12-30 13:57:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-12 15:09:48 +00:00
|
|
|
checksum = "fbee7696b84bbf3d89a1c2eccff0850e3047ed46bfcd2e92c29a2d074d57e252"
|
2019-12-30 13:57:17 +00:00
|
|
|
|
2018-12-19 02:09:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2020-09-13 21:29:23 +00:00
|
|
|
version = "0.3.15"
|
2018-12-19 02:09:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-13 21:29:23 +00:00
|
|
|
checksum = "b1fa70dc5c8104ec096f4fe7ede7a221d35ae13dcd19ba1ad9a81d2cab9a1c44"
|
2018-12-19 02:09:30 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
2020-06-20 11:18:08 +00:00
|
|
|
"winapi 0.3.9",
|
2018-12-19 02:09:30 +00:00
|
|
|
]
|
|
|
|
|
2019-08-28 22:58:42 +00:00
|
|
|
[[package]]
|
2020-03-07 20:51:23 +00:00
|
|
|
name = "sourcemap"
|
2020-08-03 12:54:00 +00:00
|
|
|
version = "6.0.1"
|
2019-08-28 22:58:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-03 12:54:00 +00:00
|
|
|
checksum = "6e031f2463ecbdd5f34c950f89f5c1e1032f22c0f8e3dc4bdb2e8b6658cf61eb"
|
2020-03-07 20:51:23 +00:00
|
|
|
dependencies = [
|
2020-07-01 14:04:56 +00:00
|
|
|
"base64 0.11.0",
|
2020-03-07 20:51:23 +00:00
|
|
|
"if_chain",
|
|
|
|
"lazy_static",
|
|
|
|
"regex",
|
|
|
|
"rustc_version",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2020-07-01 14:04:56 +00:00
|
|
|
"url",
|
2020-03-07 20:51:23 +00:00
|
|
|
]
|
2019-08-28 22:58:42 +00:00
|
|
|
|
2019-02-12 01:08:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
2019-08-28 22:58:42 +00:00
|
|
|
version = "0.5.2"
|
2019-02-12 01:08:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
2019-02-12 01:08:21 +00:00
|
|
|
|
2020-01-30 02:16:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
2020-08-03 12:54:00 +00:00
|
|
|
version = "1.2.0"
|
2020-01-30 02:16:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-03 12:54:00 +00:00
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
2020-01-30 02:16:48 +00:00
|
|
|
|
2020-08-23 11:57:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
|
2020-01-30 02:16:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "string_cache"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "2940c75beb4e3bf3a494cef919a747a2cb81e52571e212bfbd185074add7208a"
|
2020-01-30 02:16:48 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"lazy_static",
|
|
|
|
"new_debug_unreachable",
|
2020-09-04 15:24:23 +00:00
|
|
|
"phf_shared",
|
2020-02-21 18:21:51 +00:00
|
|
|
"precomputed-hash",
|
|
|
|
"serde",
|
2020-01-30 02:16:48 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "string_cache_codegen"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "f24c8e5e19d22a726626f1a5e16fe15b132dcf21d10177fa5a45ce7962996b97"
|
2020-01-30 02:16:48 +00:00
|
|
|
dependencies = [
|
2020-09-04 15:24:23 +00:00
|
|
|
"phf_generator",
|
|
|
|
"phf_shared",
|
2020-11-21 12:17:42 +00:00
|
|
|
"proc-macro2 1.0.24",
|
2020-06-19 17:44:28 +00:00
|
|
|
"quote 1.0.7",
|
2020-01-30 02:16:48 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "string_enum"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "94fdb6536756cfd35ee18b9a9972ab2a699d405cc57e0ad0532022960f30d581"
|
2020-01-30 02:16:48 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"pmutil",
|
2020-11-21 12:17:42 +00:00
|
|
|
"proc-macro2 1.0.24",
|
2020-06-19 17:44:28 +00:00
|
|
|
"quote 1.0.7",
|
2020-02-21 18:21:51 +00:00
|
|
|
"swc_macros_common",
|
2020-11-21 12:17:42 +00:00
|
|
|
"syn 1.0.48",
|
2020-01-30 02:16:48 +00:00
|
|
|
]
|
|
|
|
|
2019-03-31 21:54:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2019-04-15 15:26:24 +00:00
|
|
|
version = "0.8.0"
|
2019-03-31 21:54:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
2019-03-31 21:54:58 +00:00
|
|
|
|
2020-01-30 02:16:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
|
2020-01-30 02:16:48 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "swc_atoms"
|
2020-10-30 19:39:53 +00:00
|
|
|
version = "0.2.5"
|
2020-01-30 02:16:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-30 19:39:53 +00:00
|
|
|
checksum = "762f5c66bf70e6f96db67808b5ad783c33a72cc3e0022cd04b41349231cdbe6c"
|
2020-01-30 02:16:48 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"string_cache",
|
|
|
|
"string_cache_codegen",
|
2020-01-30 02:16:48 +00:00
|
|
|
]
|
|
|
|
|
2020-10-20 03:10:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "swc_bundler"
|
2020-11-21 12:17:42 +00:00
|
|
|
version = "0.17.1"
|
2020-10-20 03:10:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-21 12:17:42 +00:00
|
|
|
checksum = "82147399b2eb2657714b5d9f59fa8fd11ffa0a510953c4eb5593bd7006128cec"
|
2020-10-20 03:10:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"crc",
|
|
|
|
"indexmap",
|
|
|
|
"is-macro",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"petgraph",
|
|
|
|
"radix_fmt",
|
|
|
|
"relative-path",
|
|
|
|
"retain_mut",
|
|
|
|
"swc_atoms",
|
|
|
|
"swc_common",
|
|
|
|
"swc_ecma_ast",
|
|
|
|
"swc_ecma_codegen",
|
|
|
|
"swc_ecma_parser",
|
|
|
|
"swc_ecma_transforms",
|
|
|
|
"swc_ecma_utils",
|
|
|
|
"swc_ecma_visit",
|
|
|
|
]
|
|
|
|
|
2020-01-30 02:16:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "swc_common"
|
2020-11-08 22:27:36 +00:00
|
|
|
version = "0.10.5"
|
2020-01-30 02:16:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-08 22:27:36 +00:00
|
|
|
checksum = "1dd78e25ecc138a4667f5e5ea4d1a1c35d424477882b549d4fc011062eecd50e"
|
2020-01-30 02:16:48 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"ast_node",
|
|
|
|
"cfg-if",
|
|
|
|
"either",
|
|
|
|
"from_variant",
|
|
|
|
"fxhash",
|
2020-09-04 15:24:23 +00:00
|
|
|
"log",
|
2020-08-13 15:03:16 +00:00
|
|
|
"once_cell",
|
|
|
|
"owning_ref",
|
2020-08-12 15:09:48 +00:00
|
|
|
"scoped-tls",
|
2020-02-21 18:21:51 +00:00
|
|
|
"serde",
|
2020-03-07 20:51:23 +00:00
|
|
|
"sourcemap",
|
2020-07-25 15:47:55 +00:00
|
|
|
"swc_visit",
|
2020-02-21 18:21:51 +00:00
|
|
|
"unicode-width",
|
2020-01-30 02:16:48 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "swc_ecma_ast"
|
2020-11-21 12:17:42 +00:00
|
|
|
version = "0.35.0"
|
2020-01-30 02:16:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-21 12:17:42 +00:00
|
|
|
checksum = "39d14f5b7769eb53a98276475ca72d188f5fa0fbf1819d3e9241b9e295ae0542"
|
2020-01-30 02:16:48 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"enum_kind",
|
2020-07-25 15:47:55 +00:00
|
|
|
"is-macro",
|
2020-02-21 18:21:51 +00:00
|
|
|
"num-bigint",
|
|
|
|
"serde",
|
|
|
|
"string_enum",
|
|
|
|
"swc_atoms",
|
|
|
|
"swc_common",
|
2020-01-30 02:16:48 +00:00
|
|
|
]
|
|
|
|
|
2020-07-28 20:33:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "swc_ecma_codegen"
|
2020-11-22 23:22:13 +00:00
|
|
|
version = "0.41.1"
|
2020-07-28 20:33:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-22 23:22:13 +00:00
|
|
|
checksum = "96e655391ee7b9e7e01fde2f64bfc1dbcf8b712510fc09edc6c00de52704e6a9"
|
2020-07-28 20:33:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"num-bigint",
|
|
|
|
"sourcemap",
|
|
|
|
"swc_atoms",
|
|
|
|
"swc_common",
|
|
|
|
"swc_ecma_ast",
|
|
|
|
"swc_ecma_codegen_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "swc_ecma_codegen_macros"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "04378143fd1296af71dd3aea2e096bef6fbf8aa3c25352d44d62d7f28aa9851b"
|
|
|
|
dependencies = [
|
|
|
|
"pmutil",
|
2020-11-21 12:17:42 +00:00
|
|
|
"proc-macro2 1.0.24",
|
2020-07-28 20:33:23 +00:00
|
|
|
"quote 1.0.7",
|
|
|
|
"swc_macros_common",
|
2020-11-21 12:17:42 +00:00
|
|
|
"syn 1.0.48",
|
2020-07-28 20:33:23 +00:00
|
|
|
]
|
|
|
|
|
2020-09-03 15:11:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "swc_ecma_dep_graph"
|
2020-11-21 12:17:42 +00:00
|
|
|
version = "0.9.0"
|
2020-09-03 15:11:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-21 12:17:42 +00:00
|
|
|
checksum = "06d740540964d8ac8d2d2c603223f49b31a1ae9803d2cdcff0796c210085ecc0"
|
2020-09-03 15:11:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"swc_atoms",
|
|
|
|
"swc_common",
|
|
|
|
"swc_ecma_ast",
|
|
|
|
"swc_ecma_visit",
|
|
|
|
]
|
|
|
|
|
2020-01-30 02:16:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "swc_ecma_parser"
|
2020-11-21 12:17:42 +00:00
|
|
|
version = "0.43.1"
|
2020-01-30 02:16:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-21 12:17:42 +00:00
|
|
|
checksum = "6d22c8f6cf8f45b8f2c1c09713f5d0d2e007394c1e8a9fe8ce20d8be5b57dc6a"
|
2020-01-30 02:16:48 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"either",
|
|
|
|
"enum_kind",
|
2020-07-31 14:59:22 +00:00
|
|
|
"fxhash",
|
2020-09-04 15:24:23 +00:00
|
|
|
"log",
|
2020-02-21 18:21:51 +00:00
|
|
|
"num-bigint",
|
|
|
|
"serde",
|
2020-08-13 15:03:16 +00:00
|
|
|
"smallvec",
|
2020-02-21 18:21:51 +00:00
|
|
|
"swc_atoms",
|
|
|
|
"swc_common",
|
|
|
|
"swc_ecma_ast",
|
|
|
|
"swc_ecma_parser_macros",
|
2020-07-25 15:47:55 +00:00
|
|
|
"swc_ecma_visit",
|
2020-06-20 11:18:08 +00:00
|
|
|
"unicode-xid 0.2.1",
|
2020-01-30 02:16:48 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "swc_ecma_parser_macros"
|
2020-03-17 22:35:30 +00:00
|
|
|
version = "0.4.1"
|
2020-01-30 02:16:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-17 22:35:30 +00:00
|
|
|
checksum = "8798810e2c79b884cf238bcb72b4bd12375121ee91724f1ceeb54b6e38a138e7"
|
2020-01-30 02:16:48 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"pmutil",
|
2020-11-21 12:17:42 +00:00
|
|
|
"proc-macro2 1.0.24",
|
2020-06-19 17:44:28 +00:00
|
|
|
"quote 1.0.7",
|
2020-02-21 18:21:51 +00:00
|
|
|
"swc_macros_common",
|
2020-11-21 12:17:42 +00:00
|
|
|
"syn 1.0.48",
|
2020-01-30 02:16:48 +00:00
|
|
|
]
|
|
|
|
|
2020-07-28 20:33:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "swc_ecma_transforms"
|
2020-11-21 12:17:42 +00:00
|
|
|
version = "0.30.1"
|
2020-07-28 20:33:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-21 12:17:42 +00:00
|
|
|
checksum = "5b5641f852d0156388ae939cfc9dda3dd7b05787236d1e80b697750815721758"
|
2020-07-28 20:33:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"Inflector",
|
|
|
|
"arrayvec",
|
2020-09-02 09:12:18 +00:00
|
|
|
"dashmap",
|
2020-07-28 20:33:23 +00:00
|
|
|
"either",
|
|
|
|
"fxhash",
|
|
|
|
"indexmap",
|
|
|
|
"is-macro",
|
2020-08-23 11:57:09 +00:00
|
|
|
"jsdoc",
|
2020-09-04 15:24:23 +00:00
|
|
|
"log",
|
2020-11-21 12:17:42 +00:00
|
|
|
"num-bigint",
|
2020-07-28 20:33:23 +00:00
|
|
|
"once_cell",
|
|
|
|
"ordered-float",
|
2020-09-09 13:35:40 +00:00
|
|
|
"phf",
|
2020-07-28 20:33:23 +00:00
|
|
|
"regex",
|
2020-08-26 18:43:24 +00:00
|
|
|
"retain_mut",
|
2020-08-12 15:09:48 +00:00
|
|
|
"scoped-tls",
|
2020-07-28 20:33:23 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2020-08-13 15:03:16 +00:00
|
|
|
"smallvec",
|
2020-07-28 20:33:23 +00:00
|
|
|
"swc_atoms",
|
|
|
|
"swc_common",
|
|
|
|
"swc_ecma_ast",
|
|
|
|
"swc_ecma_parser",
|
2020-08-26 18:43:24 +00:00
|
|
|
"swc_ecma_transforms_macros",
|
2020-07-28 20:33:23 +00:00
|
|
|
"swc_ecma_utils",
|
|
|
|
"swc_ecma_visit",
|
|
|
|
"unicode-xid 0.2.1",
|
|
|
|
]
|
|
|
|
|
2020-08-26 18:43:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "swc_ecma_transforms_macros"
|
2020-09-13 12:15:38 +00:00
|
|
|
version = "0.1.1"
|
2020-08-26 18:43:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-13 12:15:38 +00:00
|
|
|
checksum = "38c0b511705a737ef07d347f0fe5af22ef11ead65f6be58010d897426a60a70d"
|
2020-08-26 18:43:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"pmutil",
|
2020-11-21 12:17:42 +00:00
|
|
|
"proc-macro2 1.0.24",
|
2020-08-26 18:43:24 +00:00
|
|
|
"quote 1.0.7",
|
|
|
|
"swc_macros_common",
|
2020-11-21 12:17:42 +00:00
|
|
|
"syn 1.0.48",
|
2020-08-26 18:43:24 +00:00
|
|
|
]
|
|
|
|
|
2020-07-28 20:33:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "swc_ecma_utils"
|
2020-11-21 12:17:42 +00:00
|
|
|
version = "0.25.0"
|
2020-07-28 20:33:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-21 12:17:42 +00:00
|
|
|
checksum = "64fd3d84ee287900f37fd06a1856f57cd0d65b37bb0557abde2c91d8a9b28155"
|
2020-07-28 20:33:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
2020-08-12 15:09:48 +00:00
|
|
|
"scoped-tls",
|
2020-07-28 20:33:23 +00:00
|
|
|
"swc_atoms",
|
|
|
|
"swc_common",
|
|
|
|
"swc_ecma_ast",
|
|
|
|
"swc_ecma_visit",
|
|
|
|
"unicode-xid 0.2.1",
|
|
|
|
]
|
|
|
|
|
2020-04-30 18:18:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "swc_ecma_visit"
|
2020-11-21 12:17:42 +00:00
|
|
|
version = "0.21.0"
|
2020-04-30 18:18:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-21 12:17:42 +00:00
|
|
|
checksum = "ee22eeb8c6987f9e740e1867292bd45785408f62ded95e1dc57b9c6c26e85a96"
|
2020-04-30 18:18:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"num-bigint",
|
|
|
|
"swc_atoms",
|
|
|
|
"swc_common",
|
|
|
|
"swc_ecma_ast",
|
2020-07-25 15:47:55 +00:00
|
|
|
"swc_visit",
|
2020-04-30 18:18:50 +00:00
|
|
|
]
|
|
|
|
|
2020-07-31 14:59:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "swc_ecmascript"
|
2020-11-21 12:17:42 +00:00
|
|
|
version = "0.14.1"
|
2020-07-31 14:59:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-21 12:17:42 +00:00
|
|
|
checksum = "616480cdcebbf6e2b91db9eca819281838f46a4c6a48190111f1ee1254aa781c"
|
2020-07-31 14:59:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"swc_ecma_ast",
|
|
|
|
"swc_ecma_codegen",
|
2020-09-09 13:35:40 +00:00
|
|
|
"swc_ecma_dep_graph",
|
2020-07-31 14:59:22 +00:00
|
|
|
"swc_ecma_parser",
|
|
|
|
"swc_ecma_transforms",
|
2020-08-26 18:43:24 +00:00
|
|
|
"swc_ecma_utils",
|
2020-07-31 14:59:22 +00:00
|
|
|
"swc_ecma_visit",
|
|
|
|
]
|
|
|
|
|
2020-04-30 18:18:50 +00:00
|
|
|
[[package]]
|
2020-07-25 15:47:55 +00:00
|
|
|
name = "swc_macros_common"
|
|
|
|
version = "0.3.1"
|
2020-04-30 18:18:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-25 15:47:55 +00:00
|
|
|
checksum = "18a9f27d290938370597d363df9a77ba4be8e2bc99f32f69eb5245cdeed3c512"
|
2020-04-30 18:18:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"pmutil",
|
2020-11-21 12:17:42 +00:00
|
|
|
"proc-macro2 1.0.24",
|
2020-06-19 17:44:28 +00:00
|
|
|
"quote 1.0.7",
|
2020-11-21 12:17:42 +00:00
|
|
|
"syn 1.0.48",
|
2020-04-30 18:18:50 +00:00
|
|
|
]
|
|
|
|
|
2020-01-30 02:16:48 +00:00
|
|
|
[[package]]
|
2020-07-25 15:47:55 +00:00
|
|
|
name = "swc_visit"
|
2020-10-22 18:36:06 +00:00
|
|
|
version = "0.2.2"
|
2020-01-30 02:16:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-22 18:36:06 +00:00
|
|
|
checksum = "4ca9ac0c9177cbc3ae943f7fa1126831b00b68c49c24a0c07f45647e120871d8"
|
2020-01-30 02:16:48 +00:00
|
|
|
dependencies = [
|
2020-07-25 15:47:55 +00:00
|
|
|
"either",
|
|
|
|
"swc_visit_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "swc_visit_macros"
|
2020-10-22 18:36:06 +00:00
|
|
|
version = "0.2.1"
|
2020-07-25 15:47:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-22 18:36:06 +00:00
|
|
|
checksum = "d86b27648c524b340cb535375d52a84efdfb7e864082ca5955cea3932e0b8ea4"
|
2020-07-25 15:47:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"Inflector",
|
2020-02-21 18:21:51 +00:00
|
|
|
"pmutil",
|
2020-11-21 12:17:42 +00:00
|
|
|
"proc-macro2 1.0.24",
|
2020-06-19 17:44:28 +00:00
|
|
|
"quote 1.0.7",
|
2020-07-25 15:47:55 +00:00
|
|
|
"swc_macros_common",
|
2020-11-21 12:17:42 +00:00
|
|
|
"syn 1.0.48",
|
2020-01-30 02:16:48 +00:00
|
|
|
]
|
|
|
|
|
2019-12-05 20:30:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "0.15.44"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
|
2019-12-05 20:30:20 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"proc-macro2 0.4.30",
|
|
|
|
"quote 0.6.13",
|
|
|
|
"unicode-xid 0.1.0",
|
2019-12-05 20:30:20 +00:00
|
|
|
]
|
|
|
|
|
2018-12-19 02:09:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2020-11-21 12:17:42 +00:00
|
|
|
version = "1.0.48"
|
2018-12-19 02:09:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-21 12:17:42 +00:00
|
|
|
checksum = "cc371affeffc477f42a221a1e4297aedcea33d47d19b61455588bd9d8f6b19ac"
|
2018-12-19 02:09:30 +00:00
|
|
|
dependencies = [
|
2020-11-21 12:17:42 +00:00
|
|
|
"proc-macro2 1.0.24",
|
2020-06-19 17:44:28 +00:00
|
|
|
"quote 1.0.7",
|
2020-06-20 11:18:08 +00:00
|
|
|
"unicode-xid 0.2.1",
|
2019-08-22 20:33:55 +00:00
|
|
|
]
|
|
|
|
|
2019-09-27 23:09:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sys-info"
|
2020-06-01 20:25:10 +00:00
|
|
|
version = "0.7.0"
|
2019-09-27 23:09:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-01 20:25:10 +00:00
|
|
|
checksum = "e5cfbd84f86389198ade41b439f72a5b1b3a8ba728e61cd589e1720d0df44c39"
|
2019-09-27 23:09:42 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"cc",
|
|
|
|
"libc",
|
2019-09-27 23:09:42 +00:00
|
|
|
]
|
|
|
|
|
2018-12-19 02:09:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2019-08-02 15:58:09 +00:00
|
|
|
version = "3.1.0"
|
2018-12-19 02:09:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
|
2018-12-19 02:09:30 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"rand 0.7.3",
|
|
|
|
"redox_syscall",
|
|
|
|
"remove_dir_all",
|
2020-06-20 11:18:08 +00:00
|
|
|
"winapi 0.3.9",
|
2018-12-19 02:09:30 +00:00
|
|
|
]
|
|
|
|
|
2019-05-30 03:53:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2020-01-17 18:57:56 +00:00
|
|
|
version = "1.1.0"
|
2019-05-30 03:53:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
|
2019-05-30 03:53:14 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"winapi-util",
|
2019-05-30 03:53:14 +00:00
|
|
|
]
|
|
|
|
|
2019-12-05 20:30:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "test_plugin"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"deno_core",
|
2020-07-23 17:20:08 +00:00
|
|
|
"futures",
|
2020-06-18 15:54:55 +00:00
|
|
|
"test_util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "test_util"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2020-07-23 17:20:08 +00:00
|
|
|
"bytes",
|
|
|
|
"futures",
|
2020-06-18 15:54:55 +00:00
|
|
|
"lazy_static",
|
|
|
|
"os_pipe",
|
2020-08-18 20:29:32 +00:00
|
|
|
"pty",
|
2020-06-18 15:54:55 +00:00
|
|
|
"regex",
|
|
|
|
"tempfile",
|
2020-07-04 17:05:01 +00:00
|
|
|
"tokio",
|
|
|
|
"warp",
|
2019-12-05 20:30:20 +00:00
|
|
|
]
|
|
|
|
|
2019-03-31 21:54:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2019-04-15 15:26:24 +00:00
|
|
|
version = "0.11.0"
|
2019-03-31 21:54:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
2019-03-31 21:54:58 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"unicode-width",
|
2019-03-31 21:54:58 +00:00
|
|
|
]
|
|
|
|
|
2020-06-19 10:58:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
|
|
|
version = "1.0.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7dfdd070ccd8ccb78f4ad66bf1982dc37f620ef696c6b5028fe2ed83dd3d0d08"
|
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
|
|
|
version = "1.0.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bd80fc12f73063ac132ac92aceea36734f04a1d93c1240c6944e23a3b8841793"
|
|
|
|
dependencies = [
|
2020-11-21 12:17:42 +00:00
|
|
|
"proc-macro2 1.0.24",
|
2020-06-19 17:44:28 +00:00
|
|
|
"quote 1.0.7",
|
2020-11-21 12:17:42 +00:00
|
|
|
"syn 1.0.48",
|
2020-06-19 10:58:13 +00:00
|
|
|
]
|
|
|
|
|
2019-02-07 22:46:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2020-01-17 18:57:56 +00:00
|
|
|
version = "1.0.1"
|
2019-02-07 22:46:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
|
2019-02-07 22:46:52 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"lazy_static",
|
2019-02-07 22:46:52 +00:00
|
|
|
]
|
|
|
|
|
2018-12-19 02:09:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2020-09-04 15:24:23 +00:00
|
|
|
version = "0.1.44"
|
2018-12-19 02:09:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-04 15:24:23 +00:00
|
|
|
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
|
2018-12-19 02:09:30 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"libc",
|
2020-09-04 15:24:23 +00:00
|
|
|
"wasi 0.10.0+wasi-snapshot-preview1",
|
2020-06-20 11:18:08 +00:00
|
|
|
"winapi 0.3.9",
|
2018-12-19 02:09:30 +00:00
|
|
|
]
|
|
|
|
|
2020-06-19 17:44:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2020-09-04 15:24:23 +00:00
|
|
|
version = "0.3.4"
|
2020-06-19 17:44:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-04 15:24:23 +00:00
|
|
|
checksum = "238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117"
|
2020-06-19 17:44:28 +00:00
|
|
|
|
2019-12-15 10:47:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2020-07-22 22:23:52 +00:00
|
|
|
version = "0.2.22"
|
2019-12-15 10:47:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-22 22:23:52 +00:00
|
|
|
checksum = "5d34ca54d84bf2b5b4d7d31e901a8464f7b60ac145a284fba25ceb801f2ddccd"
|
2019-12-15 10:47:26 +00:00
|
|
|
dependencies = [
|
2020-07-23 17:20:08 +00:00
|
|
|
"bytes",
|
2020-02-21 18:21:51 +00:00
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"iovec",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"memchr",
|
|
|
|
"mio",
|
|
|
|
"mio-named-pipes",
|
|
|
|
"mio-uds",
|
2020-07-06 18:36:51 +00:00
|
|
|
"num_cpus",
|
2020-02-21 18:21:51 +00:00
|
|
|
"pin-project-lite",
|
|
|
|
"signal-hook-registry",
|
|
|
|
"slab",
|
|
|
|
"tokio-macros",
|
2020-06-20 11:18:08 +00:00
|
|
|
"winapi 0.3.9",
|
2019-12-15 10:47:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2020-03-07 20:51:23 +00:00
|
|
|
version = "0.2.5"
|
2019-12-15 10:47:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-07 20:51:23 +00:00
|
|
|
checksum = "f0c3acc6aa564495a0f2e1d59fab677cd7f81a19994cfc7f3ad0e64301560389"
|
2019-12-15 10:47:26 +00:00
|
|
|
dependencies = [
|
2020-11-21 12:17:42 +00:00
|
|
|
"proc-macro2 1.0.24",
|
2020-06-19 17:44:28 +00:00
|
|
|
"quote 1.0.7",
|
2020-11-21 12:17:42 +00:00
|
|
|
"syn 1.0.48",
|
2020-07-04 17:05:01 +00:00
|
|
|
]
|
|
|
|
|
2018-12-19 02:09:30 +00:00
|
|
|
[[package]]
|
2019-12-30 13:57:17 +00:00
|
|
|
name = "tokio-rustls"
|
2020-09-04 15:24:23 +00:00
|
|
|
version = "0.14.1"
|
2018-12-19 02:09:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-04 15:24:23 +00:00
|
|
|
checksum = "e12831b255bcfa39dc0436b01e19fea231a37db570686c06ee72c423479f889a"
|
2018-12-19 02:09:30 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"futures-core",
|
2020-09-04 15:24:23 +00:00
|
|
|
"rustls",
|
2020-02-21 18:21:51 +00:00
|
|
|
"tokio",
|
|
|
|
"webpki",
|
2018-12-19 02:09:30 +00:00
|
|
|
]
|
|
|
|
|
2020-03-27 20:09:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-tungstenite"
|
2020-09-04 15:24:23 +00:00
|
|
|
version = "0.11.0"
|
2020-03-27 20:09:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-04 15:24:23 +00:00
|
|
|
checksum = "6d9e878ad426ca286e4dcae09cbd4e1973a7f8987d97570e2469703dd7f5720c"
|
2020-03-27 20:09:51 +00:00
|
|
|
dependencies = [
|
2020-09-04 15:24:23 +00:00
|
|
|
"futures-util",
|
|
|
|
"log",
|
2020-11-21 12:17:42 +00:00
|
|
|
"pin-project 0.4.23",
|
2020-03-27 20:09:51 +00:00
|
|
|
"tokio",
|
|
|
|
"tungstenite",
|
|
|
|
]
|
|
|
|
|
2018-12-19 02:09:30 +00:00
|
|
|
[[package]]
|
2019-12-30 13:57:17 +00:00
|
|
|
name = "tokio-util"
|
2020-04-08 18:29:42 +00:00
|
|
|
version = "0.3.1"
|
2018-12-19 02:09:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 18:29:42 +00:00
|
|
|
checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
|
2018-12-19 02:09:30 +00:00
|
|
|
dependencies = [
|
2020-07-23 17:20:08 +00:00
|
|
|
"bytes",
|
2020-02-21 18:21:51 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
2020-09-04 15:24:23 +00:00
|
|
|
"log",
|
2020-02-21 18:21:51 +00:00
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2018-12-19 02:09:30 +00:00
|
|
|
]
|
|
|
|
|
2020-07-15 19:54:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
|
|
|
version = "0.5.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2018-12-19 02:09:30 +00:00
|
|
|
[[package]]
|
2019-12-30 13:57:17 +00:00
|
|
|
name = "tower-service"
|
|
|
|
version = "0.3.0"
|
2018-12-19 02:09:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860"
|
2018-12-19 02:09:30 +00:00
|
|
|
|
2020-08-12 15:09:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
|
|
|
version = "0.1.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6d79ca061b032d6ce30c660fded31189ca0b9922bf483cd70759f13a2d86786c"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2020-09-04 15:24:23 +00:00
|
|
|
"log",
|
2020-08-12 15:09:48 +00:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2020-09-13 21:29:23 +00:00
|
|
|
version = "0.1.16"
|
2020-08-12 15:09:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-13 21:29:23 +00:00
|
|
|
checksum = "5bcf46c1f1f06aeea2d6b81f3c863d0930a596c86ad1920d4e5bad6dd1d7119a"
|
2020-08-12 15:09:48 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-futures"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ab7bb6f14721aa00656086e9335d363c5c8747bae02ebe32ea2c7dece5689b4c"
|
|
|
|
dependencies = [
|
2020-11-21 12:17:42 +00:00
|
|
|
"pin-project 0.4.23",
|
2020-08-12 15:09:48 +00:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2019-08-29 00:05:01 +00:00
|
|
|
[[package]]
|
2019-12-30 13:57:17 +00:00
|
|
|
name = "try-lock"
|
2020-07-11 09:47:06 +00:00
|
|
|
version = "0.2.3"
|
2019-08-29 00:05:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-11 09:47:06 +00:00
|
|
|
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
|
2019-08-29 00:05:01 +00:00
|
|
|
|
2020-03-27 20:09:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tungstenite"
|
2020-09-04 15:24:23 +00:00
|
|
|
version = "0.11.1"
|
2020-03-27 20:09:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-04 15:24:23 +00:00
|
|
|
checksum = "f0308d80d86700c5878b9ef6321f020f29b1bb9d5ff3cab25e75e23f3a492a23"
|
2020-03-27 20:09:51 +00:00
|
|
|
dependencies = [
|
2020-09-04 15:24:23 +00:00
|
|
|
"base64 0.12.3",
|
2020-03-27 20:09:51 +00:00
|
|
|
"byteorder",
|
2020-07-23 17:20:08 +00:00
|
|
|
"bytes",
|
2020-03-27 20:09:51 +00:00
|
|
|
"http",
|
|
|
|
"httparse",
|
|
|
|
"input_buffer",
|
2020-09-04 15:24:23 +00:00
|
|
|
"log",
|
2020-03-27 20:09:51 +00:00
|
|
|
"rand 0.7.3",
|
2020-09-04 15:24:23 +00:00
|
|
|
"sha-1 0.9.1",
|
2020-07-01 14:04:56 +00:00
|
|
|
"url",
|
2020-03-27 20:09:51 +00:00
|
|
|
"utf-8",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "twoway"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "59b11b2b5241ba34be09c3cc85a36e56e48f9888862e19cedf23336d35316ed1"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2020-04-14 13:31:29 +00:00
|
|
|
version = "1.12.0"
|
2020-03-27 20:09:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-14 13:31:29 +00:00
|
|
|
checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
|
2020-03-27 20:09:51 +00:00
|
|
|
|
2019-08-29 00:05:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
2019-12-30 13:57:17 +00:00
|
|
|
version = "2.6.0"
|
2019-08-29 00:05:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
2019-08-29 00:05:01 +00:00
|
|
|
dependencies = [
|
2020-09-04 15:24:23 +00:00
|
|
|
"version_check",
|
2019-08-29 00:05:01 +00:00
|
|
|
]
|
|
|
|
|
2018-12-19 02:09:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
|
2018-12-19 02:09:30 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"matches",
|
2018-12-19 02:09:30 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2020-06-19 17:44:28 +00:00
|
|
|
version = "0.1.13"
|
2018-12-19 02:09:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-19 17:44:28 +00:00
|
|
|
checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977"
|
2019-01-26 12:58:19 +00:00
|
|
|
dependencies = [
|
2020-06-19 17:44:28 +00:00
|
|
|
"tinyvec",
|
2019-01-26 12:58:19 +00:00
|
|
|
]
|
2018-12-19 02:09:30 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2019-12-30 13:57:17 +00:00
|
|
|
version = "1.6.0"
|
2018-12-19 02:09:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
|
2018-12-19 02:09:30 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2020-07-01 14:04:56 +00:00
|
|
|
version = "0.1.8"
|
2018-12-19 02:09:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-01 14:04:56 +00:00
|
|
|
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
|
2018-12-19 02:09:30 +00:00
|
|
|
|
2019-12-05 20:30:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
2019-12-05 20:30:20 +00:00
|
|
|
|
2019-08-22 20:33:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2020-06-20 11:18:08 +00:00
|
|
|
version = "0.2.1"
|
2019-08-22 20:33:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-20 11:18:08 +00:00
|
|
|
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
|
2019-08-22 20:33:55 +00:00
|
|
|
|
2018-12-19 02:09:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
2020-05-06 14:10:51 +00:00
|
|
|
version = "0.7.1"
|
2018-12-19 02:09:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-06 14:10:51 +00:00
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
2018-12-19 02:09:30 +00:00
|
|
|
|
2019-09-23 18:40:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2020-01-17 18:57:56 +00:00
|
|
|
version = "2.1.1"
|
2019-09-23 18:40:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"
|
2019-09-23 18:40:38 +00:00
|
|
|
dependencies = [
|
2020-07-01 14:04:56 +00:00
|
|
|
"idna",
|
2020-02-21 18:21:51 +00:00
|
|
|
"matches",
|
2020-07-01 14:04:56 +00:00
|
|
|
"percent-encoding",
|
2020-10-09 19:45:40 +00:00
|
|
|
"serde",
|
2019-09-23 18:40:38 +00:00
|
|
|
]
|
|
|
|
|
2020-03-27 20:09:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "urlencoding"
|
2020-06-19 17:44:28 +00:00
|
|
|
version = "1.1.1"
|
2020-03-27 20:09:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-19 17:44:28 +00:00
|
|
|
checksum = "c9232eb53352b4442e40d7900465dfc534e8cb2dc8f18656fcb2ac16112b5593"
|
2020-03-27 20:09:51 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "utf-8"
|
|
|
|
version = "0.7.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7"
|
|
|
|
|
2018-12-19 02:09:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
2020-04-08 18:29:42 +00:00
|
|
|
version = "0.2.0"
|
2018-12-19 02:09:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 18:29:42 +00:00
|
|
|
checksum = "936e4b492acfd135421d8dca4b1aa80a7bfc26e702ef3af710e0752684df5372"
|
2018-12-19 02:09:30 +00:00
|
|
|
|
2020-03-27 20:09:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9fde2f6a4bea1d6e007c4ad38c6839fa71cbb63b6dbf5b595aa38dc9b1093c11"
|
|
|
|
dependencies = [
|
|
|
|
"rand 0.7.3",
|
|
|
|
]
|
|
|
|
|
2019-03-31 21:54:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
2020-05-30 09:35:44 +00:00
|
|
|
version = "0.8.2"
|
2019-03-31 21:54:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-30 09:35:44 +00:00
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
2019-03-31 21:54:58 +00:00
|
|
|
|
2019-12-30 13:57:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2020-05-30 09:35:44 +00:00
|
|
|
version = "0.9.2"
|
2019-12-30 13:57:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-30 09:35:44 +00:00
|
|
|
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
|
2019-12-30 13:57:17 +00:00
|
|
|
|
2020-02-17 18:11:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
|
|
|
version = "2.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
|
2020-02-17 18:11:45 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"same-file",
|
2020-06-20 11:18:08 +00:00
|
|
|
"winapi 0.3.9",
|
2020-02-21 18:21:51 +00:00
|
|
|
"winapi-util",
|
2020-02-17 18:11:45 +00:00
|
|
|
]
|
|
|
|
|
2019-12-30 13:57:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
2019-12-30 13:57:17 +00:00
|
|
|
dependencies = [
|
2020-09-04 15:24:23 +00:00
|
|
|
"log",
|
2020-02-21 18:21:51 +00:00
|
|
|
"try-lock",
|
2019-12-30 13:57:17 +00:00
|
|
|
]
|
|
|
|
|
2020-03-27 20:09:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "warp"
|
2020-09-04 15:24:23 +00:00
|
|
|
version = "0.2.5"
|
2020-03-27 20:09:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-04 15:24:23 +00:00
|
|
|
checksum = "f41be6df54c97904af01aa23e613d4521eed7ab23537cede692d4058f6449407"
|
2020-03-27 20:09:51 +00:00
|
|
|
dependencies = [
|
2020-07-23 17:20:08 +00:00
|
|
|
"bytes",
|
|
|
|
"futures",
|
2020-03-27 20:09:51 +00:00
|
|
|
"headers",
|
|
|
|
"http",
|
|
|
|
"hyper",
|
2020-09-04 15:24:23 +00:00
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"mime_guess",
|
2020-03-27 20:09:51 +00:00
|
|
|
"multipart",
|
2020-11-21 12:17:42 +00:00
|
|
|
"pin-project 0.4.23",
|
2020-08-12 15:09:48 +00:00
|
|
|
"scoped-tls",
|
2020-03-27 20:09:51 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"tokio",
|
2020-09-04 15:24:23 +00:00
|
|
|
"tokio-rustls",
|
2020-03-27 20:09:51 +00:00
|
|
|
"tokio-tungstenite",
|
|
|
|
"tower-service",
|
2020-08-12 15:09:48 +00:00
|
|
|
"tracing",
|
|
|
|
"tracing-futures",
|
2020-03-27 20:09:51 +00:00
|
|
|
"urlencoding",
|
|
|
|
]
|
|
|
|
|
2019-08-22 20:33:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2020-01-17 18:57:56 +00:00
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
2019-08-22 20:33:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
2019-08-22 20:33:55 +00:00
|
|
|
|
2020-09-04 15:24:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.10.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
|
|
|
|
|
2019-08-28 22:58:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2020-09-13 21:29:23 +00:00
|
|
|
version = "0.2.68"
|
2019-08-28 22:58:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-13 21:29:23 +00:00
|
|
|
checksum = "1ac64ead5ea5f05873d7c12b545865ca2b8d28adfc50a49b84770a3a97265d42"
|
2019-08-28 22:58:42 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"cfg-if",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"wasm-bindgen-macro",
|
2019-08-28 22:58:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2020-09-13 21:29:23 +00:00
|
|
|
version = "0.2.68"
|
2019-08-28 22:58:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-13 21:29:23 +00:00
|
|
|
checksum = "f22b422e2a757c35a73774860af8e112bff612ce6cb604224e8e47641a9e4f68"
|
2019-08-28 22:58:42 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"bumpalo",
|
|
|
|
"lazy_static",
|
2020-09-04 15:24:23 +00:00
|
|
|
"log",
|
2020-11-21 12:17:42 +00:00
|
|
|
"proc-macro2 1.0.24",
|
2020-06-19 17:44:28 +00:00
|
|
|
"quote 1.0.7",
|
2020-11-21 12:17:42 +00:00
|
|
|
"syn 1.0.48",
|
2020-02-21 18:21:51 +00:00
|
|
|
"wasm-bindgen-shared",
|
2019-12-30 13:57:17 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2020-09-13 21:29:23 +00:00
|
|
|
version = "0.4.18"
|
2019-12-30 13:57:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-13 21:29:23 +00:00
|
|
|
checksum = "b7866cab0aa01de1edf8b5d7936938a7e397ee50ce24119aef3e1eaa3b6171da"
|
2019-12-30 13:57:17 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"cfg-if",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
2019-08-28 22:58:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2020-09-13 21:29:23 +00:00
|
|
|
version = "0.2.68"
|
2019-08-28 22:58:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-13 21:29:23 +00:00
|
|
|
checksum = "6b13312a745c08c469f0b292dd2fcd6411dba5f7160f593da6ef69b64e407038"
|
2019-08-28 22:58:42 +00:00
|
|
|
dependencies = [
|
2020-06-19 17:44:28 +00:00
|
|
|
"quote 1.0.7",
|
2020-02-21 18:21:51 +00:00
|
|
|
"wasm-bindgen-macro-support",
|
2019-08-28 22:58:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2020-09-13 21:29:23 +00:00
|
|
|
version = "0.2.68"
|
2019-08-28 22:58:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-13 21:29:23 +00:00
|
|
|
checksum = "f249f06ef7ee334cc3b8ff031bfc11ec99d00f34d86da7498396dc1e3b1498fe"
|
2019-08-28 22:58:42 +00:00
|
|
|
dependencies = [
|
2020-11-21 12:17:42 +00:00
|
|
|
"proc-macro2 1.0.24",
|
2020-06-19 17:44:28 +00:00
|
|
|
"quote 1.0.7",
|
2020-11-21 12:17:42 +00:00
|
|
|
"syn 1.0.48",
|
2020-02-21 18:21:51 +00:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
2019-08-28 22:58:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2020-09-13 21:29:23 +00:00
|
|
|
version = "0.2.68"
|
2019-08-28 22:58:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-13 21:29:23 +00:00
|
|
|
checksum = "1d649a3145108d7d3fbcde896a468d1bd636791823c9921135218ad89be08307"
|
2019-08-28 22:58:42 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2020-09-13 21:29:23 +00:00
|
|
|
version = "0.3.45"
|
2019-08-28 22:58:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-13 21:29:23 +00:00
|
|
|
checksum = "4bf6ef87ad7ae8008e15a355ce696bed26012b7caa21605188cfd8214ab51e2d"
|
2019-08-28 22:58:42 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2019-08-28 22:58:42 +00:00
|
|
|
]
|
|
|
|
|
2018-12-19 02:09:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "webpki"
|
2020-06-01 20:25:10 +00:00
|
|
|
version = "0.21.3"
|
2018-12-19 02:09:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-01 20:25:10 +00:00
|
|
|
checksum = "ab146130f5f790d45f82aeeb09e55a256573373ec64409fc19a6fb82fb1032ae"
|
2018-12-19 02:09:30 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"ring",
|
|
|
|
"untrusted",
|
2018-12-19 02:09:30 +00:00
|
|
|
]
|
|
|
|
|
2019-08-28 22:58:42 +00:00
|
|
|
[[package]]
|
2020-03-07 20:51:23 +00:00
|
|
|
name = "webpki-roots"
|
|
|
|
version = "0.19.0"
|
2018-12-19 02:09:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-07 20:51:23 +00:00
|
|
|
checksum = "f8eff4b7516a57307f9349c64bf34caa34b940b66fed4b2fb3136cb7386e5739"
|
2018-12-19 02:09:30 +00:00
|
|
|
dependencies = [
|
2020-03-07 20:51:23 +00:00
|
|
|
"webpki",
|
2018-12-19 02:09:30 +00:00
|
|
|
]
|
|
|
|
|
2020-01-05 14:19:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
2020-08-07 19:05:32 +00:00
|
|
|
version = "4.0.2"
|
2020-01-05 14:19:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-07 19:05:32 +00:00
|
|
|
checksum = "87c14ef7e1b8b8ecfc75d5eca37949410046e66f15d185c01d70824f1f8111ef"
|
2020-01-05 14:19:29 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"libc",
|
2020-06-19 10:58:13 +00:00
|
|
|
"thiserror",
|
2020-01-05 14:19:29 +00:00
|
|
|
]
|
|
|
|
|
2018-12-19 02:09:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
2018-12-19 02:09:30 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-06-20 11:18:08 +00:00
|
|
|
version = "0.3.9"
|
2018-12-19 02:09:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-20 11:18:08 +00:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2018-12-19 02:09:30 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2018-12-19 02:09:30 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-build"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
2018-12-19 02:09:30 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2018-12-19 02:09:30 +00:00
|
|
|
|
2019-05-30 03:53:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2020-05-30 09:35:44 +00:00
|
|
|
version = "0.1.5"
|
2019-05-30 03:53:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-30 09:35:44 +00:00
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
2019-05-30 03:53:14 +00:00
|
|
|
dependencies = [
|
2020-06-20 11:18:08 +00:00
|
|
|
"winapi 0.3.9",
|
2019-05-30 03:53:14 +00:00
|
|
|
]
|
|
|
|
|
2018-12-19 02:09:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2018-12-19 02:09:30 +00:00
|
|
|
|
2019-08-29 00:05:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
2020-05-30 09:35:44 +00:00
|
|
|
version = "0.7.0"
|
2019-08-29 00:05:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-30 09:35:44 +00:00
|
|
|
checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
|
2019-08-29 00:05:01 +00:00
|
|
|
dependencies = [
|
2020-06-20 11:18:08 +00:00
|
|
|
"winapi 0.3.9",
|
2019-08-29 00:05:01 +00:00
|
|
|
]
|
|
|
|
|
2020-07-15 19:54:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winres"
|
|
|
|
version = "0.1.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ff4fb510bbfe5b8992ff15f77a2e6fe6cf062878f0eda00c0f44963a807ca5dc"
|
|
|
|
dependencies = [
|
|
|
|
"toml",
|
|
|
|
]
|
|
|
|
|
2018-12-19 02:09:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ws2_32-sys"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 18:21:51 +00:00
|
|
|
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
2018-12-19 02:09:30 +00:00
|
|
|
dependencies = [
|
2020-02-21 18:21:51 +00:00
|
|
|
"winapi 0.2.8",
|
|
|
|
"winapi-build",
|
|
|
|
]
|