2022-06-08 01:05:04 +01:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2023-04-24 04:03:10 +01:00
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2022-07-24 19:45:48 +01:00
|
|
|
[[package]]
|
|
|
|
name = "aead"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aes"
|
|
|
|
version = "0.7.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"
|
|
|
|
dependencies = [
|
2023-01-11 01:51:13 +00:00
|
|
|
"cfg-if",
|
2022-07-24 19:45:48 +01:00
|
|
|
"cipher",
|
|
|
|
"cpufeatures",
|
|
|
|
"opaque-debug",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aes-gcm-siv"
|
|
|
|
version = "0.10.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "589c637f0e68c877bbd59a4599bbe849cac8e5f3e4b5a3ebae8f528cd218dcdc"
|
|
|
|
dependencies = [
|
|
|
|
"aead",
|
|
|
|
"aes",
|
|
|
|
"cipher",
|
|
|
|
"ctr",
|
|
|
|
"polyval",
|
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2023-04-17 03:57:12 +01:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
|
|
|
version = "1.0.70"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-channel"
|
|
|
|
version = "1.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"
|
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
|
|
|
"event-listener",
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
2023-04-24 04:03:10 +01:00
|
|
|
[[package]]
|
|
|
|
name = "async-lock"
|
|
|
|
version = "2.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7"
|
|
|
|
dependencies = [
|
|
|
|
"event-listener",
|
|
|
|
]
|
|
|
|
|
2022-09-13 01:45:42 +01:00
|
|
|
[[package]]
|
|
|
|
name = "async-recursion"
|
2023-04-17 03:57:12 +01:00
|
|
|
version = "1.0.4"
|
2022-09-13 01:45:42 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 03:57:12 +01:00
|
|
|
checksum = "0e97ce7de6cf12de5d7226c73f5ba9811622f4db3a5b91b55c53e987e5f91cba"
|
2022-09-13 01:45:42 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-17 03:57:12 +01:00
|
|
|
"syn 2.0.15",
|
2022-09-13 01:45:42 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2023-04-17 03:57:12 +01:00
|
|
|
version = "0.1.68"
|
2022-09-13 01:45:42 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 03:57:12 +01:00
|
|
|
checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842"
|
2022-09-13 01:45:42 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-17 03:57:12 +01:00
|
|
|
"syn 2.0.15",
|
2022-09-13 01:45:42 +01:00
|
|
|
]
|
|
|
|
|
2022-06-15 21:46:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
|
2022-06-14 01:12:25 +01:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2023-02-14 02:35:30 +00:00
|
|
|
version = "0.13.1"
|
2022-06-14 01:12:25 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-14 02:35:30 +00:00
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
2022-06-14 01:12:25 +01:00
|
|
|
|
2023-04-17 03:57:12 +01:00
|
|
|
[[package]]
|
|
|
|
name = "beef"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"
|
|
|
|
|
2022-06-14 01:12:25 +01:00
|
|
|
[[package]]
|
2022-06-15 21:46:13 +01:00
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
2022-06-14 01:12:25 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-15 21:46:13 +01:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
2022-06-14 01:12:25 +01:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2023-04-24 04:03:10 +01:00
|
|
|
version = "0.9.0"
|
2022-06-14 01:12:25 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-24 04:03:10 +01:00
|
|
|
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
|
2022-06-14 01:12:25 +01:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2022-06-08 01:05:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2023-02-14 02:35:30 +00:00
|
|
|
version = "3.12.0"
|
2022-06-08 01:05:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-14 02:35:30 +00:00
|
|
|
checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
|
2022-06-08 01:05:04 +01:00
|
|
|
|
2022-06-14 01:12:25 +01:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2023-02-14 02:35:30 +00:00
|
|
|
version = "1.4.0"
|
2022-06-14 01:12:25 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-14 02:35:30 +00:00
|
|
|
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
|
2022-06-14 01:12:25 +01:00
|
|
|
|
2023-04-17 03:57:12 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
|
|
|
version = "1.0.79"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
|
|
|
|
|
2022-06-08 01:05:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2022-07-24 19:45:48 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cipher"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2023-04-17 03:57:12 +01:00
|
|
|
[[package]]
|
|
|
|
name = "concurrent-queue"
|
|
|
|
version = "2.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2022-06-08 01:05:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "console_error_panic_hook"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
|
|
|
|
dependencies = [
|
2023-01-11 01:51:13 +00:00
|
|
|
"cfg-if",
|
2022-06-08 01:05:04 +01:00
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2023-04-24 04:03:10 +01:00
|
|
|
[[package]]
|
|
|
|
name = "convert_case"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
|
|
|
|
2022-06-14 01:12:25 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2023-04-17 03:57:12 +01:00
|
|
|
version = "0.2.6"
|
2022-06-14 01:12:25 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 03:57:12 +01:00
|
|
|
checksum = "280a9f2d8b3a38871a3c8a46fb80db65e5e5ed97da80c4d08bf27fb63e35e181"
|
2022-06-14 01:12:25 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-04-17 03:57:12 +01:00
|
|
|
[[package]]
|
2023-04-24 04:03:10 +01:00
|
|
|
name = "crc32fast"
|
|
|
|
version = "1.3.2"
|
2023-04-17 03:57:12 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-24 04:03:10 +01:00
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
2023-04-17 03:57:12 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2022-06-14 01:12:25 +01:00
|
|
|
[[package]]
|
2023-04-24 04:03:10 +01:00
|
|
|
name = "crossbeam-utils"
|
|
|
|
version = "0.8.15"
|
2022-06-14 01:12:25 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-24 04:03:10 +01:00
|
|
|
checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
|
2022-06-14 01:12:25 +01:00
|
|
|
dependencies = [
|
2023-04-24 04:03:10 +01:00
|
|
|
"cfg-if",
|
2022-06-14 01:12:25 +01:00
|
|
|
]
|
|
|
|
|
2022-07-24 19:45:48 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ctr"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"
|
|
|
|
dependencies = [
|
|
|
|
"cipher",
|
|
|
|
]
|
|
|
|
|
2023-04-24 04:03:10 +01:00
|
|
|
[[package]]
|
|
|
|
name = "derive_more"
|
|
|
|
version = "0.99.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
|
|
|
|
dependencies = [
|
|
|
|
"convert_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rustc_version",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
2022-06-15 21:46:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2023-04-24 04:03:10 +01:00
|
|
|
version = "0.9.0"
|
2022-06-15 21:46:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-24 04:03:10 +01:00
|
|
|
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
|
2022-06-15 21:46:13 +01:00
|
|
|
dependencies = [
|
2023-04-24 04:03:10 +01:00
|
|
|
"generic-array",
|
2022-06-14 01:12:25 +01:00
|
|
|
]
|
|
|
|
|
2023-04-17 03:57:12 +01:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
|
|
|
version = "1.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
|
|
|
|
|
2023-01-11 01:51:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "encoding"
|
|
|
|
version = "0.2.33"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec"
|
|
|
|
dependencies = [
|
|
|
|
"encoding-index-japanese",
|
|
|
|
"encoding-index-korean",
|
|
|
|
"encoding-index-simpchinese",
|
|
|
|
"encoding-index-singlebyte",
|
|
|
|
"encoding-index-tradchinese",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding-index-japanese"
|
|
|
|
version = "1.20141219.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91"
|
|
|
|
dependencies = [
|
|
|
|
"encoding_index_tests",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding-index-korean"
|
|
|
|
version = "1.20141219.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81"
|
|
|
|
dependencies = [
|
|
|
|
"encoding_index_tests",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding-index-simpchinese"
|
|
|
|
version = "1.20141219.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7"
|
|
|
|
dependencies = [
|
|
|
|
"encoding_index_tests",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding-index-singlebyte"
|
|
|
|
version = "1.20141219.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a"
|
|
|
|
dependencies = [
|
|
|
|
"encoding_index_tests",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding-index-tradchinese"
|
|
|
|
version = "1.20141219.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18"
|
|
|
|
dependencies = [
|
|
|
|
"encoding_index_tests",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding_index_tests"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569"
|
|
|
|
|
2023-04-17 03:57:12 +01:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
|
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
|
|
|
version = "2.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
|
|
|
|
|
2022-06-15 21:46:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2023-02-18 21:48:29 +00:00
|
|
|
version = "1.9.0"
|
2022-06-15 21:46:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-18 21:48:29 +00:00
|
|
|
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
|
2022-06-15 21:46:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
2023-04-17 03:57:12 +01:00
|
|
|
[[package]]
|
|
|
|
name = "fixedbitset"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
|
|
|
|
|
2023-04-24 04:03:10 +01:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
|
|
|
version = "1.0.25"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
|
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
|
|
|
"libz-sys",
|
|
|
|
"miniz_oxide",
|
|
|
|
]
|
|
|
|
|
2022-06-14 01:12:25 +01:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2022-11-25 22:10:44 +00:00
|
|
|
version = "1.1.0"
|
2022-06-14 01:12:25 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-25 22:10:44 +00:00
|
|
|
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
|
2022-06-14 01:12:25 +01:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2023-04-17 03:57:12 +01:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
|
|
|
version = "0.3.28"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
|
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
2022-06-15 21:46:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2023-04-17 03:57:12 +01:00
|
|
|
version = "0.3.28"
|
2022-06-15 21:46:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 03:57:12 +01:00
|
|
|
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
|
2022-06-15 21:46:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2023-04-17 03:57:12 +01:00
|
|
|
version = "0.3.28"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
|
|
|
version = "0.3.28"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
|
|
|
version = "0.3.28"
|
2022-06-15 21:46:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 03:57:12 +01:00
|
|
|
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
|
|
|
version = "0.3.28"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.15",
|
|
|
|
]
|
2022-06-15 21:46:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2023-04-17 03:57:12 +01:00
|
|
|
version = "0.3.28"
|
2022-06-15 21:46:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 03:57:12 +01:00
|
|
|
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
|
2022-06-15 21:46:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2023-04-17 03:57:12 +01:00
|
|
|
version = "0.3.28"
|
2022-06-15 21:46:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 03:57:12 +01:00
|
|
|
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
|
2022-06-15 21:46:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2023-04-17 03:57:12 +01:00
|
|
|
version = "0.3.28"
|
2022-06-15 21:46:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 03:57:12 +01:00
|
|
|
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
|
2022-06-15 21:46:13 +01:00
|
|
|
dependencies = [
|
2023-04-17 03:57:12 +01:00
|
|
|
"futures-channel",
|
2022-06-15 21:46:13 +01:00
|
|
|
"futures-core",
|
2023-04-17 03:57:12 +01:00
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
2022-06-15 21:46:13 +01:00
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
2023-04-17 03:57:12 +01:00
|
|
|
"memchr",
|
2022-06-15 21:46:13 +01:00
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
2022-06-14 01:12:25 +01:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2023-04-17 03:57:12 +01:00
|
|
|
version = "0.14.7"
|
2022-06-14 01:12:25 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 03:57:12 +01:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2022-06-14 01:12:25 +01:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2023-04-17 03:57:12 +01:00
|
|
|
version = "0.2.9"
|
2022-06-14 01:12:25 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 03:57:12 +01:00
|
|
|
checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4"
|
2022-06-14 01:12:25 +01:00
|
|
|
dependencies = [
|
2023-01-11 01:51:13 +00:00
|
|
|
"cfg-if",
|
2022-06-14 01:12:25 +01:00
|
|
|
"libc",
|
|
|
|
"wasi",
|
|
|
|
]
|
|
|
|
|
2023-01-11 01:51:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gettext-ng"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c2c86be871deb255ef65fc8395048a2505912c595f1eddc4da03aeb6fda5cf34"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"encoding",
|
|
|
|
]
|
|
|
|
|
2023-04-17 03:57:12 +01:00
|
|
|
[[package]]
|
|
|
|
name = "gloo-net"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9902a044653b26b99f7e3693a42f171312d9be8b26b5697bd1e43ad1f8a35e10"
|
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"gloo-utils",
|
|
|
|
"js-sys",
|
|
|
|
"pin-project",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gloo-utils"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8e8fc851e9c7b9852508bc6e3f690f452f474417e8545ec9857b7f7377036b5"
|
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2022-06-15 21:46:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2022-11-25 22:10:44 +00:00
|
|
|
version = "0.12.3"
|
2022-06-15 21:46:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-25 22:10:44 +00:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2022-06-15 21:46:13 +01:00
|
|
|
|
2023-04-17 03:57:12 +01:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
|
|
|
|
2022-06-15 21:46:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2023-02-14 02:35:30 +00:00
|
|
|
version = "0.2.6"
|
2022-06-15 21:46:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-14 02:35:30 +00:00
|
|
|
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
|
2022-06-15 21:46:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-04-17 03:57:12 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
|
|
|
|
|
2022-07-24 19:45:48 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hex-literal"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"
|
|
|
|
|
2022-06-14 01:12:25 +01:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2023-02-18 21:48:29 +00:00
|
|
|
version = "0.2.9"
|
2022-06-14 01:12:25 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-18 21:48:29 +00:00
|
|
|
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
|
2022-06-14 01:12:25 +01:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"itoa",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2022-11-25 22:10:44 +00:00
|
|
|
version = "1.8.0"
|
2022-06-14 01:12:25 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-25 22:10:44 +00:00
|
|
|
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
|
2022-06-14 01:12:25 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2022-11-25 22:10:44 +00:00
|
|
|
version = "0.3.0"
|
2022-06-14 01:12:25 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-25 22:10:44 +00:00
|
|
|
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
|
2022-06-14 01:12:25 +01:00
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2022-06-15 21:46:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-04-17 03:57:12 +01:00
|
|
|
version = "1.9.3"
|
2022-06-15 21:46:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 03:57:12 +01:00
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
2022-06-15 21:46:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"hashbrown",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
|
|
|
dependencies = [
|
2023-01-11 01:51:13 +00:00
|
|
|
"cfg-if",
|
2022-06-15 21:46:13 +01:00
|
|
|
]
|
|
|
|
|
2023-04-17 03:57:12 +01:00
|
|
|
[[package]]
|
|
|
|
name = "io-lifetimes"
|
|
|
|
version = "1.0.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi 0.3.1",
|
|
|
|
"libc",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.10.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2022-06-14 01:12:25 +01:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2023-04-17 03:57:12 +01:00
|
|
|
version = "1.0.6"
|
2022-06-14 01:12:25 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 03:57:12 +01:00
|
|
|
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
|
2022-06-14 01:12:25 +01:00
|
|
|
|
2022-06-08 01:05:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2023-02-14 02:35:30 +00:00
|
|
|
version = "0.3.61"
|
2022-06-08 01:05:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-14 02:35:30 +00:00
|
|
|
checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"
|
2022-06-08 01:05:04 +01:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2023-04-17 03:57:12 +01:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
2022-06-08 01:05:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-04-17 03:57:12 +01:00
|
|
|
version = "0.2.141"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5"
|
|
|
|
|
2023-04-24 04:03:10 +01:00
|
|
|
[[package]]
|
|
|
|
name = "libz-sys"
|
|
|
|
version = "1.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2023-04-17 03:57:12 +01:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
|
|
|
version = "0.3.1"
|
2022-06-08 01:05:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 03:57:12 +01:00
|
|
|
checksum = "d59d8c75012853d2e872fb56bc8a2e53718e2cafe1a4c823143141c6d90c322f"
|
2022-06-08 01:05:04 +01:00
|
|
|
|
2023-04-24 04:03:10 +01:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
|
|
|
version = "0.4.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2022-06-08 01:05:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
|
|
|
version = "0.4.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
|
|
|
dependencies = [
|
2023-01-11 01:51:13 +00:00
|
|
|
"cfg-if",
|
2022-06-08 01:05:04 +01:00
|
|
|
]
|
|
|
|
|
2023-04-17 03:57:12 +01:00
|
|
|
[[package]]
|
|
|
|
name = "logos"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c000ca4d908ff18ac99b93a062cb8958d331c3220719c52e77cb19cc6ac5d2c1"
|
|
|
|
dependencies = [
|
|
|
|
"logos-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "logos-codegen"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc487311295e0002e452025d6b580b77bb17286de87b57138f3b5db711cded68"
|
|
|
|
dependencies = [
|
|
|
|
"beef",
|
|
|
|
"fnv",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex-syntax",
|
|
|
|
"syn 2.0.15",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "logos-derive"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dbfc0d229f1f42d790440136d941afd806bc9e949e2bcb8faa813b0f00d1267e"
|
|
|
|
dependencies = [
|
|
|
|
"logos-codegen",
|
|
|
|
]
|
|
|
|
|
2022-06-08 01:05:04 +01:00
|
|
|
[[package]]
|
2023-01-11 01:51:13 +00:00
|
|
|
name = "memchr"
|
|
|
|
version = "2.5.0"
|
2022-06-08 01:05:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-11 01:51:13 +00:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2022-06-08 01:05:04 +01:00
|
|
|
|
2023-04-17 03:57:12 +01:00
|
|
|
[[package]]
|
|
|
|
name = "miette"
|
|
|
|
version = "5.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7abdc09c381c9336b9f2e9bd6067a9a5290d20e2d2e2296f275456121c33ae89"
|
|
|
|
dependencies = [
|
|
|
|
"miette-derive",
|
|
|
|
"once_cell",
|
|
|
|
"thiserror",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miette-derive"
|
|
|
|
version = "5.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8842972f23939443013dfd3720f46772b743e86f1a81d120d4b6fb090f87de1c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.15",
|
|
|
|
]
|
|
|
|
|
2022-06-15 21:46:13 +01:00
|
|
|
[[package]]
|
2023-04-24 04:03:10 +01:00
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.6.2"
|
2022-06-15 21:46:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-24 04:03:10 +01:00
|
|
|
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
|
2022-06-15 21:46:13 +01:00
|
|
|
dependencies = [
|
2023-04-24 04:03:10 +01:00
|
|
|
"adler",
|
2022-06-15 21:46:13 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2023-02-18 21:48:29 +00:00
|
|
|
version = "0.8.6"
|
2022-06-15 21:46:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-18 21:48:29 +00:00
|
|
|
checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9"
|
2022-06-15 21:46:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"wasi",
|
2023-02-18 21:48:29 +00:00
|
|
|
"windows-sys 0.45.0",
|
2022-06-15 21:46:13 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-04-17 03:57:12 +01:00
|
|
|
name = "multimap"
|
|
|
|
version = "0.8.3"
|
2022-06-15 21:46:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 03:57:12 +01:00
|
|
|
checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
|
|
|
|
|
2023-04-30 20:28:59 +01:00
|
|
|
[[package]]
|
|
|
|
name = "nrpc"
|
|
|
|
version = "0.6.0"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
|
|
|
"prost",
|
|
|
|
]
|
|
|
|
|
2023-04-17 03:57:12 +01:00
|
|
|
[[package]]
|
|
|
|
name = "nrpc"
|
2023-04-24 04:03:10 +01:00
|
|
|
version = "0.6.0"
|
2023-04-17 03:57:12 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-24 04:03:10 +01:00
|
|
|
checksum = "6f41caeb65399490c6f68ab2527a833d6f2e9b0d7d5ffc4b062f1484b3fa61cd"
|
2023-04-17 03:57:12 +01:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
|
|
|
"prost",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nrpc-build"
|
2023-04-30 20:28:59 +01:00
|
|
|
version = "0.7.0"
|
2023-04-17 03:57:12 +01:00
|
|
|
dependencies = [
|
2023-04-30 20:28:59 +01:00
|
|
|
"nrpc 0.6.0",
|
2023-04-17 03:57:12 +01:00
|
|
|
"prettyplease 0.2.4",
|
|
|
|
"proc-macro2",
|
|
|
|
"prost-build",
|
|
|
|
"prost-types",
|
|
|
|
"protox",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.15",
|
2022-06-15 21:46:13 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2023-02-14 02:35:30 +00:00
|
|
|
version = "1.15.0"
|
2022-06-15 21:46:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-14 02:35:30 +00:00
|
|
|
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
|
2022-06-15 21:46:13 +01:00
|
|
|
dependencies = [
|
2023-04-17 03:57:12 +01:00
|
|
|
"hermit-abi 0.2.6",
|
2022-06-15 21:46:13 +01:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-07-24 19:45:48 +01:00
|
|
|
[[package]]
|
|
|
|
name = "obfstr"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7b2b2cbbfd8defa51ff24450a61d73b3ff3e158484ddd274a883e886e6fbaa78"
|
|
|
|
|
2022-06-15 21:46:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-02-18 21:48:29 +00:00
|
|
|
version = "1.17.1"
|
2022-06-15 21:46:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-18 21:48:29 +00:00
|
|
|
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
|
2022-06-15 21:46:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
|
|
|
|
2023-04-24 04:03:10 +01:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
|
|
|
version = "0.9.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall 0.2.16",
|
|
|
|
"smallvec",
|
|
|
|
"windows-sys 0.45.0",
|
|
|
|
]
|
|
|
|
|
2022-06-14 01:12:25 +01:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2022-11-25 22:10:44 +00:00
|
|
|
version = "2.2.0"
|
2022-06-14 01:12:25 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-25 22:10:44 +00:00
|
|
|
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
|
2022-06-14 01:12:25 +01:00
|
|
|
|
2023-04-17 03:57:12 +01:00
|
|
|
[[package]]
|
|
|
|
name = "petgraph"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4"
|
|
|
|
dependencies = [
|
|
|
|
"fixedbitset",
|
|
|
|
"indexmap",
|
|
|
|
]
|
|
|
|
|
2022-06-15 21:46:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2022-11-25 22:10:44 +00:00
|
|
|
version = "1.0.12"
|
2022-06-15 21:46:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-25 22:10:44 +00:00
|
|
|
checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
|
2022-06-15 21:46:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-internal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2022-11-25 22:10:44 +00:00
|
|
|
version = "1.0.12"
|
2022-06-15 21:46:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-25 22:10:44 +00:00
|
|
|
checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
|
2022-06-15 21:46:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-17 03:57:12 +01:00
|
|
|
"syn 1.0.109",
|
2022-06-15 21:46:13 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
|
|
|
version = "0.2.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
2023-04-24 04:03:10 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
|
|
|
version = "0.3.26"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
|
|
|
|
|
2022-07-24 19:45:48 +01:00
|
|
|
[[package]]
|
|
|
|
name = "polyval"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"
|
|
|
|
dependencies = [
|
2023-01-11 01:51:13 +00:00
|
|
|
"cfg-if",
|
2022-07-24 19:45:48 +01:00
|
|
|
"cpufeatures",
|
|
|
|
"opaque-debug",
|
|
|
|
"universal-hash",
|
|
|
|
]
|
|
|
|
|
2022-06-14 01:12:25 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2023-02-14 02:35:30 +00:00
|
|
|
version = "0.2.17"
|
2022-06-14 01:12:25 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-14 02:35:30 +00:00
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
2022-06-14 01:12:25 +01:00
|
|
|
|
2023-04-17 03:57:12 +01:00
|
|
|
[[package]]
|
|
|
|
name = "prettyplease"
|
|
|
|
version = "0.1.25"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prettyplease"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ceca8aaf45b5c46ec7ed39fff75f57290368c1846d33d24a122ca81416ab058"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"syn 2.0.15",
|
|
|
|
]
|
|
|
|
|
2022-06-08 01:05:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-04-17 03:57:12 +01:00
|
|
|
version = "1.0.56"
|
2022-06-08 01:05:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 03:57:12 +01:00
|
|
|
checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435"
|
2022-06-08 01:05:04 +01:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2022-06-15 21:46:13 +01:00
|
|
|
[[package]]
|
2023-04-17 03:57:12 +01:00
|
|
|
name = "prost"
|
|
|
|
version = "0.11.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"prost-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-build"
|
|
|
|
version = "0.11.9"
|
2022-06-15 21:46:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 03:57:12 +01:00
|
|
|
checksum = "119533552c9a7ffacc21e099c24a0ac8bb19c2a2a3f363de84cd9b844feab270"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"heck",
|
|
|
|
"itertools",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"multimap",
|
|
|
|
"petgraph",
|
|
|
|
"prettyplease 0.1.25",
|
|
|
|
"prost",
|
|
|
|
"prost-types",
|
|
|
|
"regex",
|
|
|
|
"syn 1.0.109",
|
|
|
|
"tempfile",
|
|
|
|
"which",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-derive"
|
|
|
|
version = "0.11.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"itertools",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-reflect"
|
|
|
|
version = "0.11.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b4df26814fb2cd59b1764305047aac8e9c467efe84a9e51bfd0c8811f08fe88a"
|
|
|
|
dependencies = [
|
|
|
|
"logos",
|
|
|
|
"miette",
|
|
|
|
"once_cell",
|
|
|
|
"prost",
|
|
|
|
"prost-types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prost-types"
|
|
|
|
version = "0.11.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13"
|
|
|
|
dependencies = [
|
|
|
|
"prost",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "protox"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5cb2d1d74977bfa8fc4ddac1951ea639197c2896a830b6c5640085e498726da2"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"miette",
|
|
|
|
"prost",
|
|
|
|
"prost-reflect",
|
|
|
|
"prost-types",
|
|
|
|
"protox-parse",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "protox-parse"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df78235a8c28dc4c5d8acb498d3000851b61b80a68774ff7b43323371b082ea4"
|
|
|
|
dependencies = [
|
|
|
|
"logos",
|
|
|
|
"miette",
|
|
|
|
"prost-types",
|
|
|
|
"thiserror",
|
|
|
|
]
|
2022-06-15 21:46:13 +01:00
|
|
|
|
2022-06-08 01:05:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-04-17 03:57:12 +01:00
|
|
|
version = "1.0.26"
|
2022-06-08 01:05:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 03:57:12 +01:00
|
|
|
checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
|
2022-06-08 01:05:04 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2022-06-14 01:12:25 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.8.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2023-02-14 02:35:30 +00:00
|
|
|
version = "0.6.4"
|
2022-06-14 01:12:25 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-14 02:35:30 +00:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2022-06-14 01:12:25 +01:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
|
|
|
|
2023-04-24 04:03:10 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ratchet_core"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "854bf6632d9f5c7fa7f77cbc332f2b0a8dfb2acc36c3f351fc36bf40f2759728"
|
|
|
|
dependencies = [
|
|
|
|
"base64",
|
|
|
|
"bitflags",
|
|
|
|
"bytes",
|
|
|
|
"derive_more",
|
|
|
|
"either",
|
|
|
|
"fnv",
|
|
|
|
"http",
|
|
|
|
"httparse",
|
|
|
|
"log",
|
|
|
|
"rand",
|
|
|
|
"ratchet_ext",
|
|
|
|
"sha-1",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ratchet_deflate"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f0b144cb23a76d810b25737f4b87943fdfd7772b423bdc15c2b3820849207adc"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"flate2",
|
|
|
|
"http",
|
|
|
|
"log",
|
|
|
|
"ratchet_ext",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ratchet_ext"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "67f97bb0776d195720319a1e9f08fa343fe3f9f0b7ebf9d97d5926ce50b8e1ad"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"httparse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ratchet_rs"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e7dba456fc23026b46ce0936d109ce3e73b4a592baf0dda0f83d49886c5e5f83"
|
|
|
|
dependencies = [
|
|
|
|
"ratchet_core",
|
|
|
|
"ratchet_deflate",
|
|
|
|
"ratchet_ext",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.2.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2022-06-15 21:46:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2023-04-17 03:57:12 +01:00
|
|
|
version = "0.3.5"
|
2022-06-15 21:46:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 03:57:12 +01:00
|
|
|
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
|
2022-06-15 21:46:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-04-17 03:57:12 +01:00
|
|
|
name = "regex"
|
|
|
|
version = "1.7.3"
|
2022-06-15 21:46:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 03:57:12 +01:00
|
|
|
checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d"
|
2022-06-15 21:46:13 +01:00
|
|
|
dependencies = [
|
2023-04-17 03:57:12 +01:00
|
|
|
"regex-syntax",
|
2022-06-15 21:46:13 +01:00
|
|
|
]
|
|
|
|
|
2023-02-14 02:35:30 +00:00
|
|
|
[[package]]
|
2023-04-17 03:57:12 +01:00
|
|
|
name = "regex-syntax"
|
|
|
|
version = "0.6.29"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
|
|
|
|
2023-04-24 04:03:10 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
|
|
|
dependencies = [
|
|
|
|
"semver",
|
|
|
|
]
|
|
|
|
|
2023-04-17 03:57:12 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
|
|
|
version = "0.37.11"
|
2023-02-14 02:35:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 03:57:12 +01:00
|
|
|
checksum = "85597d61f83914ddeba6a47b3b8ffe7365107221c2e557ed94426489fefb5f77"
|
2023-02-14 02:35:30 +00:00
|
|
|
dependencies = [
|
2023-04-17 03:57:12 +01:00
|
|
|
"bitflags",
|
|
|
|
"errno",
|
|
|
|
"io-lifetimes",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys",
|
|
|
|
"windows-sys 0.48.0",
|
2023-02-14 02:35:30 +00:00
|
|
|
]
|
|
|
|
|
2022-06-15 21:46:13 +01:00
|
|
|
[[package]]
|
2023-04-17 03:57:12 +01:00
|
|
|
name = "ryu"
|
|
|
|
version = "1.0.13"
|
2022-06-15 21:46:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 03:57:12 +01:00
|
|
|
checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
|
2022-06-15 21:46:13 +01:00
|
|
|
|
2022-06-08 01:05:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "scoped-tls"
|
2023-02-14 02:35:30 +00:00
|
|
|
version = "1.0.1"
|
2022-06-08 01:05:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-14 02:35:30 +00:00
|
|
|
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
|
2022-06-08 01:05:04 +01:00
|
|
|
|
2023-04-24 04:03:10 +01:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "1.0.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
|
|
|
|
|
2022-06-14 01:12:25 +01:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-04-17 03:57:12 +01:00
|
|
|
version = "1.0.160"
|
2022-06-14 01:12:25 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 03:57:12 +01:00
|
|
|
checksum = "bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c"
|
2022-06-14 01:12:25 +01:00
|
|
|
|
2022-06-15 21:46:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-04-17 03:57:12 +01:00
|
|
|
version = "1.0.96"
|
2022-06-15 21:46:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 03:57:12 +01:00
|
|
|
checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
|
2022-06-15 21:46:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-04-24 04:03:10 +01:00
|
|
|
name = "sha-1"
|
|
|
|
version = "0.9.8"
|
2022-06-15 21:46:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-24 04:03:10 +01:00
|
|
|
checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
|
2022-06-15 21:46:13 +01:00
|
|
|
dependencies = [
|
2023-04-24 04:03:10 +01:00
|
|
|
"block-buffer",
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
"opaque-debug",
|
2022-06-15 21:46:13 +01:00
|
|
|
]
|
|
|
|
|
2022-06-14 01:12:25 +01:00
|
|
|
[[package]]
|
2023-04-24 04:03:10 +01:00
|
|
|
name = "signal-hook-registry"
|
|
|
|
version = "1.4.1"
|
2022-06-14 01:12:25 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-24 04:03:10 +01:00
|
|
|
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
|
2022-06-14 01:12:25 +01:00
|
|
|
dependencies = [
|
2023-04-24 04:03:10 +01:00
|
|
|
"libc",
|
2022-12-03 22:32:37 +00:00
|
|
|
]
|
|
|
|
|
2022-06-15 21:46:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2023-04-17 03:57:12 +01:00
|
|
|
version = "0.4.8"
|
2022-06-15 21:46:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 03:57:12 +01:00
|
|
|
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
|
2022-11-25 22:10:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2022-06-15 21:46:13 +01:00
|
|
|
|
2023-04-24 04:03:10 +01:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
|
|
|
version = "1.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
|
|
|
|
|
2022-06-15 21:46:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2023-04-17 03:57:12 +01:00
|
|
|
version = "0.4.9"
|
2022-06-15 21:46:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 03:57:12 +01:00
|
|
|
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
|
2022-06-15 21:46:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
2022-06-14 01:12:25 +01:00
|
|
|
]
|
|
|
|
|
2022-07-24 19:45:48 +01:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
|
|
|
version = "2.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
|
|
|
|
|
2022-06-08 01:05:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-04-17 03:57:12 +01:00
|
|
|
version = "1.0.109"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "2.0.15"
|
2022-06-08 01:05:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 03:57:12 +01:00
|
|
|
checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822"
|
2022-06-08 01:05:04 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2022-06-15 21:46:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2023-04-17 03:57:12 +01:00
|
|
|
version = "3.5.0"
|
2022-06-15 21:46:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 03:57:12 +01:00
|
|
|
checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"
|
2022-06-15 21:46:13 +01:00
|
|
|
dependencies = [
|
2023-01-11 01:51:13 +00:00
|
|
|
"cfg-if",
|
2022-06-15 21:46:13 +01:00
|
|
|
"fastrand",
|
2023-04-24 04:03:10 +01:00
|
|
|
"redox_syscall 0.3.5",
|
2023-04-17 03:57:12 +01:00
|
|
|
"rustix",
|
|
|
|
"windows-sys 0.45.0",
|
2022-06-15 21:46:13 +01:00
|
|
|
]
|
|
|
|
|
2022-06-14 01:12:25 +01:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2023-04-17 03:57:12 +01:00
|
|
|
version = "1.0.40"
|
2022-06-14 01:12:25 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 03:57:12 +01:00
|
|
|
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
|
2022-06-14 01:12:25 +01:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-04-17 03:57:12 +01:00
|
|
|
version = "1.0.40"
|
2022-06-14 01:12:25 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 03:57:12 +01:00
|
|
|
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
|
2022-06-14 01:12:25 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-17 03:57:12 +01:00
|
|
|
"syn 2.0.15",
|
2022-06-14 01:12:25 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
|
|
|
version = "1.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
2023-02-14 02:35:30 +00:00
|
|
|
version = "0.1.1"
|
2022-06-14 01:12:25 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-14 02:35:30 +00:00
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2022-06-14 01:12:25 +01:00
|
|
|
|
2022-06-15 21:46:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2023-04-17 03:57:12 +01:00
|
|
|
version = "1.27.0"
|
2022-06-15 21:46:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 03:57:12 +01:00
|
|
|
checksum = "d0de47a4eecbe11f498978a9b29d792f0d2692d1dd003650c24c76510e3bc001"
|
2022-06-15 21:46:13 +01:00
|
|
|
dependencies = [
|
2022-11-25 22:10:44 +00:00
|
|
|
"autocfg",
|
2022-06-15 21:46:13 +01:00
|
|
|
"bytes",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"num_cpus",
|
2023-04-24 04:03:10 +01:00
|
|
|
"parking_lot",
|
2022-06-15 21:46:13 +01:00
|
|
|
"pin-project-lite",
|
2023-04-24 04:03:10 +01:00
|
|
|
"signal-hook-registry",
|
2022-06-15 21:46:13 +01:00
|
|
|
"socket2",
|
2023-04-24 04:03:10 +01:00
|
|
|
"tokio-macros",
|
2023-04-17 03:57:12 +01:00
|
|
|
"windows-sys 0.45.0",
|
2022-06-15 21:46:13 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-04-24 04:03:10 +01:00
|
|
|
name = "tokio-macros"
|
|
|
|
version = "2.0.0"
|
2022-06-15 21:46:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-24 04:03:10 +01:00
|
|
|
checksum = "61a573bdc87985e9d6ddeed1b3d864e8a302c847e40d647746df2f1de209d1ce"
|
2022-06-15 21:46:13 +01:00
|
|
|
dependencies = [
|
2023-04-24 04:03:10 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.15",
|
2022-06-15 21:46:13 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2023-04-24 04:03:10 +01:00
|
|
|
version = "0.6.10"
|
2022-06-15 21:46:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-24 04:03:10 +01:00
|
|
|
checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507"
|
2022-06-15 21:46:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"log",
|
|
|
|
"pin-project-lite",
|
2023-04-24 04:03:10 +01:00
|
|
|
"tokio",
|
2022-06-14 01:12:25 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2023-02-14 02:35:30 +00:00
|
|
|
version = "1.16.0"
|
2022-06-14 01:12:25 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-14 02:35:30 +00:00
|
|
|
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
|
2022-06-14 01:12:25 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2023-04-17 03:57:12 +01:00
|
|
|
version = "0.3.13"
|
2022-06-14 01:12:25 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 03:57:12 +01:00
|
|
|
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
|
2022-06-14 01:12:25 +01:00
|
|
|
|
2022-06-08 01:05:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-04-17 03:57:12 +01:00
|
|
|
version = "1.0.8"
|
2022-06-08 01:05:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 03:57:12 +01:00
|
|
|
checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
|
2022-06-08 01:05:04 +01:00
|
|
|
|
2022-06-14 01:12:25 +01:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2023-02-14 02:35:30 +00:00
|
|
|
version = "0.1.22"
|
2022-06-14 01:12:25 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-14 02:35:30 +00:00
|
|
|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
2022-06-14 01:12:25 +01:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
2023-04-17 03:57:12 +01:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
|
|
|
|
|
2022-07-24 19:45:48 +01: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-06-14 01:12:25 +01:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2022-11-25 22:10:44 +00:00
|
|
|
version = "2.3.1"
|
2022-06-14 01:12:25 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-25 22:10:44 +00:00
|
|
|
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
|
2022-06-14 01:12:25 +01:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2022-12-03 22:32:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "usdpl-back"
|
2023-04-17 03:57:12 +01:00
|
|
|
version = "0.11.0"
|
2022-12-03 22:32:37 +00:00
|
|
|
dependencies = [
|
2023-04-24 04:03:10 +01:00
|
|
|
"async-lock",
|
2022-12-03 22:32:37 +00:00
|
|
|
"async-recursion",
|
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
2023-02-01 02:45:11 +00:00
|
|
|
"gettext-ng",
|
2022-12-03 22:32:37 +00:00
|
|
|
"hex",
|
|
|
|
"log",
|
2023-04-30 20:28:59 +01:00
|
|
|
"nrpc 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2022-12-03 22:32:37 +00:00
|
|
|
"obfstr",
|
2023-04-30 20:28:59 +01:00
|
|
|
"prost",
|
2023-04-24 04:03:10 +01:00
|
|
|
"ratchet_rs",
|
2022-12-03 22:32:37 +00:00
|
|
|
"tokio",
|
2023-04-17 03:57:12 +01:00
|
|
|
"usdpl-build",
|
2023-02-14 02:35:30 +00:00
|
|
|
"usdpl-core",
|
2022-06-08 01:05:04 +01:00
|
|
|
]
|
|
|
|
|
2023-04-17 03:57:12 +01:00
|
|
|
[[package]]
|
|
|
|
name = "usdpl-build"
|
|
|
|
version = "0.11.0"
|
|
|
|
dependencies = [
|
|
|
|
"nrpc-build",
|
|
|
|
"prettyplease 0.2.4",
|
|
|
|
"proc-macro2",
|
|
|
|
"prost-build",
|
|
|
|
"prost-types",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.15",
|
|
|
|
]
|
|
|
|
|
2022-06-08 01:05:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "usdpl-core"
|
2023-04-17 03:57:12 +01:00
|
|
|
version = "0.11.0"
|
2022-06-15 21:46:13 +01:00
|
|
|
dependencies = [
|
2022-07-24 19:45:48 +01:00
|
|
|
"aes-gcm-siv",
|
2023-04-24 04:03:10 +01:00
|
|
|
"base64",
|
2023-02-01 02:45:11 +00:00
|
|
|
"hex-literal",
|
2022-06-15 21:46:13 +01:00
|
|
|
]
|
2022-06-08 01:05:04 +01:00
|
|
|
|
2022-06-16 22:03:43 +01:00
|
|
|
[[package]]
|
|
|
|
name = "usdpl-front"
|
2023-04-17 03:57:12 +01:00
|
|
|
version = "0.11.0"
|
2022-06-16 22:03:43 +01:00
|
|
|
dependencies = [
|
2023-04-17 03:57:12 +01:00
|
|
|
"async-channel",
|
2022-06-16 22:03:43 +01:00
|
|
|
"console_error_panic_hook",
|
2023-04-17 03:57:12 +01:00
|
|
|
"futures",
|
|
|
|
"gloo-net",
|
2022-07-24 19:45:48 +01:00
|
|
|
"hex",
|
2022-06-16 22:03:43 +01:00
|
|
|
"js-sys",
|
2023-04-30 20:28:59 +01:00
|
|
|
"nrpc 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2022-07-24 19:45:48 +01:00
|
|
|
"obfstr",
|
2023-04-17 03:57:12 +01:00
|
|
|
"prost",
|
|
|
|
"usdpl-build",
|
2023-02-14 02:35:30 +00:00
|
|
|
"usdpl-core",
|
2022-06-16 22:03:43 +01:00
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"wasm-bindgen-test",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2022-06-14 01:12:25 +01:00
|
|
|
[[package]]
|
2023-04-24 04:03:10 +01:00
|
|
|
name = "vcpkg"
|
|
|
|
version = "0.2.15"
|
2022-06-14 01:12:25 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-24 04:03:10 +01:00
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
2022-06-14 01:12:25 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2022-06-15 21:46:13 +01:00
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
2022-06-14 01:12:25 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-15 21:46:13 +01:00
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2022-06-14 01:12:25 +01:00
|
|
|
|
2022-06-08 01:05:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2023-02-14 02:35:30 +00:00
|
|
|
version = "0.2.84"
|
2022-06-08 01:05:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-14 02:35:30 +00:00
|
|
|
checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
|
2022-06-08 01:05:04 +01:00
|
|
|
dependencies = [
|
2023-01-11 01:51:13 +00:00
|
|
|
"cfg-if",
|
2022-06-08 01:05:04 +01:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2023-02-14 02:35:30 +00:00
|
|
|
version = "0.2.84"
|
2022-06-08 01:05:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-14 02:35:30 +00:00
|
|
|
checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
|
2022-06-08 01:05:04 +01:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
2022-11-25 22:10:44 +00:00
|
|
|
"once_cell",
|
2022-06-08 01:05:04 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-17 03:57:12 +01:00
|
|
|
"syn 1.0.109",
|
2022-06-08 01:05:04 +01:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2023-02-14 02:35:30 +00:00
|
|
|
version = "0.4.34"
|
2022-06-08 01:05:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-14 02:35:30 +00:00
|
|
|
checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454"
|
2022-06-08 01:05:04 +01:00
|
|
|
dependencies = [
|
2023-01-11 01:51:13 +00:00
|
|
|
"cfg-if",
|
2022-06-08 01:05:04 +01:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2023-02-14 02:35:30 +00:00
|
|
|
version = "0.2.84"
|
2022-06-08 01:05:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-14 02:35:30 +00:00
|
|
|
checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
|
2022-06-08 01:05:04 +01:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2023-02-14 02:35:30 +00:00
|
|
|
version = "0.2.84"
|
2022-06-08 01:05:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-14 02:35:30 +00:00
|
|
|
checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
|
2022-06-08 01:05:04 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-17 03:57:12 +01:00
|
|
|
"syn 1.0.109",
|
2022-06-08 01:05:04 +01:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2023-02-14 02:35:30 +00:00
|
|
|
version = "0.2.84"
|
2022-06-08 01:05:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-14 02:35:30 +00:00
|
|
|
checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
|
2022-06-08 01:05:04 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-test"
|
2023-02-14 02:35:30 +00:00
|
|
|
version = "0.3.34"
|
2022-06-08 01:05:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-14 02:35:30 +00:00
|
|
|
checksum = "6db36fc0f9fb209e88fb3642590ae0205bb5a56216dabd963ba15879fe53a30b"
|
2022-06-08 01:05:04 +01:00
|
|
|
dependencies = [
|
|
|
|
"console_error_panic_hook",
|
|
|
|
"js-sys",
|
|
|
|
"scoped-tls",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"wasm-bindgen-test-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-test-macro"
|
2023-02-14 02:35:30 +00:00
|
|
|
version = "0.3.34"
|
2022-06-08 01:05:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-14 02:35:30 +00:00
|
|
|
checksum = "0734759ae6b3b1717d661fe4f016efcfb9828f5edb4520c18eaee05af3b43be9"
|
2022-06-08 01:05:04 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2023-02-14 02:35:30 +00:00
|
|
|
version = "0.3.61"
|
2022-06-08 01:05:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-14 02:35:30 +00:00
|
|
|
checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97"
|
2022-06-08 01:05:04 +01:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2023-04-17 03:57:12 +01:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
|
|
|
version = "4.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2022-06-08 01:05:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2022-06-15 21:46:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2023-04-17 03:57:12 +01:00
|
|
|
version = "0.45.0"
|
2022-06-15 21:46:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 03:57:12 +01:00
|
|
|
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
2022-06-15 21:46:13 +01:00
|
|
|
dependencies = [
|
2023-04-17 03:57:12 +01:00
|
|
|
"windows-targets 0.42.2",
|
2022-06-15 21:46:13 +01:00
|
|
|
]
|
|
|
|
|
2023-02-18 21:48:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2023-04-17 03:57:12 +01:00
|
|
|
version = "0.48.0"
|
2023-02-18 21:48:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 03:57:12 +01:00
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets 0.48.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
|
2023-02-18 21:48:29 +00:00
|
|
|
dependencies = [
|
2023-04-17 03:57:12 +01:00
|
|
|
"windows_aarch64_gnullvm 0.42.2",
|
|
|
|
"windows_aarch64_msvc 0.42.2",
|
|
|
|
"windows_i686_gnu 0.42.2",
|
|
|
|
"windows_i686_msvc 0.42.2",
|
|
|
|
"windows_x86_64_gnu 0.42.2",
|
|
|
|
"windows_x86_64_gnullvm 0.42.2",
|
|
|
|
"windows_x86_64_msvc 0.42.2",
|
2023-02-18 21:48:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-04-17 03:57:12 +01:00
|
|
|
version = "0.48.0"
|
2023-02-18 21:48:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 03:57:12 +01:00
|
|
|
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
|
2023-02-18 21:48:29 +00:00
|
|
|
dependencies = [
|
2023-04-17 03:57:12 +01:00
|
|
|
"windows_aarch64_gnullvm 0.48.0",
|
|
|
|
"windows_aarch64_msvc 0.48.0",
|
|
|
|
"windows_i686_gnu 0.48.0",
|
|
|
|
"windows_i686_msvc 0.48.0",
|
|
|
|
"windows_x86_64_gnu 0.48.0",
|
|
|
|
"windows_x86_64_gnullvm 0.48.0",
|
|
|
|
"windows_x86_64_msvc 0.48.0",
|
2023-02-18 21:48:29 +00:00
|
|
|
]
|
|
|
|
|
2023-02-14 02:35:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-04-17 03:57:12 +01:00
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.48.0"
|
2023-02-14 02:35:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 03:57:12 +01:00
|
|
|
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
|
2023-02-14 02:35:30 +00:00
|
|
|
|
2022-06-15 21:46:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-04-17 03:57:12 +01:00
|
|
|
version = "0.42.2"
|
2022-06-15 21:46:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 03:57:12 +01:00
|
|
|
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
|
2022-06-15 21:46:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-04-17 03:57:12 +01:00
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.42.2"
|
2022-06-15 21:46:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 03:57:12 +01:00
|
|
|
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
|
2022-06-15 21:46:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-04-17 03:57:12 +01:00
|
|
|
version = "0.48.0"
|
2022-06-15 21:46:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 03:57:12 +01:00
|
|
|
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
|
2022-06-15 21:46:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-04-17 03:57:12 +01:00
|
|
|
version = "0.42.2"
|
2023-02-14 02:35:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 03:57:12 +01:00
|
|
|
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
|
2023-02-14 02:35:30 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-04-17 03:57:12 +01:00
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.42.2"
|
2022-06-15 21:46:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 03:57:12 +01:00
|
|
|
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|
2022-06-15 21:46:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-04-17 03:57:12 +01:00
|
|
|
version = "0.48.0"
|
2022-06-15 21:46:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-17 03:57:12 +01:00
|
|
|
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
|
2022-07-24 19:45:48 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zeroize"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4756f7db3f7b5574938c3eb1c117038b8e07f95ee6718c0efad4ac21508f1efd"
|