2019-04-19 11:27:02 -04:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-05-07 09:45:07 -04:00
|
|
|
version = 3
|
|
|
|
|
2020-04-30 14:18:50 -04:00
|
|
|
[[package]]
|
|
|
|
name = "Inflector"
|
|
|
|
version = "0.11.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2021-08-06 17:28:10 -04:00
|
|
|
[[package]]
|
|
|
|
name = "abort_on_panic"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "955f37ac58af2416bac687c8ab66a4ccba282229bd7422a28d2281a5e66a6116"
|
|
|
|
|
2020-01-11 05:11:05 -05:00
|
|
|
[[package]]
|
2020-07-01 10:04:56 -04:00
|
|
|
name = "adler"
|
2021-04-08 12:46:14 -04:00
|
|
|
version = "1.0.2"
|
2020-01-11 05:11:05 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-08 12:46:14 -04:00
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
2020-01-11 05:11:05 -05:00
|
|
|
|
2022-01-05 10:12:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "aead"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2021-10-11 10:37:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "aes"
|
|
|
|
version = "0.7.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"
|
|
|
|
dependencies = [
|
2022-03-22 09:19:53 -04:00
|
|
|
"cfg-if",
|
2021-10-11 10:37:51 -04:00
|
|
|
"cipher",
|
|
|
|
"cpufeatures",
|
|
|
|
"opaque-debug",
|
|
|
|
]
|
|
|
|
|
2022-01-05 10:12:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "aes-gcm"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df5f85a83a7d8b0442b6aa7b504b8212c1733da07b98aae43d4bc21b2cb3cdf6"
|
|
|
|
dependencies = [
|
|
|
|
"aead",
|
|
|
|
"aes",
|
|
|
|
"cipher",
|
|
|
|
"ctr",
|
|
|
|
"ghash",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2022-01-10 23:44:47 -05:00
|
|
|
[[package]]
|
|
|
|
name = "aes-kw"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da2cfe3156f99bc2978b812bcc9c98c6850810e2c0cd48366abb7163a1beeed0"
|
|
|
|
dependencies = [
|
|
|
|
"aes",
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2021-03-02 07:39:56 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2021-12-08 19:12:14 -05:00
|
|
|
version = "0.7.6"
|
2021-03-02 07:39:56 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-08 19:12:14 -05:00
|
|
|
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
2021-03-02 07:39:56 -05:00
|
|
|
dependencies = [
|
2022-04-08 12:31:47 -04:00
|
|
|
"getrandom",
|
2021-03-02 07:39:56 -05:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2019-02-07 17:46:52 -05:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2021-05-10 06:02:47 -04:00
|
|
|
version = "0.7.18"
|
2019-02-07 17:46:52 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-10 06:02:47 -04:00
|
|
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
2019-02-07 17:46:52 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"memchr",
|
2019-02-07 17:46:52 -05:00
|
|
|
]
|
|
|
|
|
2020-02-23 09:37:43 -05:00
|
|
|
[[package]]
|
|
|
|
name = "alloc-no-stdlib"
|
2021-09-02 17:38:44 -04:00
|
|
|
version = "2.0.3"
|
2020-02-23 09:37:43 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-02 17:38:44 -04:00
|
|
|
checksum = "35ef4730490ad1c4eae5c4325b2a95f521d023e5c885853ff7aca0a6a1631db3"
|
2020-02-23 09:37:43 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "alloc-stdlib"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "697ed7edc0f1711de49ce108c541623a0af97c6c60b2f6e2b65229847ac843c2"
|
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
]
|
|
|
|
|
2021-09-15 06:34:17 -04:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2020-09-14 12:48:57 -04:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "1.0.57"
|
2020-09-14 12:48:57 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc"
|
2020-09-14 12:48:57 -04:00
|
|
|
|
2021-08-24 07:29:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2021-12-10 18:35:37 -05:00
|
|
|
version = "0.7.2"
|
2021-08-24 07:29:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-10 18:35:37 -05:00
|
|
|
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
|
2021-05-06 10:48:45 -04:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2021-01-29 14:34:33 -05:00
|
|
|
|
2021-03-01 05:31:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ash"
|
2022-01-24 17:47:05 -05:00
|
|
|
version = "0.34.0+1.2.203"
|
2021-03-01 05:31:13 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-24 17:47:05 -05:00
|
|
|
checksum = "b0f780da53d0063880d45554306489f09dd8d1bda47688b4a57bc579119356df"
|
2021-03-01 05:31:13 -05:00
|
|
|
dependencies = [
|
|
|
|
"libloading",
|
|
|
|
]
|
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ast_node"
|
2022-03-22 09:19:53 -04:00
|
|
|
version = "0.7.7"
|
2020-01-29 21:16:48 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-22 09:19:53 -04:00
|
|
|
checksum = "bc4c00309ed1c8104732df4a5fa9acc3b796b6f8531dfbd5ce0078c86f997244"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"darling",
|
|
|
|
"pmutil",
|
2022-05-05 06:41:59 -04:00
|
|
|
"proc-macro2 1.0.37",
|
|
|
|
"quote 1.0.18",
|
2020-02-21 13:21:51 -05:00
|
|
|
"swc_macros_common",
|
2022-05-05 06:41:59 -04:00
|
|
|
"syn 1.0.91",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
2020-01-11 05:11:05 -05:00
|
|
|
[[package]]
|
|
|
|
name = "async-compression"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.3.12"
|
2020-01-11 05:11:05 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "f2bf394cfbbe876f0ac67b13b6ca819f9c9f2fb9ec67223cceb1555fbab1c31a"
|
2020-01-11 05:11:05 -05:00
|
|
|
dependencies = [
|
2020-02-23 09:37:43 -05:00
|
|
|
"brotli",
|
2020-02-21 13:21:51 -05:00
|
|
|
"flate2",
|
|
|
|
"futures-core",
|
|
|
|
"memchr",
|
2021-01-12 02:50:02 -05:00
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2020-01-11 05:11:05 -05:00
|
|
|
]
|
|
|
|
|
2021-01-10 07:20:47 -05:00
|
|
|
[[package]]
|
|
|
|
name = "async-stream"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.3.3"
|
2021-01-10 07:20:47 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "dad5c83079eae9969be7fadefe640a1c566901f05ff91ab221de4b6f68d9507e"
|
2021-01-10 07:20:47 -05:00
|
|
|
dependencies = [
|
|
|
|
"async-stream-impl",
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-stream-impl"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.3.3"
|
2021-01-10 07:20:47 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "10f203db73a71dfa2fb6dd22763990fa26f3d2625a6da2da900d23b87d26be27"
|
2021-01-10 07:20:47 -05:00
|
|
|
dependencies = [
|
2022-05-05 06:41:59 -04:00
|
|
|
"proc-macro2 1.0.37",
|
|
|
|
"quote 1.0.18",
|
|
|
|
"syn 1.0.91",
|
2021-01-10 07:20:47 -05:00
|
|
|
]
|
|
|
|
|
2020-12-21 08:44:26 -05:00
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.1.53"
|
2020-12-21 08:44:26 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "ed6aa3524a2dfcf9fe180c51eae2b58738348d819517ceadf95789c51fff7600"
|
2020-12-21 08:44:26 -05:00
|
|
|
dependencies = [
|
2022-05-05 06:41:59 -04:00
|
|
|
"proc-macro2 1.0.37",
|
|
|
|
"quote 1.0.18",
|
|
|
|
"syn 1.0.91",
|
2020-12-21 08:44:26 -05:00
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
2020-01-17 13:57:56 -05:00
|
|
|
version = "0.2.14"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2020-06-20 07:18:08 -04:00
|
|
|
"winapi 0.3.9",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
2020-12-21 08:44:26 -05:00
|
|
|
[[package]]
|
|
|
|
name = "auto_impl"
|
2021-11-24 20:10:12 -05:00
|
|
|
version = "0.5.0"
|
2020-12-21 08:44:26 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-24 20:10:12 -05:00
|
|
|
checksum = "7862e21c893d65a1650125d157eaeec691439379a1cee17ee49031b79236ada4"
|
2020-12-21 08:44:26 -05:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error",
|
2022-05-05 06:41:59 -04:00
|
|
|
"proc-macro2 1.0.37",
|
|
|
|
"quote 1.0.18",
|
|
|
|
"syn 1.0.91",
|
2020-12-21 08:44:26 -05:00
|
|
|
]
|
|
|
|
|
2021-07-06 08:16:04 -04:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.1.8"
|
2021-07-06 08:16:04 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "0dde43e75fd43e8a1bf86103336bc699aa8d17ad1be60c76c0bdfd4828e19b78"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg 1.1.0",
|
|
|
|
]
|
2021-07-06 08:16:04 -04:00
|
|
|
|
2019-01-07 10:36:08 -05:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "1.1.0"
|
2019-01-07 10:36:08 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2019-01-07 10:36:08 -05:00
|
|
|
|
2019-11-14 08:31:39 -05:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
|
2019-11-14 08:31:39 -05:00
|
|
|
|
2021-01-10 07:20:47 -05:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
|
|
|
|
2021-12-16 11:28:43 -05:00
|
|
|
[[package]]
|
|
|
|
name = "base64ct"
|
|
|
|
version = "1.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6b4d9b1225d28d360ec6a231d65af1fd99a2a095154c8040689617290569c5c"
|
|
|
|
|
2021-03-30 10:20:45 -04:00
|
|
|
[[package]]
|
|
|
|
name = "bencher"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7dfdb4953a096c551ce9ace855a604d702e6e62d77fac690575ae347571717f5"
|
|
|
|
|
2022-02-24 10:43:46 -05:00
|
|
|
[[package]]
|
|
|
|
name = "better_scoped_tls"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b73e8ecdec39e98aa3b19e8cd0b8ed8f77ccb86a6b0b2dc7cd86d105438a2123"
|
|
|
|
dependencies = [
|
|
|
|
"scoped-tls",
|
|
|
|
]
|
|
|
|
|
2021-03-01 05:31:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "bit-set"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e11e16035ea35e4e5997b393eacbf6f63983188f7a2ad25bfb13465f5ad59de"
|
|
|
|
dependencies = [
|
|
|
|
"bit-vec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit-vec"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2022-02-17 09:01:26 -05:00
|
|
|
version = "1.3.2"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-17 09:01:26 -05:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2018-12-18 21:09:30 -05:00
|
|
|
|
2022-01-24 17:47:05 -05:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags_serde_shim"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "25c3d626f0280ec39b33a6fc5c6c1067432b4c41e94aee40ded197a6649bf025"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-03-01 05:31:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "block"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
|
|
|
|
|
2020-09-04 11:24:23 -04:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
|
|
|
|
dependencies = [
|
2020-12-24 08:11:32 -05:00
|
|
|
"generic-array",
|
2020-03-27 16:09:51 -04:00
|
|
|
]
|
|
|
|
|
2022-02-15 07:33:46 -05:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.10.2"
|
2022-02-15 07:33:46 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
|
2022-02-15 07:33:46 -05:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2021-10-11 10:37:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "block-modes"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2cb03d1bed155d89dce0f845b7899b18a9a163e148fd004e1c28421a783e2d8e"
|
|
|
|
dependencies = [
|
|
|
|
"block-padding",
|
|
|
|
"cipher",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-padding"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"
|
|
|
|
|
2020-01-11 05:11:05 -05:00
|
|
|
[[package]]
|
2020-02-23 09:37:43 -05:00
|
|
|
name = "brotli"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "3.3.4"
|
2020-01-11 05:11:05 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68"
|
2020-01-11 05:11:05 -05:00
|
|
|
dependencies = [
|
2020-02-23 09:37:43 -05:00
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
"brotli-decompressor",
|
2020-01-11 05:11:05 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-02-23 09:37:43 -05:00
|
|
|
name = "brotli-decompressor"
|
2021-09-02 17:38:44 -04:00
|
|
|
version = "2.3.2"
|
2020-01-11 05:11:05 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-02 17:38:44 -04:00
|
|
|
checksum = "59ad2d4653bf5ca36ae797b1f4bb4dbddb60ce49ca4aed8a2ce4829f60425b80"
|
2020-01-11 05:11:05 -05:00
|
|
|
dependencies = [
|
2020-02-23 09:37:43 -05:00
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
2020-01-11 05:11:05 -05:00
|
|
|
]
|
|
|
|
|
2019-08-28 18:58:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2022-01-13 11:58:00 -05:00
|
|
|
version = "3.9.1"
|
2019-08-28 18:58:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-13 11:58:00 -05:00
|
|
|
checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"
|
2019-08-28 18:58:42 -04:00
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2021-04-08 12:46:14 -04:00
|
|
|
version = "1.4.3"
|
2020-11-24 18:38:23 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-08 12:46:14 -04:00
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
2020-11-24 18:38:23 -05:00
|
|
|
|
2021-01-10 07:20:47 -05:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2021-09-02 17:38:44 -04:00
|
|
|
version = "1.1.0"
|
2021-01-10 07:20:47 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-02 17:38:44 -04:00
|
|
|
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
|
2021-01-10 07:20:47 -05:00
|
|
|
|
2021-12-09 06:16:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cache_control"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bf2a5fb3207c12b5d208ebc145f967fea5cac41a021c37417ccc31ba40f39ee"
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "1.0.73"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
|
2022-01-10 18:51:23 -05:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
|
|
|
]
|
2018-12-18 21:09:30 -05:00
|
|
|
|
2020-11-24 18:38:23 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2021-03-01 05:31:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cfg_aliases"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
|
|
|
|
|
2020-08-28 09:03:50 -04:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2021-01-12 02:50:02 -05:00
|
|
|
version = "0.4.19"
|
2020-08-28 09:03:50 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-12 02:50:02 -05:00
|
|
|
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
|
2020-08-28 09:03:50 -04:00
|
|
|
dependencies = [
|
2021-01-12 02:50:02 -05:00
|
|
|
"libc",
|
2020-08-28 09:03:50 -04:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
2022-05-05 14:22:07 -04:00
|
|
|
"time 0.1.44",
|
2021-01-12 02:50:02 -05:00
|
|
|
"winapi 0.3.9",
|
2020-08-28 09:03:50 -04:00
|
|
|
]
|
|
|
|
|
2021-10-11 10:37:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "cipher"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2019-03-31 17:54:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "3.1.12"
|
2019-03-31 17:54:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "7c167e37342afc5f33fd87bbc870cedd020d2a6dffa05d45ccd9241fbdd146db"
|
2019-03-31 17:54:58 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"atty",
|
|
|
|
"bitflags",
|
2022-05-05 06:41:59 -04:00
|
|
|
"clap_lex",
|
2022-01-14 11:38:17 -05:00
|
|
|
"indexmap",
|
2022-04-20 15:06:39 -04:00
|
|
|
"lazy_static",
|
2022-01-14 11:38:17 -05:00
|
|
|
"strsim 0.10.0",
|
|
|
|
"termcolor",
|
2020-02-21 13:21:51 -05:00
|
|
|
"textwrap",
|
2022-01-14 11:38:17 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_complete"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "3.1.2"
|
2022-01-14 11:38:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "1506b87ee866f7a53a5131f7b31fba656170d797e873d0609884cfd56b8bbda8"
|
2022-01-14 11:38:17 -05:00
|
|
|
dependencies = [
|
|
|
|
"clap",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_complete_fig"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "3.1.5"
|
2022-01-14 11:38:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "3918ed0e233c37ab6055a2dc4b2bad2e113d44f56675e0140936b9bd253e4505"
|
2022-01-14 11:38:17 -05:00
|
|
|
dependencies = [
|
|
|
|
"clap",
|
|
|
|
"clap_complete",
|
2019-03-31 17:54:58 -04:00
|
|
|
]
|
|
|
|
|
2022-05-05 06:41:59 -04:00
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "189ddd3b5d32a70b35e7686054371742a937b0d99128e76dde6340210e966669"
|
|
|
|
dependencies = [
|
|
|
|
"os_str_bytes",
|
|
|
|
]
|
|
|
|
|
2021-07-08 07:33:01 -04:00
|
|
|
[[package]]
|
|
|
|
name = "clipboard-win"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "4.4.1"
|
2021-07-08 07:33:01 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "2f3e1238132dc01f081e1cbb9dace14e5ef4c3a51ee244bd982275fb514605db"
|
2021-07-08 07:33:01 -04:00
|
|
|
dependencies = [
|
|
|
|
"error-code",
|
|
|
|
"str-buf",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2021-05-06 10:48:45 -04:00
|
|
|
[[package]]
|
|
|
|
name = "codespan-reporting"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
|
|
|
|
dependencies = [
|
|
|
|
"termcolor",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2021-08-06 04:10:50 -04:00
|
|
|
[[package]]
|
|
|
|
name = "const-oid"
|
2021-12-10 18:35:37 -05:00
|
|
|
version = "0.6.2"
|
2021-08-06 04:10:50 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-10 18:35:37 -05:00
|
|
|
checksum = "9d6f2aa4d0537bcc1c74df8755072bd31c1ef1a3a1b85a68e8404a8c353b7b8b"
|
2021-08-06 04:10:50 -04:00
|
|
|
|
2021-04-08 12:46:14 -04:00
|
|
|
[[package]]
|
|
|
|
name = "convert_case"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
|
|
|
|
2021-03-01 05:31:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "copyless"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2df960f5d869b2dd8532793fde43eb5427cceb126c929747a26823ab0eeb536"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.9.3"
|
2021-03-01 05:31:13 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
2021-03-01 05:31:13 -05:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2021-12-10 18:35:37 -05:00
|
|
|
version = "0.8.3"
|
2021-03-01 05:31:13 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-10 18:35:37 -05:00
|
|
|
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
2021-03-01 05:31:13 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-graphics-types"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"core-foundation",
|
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-09-04 11:24:23 -04:00
|
|
|
[[package]]
|
2021-05-17 08:44:40 -04:00
|
|
|
name = "cpufeatures"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.2.2"
|
2020-09-04 11:24:23 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"
|
2021-05-17 08:44:40 -04:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2020-09-04 11:24:23 -04:00
|
|
|
|
2020-10-19 23:10:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "crc"
|
2022-03-22 09:19:53 -04:00
|
|
|
version = "2.1.0"
|
2020-10-19 23:10:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-22 09:19:53 -04:00
|
|
|
checksum = "49fc9a695bca7f35f5f4c15cddc84415f66a74ea78eef08e90c5024f2b540e23"
|
2020-10-19 23:10:42 -04:00
|
|
|
dependencies = [
|
2022-03-22 09:19:53 -04:00
|
|
|
"crc-catalog",
|
2020-10-19 23:10:42 -04:00
|
|
|
]
|
|
|
|
|
2022-03-22 09:19:53 -04:00
|
|
|
[[package]]
|
|
|
|
name = "crc-catalog"
|
|
|
|
version = "1.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ccaeedb56da03b09f598226e25e80088cb4cd25f316e6e4df7d695f0feeb1403"
|
|
|
|
|
2020-01-11 05:11:05 -05:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "1.3.2"
|
2020-01-11 05:11:05 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
2020-01-11 05:11:05 -05:00
|
|
|
dependencies = [
|
2022-03-22 09:19:53 -04:00
|
|
|
"cfg-if",
|
2020-02-21 13:21:51 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.5.4"
|
2020-02-21 13:21:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "5aaa7bd5fb665c6864b5f963dd9097905c54125909c7aa94c9e18507cdbe6c53"
|
2020-02-21 13:21:51 -05:00
|
|
|
dependencies = [
|
2022-03-22 09:19:53 -04:00
|
|
|
"cfg-if",
|
2020-12-21 08:44:26 -05:00
|
|
|
"crossbeam-utils",
|
2020-01-11 05:11:05 -05:00
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.8.8"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2022-03-22 09:19:53 -04:00
|
|
|
"cfg-if",
|
2020-02-21 13:21:51 -05:00
|
|
|
"lazy_static",
|
2019-11-07 17:26:49 -05:00
|
|
|
]
|
|
|
|
|
2021-08-06 04:10:50 -04:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-bigint"
|
2021-12-10 18:35:37 -05:00
|
|
|
version = "0.2.11"
|
2021-08-06 04:10:50 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-10 18:35:37 -05:00
|
|
|
checksum = "f83bd3bb4314701c568e340cd8cf78c975aa0ca79e03d3f6d1677d5b0c9c0c03"
|
2021-08-06 04:10:50 -04:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
2022-04-08 12:31:47 -04:00
|
|
|
"rand_core",
|
2021-08-06 04:10:50 -04:00
|
|
|
"subtle",
|
2021-10-08 11:29:36 -04:00
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2022-02-15 07:33:46 -05:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.1.3"
|
2022-02-15 07:33:46 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8"
|
2022-02-15 07:33:46 -05:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
2022-05-05 06:41:59 -04:00
|
|
|
"typenum",
|
2022-02-15 07:33:46 -05:00
|
|
|
]
|
|
|
|
|
2021-10-08 11:29:36 -04:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-mac"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"subtle",
|
2021-08-06 04:10:50 -04:00
|
|
|
]
|
|
|
|
|
2021-09-15 06:34:17 -04:00
|
|
|
[[package]]
|
|
|
|
name = "ctor"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.1.22"
|
2021-09-15 06:34:17 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c"
|
2021-09-15 06:34:17 -04:00
|
|
|
dependencies = [
|
2022-05-05 06:41:59 -04:00
|
|
|
"quote 1.0.18",
|
|
|
|
"syn 1.0.91",
|
2021-09-15 06:34:17 -04:00
|
|
|
]
|
|
|
|
|
2022-01-03 06:27:28 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ctr"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"
|
|
|
|
dependencies = [
|
|
|
|
"cipher",
|
|
|
|
]
|
|
|
|
|
2021-12-10 18:35:37 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cty"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35"
|
|
|
|
|
2021-03-01 05:31:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "d3d12"
|
2021-08-24 07:29:42 -04:00
|
|
|
version = "0.4.1"
|
2021-03-01 05:31:13 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-24 07:29:42 -04:00
|
|
|
checksum = "2daefd788d1e96e0a9d66dee4b828b883509bc3ea9ce30665f04c3246372690c"
|
2021-03-01 05:31:13 -05:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"libloading",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
2022-05-05 06:41:59 -04:00
|
|
|
"proc-macro2 1.0.37",
|
|
|
|
"quote 1.0.18",
|
2020-02-21 13:21:51 -05:00
|
|
|
"strsim 0.9.3",
|
2022-05-05 06:41:59 -04:00
|
|
|
"syn 1.0.91",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"darling_core",
|
2022-05-05 06:41:59 -04:00
|
|
|
"quote 1.0.18",
|
|
|
|
"syn 1.0.91",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
2022-03-22 09:19:53 -04:00
|
|
|
[[package]]
|
|
|
|
name = "dashmap"
|
|
|
|
version = "5.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4c8858831f7781322e539ea39e72449c46b059638250c14344fec8d0aa6e539c"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"num_cpus",
|
|
|
|
"parking_lot 0.12.0",
|
|
|
|
]
|
|
|
|
|
2021-01-19 09:39:04 -05:00
|
|
|
[[package]]
|
|
|
|
name = "data-encoding"
|
2021-02-09 09:34:34 -05:00
|
|
|
version = "2.3.2"
|
2021-01-19 09:39:04 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 09:34:34 -05:00
|
|
|
checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"
|
2021-01-19 09:39:04 -05:00
|
|
|
|
2021-04-10 17:38:15 -04:00
|
|
|
[[package]]
|
|
|
|
name = "data-url"
|
2021-12-08 19:12:14 -05:00
|
|
|
version = "0.1.1"
|
2021-04-10 17:38:15 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-08 19:12:14 -05:00
|
|
|
checksum = "3a30bfce702bcfa94e906ef82421f2c0e61c076ad76030c16ee5d2e9a32fe193"
|
2021-04-10 17:38:15 -04:00
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
]
|
|
|
|
|
2022-01-04 17:02:56 -05:00
|
|
|
[[package]]
|
|
|
|
name = "debug_unreachable"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a032eac705ca39214d169f83e3d3da290af06d8d1d344d1baad2fd002dca4b3"
|
|
|
|
dependencies = [
|
|
|
|
"unreachable",
|
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "deno"
|
2022-05-05 16:56:49 -04:00
|
|
|
version = "1.21.2"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"atty",
|
2021-01-12 02:50:02 -05:00
|
|
|
"base64 0.13.0",
|
2021-12-09 06:16:17 -05:00
|
|
|
"cache_control",
|
2020-08-28 09:03:50 -04:00
|
|
|
"chrono",
|
2020-02-21 13:21:51 -05:00
|
|
|
"clap",
|
2022-01-14 11:38:17 -05:00
|
|
|
"clap_complete",
|
|
|
|
"clap_complete_fig",
|
2021-04-23 14:43:13 -04:00
|
|
|
"data-url",
|
2022-02-02 13:24:24 -05:00
|
|
|
"deno_ast",
|
2022-01-18 06:58:50 -05:00
|
|
|
"deno_bench_util",
|
2022-03-16 20:25:44 -04:00
|
|
|
"deno_broadcast_channel",
|
|
|
|
"deno_console",
|
2020-02-21 13:21:51 -05:00
|
|
|
"deno_core",
|
2022-03-16 20:25:44 -04:00
|
|
|
"deno_crypto",
|
2020-08-19 13:13:43 -04:00
|
|
|
"deno_doc",
|
2022-03-16 20:25:44 -04:00
|
|
|
"deno_fetch",
|
2021-09-02 11:38:19 -04:00
|
|
|
"deno_graph",
|
2020-06-08 08:06:20 -04:00
|
|
|
"deno_lint",
|
2022-03-16 20:25:44 -04:00
|
|
|
"deno_net",
|
2020-12-13 13:45:53 -05:00
|
|
|
"deno_runtime",
|
2022-03-10 20:56:14 -05:00
|
|
|
"deno_task_shell",
|
2022-03-16 20:25:44 -04:00
|
|
|
"deno_url",
|
|
|
|
"deno_web",
|
|
|
|
"deno_webgpu",
|
|
|
|
"deno_websocket",
|
|
|
|
"deno_webstorage",
|
2020-05-23 09:22:08 -04:00
|
|
|
"dissimilar",
|
2021-02-18 11:31:32 -05:00
|
|
|
"dprint-plugin-json",
|
2021-01-19 12:39:35 -05:00
|
|
|
"dprint-plugin-markdown",
|
2020-07-31 10:59:22 -04:00
|
|
|
"dprint-plugin-typescript",
|
2020-08-03 17:39:48 -04:00
|
|
|
"encoding_rs",
|
2020-09-03 16:16:49 -04:00
|
|
|
"env_logger",
|
2022-02-15 07:33:46 -05:00
|
|
|
"eszip",
|
2021-04-08 21:27:27 -04:00
|
|
|
"fancy-regex",
|
2021-08-11 11:38:07 -04:00
|
|
|
"flaky_test",
|
2020-02-21 13:21:51 -05:00
|
|
|
"fwdansi",
|
|
|
|
"http",
|
2021-09-10 21:38:24 -04:00
|
|
|
"import_map",
|
2020-08-31 14:12:24 -04:00
|
|
|
"jsonc-parser",
|
2020-02-21 13:21:51 -05:00
|
|
|
"libc",
|
2020-09-04 11:24:23 -04:00
|
|
|
"log",
|
2022-04-20 15:06:39 -04:00
|
|
|
"mitata",
|
2020-02-21 13:21:51 -05:00
|
|
|
"nix",
|
2022-02-27 08:38:45 -05:00
|
|
|
"node_resolver",
|
2020-02-21 13:21:51 -05:00
|
|
|
"notify",
|
2021-09-07 10:39:32 -04:00
|
|
|
"once_cell",
|
2020-02-21 13:21:51 -05:00
|
|
|
"os_pipe",
|
2020-12-07 05:46:39 -05:00
|
|
|
"percent-encoding",
|
2021-04-08 12:46:14 -04:00
|
|
|
"pin-project",
|
2022-03-11 13:20:14 -05:00
|
|
|
"pretty_assertions",
|
2022-04-08 12:31:47 -04:00
|
|
|
"rand",
|
2020-02-21 13:21:51 -05:00
|
|
|
"regex",
|
|
|
|
"ring",
|
|
|
|
"rustyline",
|
2020-10-01 19:14:55 -04:00
|
|
|
"rustyline-derive",
|
2021-01-12 02:50:02 -05:00
|
|
|
"semver-parser 0.10.2",
|
2020-02-21 13:21:51 -05:00
|
|
|
"serde",
|
2020-11-09 14:08:12 -05:00
|
|
|
"shell-escape",
|
2020-02-21 13:21:51 -05:00
|
|
|
"tempfile",
|
2020-06-18 11:54:55 -04:00
|
|
|
"test_util",
|
2021-01-22 05:03:16 -05:00
|
|
|
"text-size",
|
2021-12-23 20:02:54 -05:00
|
|
|
"text_lines",
|
2021-01-12 02:50:02 -05:00
|
|
|
"tokio",
|
2022-05-05 06:41:59 -04:00
|
|
|
"tokio-util 0.7.1",
|
2022-04-03 00:17:30 -04:00
|
|
|
"tower-lsp",
|
2021-01-19 09:39:04 -05:00
|
|
|
"trust-dns-client",
|
|
|
|
"trust-dns-server",
|
2022-04-19 22:14:00 -04:00
|
|
|
"twox-hash",
|
2022-01-11 15:17:25 -05:00
|
|
|
"typed-arena",
|
2020-03-27 16:09:51 -04:00
|
|
|
"uuid",
|
2020-02-21 13:21:51 -05:00
|
|
|
"walkdir",
|
2020-06-20 07:18:08 -04:00
|
|
|
"winapi 0.3.9",
|
2020-07-15 15:54:38 -04:00
|
|
|
"winres",
|
2022-01-10 18:51:23 -05:00
|
|
|
"zstd",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
2021-09-07 10:39:32 -04:00
|
|
|
[[package]]
|
|
|
|
name = "deno_ast"
|
2022-04-08 12:31:47 -04:00
|
|
|
version = "0.14.0"
|
2022-01-31 17:33:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-08 12:31:47 -04:00
|
|
|
checksum = "dc8868538999df5fae866dfe9841750fb57b45be49b948e173ad6a7023c0428c"
|
2021-09-07 10:39:32 -04:00
|
|
|
dependencies = [
|
2022-01-13 11:58:00 -05:00
|
|
|
"anyhow",
|
|
|
|
"base64 0.13.0",
|
2021-09-07 10:39:32 -04:00
|
|
|
"data-url",
|
|
|
|
"dprint-swc-ecma-ast-view",
|
|
|
|
"serde",
|
|
|
|
"swc_atoms",
|
|
|
|
"swc_bundler",
|
|
|
|
"swc_common",
|
|
|
|
"swc_ecmascript",
|
|
|
|
"text_lines",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2021-05-19 13:41:23 -04:00
|
|
|
[[package]]
|
|
|
|
name = "deno_bench_util"
|
2022-05-05 16:56:49 -04:00
|
|
|
version = "0.45.0"
|
2021-05-19 13:41:23 -04:00
|
|
|
dependencies = [
|
|
|
|
"bencher",
|
|
|
|
"deno_core",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2021-05-22 12:08:24 -04:00
|
|
|
[[package]]
|
|
|
|
name = "deno_broadcast_channel"
|
2022-05-05 16:56:49 -04:00
|
|
|
version = "0.45.0"
|
2021-05-22 12:08:24 -04:00
|
|
|
dependencies = [
|
2021-05-22 12:08:24 -04:00
|
|
|
"async-trait",
|
2021-05-22 12:08:24 -04:00
|
|
|
"deno_core",
|
|
|
|
"tokio",
|
2021-05-22 12:08:24 -04:00
|
|
|
"uuid",
|
2021-05-22 12:08:24 -04:00
|
|
|
]
|
|
|
|
|
2021-03-12 15:23:59 -05:00
|
|
|
[[package]]
|
|
|
|
name = "deno_console"
|
2022-05-05 16:56:49 -04:00
|
|
|
version = "0.51.0"
|
2021-03-12 15:23:59 -05:00
|
|
|
dependencies = [
|
|
|
|
"deno_core",
|
|
|
|
]
|
|
|
|
|
2020-01-05 11:56:18 -05:00
|
|
|
[[package]]
|
|
|
|
name = "deno_core"
|
2022-05-05 16:56:49 -04:00
|
|
|
version = "0.133.0"
|
2020-01-05 11:56:18 -05:00
|
|
|
dependencies = [
|
2020-09-14 12:48:57 -04:00
|
|
|
"anyhow",
|
2022-02-02 13:24:24 -05:00
|
|
|
"deno_ast",
|
2022-03-14 13:44:15 -04:00
|
|
|
"deno_ops",
|
2020-07-23 13:20:08 -04:00
|
|
|
"futures",
|
2020-09-05 20:34:02 -04:00
|
|
|
"indexmap",
|
2021-11-04 11:44:34 -04:00
|
|
|
"libc",
|
2020-09-04 11:24:23 -04:00
|
|
|
"log",
|
2021-12-18 16:14:42 -05:00
|
|
|
"once_cell",
|
2022-04-08 12:31:47 -04:00
|
|
|
"parking_lot 0.12.0",
|
2021-04-08 12:46:14 -04:00
|
|
|
"pin-project",
|
2020-10-09 15:45:40 -04:00
|
|
|
"serde",
|
2020-02-21 13:21:51 -05:00
|
|
|
"serde_json",
|
2021-10-20 09:40:20 -04:00
|
|
|
"serde_v8",
|
2022-04-15 10:08:09 -04:00
|
|
|
"sourcemap",
|
2021-01-12 02:50:02 -05:00
|
|
|
"tokio",
|
2020-07-01 10:04:56 -04:00
|
|
|
"url",
|
2021-10-27 17:26:15 -04:00
|
|
|
"v8",
|
2020-01-05 11:56:18 -05:00
|
|
|
]
|
|
|
|
|
2020-11-13 16:01:57 -05:00
|
|
|
[[package]]
|
|
|
|
name = "deno_crypto"
|
2022-05-05 16:56:49 -04:00
|
|
|
version = "0.65.0"
|
2020-11-13 16:01:57 -05:00
|
|
|
dependencies = [
|
2021-10-11 10:37:51 -04:00
|
|
|
"aes",
|
2022-01-05 10:12:30 -05:00
|
|
|
"aes-gcm",
|
2022-01-10 23:44:47 -05:00
|
|
|
"aes-kw",
|
2021-12-10 16:23:19 -05:00
|
|
|
"base64 0.13.0",
|
2021-10-11 10:37:51 -04:00
|
|
|
"block-modes",
|
2022-01-03 06:27:28 -05:00
|
|
|
"ctr",
|
2020-11-13 16:01:57 -05:00
|
|
|
"deno_core",
|
2021-06-05 13:30:20 -04:00
|
|
|
"deno_web",
|
2021-10-11 11:00:48 -04:00
|
|
|
"elliptic-curve",
|
2021-07-06 08:16:04 -04:00
|
|
|
"num-traits",
|
2021-12-18 16:14:42 -05:00
|
|
|
"once_cell",
|
2021-10-08 11:29:36 -04:00
|
|
|
"p256",
|
|
|
|
"p384",
|
2022-04-08 12:31:47 -04:00
|
|
|
"rand",
|
2021-06-06 06:57:10 -04:00
|
|
|
"ring",
|
2021-07-06 08:16:04 -04:00
|
|
|
"rsa",
|
|
|
|
"serde",
|
2021-12-13 12:45:08 -05:00
|
|
|
"serde_bytes",
|
2022-03-22 09:19:53 -04:00
|
|
|
"sha-1 0.9.8",
|
2022-02-15 07:33:46 -05:00
|
|
|
"sha2 0.9.9",
|
2021-10-06 05:18:12 -04:00
|
|
|
"spki",
|
2021-06-06 06:57:10 -04:00
|
|
|
"tokio",
|
2021-06-05 08:46:24 -04:00
|
|
|
"uuid",
|
2020-11-13 16:01:57 -05:00
|
|
|
]
|
|
|
|
|
2020-08-19 13:13:43 -04:00
|
|
|
[[package]]
|
|
|
|
name = "deno_doc"
|
2022-04-08 12:31:47 -04:00
|
|
|
version = "0.34.0"
|
2020-08-19 13:13:43 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-08 12:31:47 -04:00
|
|
|
checksum = "0add4cb8ed6a0698aca6964995083b292300b79ab9451675147ba8d144566935"
|
2020-08-19 13:13:43 -04:00
|
|
|
dependencies = [
|
2022-03-22 09:19:53 -04:00
|
|
|
"cfg-if",
|
2022-02-02 13:24:24 -05:00
|
|
|
"deno_ast",
|
2021-09-02 11:38:19 -04:00
|
|
|
"deno_graph",
|
2020-08-19 13:13:43 -04:00
|
|
|
"futures",
|
|
|
|
"lazy_static",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2020-09-18 09:20:55 -04:00
|
|
|
[[package]]
|
|
|
|
name = "deno_fetch"
|
2022-05-05 16:56:49 -04:00
|
|
|
version = "0.74.0"
|
2020-09-18 09:20:55 -04:00
|
|
|
dependencies = [
|
2021-01-12 02:50:02 -05:00
|
|
|
"bytes",
|
2021-04-10 17:38:15 -04:00
|
|
|
"data-url",
|
2020-09-18 09:20:55 -04:00
|
|
|
"deno_core",
|
2021-08-07 08:49:38 -04:00
|
|
|
"deno_tls",
|
2021-11-28 13:07:03 -05:00
|
|
|
"dyn-clone",
|
2021-04-10 17:38:15 -04:00
|
|
|
"http",
|
2020-09-18 09:20:55 -04:00
|
|
|
"reqwest",
|
|
|
|
"serde",
|
2021-01-12 02:50:02 -05:00
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
2022-05-05 06:41:59 -04:00
|
|
|
"tokio-util 0.7.1",
|
2020-09-18 09:20:55 -04:00
|
|
|
]
|
|
|
|
|
2021-08-06 17:28:10 -04:00
|
|
|
[[package]]
|
|
|
|
name = "deno_ffi"
|
2022-05-05 16:56:49 -04:00
|
|
|
version = "0.38.0"
|
2021-08-06 17:28:10 -04:00
|
|
|
dependencies = [
|
|
|
|
"deno_core",
|
|
|
|
"dlopen",
|
2021-10-26 16:30:27 -04:00
|
|
|
"libffi",
|
2021-08-06 17:28:10 -04:00
|
|
|
"serde",
|
2021-10-05 08:50:00 -04:00
|
|
|
"tokio",
|
2021-10-05 20:13:56 -04:00
|
|
|
"winapi 0.3.9",
|
2021-08-06 17:28:10 -04:00
|
|
|
]
|
|
|
|
|
2021-09-02 11:38:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "deno_graph"
|
2022-04-08 12:31:47 -04:00
|
|
|
version = "0.26.0"
|
2021-09-02 11:38:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-08 12:31:47 -04:00
|
|
|
checksum = "e2cb46950445fbcf6fa0fdf74c6ebbaf938540d000dfcc556685ec397ec265fc"
|
2021-09-02 11:38:19 -04:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2022-03-22 09:19:53 -04:00
|
|
|
"cfg-if",
|
2021-09-02 11:38:19 -04:00
|
|
|
"data-url",
|
2022-02-02 13:24:24 -05:00
|
|
|
"deno_ast",
|
2021-09-02 11:38:19 -04:00
|
|
|
"futures",
|
|
|
|
"lazy_static",
|
2022-04-08 12:31:47 -04:00
|
|
|
"parking_lot 0.12.0",
|
2021-09-02 11:38:19 -04:00
|
|
|
"regex",
|
|
|
|
"ring",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"termcolor",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2021-07-12 06:44:49 -04:00
|
|
|
[[package]]
|
|
|
|
name = "deno_http"
|
2022-05-05 16:56:49 -04:00
|
|
|
version = "0.45.0"
|
2021-07-12 06:44:49 -04:00
|
|
|
dependencies = [
|
2022-04-21 03:07:49 -04:00
|
|
|
"async-compression",
|
2021-07-12 06:44:49 -04:00
|
|
|
"base64 0.13.0",
|
2022-04-24 15:45:56 -04:00
|
|
|
"bencher",
|
2022-03-04 00:04:39 -05:00
|
|
|
"brotli",
|
2021-07-12 06:44:49 -04:00
|
|
|
"bytes",
|
2022-03-04 00:04:39 -05:00
|
|
|
"cache_control",
|
2021-07-12 06:44:49 -04:00
|
|
|
"deno_core",
|
|
|
|
"deno_websocket",
|
2022-03-04 00:04:39 -05:00
|
|
|
"flate2",
|
|
|
|
"fly-accept-encoding",
|
2021-07-12 06:44:49 -04:00
|
|
|
"hyper",
|
2022-03-04 00:04:39 -05:00
|
|
|
"mime",
|
2022-02-15 18:16:12 -05:00
|
|
|
"percent-encoding",
|
2022-04-24 15:45:56 -04:00
|
|
|
"phf",
|
2021-07-12 06:44:49 -04:00
|
|
|
"ring",
|
|
|
|
"serde",
|
|
|
|
"tokio",
|
2022-05-05 06:41:59 -04:00
|
|
|
"tokio-util 0.7.1",
|
2021-07-12 06:44:49 -04:00
|
|
|
]
|
|
|
|
|
2020-06-08 08:06:20 -04:00
|
|
|
[[package]]
|
|
|
|
name = "deno_lint"
|
2022-04-08 12:31:47 -04:00
|
|
|
version = "0.29.0"
|
2020-06-08 08:06:20 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-08 12:31:47 -04:00
|
|
|
checksum = "a9272866b24121c43a715c9afe70106ca92e97bc6d9175bc1576c254bac8ec94"
|
2020-06-08 08:06:20 -04:00
|
|
|
dependencies = [
|
2020-11-30 07:01:16 -05:00
|
|
|
"anyhow",
|
2022-02-02 13:24:24 -05:00
|
|
|
"deno_ast",
|
2020-11-08 17:27:36 -05:00
|
|
|
"derive_more",
|
2021-04-09 17:35:29 -04:00
|
|
|
"if_chain",
|
2020-09-04 11:24:23 -04:00
|
|
|
"log",
|
2020-10-30 15:39:53 -04:00
|
|
|
"once_cell",
|
2020-06-08 08:06:20 -04:00
|
|
|
"regex",
|
2020-08-08 10:20:21 -04:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2020-06-08 08:06:20 -04:00
|
|
|
]
|
|
|
|
|
2021-06-28 19:43:03 -04:00
|
|
|
[[package]]
|
|
|
|
name = "deno_net"
|
2022-05-05 16:56:49 -04:00
|
|
|
version = "0.43.0"
|
2021-06-28 19:43:03 -04:00
|
|
|
dependencies = [
|
|
|
|
"deno_core",
|
2021-08-07 08:49:38 -04:00
|
|
|
"deno_tls",
|
2021-06-28 19:43:03 -04:00
|
|
|
"log",
|
|
|
|
"serde",
|
2022-04-02 13:54:40 -04:00
|
|
|
"socket2 0.4.4",
|
2021-06-28 19:43:03 -04:00
|
|
|
"tokio",
|
2022-05-05 14:22:07 -04:00
|
|
|
"trust-dns-proto 0.20.3",
|
2021-06-28 19:43:03 -04:00
|
|
|
"trust-dns-resolver",
|
|
|
|
]
|
|
|
|
|
2022-03-14 13:44:15 -04:00
|
|
|
[[package]]
|
|
|
|
name = "deno_ops"
|
2022-05-05 16:56:49 -04:00
|
|
|
version = "0.11.0"
|
2022-03-14 13:44:15 -04:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro-crate",
|
2022-05-05 06:41:59 -04:00
|
|
|
"proc-macro2 1.0.37",
|
|
|
|
"quote 1.0.18",
|
|
|
|
"syn 1.0.91",
|
2022-03-14 13:44:15 -04:00
|
|
|
]
|
|
|
|
|
2020-12-13 13:45:53 -05:00
|
|
|
[[package]]
|
|
|
|
name = "deno_runtime"
|
2022-05-05 16:56:49 -04:00
|
|
|
version = "0.59.0"
|
2020-12-13 13:45:53 -05:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
2021-05-22 12:08:24 -04:00
|
|
|
"deno_broadcast_channel",
|
2021-03-12 15:23:59 -05:00
|
|
|
"deno_console",
|
2020-12-13 13:45:53 -05:00
|
|
|
"deno_core",
|
|
|
|
"deno_crypto",
|
|
|
|
"deno_fetch",
|
2021-08-06 17:28:10 -04:00
|
|
|
"deno_ffi",
|
2021-07-12 06:44:49 -04:00
|
|
|
"deno_http",
|
2021-06-28 19:43:03 -04:00
|
|
|
"deno_net",
|
2021-08-07 08:49:38 -04:00
|
|
|
"deno_tls",
|
chore: split web op crate (#9635)
This commit starts splitting out the deno_web op crate into multiple
smaller crates. This commit splits out WebIDL and URL API, but in the
future I want to split out each spec into its own crate. That means we
will have (in rough order of loading): `webidl`, `dom`, `streams`,
`console`, `encoding`, `url`, `file`, `fetch`, `websocket`, and
`webgpu` crates.
2021-03-12 10:17:18 -05:00
|
|
|
"deno_url",
|
2020-12-13 13:45:53 -05:00
|
|
|
"deno_web",
|
2021-03-01 05:31:13 -05:00
|
|
|
"deno_webgpu",
|
chore: split web op crate (#9635)
This commit starts splitting out the deno_web op crate into multiple
smaller crates. This commit splits out WebIDL and URL API, but in the
future I want to split out each spec into its own crate. That means we
will have (in rough order of loading): `webidl`, `dom`, `streams`,
`console`, `encoding`, `url`, `file`, `fetch`, `websocket`, and
`webgpu` crates.
2021-03-12 10:17:18 -05:00
|
|
|
"deno_webidl",
|
2021-01-06 10:57:28 -05:00
|
|
|
"deno_websocket",
|
2021-05-10 06:02:47 -04:00
|
|
|
"deno_webstorage",
|
2020-12-13 13:45:53 -05:00
|
|
|
"dlopen",
|
|
|
|
"encoding_rs",
|
|
|
|
"filetime",
|
2021-08-24 09:21:31 -04:00
|
|
|
"fs3",
|
2020-12-13 13:45:53 -05:00
|
|
|
"fwdansi",
|
|
|
|
"http",
|
2021-01-12 02:50:02 -05:00
|
|
|
"hyper",
|
2020-12-13 13:45:53 -05:00
|
|
|
"libc",
|
|
|
|
"log",
|
2022-01-10 18:51:23 -05:00
|
|
|
"lzzzz",
|
2021-12-22 18:00:43 -05:00
|
|
|
"netif",
|
2020-12-13 13:45:53 -05:00
|
|
|
"nix",
|
|
|
|
"notify",
|
2021-12-18 16:14:42 -05:00
|
|
|
"once_cell",
|
2020-12-13 13:45:53 -05:00
|
|
|
"regex",
|
|
|
|
"ring",
|
|
|
|
"serde",
|
2022-01-04 15:55:06 -05:00
|
|
|
"signal-hook-registry",
|
2020-12-13 13:45:53 -05:00
|
|
|
"sys-info",
|
|
|
|
"termcolor",
|
|
|
|
"test_util",
|
2021-01-12 02:50:02 -05:00
|
|
|
"tokio",
|
2020-12-13 13:45:53 -05:00
|
|
|
"uuid",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
"winres",
|
|
|
|
]
|
|
|
|
|
2022-03-10 20:56:14 -05:00
|
|
|
[[package]]
|
|
|
|
name = "deno_task_shell"
|
2022-03-28 12:02:21 -04:00
|
|
|
version = "0.2.1"
|
2022-03-10 20:56:14 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-28 12:02:21 -04:00
|
|
|
checksum = "a207191380d076a31b0bde505cd89ffa0a7336be0a9e17017afa8cf91d35499b"
|
2022-03-10 20:56:14 -05:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"futures",
|
2022-03-11 13:20:14 -05:00
|
|
|
"os_pipe",
|
2022-03-22 10:16:14 -04:00
|
|
|
"path-dedot",
|
2022-03-10 20:56:14 -05:00
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2021-08-07 08:49:38 -04:00
|
|
|
[[package]]
|
|
|
|
name = "deno_tls"
|
2022-05-05 16:56:49 -04:00
|
|
|
version = "0.38.0"
|
2021-08-07 08:49:38 -04:00
|
|
|
dependencies = [
|
|
|
|
"deno_core",
|
2021-12-18 16:14:42 -05:00
|
|
|
"once_cell",
|
2021-08-07 08:49:38 -04:00
|
|
|
"rustls",
|
|
|
|
"rustls-native-certs",
|
2022-05-05 06:41:59 -04:00
|
|
|
"rustls-pemfile 1.0.0",
|
2021-08-07 08:49:38 -04:00
|
|
|
"serde",
|
2022-01-10 23:44:47 -05:00
|
|
|
"webpki",
|
|
|
|
"webpki-roots",
|
2021-08-07 08:49:38 -04:00
|
|
|
]
|
|
|
|
|
chore: split web op crate (#9635)
This commit starts splitting out the deno_web op crate into multiple
smaller crates. This commit splits out WebIDL and URL API, but in the
future I want to split out each spec into its own crate. That means we
will have (in rough order of loading): `webidl`, `dom`, `streams`,
`console`, `encoding`, `url`, `file`, `fetch`, `websocket`, and
`webgpu` crates.
2021-03-12 10:17:18 -05:00
|
|
|
[[package]]
|
|
|
|
name = "deno_url"
|
2022-05-05 16:56:49 -04:00
|
|
|
version = "0.51.0"
|
chore: split web op crate (#9635)
This commit starts splitting out the deno_web op crate into multiple
smaller crates. This commit splits out WebIDL and URL API, but in the
future I want to split out each spec into its own crate. That means we
will have (in rough order of loading): `webidl`, `dom`, `streams`,
`console`, `encoding`, `url`, `file`, `fetch`, `websocket`, and
`webgpu` crates.
2021-03-12 10:17:18 -05:00
|
|
|
dependencies = [
|
2021-05-19 13:41:23 -04:00
|
|
|
"deno_bench_util",
|
chore: split web op crate (#9635)
This commit starts splitting out the deno_web op crate into multiple
smaller crates. This commit splits out WebIDL and URL API, but in the
future I want to split out each spec into its own crate. That means we
will have (in rough order of loading): `webidl`, `dom`, `streams`,
`console`, `encoding`, `url`, `file`, `fetch`, `websocket`, and
`webgpu` crates.
2021-03-12 10:17:18 -05:00
|
|
|
"deno_core",
|
2021-06-16 12:40:35 -04:00
|
|
|
"deno_webidl",
|
chore: split web op crate (#9635)
This commit starts splitting out the deno_web op crate into multiple
smaller crates. This commit splits out WebIDL and URL API, but in the
future I want to split out each spec into its own crate. That means we
will have (in rough order of loading): `webidl`, `dom`, `streams`,
`console`, `encoding`, `url`, `file`, `fetch`, `websocket`, and
`webgpu` crates.
2021-03-12 10:17:18 -05:00
|
|
|
"serde",
|
2021-08-18 17:21:33 -04:00
|
|
|
"serde_repr",
|
2021-09-08 05:14:29 -04:00
|
|
|
"urlpattern",
|
chore: split web op crate (#9635)
This commit starts splitting out the deno_web op crate into multiple
smaller crates. This commit splits out WebIDL and URL API, but in the
future I want to split out each spec into its own crate. That means we
will have (in rough order of loading): `webidl`, `dom`, `streams`,
`console`, `encoding`, `url`, `file`, `fetch`, `websocket`, and
`webgpu` crates.
2021-03-12 10:17:18 -05:00
|
|
|
]
|
|
|
|
|
2020-08-07 10:55:02 -04:00
|
|
|
[[package]]
|
|
|
|
name = "deno_web"
|
2022-05-05 16:56:49 -04:00
|
|
|
version = "0.82.0"
|
2020-08-07 10:55:02 -04:00
|
|
|
dependencies = [
|
2021-07-05 09:34:37 -04:00
|
|
|
"async-trait",
|
2021-06-05 17:10:07 -04:00
|
|
|
"base64 0.13.0",
|
2022-02-15 06:17:30 -05:00
|
|
|
"deno_bench_util",
|
2020-08-07 10:55:02 -04:00
|
|
|
"deno_core",
|
2022-02-15 06:17:30 -05:00
|
|
|
"deno_url",
|
|
|
|
"deno_webidl",
|
2021-06-05 17:10:07 -04:00
|
|
|
"encoding_rs",
|
2022-01-24 12:03:06 -05:00
|
|
|
"flate2",
|
2021-06-05 17:10:07 -04:00
|
|
|
"serde",
|
2021-06-21 13:53:52 -04:00
|
|
|
"tokio",
|
2021-06-10 09:26:10 -04:00
|
|
|
"uuid",
|
2020-08-07 10:55:02 -04:00
|
|
|
]
|
|
|
|
|
2021-03-01 05:31:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "deno_webgpu"
|
2022-05-05 16:56:49 -04:00
|
|
|
version = "0.52.0"
|
2021-03-01 05:31:13 -05:00
|
|
|
dependencies = [
|
|
|
|
"deno_core",
|
|
|
|
"serde",
|
|
|
|
"tokio",
|
|
|
|
"wgpu-core",
|
|
|
|
"wgpu-types",
|
|
|
|
]
|
|
|
|
|
chore: split web op crate (#9635)
This commit starts splitting out the deno_web op crate into multiple
smaller crates. This commit splits out WebIDL and URL API, but in the
future I want to split out each spec into its own crate. That means we
will have (in rough order of loading): `webidl`, `dom`, `streams`,
`console`, `encoding`, `url`, `file`, `fetch`, `websocket`, and
`webgpu` crates.
2021-03-12 10:17:18 -05:00
|
|
|
[[package]]
|
|
|
|
name = "deno_webidl"
|
2022-05-05 16:56:49 -04:00
|
|
|
version = "0.51.0"
|
chore: split web op crate (#9635)
This commit starts splitting out the deno_web op crate into multiple
smaller crates. This commit splits out WebIDL and URL API, but in the
future I want to split out each spec into its own crate. That means we
will have (in rough order of loading): `webidl`, `dom`, `streams`,
`console`, `encoding`, `url`, `file`, `fetch`, `websocket`, and
`webgpu` crates.
2021-03-12 10:17:18 -05:00
|
|
|
dependencies = [
|
|
|
|
"deno_core",
|
|
|
|
]
|
|
|
|
|
2021-01-06 10:57:28 -05:00
|
|
|
[[package]]
|
|
|
|
name = "deno_websocket"
|
2022-05-05 16:56:49 -04:00
|
|
|
version = "0.56.0"
|
2021-01-06 10:57:28 -05:00
|
|
|
dependencies = [
|
|
|
|
"deno_core",
|
2021-08-07 08:49:38 -04:00
|
|
|
"deno_tls",
|
2021-01-06 10:57:28 -05:00
|
|
|
"http",
|
2021-07-08 07:33:01 -04:00
|
|
|
"hyper",
|
2021-01-06 10:57:28 -05:00
|
|
|
"serde",
|
2021-01-12 02:50:02 -05:00
|
|
|
"tokio",
|
|
|
|
"tokio-rustls",
|
|
|
|
"tokio-tungstenite",
|
2021-01-06 10:57:28 -05:00
|
|
|
]
|
|
|
|
|
2021-05-10 06:02:47 -04:00
|
|
|
[[package]]
|
|
|
|
name = "deno_webstorage"
|
2022-05-05 16:56:49 -04:00
|
|
|
version = "0.46.0"
|
2021-05-10 06:02:47 -04:00
|
|
|
dependencies = [
|
|
|
|
"deno_core",
|
2021-06-05 13:30:20 -04:00
|
|
|
"deno_web",
|
2021-05-10 06:02:47 -04:00
|
|
|
"rusqlite",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-08-06 04:10:50 -04:00
|
|
|
[[package]]
|
|
|
|
name = "der"
|
2021-12-10 18:35:37 -05:00
|
|
|
version = "0.4.5"
|
2021-08-06 04:10:50 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-10 18:35:37 -05:00
|
|
|
checksum = "79b71cca7d95d7681a4b3b9cdf63c8dbc3730d0584c2c74e31416d64a90493f4"
|
2021-08-06 04:10:50 -04:00
|
|
|
dependencies = [
|
|
|
|
"const-oid",
|
|
|
|
"crypto-bigint",
|
|
|
|
]
|
|
|
|
|
2020-11-08 17:27:36 -05:00
|
|
|
[[package]]
|
|
|
|
name = "derive_more"
|
2021-12-10 18:35:37 -05:00
|
|
|
version = "0.99.17"
|
2020-11-08 17:27:36 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-10 18:35:37 -05:00
|
|
|
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
|
2020-11-08 17:27:36 -05:00
|
|
|
dependencies = [
|
2021-04-08 12:46:14 -04:00
|
|
|
"convert_case",
|
2022-05-05 06:41:59 -04:00
|
|
|
"proc-macro2 1.0.37",
|
|
|
|
"quote 1.0.18",
|
2021-12-10 18:35:37 -05:00
|
|
|
"rustc_version 0.4.0",
|
2022-05-05 06:41:59 -04:00
|
|
|
"syn 1.0.91",
|
2020-11-08 17:27:36 -05:00
|
|
|
]
|
|
|
|
|
2021-09-15 06:34:17 -04:00
|
|
|
[[package]]
|
|
|
|
name = "diff"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
|
|
|
|
|
2020-09-04 11:24:23 -04:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
|
|
|
|
dependencies = [
|
2020-12-24 08:11:32 -05:00
|
|
|
"generic-array",
|
2020-03-27 16:09:51 -04:00
|
|
|
]
|
|
|
|
|
2022-02-15 07:33:46 -05:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.10.3"
|
2022-02-15 07:33:46 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"
|
2022-02-15 07:33:46 -05:00
|
|
|
dependencies = [
|
2022-05-05 06:41:59 -04:00
|
|
|
"block-buffer 0.10.2",
|
2022-02-15 07:33:46 -05:00
|
|
|
"crypto-common",
|
|
|
|
]
|
|
|
|
|
2020-05-23 09:22:08 -04:00
|
|
|
[[package]]
|
|
|
|
name = "dissimilar"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "1.0.3"
|
2020-05-23 09:22:08 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "31ad93652f40969dead8d4bf897a41e9462095152eb21c56e5830537e41179dd"
|
2020-05-23 09:22:08 -04:00
|
|
|
|
2019-12-05 15:30:20 -05:00
|
|
|
[[package]]
|
|
|
|
name = "dlopen"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "71e80ad39f814a9abe68583cd50a2d45c8a67561c3361ab8da240587dda80937"
|
2019-12-05 15:30:20 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"dlopen_derive",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
2020-06-20 07:18:08 -04:00
|
|
|
"winapi 0.3.9",
|
2019-12-05 15:30:20 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dlopen_derive"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "f236d9e1b1fbd81cea0f9cbdc8dcc7e8ebcd80e6659cd7cb2ad5f6c05946c581"
|
2019-12-05 15:30:20 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"libc",
|
|
|
|
"quote 0.6.13",
|
|
|
|
"syn 0.15.44",
|
2019-12-05 15:30:20 -05:00
|
|
|
]
|
|
|
|
|
2021-07-01 05:48:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "dprint-core"
|
2022-05-01 12:37:23 -04:00
|
|
|
version = "0.56.0"
|
2021-07-01 05:48:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-01 12:37:23 -04:00
|
|
|
checksum = "4f2e06453dc1b63189dcfb0aae5bb98ad05f0d0d4f7e1647473f85921fcd1412"
|
2021-07-01 05:48:42 -04:00
|
|
|
dependencies = [
|
2022-01-04 17:02:56 -05:00
|
|
|
"anyhow",
|
2021-07-01 05:48:42 -04:00
|
|
|
"bumpalo",
|
2022-03-29 13:33:00 -04:00
|
|
|
"indexmap",
|
2021-10-10 17:26:22 -04:00
|
|
|
"rustc-hash",
|
2021-07-01 05:48:42 -04:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-02-18 11:31:32 -05:00
|
|
|
[[package]]
|
|
|
|
name = "dprint-plugin-json"
|
2022-05-01 12:37:23 -04:00
|
|
|
version = "0.15.2"
|
2021-02-18 11:31:32 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-01 12:37:23 -04:00
|
|
|
checksum = "6ad67f601527f70a758acb95ec6adb3b3c0d00ca48010f1a0b5e4bec4a3e20ed"
|
2021-02-18 11:31:32 -05:00
|
|
|
dependencies = [
|
2022-01-04 17:02:56 -05:00
|
|
|
"anyhow",
|
2021-07-01 11:22:28 -04:00
|
|
|
"dprint-core",
|
2021-02-18 11:31:32 -05:00
|
|
|
"jsonc-parser",
|
|
|
|
"serde",
|
2022-02-02 13:24:24 -05:00
|
|
|
"text_lines",
|
2020-02-03 15:52:32 -05:00
|
|
|
]
|
2020-01-29 21:16:48 -05:00
|
|
|
|
2021-01-19 12:39:35 -05:00
|
|
|
[[package]]
|
|
|
|
name = "dprint-plugin-markdown"
|
2022-05-01 12:37:23 -04:00
|
|
|
version = "0.13.2"
|
2021-01-19 12:39:35 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-01 12:37:23 -04:00
|
|
|
checksum = "b262b1086542cf951a5ce81031f9e1727717bc5f8066e2289a7bf00a808baa96"
|
2021-01-19 12:39:35 -05:00
|
|
|
dependencies = [
|
2022-01-04 17:02:56 -05:00
|
|
|
"anyhow",
|
2021-07-01 11:22:28 -04:00
|
|
|
"dprint-core",
|
2021-01-19 12:39:35 -05:00
|
|
|
"pulldown-cmark",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "dprint-plugin-typescript"
|
2022-05-01 12:37:23 -04:00
|
|
|
version = "0.68.2"
|
2020-01-29 21:16:48 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-01 12:37:23 -04:00
|
|
|
checksum = "f7210d773012a869d45bfde328cb8a0a088aa9f4fe66d4a07a509f78363741f1"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2022-01-04 17:02:56 -05:00
|
|
|
"anyhow",
|
2022-02-02 13:24:24 -05:00
|
|
|
"deno_ast",
|
2021-07-01 11:22:28 -04:00
|
|
|
"dprint-core",
|
2021-10-12 09:58:04 -04:00
|
|
|
"rustc-hash",
|
2020-02-21 13:21:51 -05:00
|
|
|
"serde",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
2020-12-28 18:22:36 -05:00
|
|
|
[[package]]
|
|
|
|
name = "dprint-swc-ecma-ast-view"
|
2022-04-08 12:31:47 -04:00
|
|
|
version = "0.55.0"
|
2021-04-20 13:37:27 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-08 12:31:47 -04:00
|
|
|
checksum = "43f9e087f831642347a4b0370824cedf4649b7bff5065c25d53cd73094c014ca"
|
2021-04-20 13:37:27 -04:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
2021-08-06 04:10:50 -04:00
|
|
|
"num-bigint",
|
2021-10-12 09:58:04 -04:00
|
|
|
"rustc-hash",
|
2021-04-20 13:37:27 -04:00
|
|
|
"swc_atoms",
|
|
|
|
"swc_common",
|
|
|
|
"swc_ecmascript",
|
2021-09-02 11:38:19 -04:00
|
|
|
"text_lines",
|
2021-04-20 13:37:27 -04:00
|
|
|
]
|
|
|
|
|
2021-11-28 13:07:03 -05:00
|
|
|
[[package]]
|
|
|
|
name = "dyn-clone"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "1.0.5"
|
2021-11-28 13:07:03 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "21e50f3adc76d6a43f5ed73b698a87d0760ca74617f60f7c3b879003536fdd28"
|
2021-11-28 13:07:03 -05:00
|
|
|
|
2021-10-08 11:29:36 -04:00
|
|
|
[[package]]
|
|
|
|
name = "ecdsa"
|
|
|
|
version = "0.12.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "43ee23aa5b4f68c7a092b5c3beb25f50c406adc75e2363634f242f28ab255372"
|
|
|
|
dependencies = [
|
|
|
|
"der",
|
|
|
|
"elliptic-curve",
|
|
|
|
"hmac",
|
|
|
|
"signature",
|
|
|
|
]
|
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2021-01-05 16:51:54 -05:00
|
|
|
version = "1.6.1"
|
2020-01-29 21:16:48 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-05 16:51:54 -05:00
|
|
|
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
2020-01-29 21:16:48 -05:00
|
|
|
|
2021-10-08 11:29:36 -04:00
|
|
|
[[package]]
|
|
|
|
name = "elliptic-curve"
|
|
|
|
version = "0.10.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "beca177dcb8eb540133e7680baff45e7cc4d93bf22002676cec549f82343721b"
|
|
|
|
dependencies = [
|
|
|
|
"crypto-bigint",
|
|
|
|
"ff",
|
|
|
|
"generic-array",
|
|
|
|
"group",
|
|
|
|
"pkcs8",
|
2022-04-08 12:31:47 -04:00
|
|
|
"rand_core",
|
2021-10-08 11:29:36 -04:00
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2019-08-28 20:05:01 -04:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.8.31"
|
2019-08-28 20:05:01 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
|
2019-08-28 20:05:01 -04:00
|
|
|
dependencies = [
|
2022-03-22 09:19:53 -04:00
|
|
|
"cfg-if",
|
2019-08-28 20:05:01 -04:00
|
|
|
]
|
|
|
|
|
2021-01-19 09:39:04 -05:00
|
|
|
[[package]]
|
|
|
|
name = "endian-type"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "enum-as-inner"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7c5f0096a91d210159eceb2ff5e1c4da18388a170e1e3ce948aac9c8fdbbf595"
|
|
|
|
dependencies = [
|
2022-05-05 14:22:07 -04:00
|
|
|
"heck 0.3.3",
|
|
|
|
"proc-macro2 1.0.37",
|
|
|
|
"quote 1.0.18",
|
|
|
|
"syn 1.0.91",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "enum-as-inner"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "21cdad81446a7f7dc43f6a77409efeb9733d2fa65553efef6018ef257c959b73"
|
|
|
|
dependencies = [
|
|
|
|
"heck 0.4.0",
|
2022-05-05 06:41:59 -04:00
|
|
|
"proc-macro2 1.0.37",
|
|
|
|
"quote 1.0.18",
|
|
|
|
"syn 1.0.91",
|
2021-01-19 09:39:04 -05:00
|
|
|
]
|
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "enum_kind"
|
2021-03-02 07:39:56 -05:00
|
|
|
version = "0.2.1"
|
2020-01-29 21:16:48 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-02 07:39:56 -05:00
|
|
|
checksum = "78b940da354ae81ef0926c5eaa428207b8f4f091d3956c891dfbd124162bed99"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"pmutil",
|
2022-05-05 06:41:59 -04:00
|
|
|
"proc-macro2 1.0.37",
|
2020-02-21 13:21:51 -05:00
|
|
|
"swc_macros_common",
|
2022-05-05 06:41:59 -04:00
|
|
|
"syn 1.0.91",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
2022-05-05 14:22:07 -04:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
|
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"humantime",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2020-09-03 16:16:49 -04:00
|
|
|
[[package]]
|
2022-05-05 06:41:59 -04:00
|
|
|
name = "errno"
|
|
|
|
version = "0.1.8"
|
2020-09-03 16:16:49 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "1e2b2decb0484e15560df3210cf0d78654bb0864b2c138977c07e377a1bae0e2"
|
2020-09-03 16:16:49 -04:00
|
|
|
dependencies = [
|
2022-05-05 06:41:59 -04:00
|
|
|
"kernel32-sys",
|
|
|
|
"libc",
|
|
|
|
"winapi 0.2.8",
|
2020-09-03 16:16:49 -04:00
|
|
|
]
|
|
|
|
|
2020-02-26 01:01:24 -05:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.2.8"
|
2020-02-26 01:01:24 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
|
2020-02-26 01:01:24 -05:00
|
|
|
dependencies = [
|
2022-05-05 06:41:59 -04:00
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
2020-02-26 01:01:24 -05:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-07-08 07:33:01 -04:00
|
|
|
[[package]]
|
|
|
|
name = "error-code"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "2.3.1"
|
2021-07-08 07:33:01 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "64f18991e7bf11e7ffee451b5318b5c1a73c52d0d0ada6e5a3017c8c1ced6a21"
|
2021-07-08 07:33:01 -04:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"str-buf",
|
|
|
|
]
|
|
|
|
|
2022-02-15 07:33:46 -05:00
|
|
|
[[package]]
|
|
|
|
name = "eszip"
|
2022-04-08 12:31:47 -04:00
|
|
|
version = "0.19.0"
|
2022-02-15 07:33:46 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-08 12:31:47 -04:00
|
|
|
checksum = "34efd9e689611033cf3783634d6196d010d0cf772ee200229ad5c03e99c49f39"
|
2022-02-15 07:33:46 -05:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"base64 0.13.0",
|
|
|
|
"deno_ast",
|
|
|
|
"deno_graph",
|
|
|
|
"futures",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2022-05-05 06:41:59 -04:00
|
|
|
"sha2 0.10.2",
|
2022-02-15 07:33:46 -05:00
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2021-05-10 06:02:47 -04:00
|
|
|
[[package]]
|
|
|
|
name = "fallible-iterator"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fallible-streaming-iterator"
|
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
|
|
|
|
|
2021-04-08 21:27:27 -04:00
|
|
|
[[package]]
|
|
|
|
name = "fancy-regex"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.9.0"
|
2021-04-08 21:27:27 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "367dc842ccf982f1cebf8be5ecb65b347db9fd18bdd7fd255c5ad0d3fc02f6a6"
|
2021-04-08 21:27:27 -04:00
|
|
|
dependencies = [
|
|
|
|
"bit-set",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2022-05-05 06:41:59 -04:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
|
|
|
version = "1.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
|
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
2021-07-08 07:33:01 -04:00
|
|
|
[[package]]
|
|
|
|
name = "fd-lock"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "3.0.5"
|
2021-07-08 07:33:01 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "46e245f4c8ec30c6415c56cb132c07e69e74f1942f6b4a4061da748b49f486ca"
|
2021-07-08 07:33:01 -04:00
|
|
|
dependencies = [
|
2022-03-22 09:19:53 -04:00
|
|
|
"cfg-if",
|
2022-05-05 06:41:59 -04:00
|
|
|
"rustix",
|
|
|
|
"windows-sys 0.30.0",
|
2021-07-08 07:33:01 -04:00
|
|
|
]
|
|
|
|
|
2021-10-08 11:29:36 -04:00
|
|
|
[[package]]
|
|
|
|
name = "ff"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d0f40b2dcd8bc322217a5f6559ae5f9e9d1de202a2ecee2e9eafcbece7562a4f"
|
|
|
|
dependencies = [
|
2022-04-08 12:31:47 -04:00
|
|
|
"rand_core",
|
2021-10-08 11:29:36 -04:00
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2020-02-21 13:21:51 -05:00
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.2.16"
|
2020-02-21 13:21:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "c0408e2626025178a6a7f7ffc05a25bc47103229f19c113755de7bf63816290c"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2022-03-22 09:19:53 -04:00
|
|
|
"cfg-if",
|
2020-02-21 13:21:51 -05:00
|
|
|
"libc",
|
2022-02-15 07:33:46 -05:00
|
|
|
"redox_syscall",
|
2020-06-20 07:18:08 -04:00
|
|
|
"winapi 0.3.9",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
2020-10-19 23:10:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "fixedbitset"
|
2022-03-22 09:19:53 -04:00
|
|
|
version = "0.4.1"
|
2020-10-19 23:10:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-22 09:19:53 -04:00
|
|
|
checksum = "279fb028e20b3c4c320317955b77c5e0c9701f05a1d309905d6fc702cdc5053e"
|
2020-10-19 23:10:42 -04:00
|
|
|
|
2021-08-11 11:38:07 -04:00
|
|
|
[[package]]
|
|
|
|
name = "flaky_test"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "479cde5eb168cf5a056dd98f311cbfab7494c216394e4fb9eba0336827a8db93"
|
|
|
|
dependencies = [
|
2022-05-05 06:41:59 -04:00
|
|
|
"proc-macro2 1.0.37",
|
|
|
|
"quote 1.0.18",
|
|
|
|
"syn 1.0.91",
|
2021-08-11 11:38:07 -04:00
|
|
|
]
|
|
|
|
|
2020-01-11 05:11:05 -05:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "1.0.23"
|
2020-01-11 05:11:05 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "b39522e96686d38f4bc984b9198e3a0613264abaebaff2c5c918bfa6b6da09af"
|
2020-01-11 05:11:05 -05:00
|
|
|
dependencies = [
|
2022-03-22 09:19:53 -04:00
|
|
|
"cfg-if",
|
2020-02-21 13:21:51 -05:00
|
|
|
"crc32fast",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
2020-01-11 05:11:05 -05:00
|
|
|
]
|
|
|
|
|
2022-03-04 00:04:39 -05:00
|
|
|
[[package]]
|
|
|
|
name = "fly-accept-encoding"
|
|
|
|
version = "0.2.0-alpha.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "741d3e4ac3bcebc022cd90e7d1ce376515a73db2d53ba7fd3a7e581d6db7fa97"
|
|
|
|
dependencies = [
|
|
|
|
"http",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2019-08-28 20:05:01 -04:00
|
|
|
[[package]]
|
2019-12-30 08:57:17 -05:00
|
|
|
name = "fnv"
|
2020-05-30 05:35:44 -04:00
|
|
|
version = "1.0.7"
|
2019-12-30 08:57:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-30 05:35:44 -04:00
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2019-12-30 08:57:17 -05:00
|
|
|
|
2021-03-01 05:31:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
|
|
dependencies = [
|
|
|
|
"foreign-types-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
|
|
2020-12-26 08:06:00 -05:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2021-04-08 12:46:14 -04:00
|
|
|
version = "1.0.1"
|
2020-12-26 08:06:00 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-08 12:46:14 -04:00
|
|
|
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
|
2020-12-26 08:06:00 -05:00
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "from_variant"
|
2021-03-02 07:39:56 -05:00
|
|
|
version = "0.1.3"
|
2020-01-29 21:16:48 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-02 07:39:56 -05:00
|
|
|
checksum = "0951635027ca477be98f8774abd6f0345233439d63f307e47101acb40c7cc63d"
|
2020-02-21 13:21:51 -05:00
|
|
|
dependencies = [
|
|
|
|
"pmutil",
|
2022-05-05 06:41:59 -04:00
|
|
|
"proc-macro2 1.0.37",
|
2020-02-21 13:21:51 -05:00
|
|
|
"swc_macros_common",
|
2022-05-05 06:41:59 -04:00
|
|
|
"syn 1.0.91",
|
2020-02-21 13:21:51 -05:00
|
|
|
]
|
|
|
|
|
2021-08-24 09:21:31 -04:00
|
|
|
[[package]]
|
|
|
|
name = "fs3"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fb17cf6ed704f72485332f6ab65257460c4f9f3083934cf402bf9f5b3b600a90"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rustc_version 0.2.3",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2020-02-21 13:21:51 -05:00
|
|
|
[[package]]
|
|
|
|
name = "fsevent-sys"
|
2022-01-13 11:58:00 -05:00
|
|
|
version = "4.1.0"
|
2020-02-21 13:21:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-13 11:58:00 -05:00
|
|
|
checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"libc",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
2020-12-28 10:36:44 -05:00
|
|
|
[[package]]
|
|
|
|
name = "fslock"
|
2021-10-10 17:26:22 -04:00
|
|
|
version = "0.1.8"
|
2020-12-28 10:36:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-10 17:26:22 -04:00
|
|
|
checksum = "57eafdd0c16f57161105ae1b98a1238f97645f2f588438b2949c99a2af9616bf"
|
2020-12-28 10:36:44 -05:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2019-11-16 19:17:47 -05:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2022-03-04 17:08:04 -05:00
|
|
|
version = "0.3.21"
|
2019-11-16 19:17:47 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-04 17:08:04 -05:00
|
|
|
checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"
|
2019-11-16 19:17:47 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
2019-11-16 19:17:47 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2022-03-04 17:08:04 -05:00
|
|
|
version = "0.3.21"
|
2019-11-16 19:17:47 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-04 17:08:04 -05:00
|
|
|
checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
|
2019-11-16 19:17:47 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
2019-11-16 19:17:47 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2022-03-04 17:08:04 -05:00
|
|
|
version = "0.3.21"
|
2019-11-16 19:17:47 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-04 17:08:04 -05:00
|
|
|
checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
|
2019-11-16 19:17:47 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2022-03-04 17:08:04 -05:00
|
|
|
version = "0.3.21"
|
2019-11-16 19:17:47 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-04 17:08:04 -05:00
|
|
|
checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"
|
2019-11-16 19:17:47 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
2019-11-16 19:17:47 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2022-03-04 17:08:04 -05:00
|
|
|
version = "0.3.21"
|
2019-11-16 19:17:47 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-04 17:08:04 -05:00
|
|
|
checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
|
2019-11-16 19:17:47 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2022-03-04 17:08:04 -05:00
|
|
|
version = "0.3.21"
|
2019-11-16 19:17:47 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-04 17:08:04 -05:00
|
|
|
checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"
|
2019-11-16 19:17:47 -05:00
|
|
|
dependencies = [
|
2022-05-05 06:41:59 -04:00
|
|
|
"proc-macro2 1.0.37",
|
|
|
|
"quote 1.0.18",
|
|
|
|
"syn 1.0.91",
|
2019-11-16 19:17:47 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2022-03-04 17:08:04 -05:00
|
|
|
version = "0.3.21"
|
2019-11-16 19:17:47 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-04 17:08:04 -05:00
|
|
|
checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
|
2019-11-16 19:17:47 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2022-03-04 17:08:04 -05:00
|
|
|
version = "0.3.21"
|
2019-11-16 19:17:47 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-04 17:08:04 -05:00
|
|
|
checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
|
2019-11-16 19:17:47 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2022-03-04 17:08:04 -05:00
|
|
|
version = "0.3.21"
|
2019-11-16 19:17:47 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-04 17:08:04 -05:00
|
|
|
checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
|
2019-11-16 19:17:47 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
2021-01-12 02:50:02 -05:00
|
|
|
"pin-project-lite",
|
2020-02-21 13:21:51 -05:00
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
2019-11-16 19:17:47 -05:00
|
|
|
]
|
|
|
|
|
2019-05-30 11:07:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "fwdansi"
|
2019-12-30 08:57:17 -05:00
|
|
|
version = "1.1.0"
|
2019-05-30 11:07:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "08c1f5787fe85505d1f7777268db5103d80a7a374d2316a7ce262e57baf8f208"
|
2019-05-30 11:07:58 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"memchr",
|
|
|
|
"termcolor",
|
2019-08-02 11:58:09 -04:00
|
|
|
]
|
|
|
|
|
2020-02-10 13:08:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "fxhash"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
2020-02-10 13:08:49 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"byteorder",
|
2020-02-10 13:08:49 -05:00
|
|
|
]
|
|
|
|
|
2020-09-04 11:24:23 -04:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2022-01-10 23:44:47 -05:00
|
|
|
version = "0.14.5"
|
2020-09-04 11:24:23 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-10 23:44:47 -05:00
|
|
|
checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
|
2020-09-04 11:24:23 -04:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-01-10 07:20:47 -05:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.2.6"
|
2021-01-10 07:20:47 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad"
|
2021-01-10 07:20:47 -05:00
|
|
|
dependencies = [
|
2022-03-22 09:19:53 -04:00
|
|
|
"cfg-if",
|
2021-01-10 07:20:47 -05:00
|
|
|
"libc",
|
|
|
|
"wasi 0.10.0+wasi-snapshot-preview1",
|
|
|
|
]
|
|
|
|
|
2022-01-05 10:12:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ghash"
|
|
|
|
version = "0.4.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"
|
|
|
|
dependencies = [
|
|
|
|
"opaque-debug",
|
|
|
|
"polyval",
|
|
|
|
]
|
|
|
|
|
2021-03-01 05:31:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "glow"
|
2022-01-10 23:44:47 -05:00
|
|
|
version = "0.11.2"
|
2021-03-01 05:31:13 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-10 23:44:47 -05:00
|
|
|
checksum = "d8bd5877156a19b8ac83a29b2306fe20537429d318f3ff0a1a2119f8d9c61919"
|
2021-03-01 05:31:13 -05:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"slotmap",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gpu-alloc"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.5.3"
|
2021-03-01 05:31:13 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "7fc59e5f710e310e76e6707f86c561dd646f69a8876da9131703b2f717de818d"
|
2021-03-01 05:31:13 -05:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"gpu-alloc-types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gpu-alloc-types"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "54804d0d6bc9d7f26db4eaec1ad10def69b599315f487d32c334a80d1efe67a5"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gpu-descriptor"
|
2021-12-10 18:35:37 -05:00
|
|
|
version = "0.2.2"
|
2021-03-01 05:31:13 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-10 18:35:37 -05:00
|
|
|
checksum = "a538f217be4d405ff4719a283ca68323cc2384003eca5baaa87501e821c81dda"
|
2021-03-01 05:31:13 -05:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"gpu-descriptor-types",
|
2021-12-10 18:35:37 -05:00
|
|
|
"hashbrown",
|
2021-03-01 05:31:13 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gpu-descriptor-types"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "363e3677e55ad168fef68cf9de3a4a310b53124c5e784c53a1d70e92d23f2126"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2021-10-08 11:29:36 -04:00
|
|
|
[[package]]
|
|
|
|
name = "group"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1c363a5301b8f153d80747126a04b3c82073b9fe3130571a9d170cacdeaf7912"
|
|
|
|
dependencies = [
|
|
|
|
"ff",
|
2022-04-08 12:31:47 -04:00
|
|
|
"rand_core",
|
2021-10-08 11:29:36 -04:00
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2019-12-30 08:57:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.3.12"
|
2019-12-30 08:57:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "62eeb471aa3e3c9197aa4bfeabfe02982f6dc96f750486c0bb0009ac58b26d2b"
|
2019-12-30 08:57:17 -05:00
|
|
|
dependencies = [
|
2021-01-12 02:50:02 -05:00
|
|
|
"bytes",
|
2020-02-21 13:21:51 -05:00
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"indexmap",
|
|
|
|
"slab",
|
2021-01-12 02:50:02 -05:00
|
|
|
"tokio",
|
2022-04-02 13:54:40 -04:00
|
|
|
"tokio-util 0.6.9",
|
2020-09-04 11:24:23 -04:00
|
|
|
"tracing",
|
2019-12-30 08:57:17 -05:00
|
|
|
]
|
|
|
|
|
2021-05-17 08:44:40 -04:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
|
|
|
dependencies = [
|
2021-12-10 18:35:37 -05:00
|
|
|
"ahash",
|
2021-05-17 08:44:40 -04:00
|
|
|
]
|
|
|
|
|
2021-05-10 06:02:47 -04:00
|
|
|
[[package]]
|
|
|
|
name = "hashlink"
|
2021-05-17 08:44:40 -04:00
|
|
|
version = "0.7.0"
|
2021-05-10 06:02:47 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-17 08:44:40 -04:00
|
|
|
checksum = "7249a3129cbc1ffccd74857f81464a323a152173cdb134e0fd81bc803b29facf"
|
2021-05-10 06:02:47 -04:00
|
|
|
dependencies = [
|
2021-12-10 18:35:37 -05:00
|
|
|
"hashbrown",
|
2021-05-10 06:02:47 -04:00
|
|
|
]
|
|
|
|
|
2020-12-21 08:44:26 -05:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2021-07-08 07:33:01 -04:00
|
|
|
version = "0.3.3"
|
2020-12-21 08:44:26 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-08 07:33:01 -04:00
|
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
2020-12-21 08:44:26 -05:00
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
2022-05-05 14:22:07 -04:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
|
|
|
|
|
2019-11-07 17:26:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-07-08 07:33:01 -04:00
|
|
|
version = "0.1.19"
|
2019-11-07 17:26:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-08 07:33:01 -04:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2019-11-07 17:26:49 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"libc",
|
2019-08-28 18:58:42 -04:00
|
|
|
]
|
|
|
|
|
2022-01-24 17:47:05 -05:00
|
|
|
[[package]]
|
|
|
|
name = "hexf-parse"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
|
|
|
|
|
2021-10-08 11:29:36 -04:00
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"
|
|
|
|
dependencies = [
|
|
|
|
"crypto-mac",
|
2022-02-15 07:33:46 -05:00
|
|
|
"digest 0.9.0",
|
2021-10-08 11:29:36 -04:00
|
|
|
]
|
|
|
|
|
2021-01-19 09:39:04 -05:00
|
|
|
[[package]]
|
|
|
|
name = "hostname"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"match_cfg",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2019-12-30 08:57:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.2.6"
|
2019-12-30 08:57:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03"
|
2019-12-30 08:57:17 -05:00
|
|
|
dependencies = [
|
2021-01-12 02:50:02 -05:00
|
|
|
"bytes",
|
2020-02-21 13:21:51 -05:00
|
|
|
"fnv",
|
2022-05-05 06:41:59 -04:00
|
|
|
"itoa",
|
2019-12-30 08:57:17 -05:00
|
|
|
]
|
|
|
|
|
2021-01-10 07:20:47 -05:00
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2021-12-10 18:35:37 -05:00
|
|
|
version = "0.4.4"
|
2021-01-10 07:20:47 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-10 18:35:37 -05:00
|
|
|
checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"
|
2021-01-10 07:20:47 -05:00
|
|
|
dependencies = [
|
2021-01-12 02:50:02 -05:00
|
|
|
"bytes",
|
2021-01-10 07:20:47 -05:00
|
|
|
"http",
|
2021-04-08 12:46:14 -04:00
|
|
|
"pin-project-lite",
|
2021-01-10 07:20:47 -05:00
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "1.7.1"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c"
|
2018-12-18 21:09:30 -05:00
|
|
|
|
2020-12-21 10:29:50 -05:00
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2021-12-10 18:35:37 -05:00
|
|
|
version = "1.0.2"
|
2020-12-21 10:29:50 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-10 18:35:37 -05:00
|
|
|
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
2020-12-21 10:29:50 -05:00
|
|
|
|
2020-09-03 16:16:49 -04:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
2021-01-26 11:00:40 -05:00
|
|
|
version = "2.1.0"
|
2019-12-30 08:57:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-26 11:00:40 -05:00
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
2019-12-30 08:57:17 -05:00
|
|
|
|
2021-01-10 07:20:47 -05:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.14.18"
|
2021-01-10 07:20:47 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "b26ae0a80afebe130861d90abf98e3814a4f28a4c6ffeb5ab8ebb2be311e0ef2"
|
2021-01-10 07:20:47 -05:00
|
|
|
dependencies = [
|
2021-01-12 02:50:02 -05:00
|
|
|
"bytes",
|
2021-01-10 07:20:47 -05:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2021-01-12 02:50:02 -05:00
|
|
|
"h2",
|
2021-01-10 07:20:47 -05:00
|
|
|
"http",
|
2021-01-12 02:50:02 -05:00
|
|
|
"http-body",
|
2021-01-10 07:20:47 -05:00
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
2022-05-05 06:41:59 -04:00
|
|
|
"itoa",
|
2021-06-14 08:52:49 -04:00
|
|
|
"pin-project-lite",
|
2022-04-02 13:54:40 -04:00
|
|
|
"socket2 0.4.4",
|
2021-01-12 02:50:02 -05:00
|
|
|
"tokio",
|
2021-01-10 07:20:47 -05:00
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
2019-07-15 14:00:27 -04:00
|
|
|
[[package]]
|
2019-12-30 08:57:17 -05:00
|
|
|
name = "hyper-rustls"
|
2021-12-06 18:48:11 -05:00
|
|
|
version = "0.23.0"
|
2019-12-30 08:57:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-06 18:48:11 -05:00
|
|
|
checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac"
|
2019-07-15 14:00:27 -04:00
|
|
|
dependencies = [
|
2021-12-06 18:48:11 -05:00
|
|
|
"http",
|
2021-01-12 02:50:02 -05:00
|
|
|
"hyper",
|
|
|
|
"rustls",
|
|
|
|
"tokio",
|
|
|
|
"tokio-rustls",
|
2019-07-15 14:00:27 -04:00
|
|
|
]
|
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
2020-01-29 21:16:48 -05:00
|
|
|
|
2019-09-23 14:40:38 -04:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2021-04-23 07:37:09 -04:00
|
|
|
version = "0.2.3"
|
2019-09-23 14:40:38 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-23 07:37:09 -04:00
|
|
|
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
|
2019-09-23 14:40:38 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
2019-09-23 14:40:38 -04:00
|
|
|
]
|
|
|
|
|
2020-03-07 15:51:23 -05:00
|
|
|
[[package]]
|
|
|
|
name = "if_chain"
|
2021-09-02 17:38:44 -04:00
|
|
|
version = "1.0.2"
|
2020-03-07 15:51:23 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-02 17:38:44 -04:00
|
|
|
checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed"
|
2020-03-07 15:51:23 -05:00
|
|
|
|
2021-09-10 21:38:24 -04:00
|
|
|
[[package]]
|
|
|
|
name = "import_map"
|
2022-02-16 13:14:19 -05:00
|
|
|
version = "0.9.0"
|
2021-09-10 21:38:24 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-16 13:14:19 -05:00
|
|
|
checksum = "f99e0f89d56c163538ea6bf1f250049669298a26daeee15a9a18f4118cc503f1"
|
2021-09-10 21:38:24 -04:00
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "1.8.1"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee"
|
2019-11-07 17:26:49 -05:00
|
|
|
dependencies = [
|
2022-05-05 06:41:59 -04:00
|
|
|
"autocfg 1.1.0",
|
2021-12-10 18:35:37 -05:00
|
|
|
"hashbrown",
|
2021-02-28 19:49:08 -05:00
|
|
|
"serde",
|
2020-02-21 13:21:51 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "inotify"
|
2021-12-10 18:35:37 -05:00
|
|
|
version = "0.9.6"
|
2020-02-21 13:21:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-10 18:35:37 -05:00
|
|
|
checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
|
2020-02-21 13:21:51 -05:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"inotify-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "inotify-sys"
|
2021-01-26 11:00:40 -05:00
|
|
|
version = "0.1.5"
|
2020-02-21 13:21:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-26 11:00:40 -05:00
|
|
|
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
|
2020-02-21 13:21:51 -05:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2019-11-07 17:26:49 -05:00
|
|
|
]
|
2018-12-18 21:09:30 -05:00
|
|
|
|
2021-03-01 05:31:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "inplace_it"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "90953f308a79fe6d62a4643e51f848fbfddcd05975a38e69fdf4ab86a7baf7ca"
|
|
|
|
|
2020-11-24 18:38:23 -05:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
2021-12-10 18:35:37 -05:00
|
|
|
version = "0.1.12"
|
2020-11-24 18:38:23 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-10 18:35:37 -05:00
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
2020-11-24 18:38:23 -05:00
|
|
|
dependencies = [
|
2022-03-22 09:19:53 -04:00
|
|
|
"cfg-if",
|
2020-03-27 16:09:51 -04:00
|
|
|
]
|
|
|
|
|
2022-05-05 06:41:59 -04:00
|
|
|
[[package]]
|
|
|
|
name = "io-lifetimes"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9448015e586b611e5d322f6703812bbca2f1e709d5773ecd38ddb4e3bb649504"
|
|
|
|
|
2021-01-19 09:39:04 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ipconfig"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7"
|
|
|
|
dependencies = [
|
2021-04-08 12:46:14 -04:00
|
|
|
"socket2 0.3.19",
|
2021-01-19 09:39:04 -05:00
|
|
|
"widestring",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
"winreg 0.6.2",
|
|
|
|
]
|
|
|
|
|
2020-08-12 11:09:48 -04:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "2.5.0"
|
2020-08-12 11:09:48 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"
|
2020-08-12 11:09:48 -04:00
|
|
|
|
2020-07-25 11:47:55 -04:00
|
|
|
[[package]]
|
|
|
|
name = "is-macro"
|
2022-01-13 11:58:00 -05:00
|
|
|
version = "0.2.0"
|
2020-07-25 11:47:55 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-13 11:58:00 -05:00
|
|
|
checksum = "94b2c46692aee0d1b3aad44e781ac0f0e7db42ef27adaa0a877b627040019813"
|
2020-07-25 11:47:55 -04:00
|
|
|
dependencies = [
|
|
|
|
"Inflector",
|
|
|
|
"pmutil",
|
2022-05-05 06:41:59 -04:00
|
|
|
"proc-macro2 1.0.37",
|
|
|
|
"quote 1.0.18",
|
|
|
|
"syn 1.0.91",
|
2020-07-25 11:47:55 -04:00
|
|
|
]
|
|
|
|
|
2022-01-10 23:44:47 -05:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
|
|
|
|
|
2022-01-10 18:51:23 -05:00
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
|
|
|
version = "0.1.24"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2019-08-28 18:58:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.3.57"
|
2019-08-28 18:58:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "671a26f820db17c2a2750743f1dd03bafd15b98c9f30c7c2628c024c05d73397"
|
2019-08-28 18:58:42 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"wasm-bindgen",
|
2019-08-28 18:58:42 -04:00
|
|
|
]
|
|
|
|
|
2020-08-31 14:12:24 -04:00
|
|
|
[[package]]
|
|
|
|
name = "jsonc-parser"
|
2022-02-02 13:24:24 -05:00
|
|
|
version = "0.19.0"
|
2020-08-31 14:12:24 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-02 13:24:24 -05:00
|
|
|
checksum = "34bbb0cd324c4ed32861be1d00c58635b94d03a2d2c70f6aec5f1a419c532783"
|
2021-04-04 07:27:13 -04:00
|
|
|
dependencies = [
|
|
|
|
"serde_json",
|
|
|
|
]
|
2020-08-31 14:12:24 -04:00
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "kernel32-sys"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"winapi 0.2.8",
|
|
|
|
"winapi-build",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
2021-03-01 05:31:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "khronos-egl"
|
2021-05-06 10:48:45 -04:00
|
|
|
version = "4.1.0"
|
2021-03-01 05:31:13 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-06 10:48:45 -04:00
|
|
|
checksum = "8c2352bd1d0bceb871cb9d40f24360c8133c11d7486b68b5381c1dd1a32015e3"
|
2021-03-01 05:31:13 -05:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"libloading",
|
|
|
|
]
|
|
|
|
|
2021-09-02 17:38:44 -04:00
|
|
|
[[package]]
|
|
|
|
name = "kqueue"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "1.0.5"
|
2021-09-02 17:38:44 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "97caf428b83f7c86809b7450722cd1f2b1fc7fb23aa7b9dee7e72ed14d048352"
|
2021-09-02 17:38:44 -04:00
|
|
|
dependencies = [
|
|
|
|
"kqueue-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kqueue-sys"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8367585489f01bc55dd27404dcf56b95e6da061a256a666ab23be9ba96a2e587"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2019-09-12 16:20:15 -04:00
|
|
|
version = "1.4.0"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2021-07-06 08:16:04 -04:00
|
|
|
dependencies = [
|
|
|
|
"spin",
|
|
|
|
]
|
2020-02-21 13:21:51 -05:00
|
|
|
|
2021-06-14 16:25:33 -04:00
|
|
|
[[package]]
|
|
|
|
name = "lexical"
|
2022-03-22 09:19:53 -04:00
|
|
|
version = "6.1.0"
|
2021-06-14 16:25:33 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-22 09:19:53 -04:00
|
|
|
checksum = "ccd3e434c16f0164124ade12dcdee324fcc3dafb1cad0c7f1d8c2451a1aa6886"
|
2021-06-14 16:25:33 -04:00
|
|
|
dependencies = [
|
|
|
|
"lexical-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lexical-core"
|
2022-03-22 09:19:53 -04:00
|
|
|
version = "0.8.3"
|
2021-06-14 16:25:33 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-22 09:19:53 -04:00
|
|
|
checksum = "92912c4af2e7d9075be3e5e3122c4d7263855fa6cce34fbece4dd08e5884624d"
|
2021-06-14 16:25:33 -04:00
|
|
|
dependencies = [
|
2022-03-22 09:19:53 -04:00
|
|
|
"lexical-parse-float",
|
|
|
|
"lexical-parse-integer",
|
|
|
|
"lexical-util",
|
|
|
|
"lexical-write-float",
|
|
|
|
"lexical-write-integer",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lexical-parse-float"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f518eed87c3be6debe6d26b855c97358d8a11bf05acec137e5f53080f5ad2dd8"
|
|
|
|
dependencies = [
|
|
|
|
"lexical-parse-integer",
|
|
|
|
"lexical-util",
|
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lexical-parse-integer"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "afc852ec67c6538bbb2b9911116a385b24510e879a69ab516e6a151b15a79168"
|
|
|
|
dependencies = [
|
|
|
|
"lexical-util",
|
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lexical-util"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c72a9d52c5c4e62fa2cdc2cb6c694a39ae1382d9c2a17a466f18e272a0930eb1"
|
|
|
|
dependencies = [
|
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lexical-write-float"
|
|
|
|
version = "0.8.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a89ec1d062e481210c309b672f73a0567b7855f21e7d2fae636df44d12e97f9"
|
|
|
|
dependencies = [
|
|
|
|
"lexical-util",
|
|
|
|
"lexical-write-integer",
|
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lexical-write-integer"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "094060bd2a7c2ff3a16d5304a6ae82727cb3cc9d1c70f813cc73f744c319337e"
|
|
|
|
dependencies = [
|
|
|
|
"lexical-util",
|
2021-06-14 16:25:33 -04:00
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.2.124"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "21a41fed9d98f27ab1c6d161da622a4fa35e8a54a8adc24bbf3ddd0ef70b0e50"
|
2018-12-18 21:09:30 -05:00
|
|
|
|
2021-10-26 16:30:27 -04:00
|
|
|
[[package]]
|
|
|
|
name = "libffi"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "3.0.0"
|
2021-10-26 16:30:27 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "0e08093a2ddeee94bd0c830a53d895ff91f1f3bb0f9b3c8c6b00739cdf76bc1d"
|
2021-10-26 16:30:27 -04:00
|
|
|
dependencies = [
|
|
|
|
"abort_on_panic",
|
|
|
|
"libc",
|
|
|
|
"libffi-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libffi-sys"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "2.0.0"
|
2021-10-26 16:30:27 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "ab4106b7f09d7b87d021334d5618fac1dfcfb824d4c5fe111ff0074dfd242e15"
|
2021-10-26 16:30:27 -04:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2021-03-01 05:31:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2022-01-24 12:03:06 -05:00
|
|
|
version = "0.7.3"
|
2021-03-01 05:31:13 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-24 12:03:06 -05:00
|
|
|
checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
|
2021-03-01 05:31:13 -05:00
|
|
|
dependencies = [
|
2022-03-22 09:19:53 -04:00
|
|
|
"cfg-if",
|
2021-03-01 05:31:13 -05:00
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2021-07-06 08:16:04 -04:00
|
|
|
[[package]]
|
|
|
|
name = "libm"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.2.2"
|
2021-07-06 08:16:04 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "33a33a362ce288760ec6a508b94caaec573ae7d3bbbd91b87aa0bad4456839db"
|
2021-07-06 08:16:04 -04:00
|
|
|
|
2021-05-10 06:02:47 -04:00
|
|
|
[[package]]
|
|
|
|
name = "libsqlite3-sys"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.24.2"
|
2021-05-10 06:02:47 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "898745e570c7d0453cc1fbc4a701eb6c662ed54e8fec8b7d14be137ebeeb9d14"
|
2021-05-10 06:02:47 -04:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2021-01-19 09:39:04 -05:00
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
|
|
|
version = "0.5.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
|
|
|
|
|
2022-05-05 06:41:59 -04:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
|
|
|
version = "0.0.42"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5284f00d480e1c39af34e72f8ad60b94f47007e3481cd3b731c1d67190ddc7b7"
|
|
|
|
|
2020-11-24 18:38:23 -05:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.4.7"
|
2020-11-24 18:38:23 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
|
2020-11-24 18:38:23 -05:00
|
|
|
dependencies = [
|
2022-05-05 06:41:59 -04:00
|
|
|
"autocfg 1.1.0",
|
2020-11-24 18:38:23 -05:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.4.16"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2022-03-22 09:19:53 -04:00
|
|
|
"cfg-if",
|
2021-01-07 21:08:51 -05:00
|
|
|
"serde",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
2021-01-19 09:39:04 -05:00
|
|
|
[[package]]
|
|
|
|
name = "lru-cache"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
|
|
|
|
dependencies = [
|
|
|
|
"linked-hash-map",
|
|
|
|
]
|
|
|
|
|
2020-12-07 05:46:39 -05:00
|
|
|
[[package]]
|
2020-12-21 08:44:26 -05:00
|
|
|
name = "lsp-types"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.93.0"
|
2020-12-07 05:46:39 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "70c74e2173b2b31f8655d33724b4b45ac13f439386f66290f539c22b144c2212"
|
2020-12-07 05:46:39 -05:00
|
|
|
dependencies = [
|
2020-12-21 08:44:26 -05:00
|
|
|
"bitflags",
|
2020-12-07 05:46:39 -05:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2020-12-21 08:44:26 -05:00
|
|
|
"serde_repr",
|
|
|
|
"url",
|
2020-12-07 05:46:39 -05:00
|
|
|
]
|
|
|
|
|
2022-01-10 18:51:23 -05:00
|
|
|
[[package]]
|
|
|
|
name = "lzzzz"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f6d891cedd3b1659c206a60ff8afd15bccd7c2754b157f8a164861989e042b88"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2021-03-01 05:31:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "malloc_buf"
|
|
|
|
version = "0.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-01-19 09:39:04 -05:00
|
|
|
[[package]]
|
|
|
|
name = "match_cfg"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2021-09-02 17:38:44 -04:00
|
|
|
version = "0.1.9"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-02 17:38:44 -04:00
|
|
|
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
|
2018-12-18 21:09:30 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2021-09-02 17:38:44 -04:00
|
|
|
version = "2.4.1"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-02 17:38:44 -04:00
|
|
|
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2021-12-10 18:35:37 -05:00
|
|
|
version = "0.6.5"
|
2021-09-02 17:38:44 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-10 18:35:37 -05:00
|
|
|
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
|
2021-09-02 17:38:44 -04:00
|
|
|
dependencies = [
|
2022-05-05 06:41:59 -04:00
|
|
|
"autocfg 1.1.0",
|
2021-09-02 17:38:44 -04:00
|
|
|
]
|
2018-12-18 21:09:30 -05:00
|
|
|
|
2021-03-01 05:31:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "metal"
|
2021-09-02 17:38:44 -04:00
|
|
|
version = "0.23.1"
|
2022-01-20 09:23:53 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e0514f491f4cc03632ab399ee01e2c1c1b12d3e1cf2d667c1ff5f87d6dcd2084"
|
2021-03-01 05:31:13 -05:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"block",
|
2021-07-08 05:07:49 -04:00
|
|
|
"core-graphics-types",
|
2021-03-01 05:31:13 -05:00
|
|
|
"foreign-types",
|
|
|
|
"log",
|
|
|
|
"objc",
|
|
|
|
]
|
|
|
|
|
2019-08-28 20:05:01 -04:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2020-01-17 13:57:56 -05:00
|
|
|
version = "0.3.16"
|
2019-08-28 20:05:01 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
2019-08-28 20:05:01 -04:00
|
|
|
|
2020-01-11 05:11:05 -05:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.5.1"
|
2020-01-11 05:11:05 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "d2b29bd4bc3f33391105ebee3589c19197c4271e3e5a9ec9bfe8127eeff8f082"
|
2020-01-11 05:11:05 -05:00
|
|
|
dependencies = [
|
2020-07-01 10:04:56 -04:00
|
|
|
"adler",
|
2020-01-11 05:11:05 -05:00
|
|
|
]
|
|
|
|
|
2020-11-24 18:38:23 -05:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2022-04-02 13:54:40 -04:00
|
|
|
version = "0.8.2"
|
2020-11-24 18:38:23 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-02 13:54:40 -04:00
|
|
|
checksum = "52da4364ffb0e4fe33a9841a98a3f3014fb964045ce4f7a45a398243c8d6b0c9"
|
2020-11-24 18:38:23 -05:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
2021-02-09 09:34:34 -05:00
|
|
|
"miow",
|
2020-11-24 18:38:23 -05:00
|
|
|
"ntapi",
|
2022-04-02 13:54:40 -04:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2020-11-24 18:38:23 -05:00
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
2021-04-08 12:46:14 -04:00
|
|
|
version = "0.3.7"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-08 12:46:14 -04:00
|
|
|
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-06-20 07:18:08 -04:00
|
|
|
"winapi 0.3.9",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
2022-04-20 15:06:39 -04:00
|
|
|
[[package]]
|
|
|
|
name = "mitata"
|
|
|
|
version = "0.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "975d43e4088e68e8b18c81e866185c71d1682d3cf923ed6e98be0c6173d80f77"
|
|
|
|
dependencies = [
|
|
|
|
"clap",
|
|
|
|
]
|
|
|
|
|
2021-03-01 05:31:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "naga"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.8.5"
|
2022-01-20 09:23:53 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "3012f2dbcc79e8e0b5825a4836a7106a75dd9b2fe42c528163be0f572538c705"
|
2021-03-01 05:31:13 -05:00
|
|
|
dependencies = [
|
|
|
|
"bit-set",
|
|
|
|
"bitflags",
|
2021-05-06 10:48:45 -04:00
|
|
|
"codespan-reporting",
|
2022-01-24 17:47:05 -05:00
|
|
|
"hexf-parse",
|
|
|
|
"indexmap",
|
2021-03-01 05:31:13 -05:00
|
|
|
"log",
|
|
|
|
"num-traits",
|
2022-01-24 17:47:05 -05:00
|
|
|
"rustc-hash",
|
2021-08-24 07:29:42 -04:00
|
|
|
"serde",
|
|
|
|
"spirv",
|
2021-03-01 05:31:13 -05:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2021-12-22 18:00:43 -05:00
|
|
|
[[package]]
|
|
|
|
name = "netif"
|
2022-03-04 17:08:04 -05:00
|
|
|
version = "0.1.3"
|
2021-12-22 18:00:43 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-04 17:08:04 -05:00
|
|
|
checksum = "97ea59a9e719be226ab85078ed524f1cf62b43c0ebf3014d50aa22f988996dfe"
|
2021-12-22 18:00:43 -05:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "new_debug_unreachable"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
|
2020-01-29 21:16:48 -05:00
|
|
|
|
2021-01-19 09:39:04 -05:00
|
|
|
[[package]]
|
|
|
|
name = "nibble_vec"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43"
|
|
|
|
dependencies = [
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
2019-04-23 11:59:22 -04:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2022-02-17 09:01:26 -05:00
|
|
|
version = "0.23.0"
|
2019-04-23 11:59:22 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-17 09:01:26 -05:00
|
|
|
checksum = "f305c2c2e4c39a82f7bf0bf65fb557f9070ce06781d4f2454295cc34b1c43188"
|
2019-04-23 11:59:22 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"bitflags",
|
|
|
|
"cc",
|
2022-03-22 09:19:53 -04:00
|
|
|
"cfg-if",
|
2020-02-21 13:21:51 -05:00
|
|
|
"libc",
|
2021-09-02 17:38:44 -04:00
|
|
|
"memoffset",
|
2019-04-23 11:59:22 -04:00
|
|
|
]
|
|
|
|
|
2022-02-27 08:38:45 -05:00
|
|
|
[[package]]
|
|
|
|
name = "node_resolver"
|
2022-03-16 21:37:02 -04:00
|
|
|
version = "0.1.1"
|
2022-02-27 08:38:45 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-16 21:37:02 -04:00
|
|
|
checksum = "f1012fcb4f5cc14c272731f4baf6ba8a2d40c650908f4d2531f7ed17f214e5ae"
|
2022-02-27 08:38:45 -05:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2022-03-16 21:37:02 -04:00
|
|
|
"path-clean",
|
2022-02-27 08:38:45 -05:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2020-02-21 13:21:51 -05:00
|
|
|
[[package]]
|
|
|
|
name = "notify"
|
2022-04-02 13:54:40 -04:00
|
|
|
version = "5.0.0-pre.14"
|
2020-02-21 13:21:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-02 13:54:40 -04:00
|
|
|
checksum = "d13c22db70a63592e098fb51735bab36646821e6389a0ba171f3549facdf0b74"
|
2019-08-28 18:58:42 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"bitflags",
|
2020-12-21 08:44:26 -05:00
|
|
|
"crossbeam-channel",
|
2020-02-21 13:21:51 -05:00
|
|
|
"filetime",
|
|
|
|
"fsevent-sys",
|
|
|
|
"inotify",
|
2021-09-02 17:38:44 -04:00
|
|
|
"kqueue",
|
2020-02-21 13:21:51 -05:00
|
|
|
"libc",
|
2021-02-09 09:34:34 -05:00
|
|
|
"mio",
|
2020-02-21 13:21:51 -05:00
|
|
|
"walkdir",
|
2020-06-20 07:18:08 -04:00
|
|
|
"winapi 0.3.9",
|
2019-08-28 18:58:42 -04:00
|
|
|
]
|
|
|
|
|
2020-11-24 18:38:23 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ntapi"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.3.7"
|
2020-11-24 18:38:23 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
|
2020-11-24 18:38:23 -05:00
|
|
|
dependencies = [
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
2022-03-22 09:19:53 -04:00
|
|
|
version = "0.4.3"
|
2020-01-29 21:16:48 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-22 09:19:53 -04:00
|
|
|
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2022-05-05 06:41:59 -04:00
|
|
|
"autocfg 1.1.0",
|
2020-02-21 13:21:51 -05:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"serde",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
2021-07-06 08:16:04 -04:00
|
|
|
[[package]]
|
|
|
|
name = "num-bigint-dig"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4547ee5541c18742396ae2c895d0717d0f886d8823b8399cdaf7b07d63ad0480"
|
|
|
|
dependencies = [
|
2022-05-05 06:41:59 -04:00
|
|
|
"autocfg 0.1.8",
|
2021-07-06 08:16:04 -04:00
|
|
|
"byteorder",
|
|
|
|
"lazy_static",
|
|
|
|
"libm",
|
|
|
|
"num-integer",
|
|
|
|
"num-iter",
|
|
|
|
"num-traits",
|
2022-04-08 12:31:47 -04:00
|
|
|
"rand",
|
2021-07-06 08:16:04 -04:00
|
|
|
"smallvec",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2021-01-26 11:00:40 -05:00
|
|
|
version = "0.1.44"
|
2020-01-29 21:16:48 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-26 11:00:40 -05:00
|
|
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2022-05-05 06:41:59 -04:00
|
|
|
"autocfg 1.1.0",
|
2021-07-06 08:16:04 -04:00
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-iter"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.1.43"
|
2021-07-06 08:16:04 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
|
2021-07-06 08:16:04 -04:00
|
|
|
dependencies = [
|
2022-05-05 06:41:59 -04:00
|
|
|
"autocfg 1.1.0",
|
2021-07-06 08:16:04 -04:00
|
|
|
"num-integer",
|
2020-02-21 13:21:51 -05:00
|
|
|
"num-traits",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2021-01-26 11:00:40 -05:00
|
|
|
version = "0.2.14"
|
2020-01-29 21:16:48 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-26 11:00:40 -05:00
|
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2022-05-05 06:41:59 -04:00
|
|
|
"autocfg 1.1.0",
|
2021-07-06 08:16:04 -04:00
|
|
|
"libm",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2022-03-22 09:19:53 -04:00
|
|
|
version = "1.13.1"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-22 09:19:53 -04:00
|
|
|
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2019-12-30 08:57:17 -05:00
|
|
|
]
|
|
|
|
|
2022-05-05 14:22:07 -04:00
|
|
|
[[package]]
|
|
|
|
name = "num_threads"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-03-01 05:31:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "objc"
|
|
|
|
version = "0.2.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
|
|
|
|
dependencies = [
|
|
|
|
"malloc_buf",
|
|
|
|
"objc_exception",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "objc_exception"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2020-02-10 13:08:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2022-03-22 09:19:53 -04:00
|
|
|
version = "1.10.0"
|
2020-02-10 13:08:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-22 09:19:53 -04:00
|
|
|
checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
|
2020-02-10 13:08:49 -05:00
|
|
|
|
2020-09-04 11:24:23 -04:00
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
|
|
|
|
2021-08-07 08:49:38 -04:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
2022-01-13 11:58:00 -05:00
|
|
|
version = "0.1.5"
|
2021-08-07 08:49:38 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-13 11:58:00 -05:00
|
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
2021-08-07 08:49:38 -04:00
|
|
|
|
2019-09-10 11:09:54 -04:00
|
|
|
[[package]]
|
|
|
|
name = "os_pipe"
|
2022-03-11 13:20:14 -05:00
|
|
|
version = "1.0.1"
|
2019-09-10 11:09:54 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-11 13:20:14 -05:00
|
|
|
checksum = "2c92f2b54f081d635c77e7120862d48db8e91f7f21cef23ab1b4fe9971c59f55"
|
2019-09-10 11:09:54 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"libc",
|
2020-06-20 07:18:08 -04:00
|
|
|
"winapi 0.3.9",
|
2019-09-10 11:09:54 -04:00
|
|
|
]
|
|
|
|
|
2022-01-14 11:38:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "os_str_bytes"
|
|
|
|
version = "6.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
|
|
|
|
|
2021-09-15 06:34:17 -04:00
|
|
|
[[package]]
|
|
|
|
name = "output_vt100"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.1.3"
|
2021-09-15 06:34:17 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66"
|
2021-09-15 06:34:17 -04:00
|
|
|
dependencies = [
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2021-10-08 11:29:36 -04:00
|
|
|
[[package]]
|
|
|
|
name = "p256"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d053368e1bae4c8a672953397bd1bd7183dde1c72b0b7612a15719173148d186"
|
|
|
|
dependencies = [
|
|
|
|
"ecdsa",
|
|
|
|
"elliptic-curve",
|
2022-02-15 07:33:46 -05:00
|
|
|
"sha2 0.9.9",
|
2021-10-08 11:29:36 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "p384"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f23bc88c404ccc881c8a1ad62ba5cd7d336a64ecbf46de4874f2ad955f67b157"
|
|
|
|
dependencies = [
|
|
|
|
"elliptic-curve",
|
|
|
|
]
|
|
|
|
|
2020-11-24 18:38:23 -05:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2022-02-15 07:33:46 -05:00
|
|
|
version = "0.11.2"
|
2020-11-24 18:38:23 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-15 07:33:46 -05:00
|
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
2020-11-24 18:38:23 -05:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
"lock_api",
|
2022-03-22 09:19:53 -04:00
|
|
|
"parking_lot_core 0.8.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
2022-05-05 06:41:59 -04:00
|
|
|
"parking_lot_core 0.9.2",
|
2020-11-24 18:38:23 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2022-02-15 07:33:46 -05:00
|
|
|
version = "0.8.5"
|
2020-11-24 18:38:23 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-15 07:33:46 -05:00
|
|
|
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
|
2020-11-24 18:38:23 -05:00
|
|
|
dependencies = [
|
2022-03-22 09:19:53 -04:00
|
|
|
"cfg-if",
|
2020-11-24 18:38:23 -05:00
|
|
|
"instant",
|
|
|
|
"libc",
|
2022-02-15 07:33:46 -05:00
|
|
|
"redox_syscall",
|
2020-11-24 18:38:23 -05:00
|
|
|
"smallvec",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2022-03-22 09:19:53 -04:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.9.2"
|
2022-03-22 09:19:53 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "995f667a6c822200b0433ac218e05582f0e2efa1b922a3fd2fbaadc5f87bab37"
|
2022-03-22 09:19:53 -04:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
2022-05-05 06:41:59 -04:00
|
|
|
"windows-sys 0.34.0",
|
2022-03-22 09:19:53 -04:00
|
|
|
]
|
|
|
|
|
2022-03-16 21:37:02 -04:00
|
|
|
[[package]]
|
|
|
|
name = "path-clean"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ecba01bf2678719532c5e3059e0b5f0811273d94b397088b82e3bd0a78c78fdd"
|
|
|
|
|
2022-03-22 10:16:14 -04:00
|
|
|
[[package]]
|
|
|
|
name = "path-dedot"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "3.0.17"
|
2022-03-22 10:16:14 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "d611d5291372b3738a34ebf0d1f849e58b1dcc1101032f76a346eaa1f8ddbb5b"
|
2022-03-22 10:16:14 -04:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2022-05-05 06:41:59 -04:00
|
|
|
[[package]]
|
|
|
|
name = "pathdiff"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
|
|
|
|
|
2021-12-16 11:28:43 -05:00
|
|
|
[[package]]
|
|
|
|
name = "pem-rfc7468"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "84e93a3b1cc0510b03020f33f21e62acdde3dcaef432edc95bea377fbd4c2cd4"
|
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2019-12-30 08:57:17 -05:00
|
|
|
version = "2.1.0"
|
2019-08-02 11:58:09 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
2019-08-02 11:58:09 -04:00
|
|
|
|
2021-01-12 02:50:02 -05:00
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
|
|
|
version = "2.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
|
|
|
|
dependencies = [
|
|
|
|
"ucd-trie",
|
|
|
|
]
|
|
|
|
|
2020-10-19 23:10:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "petgraph"
|
2022-03-22 09:19:53 -04:00
|
|
|
version = "0.6.0"
|
2020-10-19 23:10:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-22 09:19:53 -04:00
|
|
|
checksum = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f"
|
2020-10-19 23:10:42 -04:00
|
|
|
dependencies = [
|
2022-01-24 17:47:05 -05:00
|
|
|
"fixedbitset",
|
2020-10-19 23:10:42 -04:00
|
|
|
"indexmap",
|
|
|
|
]
|
|
|
|
|
2020-09-09 09:35:40 -04:00
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
2022-03-22 09:19:53 -04:00
|
|
|
version = "0.10.1"
|
2020-09-09 09:35:40 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-22 09:19:53 -04:00
|
|
|
checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
|
2020-09-09 09:35:40 -04:00
|
|
|
dependencies = [
|
|
|
|
"phf_macros",
|
2022-04-08 12:31:47 -04:00
|
|
|
"phf_shared",
|
2020-09-09 09:35:40 -04:00
|
|
|
"proc-macro-hack",
|
|
|
|
]
|
|
|
|
|
2022-03-22 09:19:53 -04:00
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
|
|
|
|
dependencies = [
|
2022-04-08 12:31:47 -04:00
|
|
|
"phf_shared",
|
|
|
|
"rand",
|
2022-03-22 09:19:53 -04:00
|
|
|
]
|
|
|
|
|
2020-09-09 09:35:40 -04:00
|
|
|
[[package]]
|
|
|
|
name = "phf_macros"
|
2022-03-22 09:19:53 -04:00
|
|
|
version = "0.10.0"
|
2020-09-09 09:35:40 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-22 09:19:53 -04:00
|
|
|
checksum = "58fdf3184dd560f160dd73922bea2d5cd6e8f064bf4b13110abd81b03697b4e0"
|
2020-09-09 09:35:40 -04:00
|
|
|
dependencies = [
|
2022-04-08 12:31:47 -04:00
|
|
|
"phf_generator",
|
|
|
|
"phf_shared",
|
2020-09-09 09:35:40 -04:00
|
|
|
"proc-macro-hack",
|
2022-05-05 06:41:59 -04:00
|
|
|
"proc-macro2 1.0.37",
|
|
|
|
"quote 1.0.18",
|
|
|
|
"syn 1.0.91",
|
2020-09-09 09:35:40 -04:00
|
|
|
]
|
|
|
|
|
2022-03-22 09:19:53 -04:00
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
|
|
|
|
dependencies = [
|
|
|
|
"siphasher",
|
|
|
|
]
|
|
|
|
|
2019-09-23 14:40:38 -04:00
|
|
|
[[package]]
|
2019-12-30 08:57:17 -05:00
|
|
|
name = "pin-project"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "1.0.10"
|
2019-12-30 08:57:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"
|
2019-12-30 08:57:17 -05:00
|
|
|
dependencies = [
|
2021-04-08 12:46:14 -04:00
|
|
|
"pin-project-internal",
|
2020-11-21 07:17:42 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "1.0.10"
|
2020-11-21 07:17:42 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"
|
2020-11-21 07:17:42 -05:00
|
|
|
dependencies = [
|
2022-05-05 06:41:59 -04:00
|
|
|
"proc-macro2 1.0.37",
|
|
|
|
"quote 1.0.18",
|
|
|
|
"syn 1.0.91",
|
2019-12-30 08:57:17 -05:00
|
|
|
]
|
2019-09-23 14:40:38 -04:00
|
|
|
|
2020-11-24 18:38:23 -05:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.2.9"
|
2020-11-24 18:38:23 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
|
2020-11-24 18:38:23 -05:00
|
|
|
|
2019-11-16 19:17:47 -05:00
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
2020-05-30 05:35:44 -04:00
|
|
|
version = "0.1.0"
|
2019-11-16 19:17:47 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-30 05:35:44 -04:00
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
2019-11-16 19:17:47 -05:00
|
|
|
|
2021-08-06 04:10:50 -04:00
|
|
|
[[package]]
|
|
|
|
name = "pkcs1"
|
2021-10-10 17:26:22 -04:00
|
|
|
version = "0.2.4"
|
2021-08-06 04:10:50 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-10 17:26:22 -04:00
|
|
|
checksum = "116bee8279d783c0cf370efa1a94632f2108e5ef0bb32df31f051647810a4e2c"
|
2021-08-06 04:10:50 -04:00
|
|
|
dependencies = [
|
|
|
|
"der",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkcs8"
|
2021-10-10 17:26:22 -04:00
|
|
|
version = "0.7.6"
|
2021-08-06 04:10:50 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-10 17:26:22 -04:00
|
|
|
checksum = "ee3ef9b64d26bad0536099c816c6734379e45bbd5f14798def6809e5cc350447"
|
2021-08-06 04:10:50 -04:00
|
|
|
dependencies = [
|
|
|
|
"der",
|
2021-12-16 11:28:43 -05:00
|
|
|
"pem-rfc7468",
|
2021-08-06 04:10:50 -04:00
|
|
|
"pkcs1",
|
|
|
|
"spki",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2021-05-10 06:02:47 -04:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.3.25"
|
2021-05-10 06:02:47 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
|
2021-05-10 06:02:47 -04:00
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "pmutil"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "3894e5d549cccbe44afecf72922f277f603cd4bb0219c8342631ef18fffbe004"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2022-05-05 06:41:59 -04:00
|
|
|
"proc-macro2 1.0.37",
|
|
|
|
"quote 1.0.18",
|
|
|
|
"syn 1.0.91",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
2022-01-05 10:12:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "polyval"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"
|
|
|
|
dependencies = [
|
2022-03-22 09:19:53 -04:00
|
|
|
"cfg-if",
|
2022-01-05 10:12:30 -05:00
|
|
|
"cpufeatures",
|
|
|
|
"opaque-debug",
|
|
|
|
"universal-hash",
|
|
|
|
]
|
|
|
|
|
2019-08-02 11:58:09 -04:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2022-01-10 23:44:47 -05:00
|
|
|
version = "0.2.16"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-10 23:44:47 -05:00
|
|
|
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
|
2018-12-18 21:09:30 -05:00
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "precomputed-hash"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
2020-01-29 21:16:48 -05:00
|
|
|
|
2021-09-15 06:34:17 -04:00
|
|
|
[[package]]
|
|
|
|
name = "pretty_assertions"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "1.2.1"
|
2021-09-15 06:34:17 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "c89f989ac94207d048d92db058e4f6ec7342b0971fc58d1271ca148b799b3563"
|
2021-09-15 06:34:17 -04:00
|
|
|
dependencies = [
|
2022-01-14 11:38:17 -05:00
|
|
|
"ansi_term",
|
2021-09-15 06:34:17 -04:00
|
|
|
"ctor",
|
|
|
|
"diff",
|
|
|
|
"output_vt100",
|
|
|
|
]
|
|
|
|
|
2022-03-14 13:44:15 -04:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
|
|
|
version = "1.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"
|
|
|
|
dependencies = [
|
|
|
|
"thiserror",
|
|
|
|
"toml",
|
|
|
|
]
|
|
|
|
|
2020-12-21 08:44:26 -05:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr",
|
2022-05-05 06:41:59 -04:00
|
|
|
"proc-macro2 1.0.37",
|
|
|
|
"quote 1.0.18",
|
|
|
|
"syn 1.0.91",
|
2020-12-21 08:44:26 -05:00
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
|
dependencies = [
|
2022-05-05 06:41:59 -04:00
|
|
|
"proc-macro2 1.0.37",
|
|
|
|
"quote 1.0.18",
|
2020-12-21 08:44:26 -05:00
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2019-11-16 19:17:47 -05:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-hack"
|
2020-11-21 07:17:42 -05:00
|
|
|
version = "0.5.19"
|
2019-11-16 19:17:47 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-21 07:17:42 -05:00
|
|
|
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
|
2019-11-16 19:17:47 -05:00
|
|
|
|
2019-12-05 15:30:20 -05:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
|
|
|
version = "0.4.30"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
|
2019-12-05 15:30:20 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"unicode-xid 0.1.0",
|
2019-12-05 15:30:20 -05:00
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "1.0.37"
|
2019-08-22 16:33:55 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "ec757218438d5fda206afc041538b2f6d889286160d649a86a24d37e1235afd1"
|
2019-08-22 16:33:55 -04:00
|
|
|
dependencies = [
|
2021-05-10 06:02:47 -04:00
|
|
|
"unicode-xid 0.2.2",
|
2019-08-22 16:33:55 -04:00
|
|
|
]
|
|
|
|
|
2021-05-06 10:48:45 -04:00
|
|
|
[[package]]
|
|
|
|
name = "profiling"
|
2022-01-10 23:44:47 -05:00
|
|
|
version = "1.0.5"
|
2021-05-06 10:48:45 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-10 23:44:47 -05:00
|
|
|
checksum = "9145ac0af1d93c638c98c40cf7d25665f427b2a44ad0a99b1dccf3e2f25bb987"
|
2021-05-06 10:48:45 -04:00
|
|
|
|
2020-02-26 01:01:24 -05:00
|
|
|
[[package]]
|
|
|
|
name = "pty"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f50f3d255966981eb4e4c5df3e983e6f7d163221f547406d83b6a460ff5c5ee8"
|
|
|
|
dependencies = [
|
2022-05-05 06:41:59 -04:00
|
|
|
"errno 0.1.8",
|
2020-02-26 01:01:24 -05:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-01-19 12:39:35 -05:00
|
|
|
[[package]]
|
|
|
|
name = "pulldown-cmark"
|
2022-01-19 19:04:33 -05:00
|
|
|
version = "0.9.1"
|
2021-01-19 12:39:35 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-19 19:04:33 -05:00
|
|
|
checksum = "34f197a544b0c9ab3ae46c359a7ec9cbbb5c7bf97054266fecb7ead794a181d6"
|
2021-01-19 12:39:35 -05:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"memchr",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2021-01-19 09:39:04 -05:00
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
|
|
|
version = "1.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
|
|
|
|
2019-12-05 15:30:20 -05:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
|
|
|
version = "0.6.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
|
2019-12-05 15:30:20 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"proc-macro2 0.4.30",
|
2019-12-05 15:30:20 -05:00
|
|
|
]
|
|
|
|
|
2019-08-22 16:33:55 -04:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "1.0.18"
|
2019-08-22 16:33:55 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
|
2019-08-22 16:33:55 -04:00
|
|
|
dependencies = [
|
2022-05-05 06:41:59 -04:00
|
|
|
"proc-macro2 1.0.37",
|
2019-08-22 16:33:55 -04:00
|
|
|
]
|
|
|
|
|
2020-10-19 23:10:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "radix_fmt"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ce082a9940a7ace2ad4a8b7d0b1eac6aa378895f18be598230c5f2284ac05426"
|
|
|
|
|
2021-01-19 09:39:04 -05:00
|
|
|
[[package]]
|
|
|
|
name = "radix_trie"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd"
|
|
|
|
dependencies = [
|
|
|
|
"endian-type",
|
|
|
|
"nibble_vec",
|
|
|
|
]
|
|
|
|
|
2021-01-10 07:20:47 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.8.5"
|
2021-01-10 07:20:47 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2021-01-10 07:20:47 -05:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-04-08 12:31:47 -04:00
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
2021-01-10 07:20:47 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2021-07-08 07:33:01 -04:00
|
|
|
version = "0.3.1"
|
2021-01-10 07:20:47 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-08 07:33:01 -04:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2021-01-10 07:20:47 -05:00
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2022-04-08 12:31:47 -04:00
|
|
|
"rand_core",
|
2021-01-10 07:20:47 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2021-07-08 07:33:01 -04:00
|
|
|
version = "0.6.3"
|
2021-01-10 07:20:47 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-08 07:33:01 -04:00
|
|
|
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
|
2021-01-10 07:20:47 -05:00
|
|
|
dependencies = [
|
2022-04-08 12:31:47 -04:00
|
|
|
"getrandom",
|
2021-01-10 07:20:47 -05:00
|
|
|
]
|
|
|
|
|
2021-03-01 05:31:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "range-alloc"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "63e935c45e09cc6dcf00d2f0b2d630a58f4095320223d47fc68918722f0538b6"
|
|
|
|
|
2021-12-10 18:35:37 -05:00
|
|
|
[[package]]
|
|
|
|
name = "raw-window-handle"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.4.3"
|
2021-12-10 18:35:37 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "b800beb9b6e7d2df1fe337c9e3d04e3af22a124460fb4c30fcc22c9117cefb41"
|
2021-12-10 18:35:37 -05:00
|
|
|
dependencies = [
|
|
|
|
"cty",
|
2021-03-01 05:31:13 -05:00
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.2.13"
|
2021-01-26 11:00:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
|
2021-01-26 11:00:40 -05:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2019-02-07 17:46:52 -05:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2022-03-08 11:30:17 -05:00
|
|
|
version = "1.5.5"
|
2019-02-07 17:46:52 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-08 11:30:17 -05:00
|
|
|
checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
|
2019-02-07 17:46:52 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
2019-02-07 17:46:52 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2021-05-10 06:02:47 -04:00
|
|
|
version = "0.6.25"
|
2019-02-07 17:46:52 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-10 06:02:47 -04:00
|
|
|
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
2019-02-07 17:46:52 -05:00
|
|
|
|
2020-10-19 23:10:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "relative-path"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "1.7.0"
|
2020-10-19 23:10:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "b4e112eddc95bbf25365df3b5414354ad2fe7ee465eddb9965a515faf8c3b6d9"
|
2020-10-19 23:10:42 -04:00
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
2020-06-19 13:44:28 -04:00
|
|
|
version = "0.5.3"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-19 13:44:28 -04:00
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-06-20 07:18:08 -04:00
|
|
|
"winapi 0.3.9",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
2021-07-08 05:07:49 -04:00
|
|
|
[[package]]
|
|
|
|
name = "renderdoc-sys"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f1382d1f0a252c4bf97dc20d979a2fdd05b024acd7c2ed0f7595d7817666a157"
|
|
|
|
|
2019-08-28 20:05:01 -04:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2022-03-14 23:12:59 -04:00
|
|
|
version = "0.11.10"
|
2019-12-30 14:14:52 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-14 23:12:59 -04:00
|
|
|
checksum = "46a1f7aa4f35e5e8b4160449f51afc758f0ce6454315a9fa7d0d113e958c41eb"
|
2020-02-21 13:21:51 -05:00
|
|
|
dependencies = [
|
|
|
|
"async-compression",
|
2021-01-12 02:50:02 -05:00
|
|
|
"base64 0.13.0",
|
|
|
|
"bytes",
|
2020-02-21 13:21:51 -05:00
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2022-01-13 11:58:00 -05:00
|
|
|
"h2",
|
2020-02-21 13:21:51 -05:00
|
|
|
"http",
|
2021-01-12 02:50:02 -05:00
|
|
|
"http-body",
|
|
|
|
"hyper",
|
2020-02-21 13:21:51 -05:00
|
|
|
"hyper-rustls",
|
2020-08-12 11:09:48 -04:00
|
|
|
"ipnet",
|
2020-02-21 13:21:51 -05:00
|
|
|
"js-sys",
|
|
|
|
"lazy_static",
|
2020-09-04 11:24:23 -04:00
|
|
|
"log",
|
|
|
|
"mime",
|
2020-07-01 10:04:56 -04:00
|
|
|
"percent-encoding",
|
2021-01-12 02:50:02 -05:00
|
|
|
"pin-project-lite",
|
|
|
|
"rustls",
|
2022-03-14 23:12:59 -04:00
|
|
|
"rustls-pemfile 0.3.0",
|
2020-02-21 13:21:51 -05:00
|
|
|
"serde",
|
2021-10-10 17:26:22 -04:00
|
|
|
"serde_json",
|
2020-02-21 13:21:51 -05:00
|
|
|
"serde_urlencoded",
|
2021-01-12 02:50:02 -05:00
|
|
|
"tokio",
|
|
|
|
"tokio-rustls",
|
2022-04-02 13:54:40 -04:00
|
|
|
"tokio-util 0.6.9",
|
2020-07-01 10:04:56 -04:00
|
|
|
"url",
|
2020-02-21 13:21:51 -05:00
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
2022-01-10 23:44:47 -05:00
|
|
|
"webpki-roots",
|
2022-03-14 23:12:59 -04:00
|
|
|
"winreg 0.10.1",
|
2021-01-19 09:39:04 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "resolv-conf"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"
|
|
|
|
dependencies = [
|
|
|
|
"hostname",
|
|
|
|
"quick-error",
|
2019-08-28 20:05:01 -04:00
|
|
|
]
|
|
|
|
|
2020-08-26 14:43:24 -04:00
|
|
|
[[package]]
|
|
|
|
name = "retain_mut"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.1.7"
|
2020-08-26 14:43:24 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "8c31b5c4033f8fdde8700e4657be2c497e7288f01515be52168c631e2e4d4086"
|
2020-08-26 14:43:24 -04:00
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
2021-02-09 09:34:34 -05:00
|
|
|
version = "0.16.20"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 09:34:34 -05:00
|
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"cc",
|
|
|
|
"libc",
|
2020-05-06 10:10:51 -04:00
|
|
|
"once_cell",
|
2020-02-21 13:21:51 -05:00
|
|
|
"spin",
|
|
|
|
"untrusted",
|
|
|
|
"web-sys",
|
2020-06-20 07:18:08 -04:00
|
|
|
"winapi 0.3.9",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
2021-03-01 05:31:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ron"
|
2022-01-24 17:47:05 -05:00
|
|
|
version = "0.7.0"
|
2021-03-01 05:31:13 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-24 17:47:05 -05:00
|
|
|
checksum = "1b861ecaade43ac97886a512b360d01d66be9f41f3c61088b42cedf92e03d678"
|
2021-03-01 05:31:13 -05:00
|
|
|
dependencies = [
|
|
|
|
"base64 0.13.0",
|
|
|
|
"bitflags",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-07-06 08:16:04 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rsa"
|
2021-08-06 04:10:50 -04:00
|
|
|
version = "0.5.0"
|
2021-07-06 08:16:04 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-06 04:10:50 -04:00
|
|
|
checksum = "e05c2603e2823634ab331437001b411b9ed11660fbc4066f3908c84a9439260d"
|
2021-07-06 08:16:04 -04:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
2022-02-15 07:33:46 -05:00
|
|
|
"digest 0.9.0",
|
2021-07-06 08:16:04 -04:00
|
|
|
"lazy_static",
|
|
|
|
"num-bigint-dig",
|
|
|
|
"num-integer",
|
|
|
|
"num-iter",
|
|
|
|
"num-traits",
|
2021-08-06 04:10:50 -04:00
|
|
|
"pkcs1",
|
|
|
|
"pkcs8",
|
2022-04-08 12:31:47 -04:00
|
|
|
"rand",
|
2021-07-06 08:16:04 -04:00
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2021-05-10 06:02:47 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rusqlite"
|
2022-03-25 08:32:50 -04:00
|
|
|
version = "0.27.0"
|
2021-05-10 06:02:47 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-25 08:32:50 -04:00
|
|
|
checksum = "85127183a999f7db96d1a976a309eebbfb6ea3b0b400ddd8340190129de6eb7a"
|
2021-05-10 06:02:47 -04:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"fallible-iterator",
|
|
|
|
"fallible-streaming-iterator",
|
|
|
|
"hashlink",
|
|
|
|
"libsqlite3-sys",
|
|
|
|
"memchr",
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
2021-10-10 17:26:22 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2021-07-09 11:15:50 -04:00
|
|
|
"semver 0.9.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
2021-12-10 18:35:37 -05:00
|
|
|
version = "0.4.0"
|
2021-07-09 11:15:50 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-10 18:35:37 -05:00
|
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
2021-07-09 11:15:50 -04:00
|
|
|
dependencies = [
|
2022-05-05 06:41:59 -04:00
|
|
|
"semver 1.0.7",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
|
|
|
version = "0.34.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f5d1c6ed6d1c6915aa64749b809fc1bafff49d160f5d927463658093d7d62ab"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"errno 0.2.8",
|
|
|
|
"io-lifetimes",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys",
|
|
|
|
"winapi 0.3.9",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
2021-01-10 07:20:47 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.20.4"
|
2021-01-10 07:20:47 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "4fbfeb8d0ddb84706bc597a5574ab8912817c52a397f819e5b614e2265206921"
|
2021-01-10 07:20:47 -05:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"ring",
|
|
|
|
"sct",
|
2022-01-10 23:44:47 -05:00
|
|
|
"webpki",
|
2021-01-10 07:20:47 -05:00
|
|
|
]
|
|
|
|
|
2021-08-07 08:49:38 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-native-certs"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.6.2"
|
2021-08-07 08:49:38 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"
|
2021-08-07 08:49:38 -04:00
|
|
|
dependencies = [
|
|
|
|
"openssl-probe",
|
2022-05-05 06:41:59 -04:00
|
|
|
"rustls-pemfile 1.0.0",
|
2021-08-07 08:49:38 -04:00
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
]
|
|
|
|
|
2021-12-06 18:48:11 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.3.0"
|
2021-12-06 18:48:11 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "1ee86d63972a7c661d1536fefe8c3c8407321c3df668891286de28abcd087360"
|
2021-12-06 18:48:11 -05:00
|
|
|
dependencies = [
|
|
|
|
"base64 0.13.0",
|
|
|
|
]
|
|
|
|
|
2022-03-14 23:12:59 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "1.0.0"
|
2022-03-14 23:12:59 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9"
|
2022-03-14 23:12:59 -04:00
|
|
|
dependencies = [
|
|
|
|
"base64 0.13.0",
|
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustyline"
|
2022-02-17 09:01:26 -05:00
|
|
|
version = "9.1.2"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-17 09:01:26 -05:00
|
|
|
checksum = "db7826789c0e25614b03e5a54a0717a86f9ff6e6e5247f92b369472869320039"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-11-28 09:03:40 -05:00
|
|
|
"bitflags",
|
2022-03-22 09:19:53 -04:00
|
|
|
"cfg-if",
|
2021-07-08 07:33:01 -04:00
|
|
|
"clipboard-win",
|
|
|
|
"fd-lock",
|
2020-02-21 13:21:51 -05:00
|
|
|
"libc",
|
2020-09-04 11:24:23 -04:00
|
|
|
"log",
|
2020-02-21 13:21:51 -05:00
|
|
|
"memchr",
|
|
|
|
"nix",
|
2021-03-15 09:08:41 -04:00
|
|
|
"radix_trie",
|
2020-08-13 11:03:16 -04:00
|
|
|
"scopeguard",
|
2021-03-15 09:08:41 -04:00
|
|
|
"smallvec",
|
2020-02-21 13:21:51 -05:00
|
|
|
"unicode-segmentation",
|
|
|
|
"unicode-width",
|
|
|
|
"utf8parse",
|
2020-06-20 07:18:08 -04:00
|
|
|
"winapi 0.3.9",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
2020-10-01 19:14:55 -04:00
|
|
|
[[package]]
|
|
|
|
name = "rustyline-derive"
|
2022-02-17 09:01:26 -05:00
|
|
|
version = "0.6.0"
|
2020-10-01 19:14:55 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-17 09:01:26 -05:00
|
|
|
checksum = "bb35a55ab810b5c0fe31606fe9b47d1354e4dc519bec0a102655f78ea2b38057"
|
2020-10-01 19:14:55 -04:00
|
|
|
dependencies = [
|
2022-05-05 06:41:59 -04:00
|
|
|
"quote 1.0.18",
|
|
|
|
"syn 1.0.91",
|
2020-10-01 19:14:55 -04:00
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2022-01-10 23:44:47 -05:00
|
|
|
version = "1.0.9"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-10 23:44:47 -05:00
|
|
|
checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
|
2018-12-18 21:09:30 -05:00
|
|
|
|
2020-02-17 13:11:45 -05:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
2020-02-17 13:11:45 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"winapi-util",
|
2020-02-17 13:11:45 -05:00
|
|
|
]
|
|
|
|
|
2021-08-07 08:49:38 -04:00
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
|
|
|
version = "0.1.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "scoped-tls"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
|
2020-01-29 21:16:48 -05:00
|
|
|
|
2020-05-06 10:10:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
2021-12-06 18:48:11 -05:00
|
|
|
version = "0.7.0"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-06 18:48:11 -05:00
|
|
|
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"ring",
|
|
|
|
"untrusted",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
2021-08-07 08:49:38 -04:00
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "2.6.1"
|
2021-08-07 08:49:38 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"
|
2021-08-07 08:49:38 -04:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "2.6.1"
|
2021-08-07 08:49:38 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
|
2021-08-07 08:49:38 -04:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-03-23 11:37:24 -04:00
|
|
|
"semver-parser 0.7.0",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
2021-07-09 11:15:50 -04:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "1.0.7"
|
2021-07-09 11:15:50 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "d65bd28f48be7196d222d95b9243287f48d27aca604e08497513019ff0502cc4"
|
2021-07-09 11:15:50 -04:00
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
2020-01-29 21:16:48 -05:00
|
|
|
|
2020-03-23 11:37:24 -04:00
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
2021-01-12 02:50:02 -05:00
|
|
|
version = "0.10.2"
|
2020-03-23 11:37:24 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-12 02:50:02 -05:00
|
|
|
checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
|
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
]
|
2020-03-23 11:37:24 -04:00
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2022-03-29 13:33:00 -04:00
|
|
|
version = "1.0.136"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-29 13:33:00 -04:00
|
|
|
checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
|
2019-08-22 20:27:51 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"serde_derive",
|
2019-08-22 20:27:51 -04:00
|
|
|
]
|
2018-12-18 21:09:30 -05:00
|
|
|
|
2021-11-10 10:48:46 -05:00
|
|
|
[[package]]
|
|
|
|
name = "serde_bytes"
|
|
|
|
version = "0.11.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "16ae07dd2f88a366f15bd0632ba725227018c69a1c8550a927324f8eb8368bb9"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2019-05-16 23:17:50 -04:00
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2022-03-29 13:33:00 -04:00
|
|
|
version = "1.0.136"
|
2019-05-16 23:17:50 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-29 13:33:00 -04:00
|
|
|
checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"
|
2019-05-16 23:17:50 -04:00
|
|
|
dependencies = [
|
2022-05-05 06:41:59 -04:00
|
|
|
"proc-macro2 1.0.37",
|
|
|
|
"quote 1.0.18",
|
|
|
|
"syn 1.0.91",
|
2019-05-16 23:17:50 -04:00
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2022-04-08 12:31:47 -04:00
|
|
|
version = "1.0.79"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-08 12:31:47 -04:00
|
|
|
checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"indexmap",
|
2022-05-05 06:41:59 -04:00
|
|
|
"itoa",
|
2020-02-21 13:21:51 -05:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
2020-12-07 05:46:39 -05:00
|
|
|
[[package]]
|
|
|
|
name = "serde_repr"
|
2021-05-17 08:44:40 -04:00
|
|
|
version = "0.1.7"
|
2020-12-07 05:46:39 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-17 08:44:40 -04:00
|
|
|
checksum = "98d0516900518c29efa217c298fa1f4e6c6ffc85ae29fd7f4ee48f176e1a9ed5"
|
2020-12-07 05:46:39 -05:00
|
|
|
dependencies = [
|
2022-05-05 06:41:59 -04:00
|
|
|
"proc-macro2 1.0.37",
|
|
|
|
"quote 1.0.18",
|
|
|
|
"syn 1.0.91",
|
2020-12-07 05:46:39 -05:00
|
|
|
]
|
|
|
|
|
2019-08-28 20:05:01 -04:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
2022-03-14 23:12:59 -04:00
|
|
|
version = "0.7.1"
|
2019-08-28 20:05:01 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-14 23:12:59 -04:00
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
2019-08-28 20:05:01 -04:00
|
|
|
dependencies = [
|
2021-01-12 02:50:02 -05:00
|
|
|
"form_urlencoded",
|
2022-05-05 06:41:59 -04:00
|
|
|
"itoa",
|
2021-01-12 02:50:02 -05:00
|
|
|
"ryu",
|
2020-02-21 13:21:51 -05:00
|
|
|
"serde",
|
2019-05-10 23:03:03 -04:00
|
|
|
]
|
|
|
|
|
2021-10-19 18:00:45 -04:00
|
|
|
[[package]]
|
|
|
|
name = "serde_v8"
|
2022-05-05 16:56:49 -04:00
|
|
|
version = "0.44.0"
|
2021-10-19 18:00:45 -04:00
|
|
|
dependencies = [
|
|
|
|
"bencher",
|
2022-04-02 08:37:11 -04:00
|
|
|
"derive_more",
|
2021-10-19 18:00:45 -04:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2021-10-27 17:26:15 -04:00
|
|
|
"v8",
|
2021-10-19 18:00:45 -04:00
|
|
|
]
|
|
|
|
|
2019-05-10 23:03:03 -04:00
|
|
|
[[package]]
|
2020-09-04 11:24:23 -04:00
|
|
|
name = "sha-1"
|
2021-10-10 17:26:22 -04:00
|
|
|
version = "0.9.8"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-10 17:26:22 -04:00
|
|
|
checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2022-02-15 07:33:46 -05:00
|
|
|
"block-buffer 0.9.0",
|
2022-03-22 09:19:53 -04:00
|
|
|
"cfg-if",
|
2021-05-17 08:44:40 -04:00
|
|
|
"cpufeatures",
|
2022-02-15 07:33:46 -05:00
|
|
|
"digest 0.9.0",
|
2020-12-24 08:11:32 -05:00
|
|
|
"opaque-debug",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
2022-03-22 09:19:53 -04:00
|
|
|
[[package]]
|
|
|
|
name = "sha-1"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
2022-05-05 06:41:59 -04:00
|
|
|
"digest 0.10.3",
|
2022-03-22 09:19:53 -04:00
|
|
|
]
|
|
|
|
|
2021-07-06 08:16:04 -04:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2022-01-13 11:58:00 -05:00
|
|
|
version = "0.9.9"
|
2021-07-06 08:16:04 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-13 11:58:00 -05:00
|
|
|
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
|
2021-07-06 08:16:04 -04:00
|
|
|
dependencies = [
|
2022-02-15 07:33:46 -05:00
|
|
|
"block-buffer 0.9.0",
|
2022-03-22 09:19:53 -04:00
|
|
|
"cfg-if",
|
2021-07-06 08:16:04 -04:00
|
|
|
"cpufeatures",
|
2022-02-15 07:33:46 -05:00
|
|
|
"digest 0.9.0",
|
2021-07-06 08:16:04 -04:00
|
|
|
"opaque-debug",
|
|
|
|
]
|
|
|
|
|
2022-02-15 07:33:46 -05:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.10.2"
|
2022-02-15 07:33:46 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"
|
2022-02-15 07:33:46 -05:00
|
|
|
dependencies = [
|
2022-03-22 09:19:53 -04:00
|
|
|
"cfg-if",
|
2022-02-15 07:33:46 -05:00
|
|
|
"cpufeatures",
|
2022-05-05 06:41:59 -04:00
|
|
|
"digest 0.10.3",
|
2022-02-15 07:33:46 -05:00
|
|
|
]
|
|
|
|
|
2020-11-09 14:08:12 -05:00
|
|
|
[[package]]
|
|
|
|
name = "shell-escape"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
|
|
|
|
|
2020-03-27 16:09:51 -04:00
|
|
|
[[package]]
|
2020-09-04 11:24:23 -04:00
|
|
|
name = "signal-hook-registry"
|
2021-07-08 07:33:01 -04:00
|
|
|
version = "1.4.0"
|
2020-03-27 16:09:51 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-08 07:33:01 -04:00
|
|
|
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
|
2020-09-04 11:24:23 -04:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2020-03-27 16:09:51 -04:00
|
|
|
|
2021-10-08 11:29:36 -04:00
|
|
|
[[package]]
|
|
|
|
name = "signature"
|
2021-12-10 18:35:37 -05:00
|
|
|
version = "1.3.2"
|
2021-10-08 11:29:36 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-10 18:35:37 -05:00
|
|
|
checksum = "f2807892cfa58e081aa1f1111391c7a0649d4fa127a4ffbe34bcbfb35a1171a4"
|
2021-10-08 11:29:36 -04:00
|
|
|
dependencies = [
|
2022-02-15 07:33:46 -05:00
|
|
|
"digest 0.9.0",
|
2022-04-08 12:31:47 -04:00
|
|
|
"rand_core",
|
2021-10-08 11:29:36 -04:00
|
|
|
]
|
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.3.10"
|
2020-01-29 21:16:48 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
|
2020-01-29 21:16:48 -05:00
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.4.6"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"
|
2018-12-18 21:09:30 -05:00
|
|
|
|
2021-03-01 05:31:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "slotmap"
|
2021-10-10 17:26:22 -04:00
|
|
|
version = "1.0.6"
|
2021-03-01 05:31:13 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-10 17:26:22 -04:00
|
|
|
checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"
|
2021-08-24 07:29:42 -04:00
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
2021-03-01 05:31:13 -05:00
|
|
|
|
2019-12-30 08:57:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2022-01-14 11:38:17 -05:00
|
|
|
version = "1.8.0"
|
2019-12-30 08:57:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-14 11:38:17 -05:00
|
|
|
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
|
2019-12-30 08:57:17 -05:00
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2021-01-26 11:00:40 -05:00
|
|
|
version = "0.3.19"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-26 11:00:40 -05:00
|
|
|
checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2022-03-22 09:19:53 -04:00
|
|
|
"cfg-if",
|
2020-02-21 13:21:51 -05:00
|
|
|
"libc",
|
2020-06-20 07:18:08 -04:00
|
|
|
"winapi 0.3.9",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
2021-04-08 12:46:14 -04:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2022-04-02 13:54:40 -04:00
|
|
|
version = "0.4.4"
|
2021-04-08 12:46:14 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-02 13:54:40 -04:00
|
|
|
checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
|
2021-04-08 12:46:14 -04:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2019-08-28 18:58:42 -04:00
|
|
|
[[package]]
|
2020-03-07 15:51:23 -05:00
|
|
|
name = "sourcemap"
|
2020-08-03 08:54:00 -04:00
|
|
|
version = "6.0.1"
|
2019-08-28 18:58:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-03 08:54:00 -04:00
|
|
|
checksum = "6e031f2463ecbdd5f34c950f89f5c1e1032f22c0f8e3dc4bdb2e8b6658cf61eb"
|
2020-03-07 15:51:23 -05:00
|
|
|
dependencies = [
|
2020-07-01 10:04:56 -04:00
|
|
|
"base64 0.11.0",
|
2020-03-07 15:51:23 -05:00
|
|
|
"if_chain",
|
|
|
|
"lazy_static",
|
|
|
|
"regex",
|
2021-07-09 11:15:50 -04:00
|
|
|
"rustc_version 0.2.3",
|
2020-03-07 15:51:23 -05:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2020-07-01 10:04:56 -04:00
|
|
|
"url",
|
2020-03-07 15:51:23 -05:00
|
|
|
]
|
2019-08-28 18:58:42 -04:00
|
|
|
|
2019-02-11 20:08:21 -05:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
2019-08-28 18:58:42 -04:00
|
|
|
version = "0.5.2"
|
2019-02-11 20:08:21 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
2019-02-11 20:08:21 -05:00
|
|
|
|
2021-03-01 05:31:13 -05:00
|
|
|
[[package]]
|
2021-08-24 07:29:42 -04:00
|
|
|
name = "spirv"
|
|
|
|
version = "0.2.0+1.5.4"
|
2021-03-01 05:31:13 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-24 07:29:42 -04:00
|
|
|
checksum = "246bfa38fe3db3f1dfc8ca5a2cdeb7348c78be2112740cc0ec8ef18b6d94f830"
|
2021-03-01 05:31:13 -05:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2021-08-06 04:10:50 -04:00
|
|
|
[[package]]
|
|
|
|
name = "spki"
|
2021-10-06 05:18:12 -04:00
|
|
|
version = "0.4.1"
|
2021-08-06 04:10:50 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-06 05:18:12 -04:00
|
|
|
checksum = "5c01a0c15da1b0b0e1494112e7af814a678fec9bd157881b49beac661e9b6f32"
|
2021-08-06 04:10:50 -04:00
|
|
|
dependencies = [
|
|
|
|
"der",
|
|
|
|
]
|
|
|
|
|
2021-06-14 16:25:33 -04:00
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
|
2021-07-08 07:33:01 -04:00
|
|
|
[[package]]
|
|
|
|
name = "str-buf"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d44a3643b4ff9caf57abcee9c2c621d6c03d9135e0d8b589bd9afb5992cb176a"
|
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "string_cache"
|
2022-04-08 12:31:47 -04:00
|
|
|
version = "0.8.4"
|
2020-01-29 21:16:48 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-08 12:31:47 -04:00
|
|
|
checksum = "213494b7a2b503146286049378ce02b482200519accc31872ee8be91fa820a08"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"new_debug_unreachable",
|
2022-04-08 12:31:47 -04:00
|
|
|
"once_cell",
|
|
|
|
"parking_lot 0.12.0",
|
|
|
|
"phf_shared",
|
2020-02-21 13:21:51 -05:00
|
|
|
"precomputed-hash",
|
|
|
|
"serde",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "string_cache_codegen"
|
2022-04-08 12:31:47 -04:00
|
|
|
version = "0.5.2"
|
2020-01-29 21:16:48 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-08 12:31:47 -04:00
|
|
|
checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2022-04-08 12:31:47 -04:00
|
|
|
"phf_generator",
|
|
|
|
"phf_shared",
|
2022-05-05 06:41:59 -04:00
|
|
|
"proc-macro2 1.0.37",
|
|
|
|
"quote 1.0.18",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "string_enum"
|
2021-03-02 07:39:56 -05:00
|
|
|
version = "0.3.1"
|
2020-01-29 21:16:48 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-02 07:39:56 -05:00
|
|
|
checksum = "f584cc881e9e5f1fd6bf827b0444aa94c30d8fe6378cf241071b5f5700b2871f"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"pmutil",
|
2022-05-05 06:41:59 -04:00
|
|
|
"proc-macro2 1.0.37",
|
|
|
|
"quote 1.0.18",
|
2020-02-21 13:21:51 -05:00
|
|
|
"swc_macros_common",
|
2022-05-05 06:41:59 -04:00
|
|
|
"syn 1.0.91",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
2019-03-31 17:54:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2022-01-14 11:38:17 -05:00
|
|
|
version = "0.9.3"
|
2019-03-31 17:54:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-14 11:38:17 -05:00
|
|
|
checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
|
2019-03-31 17:54:58 -04:00
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2022-01-14 11:38:17 -05:00
|
|
|
version = "0.10.0"
|
2020-01-29 21:16:48 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-14 11:38:17 -05:00
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
2020-01-29 21:16:48 -05:00
|
|
|
|
2021-07-06 08:16:04 -04:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2021-09-02 17:38:44 -04:00
|
|
|
version = "2.4.1"
|
2021-07-06 08:16:04 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-02 17:38:44 -04:00
|
|
|
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
|
2021-07-06 08:16:04 -04:00
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "swc_atoms"
|
2022-04-08 12:31:47 -04:00
|
|
|
version = "0.2.11"
|
2020-01-29 21:16:48 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-08 12:31:47 -04:00
|
|
|
checksum = "ba8735ce37e421749498e038955abc1135eec6a4af0b54a173e55d2e5542d472"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"string_cache",
|
|
|
|
"string_cache_codegen",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
2020-10-19 23:10:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "swc_bundler"
|
2022-04-08 12:31:47 -04:00
|
|
|
version = "0.133.0"
|
2020-10-19 23:10:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-08 12:31:47 -04:00
|
|
|
checksum = "052dafe1f3a9144331ee15f0a3f2c5fe0bb535e19f0bc1ada374b2d0256c314c"
|
2020-10-19 23:10:42 -04:00
|
|
|
dependencies = [
|
2021-12-10 18:35:37 -05:00
|
|
|
"ahash",
|
2020-10-19 23:10:42 -04:00
|
|
|
"anyhow",
|
|
|
|
"crc",
|
|
|
|
"indexmap",
|
|
|
|
"is-macro",
|
|
|
|
"once_cell",
|
2022-03-22 09:19:53 -04:00
|
|
|
"parking_lot 0.12.0",
|
2022-01-24 17:47:05 -05:00
|
|
|
"petgraph",
|
2020-10-19 23:10:42 -04:00
|
|
|
"radix_fmt",
|
|
|
|
"relative-path",
|
|
|
|
"retain_mut",
|
|
|
|
"swc_atoms",
|
|
|
|
"swc_common",
|
|
|
|
"swc_ecma_ast",
|
|
|
|
"swc_ecma_codegen",
|
2021-07-01 05:48:42 -04:00
|
|
|
"swc_ecma_loader",
|
2020-10-19 23:10:42 -04:00
|
|
|
"swc_ecma_parser",
|
2021-10-12 09:58:04 -04:00
|
|
|
"swc_ecma_transforms_base",
|
|
|
|
"swc_ecma_transforms_optimization",
|
2020-10-19 23:10:42 -04:00
|
|
|
"swc_ecma_utils",
|
|
|
|
"swc_ecma_visit",
|
2021-12-08 19:12:14 -05:00
|
|
|
"swc_fast_graph",
|
|
|
|
"swc_graph_analyzer",
|
2021-10-12 09:58:04 -04:00
|
|
|
"tracing",
|
2020-10-19 23:10:42 -04:00
|
|
|
]
|
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "swc_common"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.17.25"
|
2020-01-29 21:16:48 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "766ad22c1cb8586c038ccba7371a4903a6074b53ee4ba8980a52f502413f120e"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2021-12-10 18:35:37 -05:00
|
|
|
"ahash",
|
2020-02-21 13:21:51 -05:00
|
|
|
"ast_node",
|
2022-03-22 09:19:53 -04:00
|
|
|
"better_scoped_tls",
|
|
|
|
"cfg-if",
|
2022-01-04 17:02:56 -05:00
|
|
|
"debug_unreachable",
|
2020-02-21 13:21:51 -05:00
|
|
|
"either",
|
|
|
|
"from_variant",
|
2021-08-06 04:10:50 -04:00
|
|
|
"num-bigint",
|
2020-08-13 11:03:16 -04:00
|
|
|
"once_cell",
|
2021-10-12 09:58:04 -04:00
|
|
|
"rustc-hash",
|
2020-02-21 13:21:51 -05:00
|
|
|
"serde",
|
2022-02-02 13:24:24 -05:00
|
|
|
"siphasher",
|
2020-03-07 15:51:23 -05:00
|
|
|
"sourcemap",
|
2020-12-28 18:22:36 -05:00
|
|
|
"string_cache",
|
|
|
|
"swc_eq_ignore_macros",
|
2020-07-25 11:47:55 -04:00
|
|
|
"swc_visit",
|
2021-10-12 09:58:04 -04:00
|
|
|
"tracing",
|
2020-02-21 13:21:51 -05:00
|
|
|
"unicode-width",
|
2021-09-07 10:39:32 -04:00
|
|
|
"url",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "swc_ecma_ast"
|
2022-04-08 12:31:47 -04:00
|
|
|
version = "0.75.0"
|
2020-01-29 21:16:48 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-08 12:31:47 -04:00
|
|
|
checksum = "72961898fbe56591997e667a1ec6a268383582810351c279a15ec710b6177d33"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-07-25 11:47:55 -04:00
|
|
|
"is-macro",
|
2021-08-06 04:10:50 -04:00
|
|
|
"num-bigint",
|
2020-02-21 13:21:51 -05:00
|
|
|
"serde",
|
|
|
|
"string_enum",
|
|
|
|
"swc_atoms",
|
|
|
|
"swc_common",
|
2022-03-22 09:19:53 -04:00
|
|
|
"unicode-id",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
2020-07-28 16:33:23 -04:00
|
|
|
[[package]]
|
|
|
|
name = "swc_ecma_codegen"
|
2022-04-08 12:31:47 -04:00
|
|
|
version = "0.103.0"
|
2020-07-28 16:33:23 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-08 12:31:47 -04:00
|
|
|
checksum = "99ca430d8ea2c8791d1341c4035431c90b87330e39479b4a6dabb4fded124e30"
|
2020-07-28 16:33:23 -04:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2021-10-12 09:58:04 -04:00
|
|
|
"memchr",
|
2021-08-06 04:10:50 -04:00
|
|
|
"num-bigint",
|
2021-10-12 09:58:04 -04:00
|
|
|
"once_cell",
|
2022-03-22 09:19:53 -04:00
|
|
|
"rustc-hash",
|
2020-07-28 16:33:23 -04:00
|
|
|
"sourcemap",
|
|
|
|
"swc_atoms",
|
|
|
|
"swc_common",
|
|
|
|
"swc_ecma_ast",
|
|
|
|
"swc_ecma_codegen_macros",
|
2021-10-21 10:18:18 -04:00
|
|
|
"tracing",
|
2020-07-28 16:33:23 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "swc_ecma_codegen_macros"
|
2022-03-22 09:19:53 -04:00
|
|
|
version = "0.7.0"
|
2020-07-28 16:33:23 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-22 09:19:53 -04:00
|
|
|
checksum = "59949619b2ef45eedb6c399d05f2c3c7bc678b5074b3103bb670f9e05bb99042"
|
2020-07-28 16:33:23 -04:00
|
|
|
dependencies = [
|
|
|
|
"pmutil",
|
2022-05-05 06:41:59 -04:00
|
|
|
"proc-macro2 1.0.37",
|
|
|
|
"quote 1.0.18",
|
2020-07-28 16:33:23 -04:00
|
|
|
"swc_macros_common",
|
2022-05-05 06:41:59 -04:00
|
|
|
"syn 1.0.91",
|
2020-07-28 16:33:23 -04:00
|
|
|
]
|
|
|
|
|
2020-09-03 11:11:30 -04:00
|
|
|
[[package]]
|
|
|
|
name = "swc_ecma_dep_graph"
|
2022-04-08 12:31:47 -04:00
|
|
|
version = "0.72.0"
|
2020-09-03 11:11:30 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-08 12:31:47 -04:00
|
|
|
checksum = "c4c65494e803ddcb30d06aebb0e4a6b5a441da1fed91a9f630ebbaeee9ab0e66"
|
2020-09-03 11:11:30 -04:00
|
|
|
dependencies = [
|
|
|
|
"swc_atoms",
|
|
|
|
"swc_common",
|
|
|
|
"swc_ecma_ast",
|
|
|
|
"swc_ecma_visit",
|
|
|
|
]
|
|
|
|
|
2021-07-01 05:48:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "swc_ecma_loader"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.29.1"
|
2021-07-01 05:48:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "e719f646201c51964a2c7b2a3dd79fadb563fc6a72454a7bc093d18c4aad44b0"
|
2021-07-01 05:48:42 -04:00
|
|
|
dependencies = [
|
2021-12-10 18:35:37 -05:00
|
|
|
"ahash",
|
2021-07-01 05:48:42 -04:00
|
|
|
"anyhow",
|
2022-05-05 06:41:59 -04:00
|
|
|
"pathdiff",
|
2021-12-08 19:12:14 -05:00
|
|
|
"serde",
|
2021-07-01 05:48:42 -04:00
|
|
|
"swc_common",
|
2021-10-12 09:58:04 -04:00
|
|
|
"tracing",
|
2021-07-01 05:48:42 -04:00
|
|
|
]
|
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "swc_ecma_parser"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.100.2"
|
2020-01-29 21:16:48 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "890d967031e3e7330cd7892f27d826b7b4f37c7caa19db85c78a0862e1fe3974"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"either",
|
|
|
|
"enum_kind",
|
2021-06-14 16:25:33 -04:00
|
|
|
"lexical",
|
2021-08-06 04:10:50 -04:00
|
|
|
"num-bigint",
|
2020-02-21 13:21:51 -05:00
|
|
|
"serde",
|
2020-08-13 11:03:16 -04:00
|
|
|
"smallvec",
|
2020-02-21 13:21:51 -05:00
|
|
|
"swc_atoms",
|
|
|
|
"swc_common",
|
|
|
|
"swc_ecma_ast",
|
2021-10-12 09:58:04 -04:00
|
|
|
"tracing",
|
2021-10-21 10:18:18 -04:00
|
|
|
"typed-arena",
|
2022-03-22 09:19:53 -04:00
|
|
|
"unicode-id",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-01-05 16:51:54 -05:00
|
|
|
name = "swc_ecma_transforms"
|
2022-04-08 12:31:47 -04:00
|
|
|
version = "0.142.0"
|
2020-01-29 21:16:48 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-08 12:31:47 -04:00
|
|
|
checksum = "f20e5e2d8ab843fa0454e049f73f6d99c444a8c0e2320f77028361ab75e2d18e"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2021-01-05 16:51:54 -05:00
|
|
|
"swc_atoms",
|
|
|
|
"swc_common",
|
|
|
|
"swc_ecma_ast",
|
|
|
|
"swc_ecma_transforms_base",
|
|
|
|
"swc_ecma_transforms_proposal",
|
|
|
|
"swc_ecma_transforms_react",
|
|
|
|
"swc_ecma_transforms_typescript",
|
|
|
|
"swc_ecma_utils",
|
|
|
|
"swc_ecma_visit",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
2020-07-28 16:33:23 -04:00
|
|
|
[[package]]
|
2021-01-05 16:51:54 -05:00
|
|
|
name = "swc_ecma_transforms_base"
|
2022-04-08 12:31:47 -04:00
|
|
|
version = "0.75.0"
|
2020-07-28 16:33:23 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-08 12:31:47 -04:00
|
|
|
checksum = "404c6ea7ca61ceb2ce1f4ed448d1436a38c31b8c572850f04541c0229c966bbf"
|
2020-07-28 16:33:23 -04:00
|
|
|
dependencies = [
|
2022-02-24 10:43:46 -05:00
|
|
|
"better_scoped_tls",
|
2021-01-05 16:51:54 -05:00
|
|
|
"once_cell",
|
|
|
|
"phf",
|
2022-01-13 11:58:00 -05:00
|
|
|
"serde",
|
2021-01-05 16:51:54 -05:00
|
|
|
"smallvec",
|
|
|
|
"swc_atoms",
|
|
|
|
"swc_common",
|
|
|
|
"swc_ecma_ast",
|
|
|
|
"swc_ecma_parser",
|
|
|
|
"swc_ecma_utils",
|
|
|
|
"swc_ecma_visit",
|
2021-12-08 19:12:14 -05:00
|
|
|
"tracing",
|
2021-01-05 16:51:54 -05:00
|
|
|
]
|
|
|
|
|
2021-06-06 12:42:12 -04:00
|
|
|
[[package]]
|
|
|
|
name = "swc_ecma_transforms_classes"
|
2022-04-08 12:31:47 -04:00
|
|
|
version = "0.63.0"
|
2021-06-06 12:42:12 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-08 12:31:47 -04:00
|
|
|
checksum = "503f2f6bd0f9e6363a93406753bf64675163423774256a267c85a5d9b5b44b08"
|
2021-06-06 12:42:12 -04:00
|
|
|
dependencies = [
|
|
|
|
"swc_atoms",
|
|
|
|
"swc_common",
|
|
|
|
"swc_ecma_ast",
|
|
|
|
"swc_ecma_transforms_base",
|
|
|
|
"swc_ecma_utils",
|
|
|
|
"swc_ecma_visit",
|
|
|
|
]
|
|
|
|
|
2021-10-12 09:58:04 -04:00
|
|
|
[[package]]
|
|
|
|
name = "swc_ecma_transforms_macros"
|
2021-12-08 19:12:14 -05:00
|
|
|
version = "0.3.0"
|
2021-10-12 09:58:04 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-08 19:12:14 -05:00
|
|
|
checksum = "18712e4aab969c6508dff3540ade6358f1e013464aa58b3d30da2ab2d9fcbbed"
|
2021-10-12 09:58:04 -04:00
|
|
|
dependencies = [
|
|
|
|
"pmutil",
|
2022-05-05 06:41:59 -04:00
|
|
|
"proc-macro2 1.0.37",
|
|
|
|
"quote 1.0.18",
|
2021-10-12 09:58:04 -04:00
|
|
|
"swc_macros_common",
|
2022-05-05 06:41:59 -04:00
|
|
|
"syn 1.0.91",
|
2021-10-12 09:58:04 -04:00
|
|
|
]
|
|
|
|
|
2021-01-05 16:51:54 -05:00
|
|
|
[[package]]
|
|
|
|
name = "swc_ecma_transforms_optimization"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.112.1"
|
2021-01-05 16:51:54 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "af43d7d92e0bb8ba60d64ce8a7edcab7738f7e858b8e42814fca5c133ba17c19"
|
2021-01-05 16:51:54 -05:00
|
|
|
dependencies = [
|
2021-12-10 18:35:37 -05:00
|
|
|
"ahash",
|
2022-04-03 00:17:30 -04:00
|
|
|
"dashmap",
|
2020-07-28 16:33:23 -04:00
|
|
|
"indexmap",
|
|
|
|
"once_cell",
|
|
|
|
"serde_json",
|
2021-01-05 16:51:54 -05:00
|
|
|
"swc_atoms",
|
|
|
|
"swc_common",
|
|
|
|
"swc_ecma_ast",
|
|
|
|
"swc_ecma_parser",
|
|
|
|
"swc_ecma_transforms_base",
|
2021-10-21 10:18:18 -04:00
|
|
|
"swc_ecma_transforms_macros",
|
2021-01-05 16:51:54 -05:00
|
|
|
"swc_ecma_utils",
|
|
|
|
"swc_ecma_visit",
|
2021-10-12 09:58:04 -04:00
|
|
|
"tracing",
|
2021-01-05 16:51:54 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "swc_ecma_transforms_proposal"
|
2022-04-08 12:31:47 -04:00
|
|
|
version = "0.97.0"
|
2021-01-05 16:51:54 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-08 12:31:47 -04:00
|
|
|
checksum = "93d08411e517736b0167f3c9784fe9b98cc09308ae12e6072abd2bb2c2236da2"
|
2021-01-05 16:51:54 -05:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"serde",
|
2020-08-13 11:03:16 -04:00
|
|
|
"smallvec",
|
2020-07-28 16:33:23 -04:00
|
|
|
"swc_atoms",
|
|
|
|
"swc_common",
|
|
|
|
"swc_ecma_ast",
|
2021-01-05 16:51:54 -05:00
|
|
|
"swc_ecma_transforms_base",
|
2021-06-06 12:42:12 -04:00
|
|
|
"swc_ecma_transforms_classes",
|
2021-10-12 09:58:04 -04:00
|
|
|
"swc_ecma_transforms_macros",
|
2020-07-28 16:33:23 -04:00
|
|
|
"swc_ecma_utils",
|
|
|
|
"swc_ecma_visit",
|
|
|
|
]
|
|
|
|
|
2020-08-26 14:43:24 -04:00
|
|
|
[[package]]
|
2021-01-05 16:51:54 -05:00
|
|
|
name = "swc_ecma_transforms_react"
|
2022-04-08 12:31:47 -04:00
|
|
|
version = "0.104.0"
|
2020-08-26 14:43:24 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-08 12:31:47 -04:00
|
|
|
checksum = "43cda44270dfcc95d61582981baddaf53d96c5233ea7384e81cd6e462816c58e"
|
2020-08-26 14:43:24 -04:00
|
|
|
dependencies = [
|
2021-12-10 18:35:37 -05:00
|
|
|
"ahash",
|
2021-04-09 17:35:29 -04:00
|
|
|
"base64 0.13.0",
|
2022-04-03 00:17:30 -04:00
|
|
|
"dashmap",
|
2021-04-09 17:35:29 -04:00
|
|
|
"indexmap",
|
2021-01-05 16:51:54 -05:00
|
|
|
"once_cell",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
2022-03-22 09:19:53 -04:00
|
|
|
"sha-1 0.10.0",
|
2021-03-02 07:39:56 -05:00
|
|
|
"string_enum",
|
2021-01-05 16:51:54 -05:00
|
|
|
"swc_atoms",
|
|
|
|
"swc_common",
|
|
|
|
"swc_ecma_ast",
|
|
|
|
"swc_ecma_parser",
|
|
|
|
"swc_ecma_transforms_base",
|
2021-10-21 10:18:18 -04:00
|
|
|
"swc_ecma_transforms_macros",
|
2021-01-05 16:51:54 -05:00
|
|
|
"swc_ecma_utils",
|
|
|
|
"swc_ecma_visit",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "swc_ecma_transforms_typescript"
|
2022-04-08 12:31:47 -04:00
|
|
|
version = "0.107.0"
|
2021-01-05 16:51:54 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-08 12:31:47 -04:00
|
|
|
checksum = "a09397169ed7ce0751a82cb71655f3a4a1fb00d8863aabd5cca9b46eff3dd5f2"
|
2021-01-05 16:51:54 -05:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"swc_atoms",
|
|
|
|
"swc_common",
|
|
|
|
"swc_ecma_ast",
|
|
|
|
"swc_ecma_transforms_base",
|
2021-10-21 10:18:18 -04:00
|
|
|
"swc_ecma_transforms_react",
|
2021-01-05 16:51:54 -05:00
|
|
|
"swc_ecma_utils",
|
|
|
|
"swc_ecma_visit",
|
2020-08-26 14:43:24 -04:00
|
|
|
]
|
|
|
|
|
2020-07-28 16:33:23 -04:00
|
|
|
[[package]]
|
|
|
|
name = "swc_ecma_utils"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.79.1"
|
2020-07-28 16:33:23 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "44ee8d60b9977f58214af7102dc30855a6754e742afe6d6e26e5bf13883c7b91"
|
2020-07-28 16:33:23 -04:00
|
|
|
dependencies = [
|
2022-02-02 13:24:24 -05:00
|
|
|
"indexmap",
|
2020-07-28 16:33:23 -04:00
|
|
|
"once_cell",
|
|
|
|
"swc_atoms",
|
|
|
|
"swc_common",
|
|
|
|
"swc_ecma_ast",
|
|
|
|
"swc_ecma_visit",
|
2021-12-08 19:12:14 -05:00
|
|
|
"tracing",
|
2020-07-28 16:33:23 -04:00
|
|
|
]
|
|
|
|
|
2020-04-30 14:18:50 -04:00
|
|
|
[[package]]
|
|
|
|
name = "swc_ecma_visit"
|
2022-04-08 12:31:47 -04:00
|
|
|
version = "0.61.0"
|
2020-04-30 14:18:50 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-08 12:31:47 -04:00
|
|
|
checksum = "b5ea00a52ba2b971955c62275696d5c59f3cf0cd06db74a66dec378ec9843c78"
|
2020-04-30 14:18:50 -04:00
|
|
|
dependencies = [
|
2021-08-06 04:10:50 -04:00
|
|
|
"num-bigint",
|
2020-04-30 14:18:50 -04:00
|
|
|
"swc_atoms",
|
|
|
|
"swc_common",
|
|
|
|
"swc_ecma_ast",
|
2020-07-25 11:47:55 -04:00
|
|
|
"swc_visit",
|
2021-12-08 19:12:14 -05:00
|
|
|
"tracing",
|
2020-04-30 14:18:50 -04:00
|
|
|
]
|
|
|
|
|
2020-07-31 10:59:22 -04:00
|
|
|
[[package]]
|
|
|
|
name = "swc_ecmascript"
|
2022-04-08 12:31:47 -04:00
|
|
|
version = "0.143.0"
|
2020-07-31 10:59:22 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-08 12:31:47 -04:00
|
|
|
checksum = "ebda93aa6422956c184a9eb5fdb0f0f0ff433169fa15e55ef445e5ad0b5e0abe"
|
2020-07-31 10:59:22 -04:00
|
|
|
dependencies = [
|
|
|
|
"swc_ecma_ast",
|
|
|
|
"swc_ecma_codegen",
|
2020-09-09 09:35:40 -04:00
|
|
|
"swc_ecma_dep_graph",
|
2020-07-31 10:59:22 -04:00
|
|
|
"swc_ecma_parser",
|
|
|
|
"swc_ecma_transforms",
|
2020-08-26 14:43:24 -04:00
|
|
|
"swc_ecma_utils",
|
2020-07-31 10:59:22 -04:00
|
|
|
"swc_ecma_visit",
|
|
|
|
]
|
|
|
|
|
2020-12-28 18:22:36 -05:00
|
|
|
[[package]]
|
|
|
|
name = "swc_eq_ignore_macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8c8f200a2eaed938e7c1a685faaa66e6d42fa9e17da5f62572d3cbc335898f5e"
|
|
|
|
dependencies = [
|
|
|
|
"pmutil",
|
2022-05-05 06:41:59 -04:00
|
|
|
"proc-macro2 1.0.37",
|
|
|
|
"quote 1.0.18",
|
|
|
|
"syn 1.0.91",
|
2020-12-28 18:22:36 -05:00
|
|
|
]
|
|
|
|
|
2021-12-08 19:12:14 -05:00
|
|
|
[[package]]
|
|
|
|
name = "swc_fast_graph"
|
2022-03-22 09:19:53 -04:00
|
|
|
version = "0.5.0"
|
2021-12-08 19:12:14 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-22 09:19:53 -04:00
|
|
|
checksum = "9860ef8ffc31eedf45bc39a60a2500838a331e3e687bc005fe69088f6a966460"
|
2021-12-08 19:12:14 -05:00
|
|
|
dependencies = [
|
2021-12-10 18:35:37 -05:00
|
|
|
"ahash",
|
2021-12-08 19:12:14 -05:00
|
|
|
"indexmap",
|
2022-01-24 17:47:05 -05:00
|
|
|
"petgraph",
|
2021-12-08 19:12:14 -05:00
|
|
|
"swc_common",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "swc_graph_analyzer"
|
2022-03-22 09:19:53 -04:00
|
|
|
version = "0.6.0"
|
2021-12-08 19:12:14 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-22 09:19:53 -04:00
|
|
|
checksum = "67696e05cdf3efc1daded3b4803639da25fd9254ca6bae16539058197a411de8"
|
2021-12-08 19:12:14 -05:00
|
|
|
dependencies = [
|
2021-12-10 18:35:37 -05:00
|
|
|
"ahash",
|
2021-12-08 19:12:14 -05:00
|
|
|
"auto_impl",
|
2022-01-24 17:47:05 -05:00
|
|
|
"petgraph",
|
2021-12-08 19:12:14 -05:00
|
|
|
"swc_fast_graph",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2020-04-30 14:18:50 -04:00
|
|
|
[[package]]
|
2020-07-25 11:47:55 -04:00
|
|
|
name = "swc_macros_common"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.3.4"
|
2020-04-30 14:18:50 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "033f8b6e2fc4991a8e422a20b4f52741affcac2267c29357c931508a1a500797"
|
2020-04-30 14:18:50 -04:00
|
|
|
dependencies = [
|
|
|
|
"pmutil",
|
2022-05-05 06:41:59 -04:00
|
|
|
"proc-macro2 1.0.37",
|
|
|
|
"quote 1.0.18",
|
|
|
|
"syn 1.0.91",
|
2020-04-30 14:18:50 -04:00
|
|
|
]
|
|
|
|
|
2020-01-29 21:16:48 -05:00
|
|
|
[[package]]
|
2020-07-25 11:47:55 -04:00
|
|
|
name = "swc_visit"
|
2021-12-08 19:12:14 -05:00
|
|
|
version = "0.3.0"
|
2020-01-29 21:16:48 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-08 19:12:14 -05:00
|
|
|
checksum = "e5c639379dd2a8a0221fa1e12fafbdd594ba53a0cace6560054da52409dfcc1a"
|
2020-01-29 21:16:48 -05:00
|
|
|
dependencies = [
|
2020-07-25 11:47:55 -04:00
|
|
|
"either",
|
|
|
|
"swc_visit_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "swc_visit_macros"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.3.1"
|
2020-07-25 11:47:55 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "c3b9b72892df873972549838bf84d6c56234c7502148a7e23b5a3da6e0fedfb8"
|
2020-07-25 11:47:55 -04:00
|
|
|
dependencies = [
|
|
|
|
"Inflector",
|
2020-02-21 13:21:51 -05:00
|
|
|
"pmutil",
|
2022-05-05 06:41:59 -04:00
|
|
|
"proc-macro2 1.0.37",
|
|
|
|
"quote 1.0.18",
|
2020-07-25 11:47:55 -04:00
|
|
|
"swc_macros_common",
|
2022-05-05 06:41:59 -04:00
|
|
|
"syn 1.0.91",
|
2020-01-29 21:16:48 -05:00
|
|
|
]
|
|
|
|
|
2019-12-05 15:30:20 -05:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "0.15.44"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
|
2019-12-05 15:30:20 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"proc-macro2 0.4.30",
|
|
|
|
"quote 0.6.13",
|
|
|
|
"unicode-xid 0.1.0",
|
2019-12-05 15:30:20 -05:00
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "1.0.91"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "b683b2b825c8eef438b77c36a06dc262294da3d5a5813fac20da149241dcd44d"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2022-05-05 06:41:59 -04:00
|
|
|
"proc-macro2 1.0.37",
|
|
|
|
"quote 1.0.18",
|
2021-05-10 06:02:47 -04:00
|
|
|
"unicode-xid 0.2.2",
|
2019-08-22 16:33:55 -04:00
|
|
|
]
|
|
|
|
|
2021-07-06 08:16:04 -04:00
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
2021-10-11 10:37:51 -04:00
|
|
|
version = "0.12.6"
|
2021-07-06 08:16:04 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-11 10:37:51 -04:00
|
|
|
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
|
2021-07-06 08:16:04 -04:00
|
|
|
dependencies = [
|
2022-05-05 06:41:59 -04:00
|
|
|
"proc-macro2 1.0.37",
|
|
|
|
"quote 1.0.18",
|
|
|
|
"syn 1.0.91",
|
2021-07-06 08:16:04 -04:00
|
|
|
"unicode-xid 0.2.2",
|
|
|
|
]
|
|
|
|
|
2019-09-27 19:09:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "sys-info"
|
2021-12-10 18:35:37 -05:00
|
|
|
version = "0.9.1"
|
2019-09-27 19:09:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-10 18:35:37 -05:00
|
|
|
checksum = "0b3a0d0aba8bf96a0e1ddfdc352fc53b3df7f39318c71854910c3c4b024ae52c"
|
2019-09-27 19:09:42 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"cc",
|
|
|
|
"libc",
|
2019-09-27 19:09:42 -04:00
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "3.3.0"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2022-03-22 09:19:53 -04:00
|
|
|
"cfg-if",
|
2022-05-05 06:41:59 -04:00
|
|
|
"fastrand",
|
2020-02-21 13:21:51 -05:00
|
|
|
"libc",
|
2022-02-15 07:33:46 -05:00
|
|
|
"redox_syscall",
|
2020-02-21 13:21:51 -05:00
|
|
|
"remove_dir_all",
|
2020-06-20 07:18:08 -04:00
|
|
|
"winapi 0.3.9",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
2019-05-29 23:53:14 -04:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "1.1.3"
|
2019-05-29 23:53:14 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
|
2019-05-29 23:53:14 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"winapi-util",
|
2019-05-29 23:53:14 -04:00
|
|
|
]
|
|
|
|
|
2021-07-11 21:12:26 -04:00
|
|
|
[[package]]
|
2021-08-06 17:28:10 -04:00
|
|
|
name = "test_ffi"
|
|
|
|
version = "0.1.0"
|
2021-07-11 21:12:26 -04:00
|
|
|
dependencies = [
|
|
|
|
"test_util",
|
|
|
|
]
|
|
|
|
|
2020-06-18 11:54:55 -04:00
|
|
|
[[package]]
|
|
|
|
name = "test_util"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2021-05-17 16:45:13 -04:00
|
|
|
"anyhow",
|
2021-01-10 07:20:47 -05:00
|
|
|
"async-stream",
|
2021-09-20 22:15:44 -04:00
|
|
|
"atty",
|
2021-09-08 00:18:11 -04:00
|
|
|
"base64 0.13.0",
|
2020-07-23 13:20:08 -04:00
|
|
|
"futures",
|
2021-01-12 02:50:02 -05:00
|
|
|
"hyper",
|
2020-06-18 11:54:55 -04:00
|
|
|
"lazy_static",
|
2022-04-01 11:15:37 -04:00
|
|
|
"once_cell",
|
2020-06-18 11:54:55 -04:00
|
|
|
"os_pipe",
|
2022-04-08 12:31:47 -04:00
|
|
|
"parking_lot 0.12.0",
|
2022-03-15 18:15:56 -04:00
|
|
|
"pretty_assertions",
|
2020-08-18 16:29:32 -04:00
|
|
|
"pty",
|
2020-06-18 11:54:55 -04:00
|
|
|
"regex",
|
2022-05-05 06:41:59 -04:00
|
|
|
"rustls-pemfile 1.0.0",
|
2021-01-17 11:40:29 -05:00
|
|
|
"serde",
|
2021-05-17 16:45:13 -04:00
|
|
|
"serde_json",
|
2021-01-12 02:50:02 -05:00
|
|
|
"tokio",
|
|
|
|
"tokio-rustls",
|
|
|
|
"tokio-tungstenite",
|
2021-09-20 22:15:44 -04:00
|
|
|
"winapi 0.3.9",
|
2019-12-05 15:30:20 -05:00
|
|
|
]
|
|
|
|
|
2021-01-22 05:03:16 -05:00
|
|
|
[[package]]
|
|
|
|
name = "text-size"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "288cb548dbe72b652243ea797201f3d481a0609a967980fcc5b2315ea811560a"
|
|
|
|
|
2021-09-02 11:38:19 -04:00
|
|
|
[[package]]
|
|
|
|
name = "text_lines"
|
2021-12-08 19:12:14 -05:00
|
|
|
version = "0.4.1"
|
2021-09-02 11:38:19 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-08 19:12:14 -05:00
|
|
|
checksum = "e49e3c53dd04de8b8e8390bc4fab57f6db7af7d33b086fe411803e6351c9f9f9"
|
2021-09-07 10:39:32 -04:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2021-09-02 11:38:19 -04:00
|
|
|
|
2019-03-31 17:54:58 -04:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2022-03-27 21:57:56 -04:00
|
|
|
version = "0.15.0"
|
2019-03-31 17:54:58 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-27 21:57:56 -04:00
|
|
|
checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
|
2019-03-31 17:54:58 -04:00
|
|
|
|
2020-06-19 06:58:13 -04:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2021-10-10 17:26:22 -04:00
|
|
|
version = "1.0.30"
|
2020-06-19 06:58:13 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-10 17:26:22 -04:00
|
|
|
checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
|
2020-06-19 06:58:13 -04:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2021-10-10 17:26:22 -04:00
|
|
|
version = "1.0.30"
|
2020-06-19 06:58:13 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-10 17:26:22 -04:00
|
|
|
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
|
2020-06-19 06:58:13 -04:00
|
|
|
dependencies = [
|
2022-05-05 06:41:59 -04:00
|
|
|
"proc-macro2 1.0.37",
|
|
|
|
"quote 1.0.18",
|
|
|
|
"syn 1.0.91",
|
2020-06-19 06:58:13 -04:00
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2020-09-04 11:24:23 -04:00
|
|
|
version = "0.1.44"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-04 11:24:23 -04:00
|
|
|
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"libc",
|
2020-09-04 11:24:23 -04:00
|
|
|
"wasi 0.10.0+wasi-snapshot-preview1",
|
2020-06-20 07:18:08 -04:00
|
|
|
"winapi 0.3.9",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
2022-05-05 14:22:07 -04:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"num_threads",
|
|
|
|
]
|
|
|
|
|
2020-06-19 13:44:28 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "1.6.0"
|
2020-06-19 13:44:28 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
2021-01-26 11:00:40 -05:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
2020-06-19 13:44:28 -04:00
|
|
|
|
2021-01-10 07:20:47 -05:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2022-04-02 13:54:40 -04:00
|
|
|
version = "1.17.0"
|
2021-01-10 07:20:47 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-02 13:54:40 -04:00
|
|
|
checksum = "2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee"
|
2021-01-10 07:20:47 -05:00
|
|
|
dependencies = [
|
2021-01-12 02:50:02 -05:00
|
|
|
"bytes",
|
2021-01-10 07:20:47 -05:00
|
|
|
"libc",
|
|
|
|
"memchr",
|
2021-02-09 09:34:34 -05:00
|
|
|
"mio",
|
2021-01-10 07:20:47 -05:00
|
|
|
"num_cpus",
|
|
|
|
"once_cell",
|
2022-04-02 13:54:40 -04:00
|
|
|
"parking_lot 0.12.0",
|
2021-01-12 02:50:02 -05:00
|
|
|
"pin-project-lite",
|
2021-01-10 07:20:47 -05:00
|
|
|
"signal-hook-registry",
|
2022-04-02 13:54:40 -04:00
|
|
|
"socket2 0.4.4",
|
2021-01-12 02:50:02 -05:00
|
|
|
"tokio-macros",
|
2021-01-10 07:20:47 -05:00
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2022-01-10 23:44:47 -05:00
|
|
|
version = "1.7.0"
|
2021-01-10 07:20:47 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-10 23:44:47 -05:00
|
|
|
checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"
|
2021-01-10 07:20:47 -05:00
|
|
|
dependencies = [
|
2022-05-05 06:41:59 -04:00
|
|
|
"proc-macro2 1.0.37",
|
|
|
|
"quote 1.0.18",
|
|
|
|
"syn 1.0.91",
|
2021-01-10 07:20:47 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.23.3"
|
2021-01-10 07:20:47 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "4151fda0cf2798550ad0b34bcfc9b9dcc2a9d2471c895c68f3a8818e54f2389e"
|
2021-01-10 07:20:47 -05:00
|
|
|
dependencies = [
|
2021-01-12 02:50:02 -05:00
|
|
|
"rustls",
|
|
|
|
"tokio",
|
2022-01-10 23:44:47 -05:00
|
|
|
"webpki",
|
2021-01-10 07:20:47 -05:00
|
|
|
]
|
|
|
|
|
2020-12-21 08:44:26 -05:00
|
|
|
[[package]]
|
2021-01-12 02:50:02 -05:00
|
|
|
name = "tokio-stream"
|
2021-12-10 18:35:37 -05:00
|
|
|
version = "0.1.8"
|
2020-12-21 08:44:26 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-10 18:35:37 -05:00
|
|
|
checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"
|
2020-12-21 08:44:26 -05:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
2021-01-12 02:50:02 -05:00
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2020-12-21 08:44:26 -05:00
|
|
|
]
|
|
|
|
|
2021-01-10 07:20:47 -05:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-tungstenite"
|
2021-12-10 18:35:37 -05:00
|
|
|
version = "0.16.1"
|
2021-01-10 07:20:47 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-10 18:35:37 -05:00
|
|
|
checksum = "e80b39df6afcc12cdf752398ade96a6b9e99c903dfdc36e53ad10b9c366bca72"
|
2021-01-10 07:20:47 -05:00
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
|
|
|
"log",
|
2021-04-08 12:46:14 -04:00
|
|
|
"rustls",
|
2021-01-12 02:50:02 -05:00
|
|
|
"tokio",
|
2021-04-08 12:46:14 -04:00
|
|
|
"tokio-rustls",
|
2021-01-12 02:50:02 -05:00
|
|
|
"tungstenite",
|
2022-01-10 23:44:47 -05:00
|
|
|
"webpki",
|
|
|
|
"webpki-roots",
|
2020-03-27 16:09:51 -04:00
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
2019-12-30 08:57:17 -05:00
|
|
|
name = "tokio-util"
|
2021-12-10 18:35:37 -05:00
|
|
|
version = "0.6.9"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-10 18:35:37 -05:00
|
|
|
checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2021-01-12 02:50:02 -05:00
|
|
|
"bytes",
|
2020-02-21 13:21:51 -05:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
2020-09-04 11:24:23 -04:00
|
|
|
"log",
|
2021-01-12 02:50:02 -05:00
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
2022-04-02 13:54:40 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.7.1"
|
2022-04-02 13:54:40 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "0edfdeb067411dba2044da6d1cb2df793dd35add7888d73c16e3381ded401764"
|
2022-04-02 13:54:40 -04:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2022-05-05 06:41:59 -04:00
|
|
|
"tracing",
|
2022-04-02 13:54:40 -04:00
|
|
|
]
|
|
|
|
|
2020-07-15 15:54:38 -04:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.5.9"
|
2020-07-15 15:54:38 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
|
2020-07-15 15:54:38 -04:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-04-03 00:17:30 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tower"
|
|
|
|
version = "0.4.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a89fd63ad6adf737582df5db40d286574513c69a11dac5214dc3b5603d6713e"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"pin-project",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-layer"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "343bc9466d3fe6b0f960ef45960509f84480bf4fd96f92901afe7ff3df9d3a62"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-lsp"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.17.0"
|
2022-04-03 00:17:30 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "43e094780b4447366c59f79acfd65b1375ecaa84e61dddbde1421aa506334024"
|
2022-04-03 00:17:30 -04:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"auto_impl",
|
|
|
|
"bytes",
|
|
|
|
"dashmap",
|
|
|
|
"futures",
|
|
|
|
"httparse",
|
|
|
|
"log",
|
|
|
|
"lsp-types",
|
|
|
|
"memchr",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"tokio",
|
2022-05-05 06:41:59 -04:00
|
|
|
"tokio-util 0.7.1",
|
2022-04-03 00:17:30 -04:00
|
|
|
"tower",
|
|
|
|
"tower-lsp-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-lsp-macros"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7ebd99eec668d0a450c177acbc4d05e0d0d13b1f8d3db13cd706c52cbec4ac04"
|
|
|
|
dependencies = [
|
2022-05-05 06:41:59 -04:00
|
|
|
"proc-macro2 1.0.37",
|
|
|
|
"quote 1.0.18",
|
|
|
|
"syn 1.0.91",
|
2022-04-03 00:17:30 -04:00
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
2019-12-30 08:57:17 -05:00
|
|
|
name = "tower-service"
|
2021-01-26 11:00:40 -05:00
|
|
|
version = "0.3.1"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-26 11:00:40 -05:00
|
|
|
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
|
2018-12-18 21:09:30 -05:00
|
|
|
|
2020-08-12 11:09:48 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.1.34"
|
2020-08-12 11:09:48 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09"
|
2020-08-12 11:09:48 -04:00
|
|
|
dependencies = [
|
2022-03-22 09:19:53 -04:00
|
|
|
"cfg-if",
|
2021-01-26 11:00:40 -05:00
|
|
|
"pin-project-lite",
|
2021-10-12 09:58:04 -04:00
|
|
|
"tracing-attributes",
|
2020-08-12 11:09:48 -04:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
2021-10-12 09:58:04 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.1.21"
|
2021-10-12 09:58:04 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "cc6b8ad3567499f98a1db7a752b07a7c8c7c7c34c332ec00effb2b0027974b7c"
|
2021-10-12 09:58:04 -04:00
|
|
|
dependencies = [
|
2022-05-05 06:41:59 -04:00
|
|
|
"proc-macro2 1.0.37",
|
|
|
|
"quote 1.0.18",
|
|
|
|
"syn 1.0.91",
|
2021-10-12 09:58:04 -04:00
|
|
|
]
|
|
|
|
|
2020-08-12 11:09:48 -04:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.1.26"
|
2020-08-12 11:09:48 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "f54c8ca710e81886d498c2fd3331b56c93aa248d49de2222ad2742247c60072f"
|
2020-08-12 11:09:48 -04:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2021-01-19 09:39:04 -05:00
|
|
|
[[package]]
|
|
|
|
name = "trust-dns-client"
|
2022-05-05 14:22:07 -04:00
|
|
|
version = "0.21.2"
|
2021-01-19 09:39:04 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 14:22:07 -04:00
|
|
|
checksum = "a6d9ba1c6079f6f9b4664e482db1700bd53d2ee77b1c9752c1d7a66c0c8bda99"
|
2021-01-19 09:39:04 -05:00
|
|
|
dependencies = [
|
2022-03-22 09:19:53 -04:00
|
|
|
"cfg-if",
|
2021-01-19 09:39:04 -05:00
|
|
|
"data-encoding",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"radix_trie",
|
2022-04-08 12:31:47 -04:00
|
|
|
"rand",
|
2021-01-19 09:39:04 -05:00
|
|
|
"thiserror",
|
2022-05-05 14:22:07 -04:00
|
|
|
"time 0.3.9",
|
2021-01-19 09:39:04 -05:00
|
|
|
"tokio",
|
2022-05-05 14:22:07 -04:00
|
|
|
"trust-dns-proto 0.21.2",
|
2021-01-19 09:39:04 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "trust-dns-proto"
|
2021-05-17 08:44:40 -04:00
|
|
|
version = "0.20.3"
|
2021-01-19 09:39:04 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-17 08:44:40 -04:00
|
|
|
checksum = "ad0d7f5db438199a6e2609debe3f69f808d074e0a2888ee0bccb45fe234d03f4"
|
2021-01-19 09:39:04 -05:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
2022-03-22 09:19:53 -04:00
|
|
|
"cfg-if",
|
2021-01-19 09:39:04 -05:00
|
|
|
"data-encoding",
|
2022-05-05 14:22:07 -04:00
|
|
|
"enum-as-inner 0.3.3",
|
2021-01-19 09:39:04 -05:00
|
|
|
"futures-channel",
|
|
|
|
"futures-io",
|
|
|
|
"futures-util",
|
|
|
|
"idna",
|
|
|
|
"ipnet",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
2022-04-08 12:31:47 -04:00
|
|
|
"rand",
|
2021-01-19 09:39:04 -05:00
|
|
|
"serde",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
2021-04-08 12:46:14 -04:00
|
|
|
"tinyvec",
|
2021-01-19 09:39:04 -05:00
|
|
|
"tokio",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2022-05-05 14:22:07 -04:00
|
|
|
[[package]]
|
|
|
|
name = "trust-dns-proto"
|
|
|
|
version = "0.21.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c31f240f59877c3d4bb3b3ea0ec5a6a0cff07323580ff8c7a605cd7d08b255d"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"cfg-if",
|
|
|
|
"data-encoding",
|
|
|
|
"enum-as-inner 0.4.0",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-io",
|
|
|
|
"futures-util",
|
|
|
|
"idna",
|
|
|
|
"ipnet",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"rand",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
"tinyvec",
|
|
|
|
"tokio",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2021-01-19 09:39:04 -05:00
|
|
|
[[package]]
|
|
|
|
name = "trust-dns-resolver"
|
2021-05-17 08:44:40 -04:00
|
|
|
version = "0.20.3"
|
2021-01-19 09:39:04 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-17 08:44:40 -04:00
|
|
|
checksum = "f6ad17b608a64bd0735e67bde16b0636f8aa8591f831a25d18443ed00a699770"
|
2021-01-19 09:39:04 -05:00
|
|
|
dependencies = [
|
2022-03-22 09:19:53 -04:00
|
|
|
"cfg-if",
|
2021-01-19 09:39:04 -05:00
|
|
|
"futures-util",
|
|
|
|
"ipconfig",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"lru-cache",
|
2022-03-22 09:19:53 -04:00
|
|
|
"parking_lot 0.11.2",
|
2021-01-19 09:39:04 -05:00
|
|
|
"resolv-conf",
|
|
|
|
"serde",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
2022-05-05 14:22:07 -04:00
|
|
|
"trust-dns-proto 0.20.3",
|
2021-01-19 09:39:04 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "trust-dns-server"
|
2022-05-05 14:22:07 -04:00
|
|
|
version = "0.21.2"
|
2021-01-19 09:39:04 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 14:22:07 -04:00
|
|
|
checksum = "a395a2e0fd8aac9b4613767a5b4ba4b2040de1b767fa03ace8c9d6f351d60b2d"
|
2021-01-19 09:39:04 -05:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
2022-03-22 09:19:53 -04:00
|
|
|
"cfg-if",
|
2022-05-05 14:22:07 -04:00
|
|
|
"enum-as-inner 0.4.0",
|
2021-01-19 09:39:04 -05:00
|
|
|
"env_logger",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-util",
|
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
2022-05-05 14:22:07 -04:00
|
|
|
"time 0.3.9",
|
2021-01-19 09:39:04 -05:00
|
|
|
"tokio",
|
|
|
|
"toml",
|
|
|
|
"trust-dns-client",
|
2022-05-05 14:22:07 -04:00
|
|
|
"trust-dns-proto 0.21.2",
|
2021-01-19 09:39:04 -05:00
|
|
|
]
|
|
|
|
|
2020-03-27 16:09:51 -04:00
|
|
|
[[package]]
|
2021-01-12 02:50:02 -05:00
|
|
|
name = "try-lock"
|
|
|
|
version = "0.2.3"
|
2020-03-27 16:09:51 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-12 02:50:02 -05:00
|
|
|
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
|
2021-01-10 07:20:47 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tungstenite"
|
2021-12-06 18:48:11 -05:00
|
|
|
version = "0.16.0"
|
2021-01-10 07:20:47 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-06 18:48:11 -05:00
|
|
|
checksum = "6ad3713a14ae247f22a728a0456a545df14acf3867f905adff84be99e23b3ad1"
|
2021-01-10 07:20:47 -05:00
|
|
|
dependencies = [
|
|
|
|
"base64 0.13.0",
|
|
|
|
"byteorder",
|
2021-01-12 02:50:02 -05:00
|
|
|
"bytes",
|
2021-01-10 07:20:47 -05:00
|
|
|
"http",
|
|
|
|
"httparse",
|
2020-09-04 11:24:23 -04:00
|
|
|
"log",
|
2022-04-08 12:31:47 -04:00
|
|
|
"rand",
|
2021-04-08 12:46:14 -04:00
|
|
|
"rustls",
|
2022-03-22 09:19:53 -04:00
|
|
|
"sha-1 0.9.8",
|
2021-04-08 12:46:14 -04:00
|
|
|
"thiserror",
|
2020-07-01 10:04:56 -04:00
|
|
|
"url",
|
2020-03-27 16:09:51 -04:00
|
|
|
"utf-8",
|
2022-01-10 23:44:47 -05:00
|
|
|
"webpki",
|
2020-03-27 16:09:51 -04:00
|
|
|
]
|
|
|
|
|
2022-04-19 22:14:00 -04:00
|
|
|
[[package]]
|
|
|
|
name = "twox-hash"
|
|
|
|
version = "1.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ee73e6e4924fe940354b8d4d98cad5231175d615cd855b758adc658c0aac6a0"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"rand",
|
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
2021-10-21 10:18:18 -04:00
|
|
|
[[package]]
|
|
|
|
name = "typed-arena"
|
|
|
|
version = "2.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0685c84d5d54d1c26f7d3eb96cd41550adb97baed141a761cf335d3d33bcd0ae"
|
|
|
|
|
2020-03-27 16:09:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2022-01-10 23:44:47 -05:00
|
|
|
version = "1.15.0"
|
2020-03-27 16:09:51 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-10 23:44:47 -05:00
|
|
|
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
|
2020-03-27 16:09:51 -04:00
|
|
|
|
2019-08-28 20:05:01 -04:00
|
|
|
[[package]]
|
2021-01-12 02:50:02 -05:00
|
|
|
name = "ucd-trie"
|
|
|
|
version = "0.1.3"
|
2019-08-28 20:05:01 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-12 02:50:02 -05:00
|
|
|
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
|
2019-08-28 20:05:01 -04:00
|
|
|
|
2021-09-08 05:14:29 -04:00
|
|
|
[[package]]
|
|
|
|
name = "unic-char-property"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
|
|
|
|
dependencies = [
|
|
|
|
"unic-char-range",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-char-range"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-common"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-ucd-ident"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e230a37c0381caa9219d67cf063aa3a375ffed5bf541a452db16e744bdab6987"
|
|
|
|
dependencies = [
|
|
|
|
"unic-char-property",
|
|
|
|
"unic-char-range",
|
|
|
|
"unic-ucd-version",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unic-ucd-version"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
|
|
|
|
dependencies = [
|
|
|
|
"unic-common",
|
|
|
|
]
|
|
|
|
|
2021-01-19 12:39:35 -05:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
|
|
|
version = "2.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.3.8"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
|
2018-12-18 21:09:30 -05:00
|
|
|
|
2022-03-22 09:19:53 -04:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-id"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.3.2"
|
2022-03-22 09:19:53 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "69fe8d9274f490a36442acb4edfd0c4e473fdfc6a8b5cd32f28a0235761aedbe"
|
2022-03-22 09:19:53 -04:00
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2021-07-08 07:33:01 -04:00
|
|
|
version = "0.1.19"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-08 07:33:01 -04:00
|
|
|
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
|
2019-01-26 07:58:19 -05:00
|
|
|
dependencies = [
|
2020-06-19 13:44:28 -04:00
|
|
|
"tinyvec",
|
2019-01-26 07:58:19 -05:00
|
|
|
]
|
2018-12-18 21:09:30 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "1.9.0"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
|
2018-12-18 21:09:30 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2021-10-10 17:26:22 -04:00
|
|
|
version = "0.1.9"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-10 17:26:22 -04:00
|
|
|
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
|
2018-12-18 21:09:30 -05:00
|
|
|
|
2019-12-05 15:30:20 -05:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
2019-12-05 15:30:20 -05:00
|
|
|
|
2019-08-22 16:33:55 -04:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2021-05-10 06:02:47 -04:00
|
|
|
version = "0.2.2"
|
2019-08-22 16:33:55 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-10 06:02:47 -04:00
|
|
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
2019-08-22 16:33:55 -04:00
|
|
|
|
2022-01-05 10:12:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "universal-hash"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2022-01-04 17:02:56 -05:00
|
|
|
[[package]]
|
|
|
|
name = "unreachable"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1f2ae5ddb18e1c92664717616dd9549dde73f539f01bd7b77c2edb2446bdff91"
|
|
|
|
dependencies = [
|
|
|
|
"void",
|
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
2020-05-06 10:10:51 -04:00
|
|
|
version = "0.7.1"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-06 10:10:51 -04:00
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
2018-12-18 21:09:30 -05:00
|
|
|
|
2019-09-23 14:40:38 -04:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2021-05-17 08:44:40 -04:00
|
|
|
version = "2.2.2"
|
2019-09-23 14:40:38 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-17 08:44:40 -04:00
|
|
|
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
|
2019-09-23 14:40:38 -04:00
|
|
|
dependencies = [
|
2020-12-26 08:06:00 -05:00
|
|
|
"form_urlencoded",
|
2020-07-01 10:04:56 -04:00
|
|
|
"idna",
|
2020-02-21 13:21:51 -05:00
|
|
|
"matches",
|
2020-07-01 10:04:56 -04:00
|
|
|
"percent-encoding",
|
2020-10-09 15:45:40 -04:00
|
|
|
"serde",
|
2019-09-23 14:40:38 -04:00
|
|
|
]
|
|
|
|
|
2021-09-08 05:14:29 -04:00
|
|
|
[[package]]
|
|
|
|
name = "urlpattern"
|
2022-03-04 17:08:04 -05:00
|
|
|
version = "0.1.6"
|
2021-09-08 05:14:29 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-04 17:08:04 -05:00
|
|
|
checksum = "2c2761073dd27e1b88de9aa082bbc085c35fae2b848379cedfafefc40a54f809"
|
2021-09-08 05:14:29 -04:00
|
|
|
dependencies = [
|
|
|
|
"derive_more",
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"unic-ucd-ident",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2020-03-27 16:09:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "utf-8"
|
2021-04-23 07:37:09 -04:00
|
|
|
version = "0.7.6"
|
2020-03-27 16:09:51 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-23 07:37:09 -04:00
|
|
|
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
2020-03-27 16:09:51 -04:00
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
2020-04-08 14:29:42 -04:00
|
|
|
version = "0.2.0"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-04-08 14:29:42 -04:00
|
|
|
checksum = "936e4b492acfd135421d8dca4b1aa80a7bfc26e702ef3af710e0752684df5372"
|
2018-12-18 21:09:30 -05:00
|
|
|
|
2020-03-27 16:09:51 -04:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "1.0.0"
|
2020-03-27 16:09:51 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "8cfcd319456c4d6ea10087ed423473267e1a071f3bc0aa89f80d60997843c6f0"
|
2020-03-27 16:09:51 -04:00
|
|
|
dependencies = [
|
2022-04-08 12:31:47 -04:00
|
|
|
"getrandom",
|
2021-04-25 17:38:59 -04:00
|
|
|
"serde",
|
2020-03-27 16:09:51 -04:00
|
|
|
]
|
|
|
|
|
2021-10-27 17:26:15 -04:00
|
|
|
[[package]]
|
|
|
|
name = "v8"
|
2022-04-20 19:13:31 -04:00
|
|
|
version = "0.42.0"
|
2021-10-27 17:26:15 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-20 19:13:31 -04:00
|
|
|
checksum = "4d743ec43aa5297faec64715b85411340495cac129e34e9cce1a0e879557d32c"
|
2021-10-27 17:26:15 -04:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"fslock",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"which",
|
|
|
|
]
|
|
|
|
|
2021-05-10 06:02:47 -04:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
2021-07-08 07:33:01 -04:00
|
|
|
version = "0.2.15"
|
2021-05-10 06:02:47 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-08 07:33:01 -04:00
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
2021-05-10 06:02:47 -04:00
|
|
|
|
2019-12-30 08:57:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-01-10 23:44:47 -05:00
|
|
|
version = "0.9.4"
|
2019-12-30 08:57:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-10 23:44:47 -05:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2019-12-30 08:57:17 -05:00
|
|
|
|
2022-01-04 17:02:56 -05:00
|
|
|
[[package]]
|
|
|
|
name = "void"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
|
|
|
|
2020-02-17 13:11:45 -05:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2021-04-08 12:46:14 -04:00
|
|
|
version = "2.3.2"
|
2020-02-17 13:11:45 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-08 12:46:14 -04:00
|
|
|
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
|
2020-02-17 13:11:45 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"same-file",
|
2020-06-20 07:18:08 -04:00
|
|
|
"winapi 0.3.9",
|
2020-02-21 13:21:51 -05:00
|
|
|
"winapi-util",
|
2020-02-17 13:11:45 -05:00
|
|
|
]
|
|
|
|
|
2019-12-30 08:57:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
2019-12-30 08:57:17 -05:00
|
|
|
dependencies = [
|
2020-09-04 11:24:23 -04:00
|
|
|
"log",
|
2020-02-21 13:21:51 -05:00
|
|
|
"try-lock",
|
2019-12-30 08:57:17 -05:00
|
|
|
]
|
|
|
|
|
2020-09-04 11:24:23 -04:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.10.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
|
|
|
|
|
2022-04-02 13:54:40 -04:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2019-08-28 18:58:42 -04:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.2.80"
|
2019-08-28 18:58:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad"
|
2019-08-28 18:58:42 -04:00
|
|
|
dependencies = [
|
2022-03-22 09:19:53 -04:00
|
|
|
"cfg-if",
|
2020-02-21 13:21:51 -05:00
|
|
|
"wasm-bindgen-macro",
|
2019-08-28 18:58:42 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.2.80"
|
2019-08-28 18:58:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4"
|
2019-08-28 18:58:42 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"bumpalo",
|
|
|
|
"lazy_static",
|
2020-09-04 11:24:23 -04:00
|
|
|
"log",
|
2022-05-05 06:41:59 -04:00
|
|
|
"proc-macro2 1.0.37",
|
|
|
|
"quote 1.0.18",
|
|
|
|
"syn 1.0.91",
|
2020-02-21 13:21:51 -05:00
|
|
|
"wasm-bindgen-shared",
|
2019-12-30 08:57:17 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.4.30"
|
2019-12-30 08:57:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "6f741de44b75e14c35df886aff5f1eb73aa114fa5d4d00dcd37b5e01259bf3b2"
|
2019-12-30 08:57:17 -05:00
|
|
|
dependencies = [
|
2022-03-22 09:19:53 -04:00
|
|
|
"cfg-if",
|
2020-02-21 13:21:51 -05:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
2019-08-28 18:58:42 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.2.80"
|
2019-08-28 18:58:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5"
|
2019-08-28 18:58:42 -04:00
|
|
|
dependencies = [
|
2022-05-05 06:41:59 -04:00
|
|
|
"quote 1.0.18",
|
2020-02-21 13:21:51 -05:00
|
|
|
"wasm-bindgen-macro-support",
|
2019-08-28 18:58:42 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.2.80"
|
2019-08-28 18:58:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b"
|
2019-08-28 18:58:42 -04:00
|
|
|
dependencies = [
|
2022-05-05 06:41:59 -04:00
|
|
|
"proc-macro2 1.0.37",
|
|
|
|
"quote 1.0.18",
|
|
|
|
"syn 1.0.91",
|
2020-02-21 13:21:51 -05:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
2019-08-28 18:58:42 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.2.80"
|
2019-08-28 18:58:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744"
|
2019-08-28 18:58:42 -04:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.3.57"
|
2019-08-28 18:58:42 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283"
|
2019-08-28 18:58:42 -04:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2019-08-28 18:58:42 -04:00
|
|
|
]
|
|
|
|
|
2021-12-06 18:48:11 -05:00
|
|
|
[[package]]
|
|
|
|
name = "webpki"
|
|
|
|
version = "0.22.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2019-08-28 18:58:42 -04:00
|
|
|
[[package]]
|
2020-03-07 15:51:23 -05:00
|
|
|
name = "webpki-roots"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.22.3"
|
2021-12-06 18:48:11 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "44d8de8415c823c8abd270ad483c6feeac771fad964890779f9a8cb24fbbc1bf"
|
2021-12-06 18:48:11 -05:00
|
|
|
dependencies = [
|
2022-01-10 23:44:47 -05:00
|
|
|
"webpki",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
2021-03-01 05:31:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "wgpu-core"
|
2022-01-24 17:47:05 -05:00
|
|
|
version = "0.12.2"
|
2022-01-20 09:23:53 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-24 17:47:05 -05:00
|
|
|
checksum = "c4688c000eb841ca55f7b35db659b78d6e1cd77d7caf8fb929f4e181f754047d"
|
2021-03-01 05:31:13 -05:00
|
|
|
dependencies = [
|
2022-04-20 15:06:39 -04:00
|
|
|
"arrayvec",
|
2021-03-01 05:31:13 -05:00
|
|
|
"bitflags",
|
|
|
|
"cfg_aliases",
|
2022-01-24 17:47:05 -05:00
|
|
|
"codespan-reporting",
|
2021-03-01 05:31:13 -05:00
|
|
|
"copyless",
|
|
|
|
"fxhash",
|
2021-05-06 10:48:45 -04:00
|
|
|
"log",
|
2021-03-01 05:31:13 -05:00
|
|
|
"naga",
|
2022-03-22 09:19:53 -04:00
|
|
|
"parking_lot 0.11.2",
|
2021-05-06 10:48:45 -04:00
|
|
|
"profiling",
|
2021-03-01 05:31:13 -05:00
|
|
|
"ron",
|
|
|
|
"serde",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
2021-08-24 07:29:42 -04:00
|
|
|
"wgpu-hal",
|
|
|
|
"wgpu-types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wgpu-hal"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.12.5"
|
2022-01-20 09:23:53 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "d684ea6a34974a2fc19f1dfd183d11a62e22d75c4f187a574bb1224df8e056c2"
|
2021-08-24 07:29:42 -04:00
|
|
|
dependencies = [
|
2022-04-20 15:06:39 -04:00
|
|
|
"arrayvec",
|
2021-08-24 07:29:42 -04:00
|
|
|
"ash",
|
|
|
|
"bit-set",
|
|
|
|
"bitflags",
|
|
|
|
"block",
|
|
|
|
"core-graphics-types",
|
|
|
|
"d3d12",
|
|
|
|
"foreign-types",
|
|
|
|
"fxhash",
|
|
|
|
"glow",
|
|
|
|
"gpu-alloc",
|
|
|
|
"gpu-descriptor",
|
|
|
|
"inplace_it",
|
2022-01-24 17:47:05 -05:00
|
|
|
"js-sys",
|
2021-08-24 07:29:42 -04:00
|
|
|
"khronos-egl",
|
|
|
|
"libloading",
|
|
|
|
"log",
|
|
|
|
"metal",
|
|
|
|
"naga",
|
|
|
|
"objc",
|
2022-03-22 09:19:53 -04:00
|
|
|
"parking_lot 0.11.2",
|
2022-01-24 17:47:05 -05:00
|
|
|
"profiling",
|
2021-08-24 07:29:42 -04:00
|
|
|
"range-alloc",
|
2022-01-24 17:47:05 -05:00
|
|
|
"raw-window-handle",
|
2021-08-24 07:29:42 -04:00
|
|
|
"renderdoc-sys",
|
|
|
|
"thiserror",
|
2022-01-24 17:47:05 -05:00
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
2021-03-01 05:31:13 -05:00
|
|
|
"wgpu-types",
|
2021-08-24 07:29:42 -04:00
|
|
|
"winapi 0.3.9",
|
2021-03-01 05:31:13 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wgpu-types"
|
2022-01-24 17:47:05 -05:00
|
|
|
version = "0.12.0"
|
2022-01-20 09:23:53 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-24 17:47:05 -05:00
|
|
|
checksum = "549533d9e1cdd4b4cda7718d33ff500fc4c34b5467b71d76b547ae0324f3b2a2"
|
2021-03-01 05:31:13 -05:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2022-01-24 17:47:05 -05:00
|
|
|
"bitflags_serde_shim",
|
2021-03-01 05:31:13 -05:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-01-05 09:19:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "4.2.5"
|
2020-01-05 09:19:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"
|
2020-01-05 09:19:29 -05:00
|
|
|
dependencies = [
|
2021-04-08 12:46:14 -04:00
|
|
|
"either",
|
2021-09-02 17:38:44 -04:00
|
|
|
"lazy_static",
|
2020-02-21 13:21:51 -05:00
|
|
|
"libc",
|
2020-01-05 09:19:29 -05:00
|
|
|
]
|
|
|
|
|
2021-01-19 09:39:04 -05:00
|
|
|
[[package]]
|
|
|
|
name = "widestring"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"
|
|
|
|
|
2018-12-18 21:09:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
2018-12-18 21:09:30 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-06-20 07:18:08 -04:00
|
|
|
version = "0.3.9"
|
2018-12-18 21:09:30 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-20 07:18:08 -04:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2018-12-18 21:09:30 -05:00
|
|
|
dependencies = [
|
2020-02-21 13:21:51 -05:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2018-12-18 21:09:30 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-build"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-02-21 13:21:51 -05:00
|
|
|
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
2018-12-18 21:09:30 -05: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 13:21:51 -05:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2018-12-18 21:09:30 -05:00
|
|
|
|
2019-05-29 23:53:14 -04:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2020-05-30 05:35:44 -04:00
|
|
|
version = "0.1.5"
|
2019-05-29 23:53:14 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-30 05:35:44 -04:00
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
2019-05-29 23:53:14 -04:00
|
|
|
dependencies = [
|
2020-06-20 07:18:08 -04:00
|
|
|
"winapi 0.3.9",
|
2019-05-29 23:53:14 -04:00
|
|
|
]
|
|
|
|
|
2018-12-18 21:09:30 -05: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 13:21:51 -05:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2018-12-18 21:09:30 -05:00
|
|
|
|
2021-12-10 18:35:37 -05:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.30.0"
|
2021-12-10 18:35:37 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "030b7ff91626e57a05ca64a07c481973cbb2db774e4852c9c7ca342408c6a99a"
|
2021-12-10 18:35:37 -05:00
|
|
|
dependencies = [
|
2022-05-05 06:41:59 -04:00
|
|
|
"windows_aarch64_msvc 0.30.0",
|
|
|
|
"windows_i686_gnu 0.30.0",
|
|
|
|
"windows_i686_msvc 0.30.0",
|
|
|
|
"windows_x86_64_gnu 0.30.0",
|
|
|
|
"windows_x86_64_msvc 0.30.0",
|
2022-03-22 09:19:53 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.34.0"
|
2022-03-22 09:19:53 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "5acdd78cb4ba54c0045ac14f62d8f94a03d10047904ae2a40afa1e99d8f70825"
|
2022-03-22 09:19:53 -04:00
|
|
|
dependencies = [
|
2022-05-05 06:41:59 -04:00
|
|
|
"windows_aarch64_msvc 0.34.0",
|
|
|
|
"windows_i686_gnu 0.34.0",
|
|
|
|
"windows_i686_msvc 0.34.0",
|
|
|
|
"windows_x86_64_gnu 0.34.0",
|
|
|
|
"windows_x86_64_msvc 0.34.0",
|
2021-12-10 18:35:37 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.30.0"
|
2021-12-10 18:35:37 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "29277a4435d642f775f63c7d1faeb927adba532886ce0287bd985bffb16b6bca"
|
2021-12-10 18:35:37 -05:00
|
|
|
|
2022-03-22 09:19:53 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.34.0"
|
2022-03-22 09:19:53 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"
|
2022-03-22 09:19:53 -04:00
|
|
|
|
2021-12-10 18:35:37 -05:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.30.0"
|
2021-12-10 18:35:37 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "1145e1989da93956c68d1864f32fb97c8f561a8f89a5125f6a2b7ea75524e4b8"
|
2021-12-10 18:35:37 -05:00
|
|
|
|
2022-03-22 09:19:53 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.34.0"
|
2022-03-22 09:19:53 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"
|
2022-03-22 09:19:53 -04:00
|
|
|
|
2021-12-10 18:35:37 -05:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.30.0"
|
2021-12-10 18:35:37 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "d4a09e3a0d4753b73019db171c1339cd4362c8c44baf1bcea336235e955954a6"
|
2021-12-10 18:35:37 -05:00
|
|
|
|
2022-03-22 09:19:53 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.34.0"
|
2022-03-22 09:19:53 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"
|
2022-03-22 09:19:53 -04:00
|
|
|
|
2021-12-10 18:35:37 -05:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.30.0"
|
2021-12-10 18:35:37 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "8ca64fcb0220d58db4c119e050e7af03c69e6f4f415ef69ec1773d9aab422d5a"
|
2021-12-10 18:35:37 -05:00
|
|
|
|
2022-03-22 09:19:53 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.34.0"
|
2022-03-22 09:19:53 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"
|
2022-03-22 09:19:53 -04:00
|
|
|
|
2021-12-10 18:35:37 -05:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.30.0"
|
2021-12-10 18:35:37 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "08cabc9f0066848fef4bc6a1c1668e6efce38b661d2aeec75d18d8617eebb5f1"
|
2021-12-10 18:35:37 -05:00
|
|
|
|
2022-03-22 09:19:53 -04:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.34.0"
|
2022-03-22 09:19:53 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"
|
2022-03-22 09:19:53 -04:00
|
|
|
|
2021-01-19 09:39:04 -05:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2019-08-28 20:05:01 -04:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
2022-03-14 23:12:59 -04:00
|
|
|
version = "0.10.1"
|
2019-08-28 20:05:01 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-14 23:12:59 -04:00
|
|
|
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
|
2019-08-28 20:05:01 -04:00
|
|
|
dependencies = [
|
2020-06-20 07:18:08 -04:00
|
|
|
"winapi 0.3.9",
|
2019-08-28 20:05:01 -04:00
|
|
|
]
|
|
|
|
|
2020-07-15 15:54:38 -04:00
|
|
|
[[package]]
|
|
|
|
name = "winres"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.1.12"
|
2020-07-15 15:54:38 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "b68db261ef59e9e52806f688020631e987592bd83619edccda9c47d42cde4f6c"
|
2020-07-15 15:54:38 -04:00
|
|
|
dependencies = [
|
|
|
|
"toml",
|
|
|
|
]
|
|
|
|
|
2021-07-06 08:16:04 -04:00
|
|
|
[[package]]
|
|
|
|
name = "zeroize"
|
2021-12-10 18:35:37 -05:00
|
|
|
version = "1.4.3"
|
2021-07-06 08:16:04 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-10 18:35:37 -05:00
|
|
|
checksum = "d68d9dcec5f9b43a30d38c49f91dfedfaac384cb8f085faca366c26207dd1619"
|
2021-07-06 08:16:04 -04:00
|
|
|
dependencies = [
|
|
|
|
"zeroize_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zeroize_derive"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "1.3.2"
|
2021-07-06 08:16:04 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"
|
2021-07-06 08:16:04 -04:00
|
|
|
dependencies = [
|
2022-05-05 06:41:59 -04:00
|
|
|
"proc-macro2 1.0.37",
|
|
|
|
"quote 1.0.18",
|
|
|
|
"syn 1.0.91",
|
2021-07-06 08:16:04 -04:00
|
|
|
"synstructure",
|
|
|
|
]
|
2022-01-10 18:51:23 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "0.11.1+zstd.1.5.2"
|
2022-01-10 18:51:23 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "77a16b8414fde0414e90c612eba70985577451c4c504b99885ebed24762cb81a"
|
2022-01-10 18:51:23 -05:00
|
|
|
dependencies = [
|
|
|
|
"zstd-safe",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-safe"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "5.0.1+zstd.1.5.2"
|
2022-01-10 18:51:23 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "7c12659121420dd6365c5c3de4901f97145b79651fb1d25814020ed2ed0585ae"
|
2022-01-10 18:51:23 -05:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"zstd-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-sys"
|
2022-05-05 06:41:59 -04:00
|
|
|
version = "2.0.1+zstd.1.5.2"
|
2022-01-10 18:51:23 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-05 06:41:59 -04:00
|
|
|
checksum = "9fd07cbbc53846d9145dbffdf6dd09a7a0aa52be46741825f5c97bdd4f73f12b"
|
2022-01-10 18:51:23 -05:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|