2023-01-19 01:47:14 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2023-05-19 16:01:59 +01:00
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2023-03-22 19:20:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2023-06-08 11:23:33 +01:00
|
|
|
version = "1.0.2"
|
2023-03-22 19:20:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-08 11:23:33 +01:00
|
|
|
checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
|
2023-03-22 19:20:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-05-19 16:01:59 +01:00
|
|
|
[[package]]
|
|
|
|
name = "alloc-no-stdlib"
|
|
|
|
version = "2.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "alloc-stdlib"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
|
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
]
|
|
|
|
|
2023-03-22 19:20:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-04-29 09:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
2023-05-06 08:07:38 +01:00
|
|
|
version = "0.3.2"
|
2023-04-29 09:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-06 08:07:38 +01:00
|
|
|
checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163"
|
2023-04-29 09:53:39 +01:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-query",
|
|
|
|
"anstyle-wincon",
|
|
|
|
"colorchoice",
|
|
|
|
"is-terminal",
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee"
|
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
|
|
|
|
dependencies = [
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188"
|
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2023-01-19 18:18:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2023-05-06 08:07:38 +01:00
|
|
|
version = "1.0.71"
|
2023-01-19 18:18:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-06 08:07:38 +01:00
|
|
|
checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
|
2023-01-19 18:18:15 +00:00
|
|
|
|
2023-03-09 11:17:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
2023-03-25 13:23:23 +00:00
|
|
|
version = "0.3.7"
|
2023-03-09 11:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-25 13:23:23 +00:00
|
|
|
checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
|
2023-03-09 11:17:25 +00:00
|
|
|
|
2023-03-22 19:20:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
|
|
|
|
2023-03-09 11:17:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
|
|
|
|
|
2023-02-14 20:14:50 +00:00
|
|
|
[[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-05-19 16:01:59 +01:00
|
|
|
[[package]]
|
|
|
|
name = "async-compression"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5b0122885821398cc923ece939e24d1056a2384ee719432397fa9db87230ff11"
|
|
|
|
dependencies = [
|
|
|
|
"brotli",
|
|
|
|
"flate2",
|
|
|
|
"futures-core",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2023-02-14 20:14:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-lock"
|
2023-03-07 21:12:19 +00:00
|
|
|
version = "2.7.0"
|
2023-02-14 20:14:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 21:12:19 +00:00
|
|
|
checksum = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7"
|
2023-02-14 20:14:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"event-listener",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-task"
|
2023-03-25 13:23:23 +00:00
|
|
|
version = "4.4.0"
|
2023-02-14 20:14:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-25 13:23:23 +00:00
|
|
|
checksum = "ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae"
|
2023-02-14 20:14:50 +00:00
|
|
|
|
2023-02-11 22:29:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2023-03-25 13:23:23 +00:00
|
|
|
version = "0.1.68"
|
2023-02-11 22:29:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-25 13:23:23 +00:00
|
|
|
checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842"
|
2023-02-11 22:29:17 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-06-08 11:23:33 +01:00
|
|
|
"syn 2.0.18",
|
2023-02-11 22:29:17 +00:00
|
|
|
]
|
|
|
|
|
2023-02-14 20:14:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atomic-waker"
|
2023-04-29 09:53:39 +01:00
|
|
|
version = "1.1.1"
|
2023-02-14 20:14:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 09:53:39 +01:00
|
|
|
checksum = "1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3"
|
2023-02-14 20:14:50 +00:00
|
|
|
|
2023-03-22 19:20:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi 0.1.19",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
|
2023-03-22 19:20:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base-x"
|
|
|
|
version = "0.2.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
|
|
|
|
|
2023-02-11 14:09:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
|
|
|
|
2023-01-19 18:18:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2023-06-08 11:23:33 +01:00
|
|
|
version = "0.21.2"
|
2023-01-19 18:18:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-08 11:23:33 +01:00
|
|
|
checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"
|
2023-01-19 18:18:15 +00:00
|
|
|
|
2023-01-27 00:36:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "beef"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
2023-03-22 19:20:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "blake2b_simd"
|
|
|
|
version = "0.5.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"
|
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
|
|
|
"arrayvec 0.5.2",
|
|
|
|
"constant_time_eq 0.1.5",
|
|
|
|
]
|
|
|
|
|
2023-03-09 11:17:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "blake3"
|
|
|
|
version = "1.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "42ae2468a89544a466886840aa467a25b766499f4f04bf7d9fcd10ecee9fccef"
|
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
2023-03-22 19:20:43 +00:00
|
|
|
"arrayvec 0.7.2",
|
2023-03-09 11:17:25 +00:00
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
2023-03-25 13:23:23 +00:00
|
|
|
"constant_time_eq 0.2.5",
|
2023-03-09 11:17:25 +00:00
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2023-02-11 14:09:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2023-03-25 13:23:23 +00:00
|
|
|
version = "0.10.4"
|
2023-02-11 14:09:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-25 13:23:23 +00:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2023-02-11 14:09:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2023-02-14 20:14:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "blocking"
|
2023-04-29 09:53:39 +01:00
|
|
|
version = "1.3.1"
|
2023-02-14 20:14:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 09:53:39 +01:00
|
|
|
checksum = "77231a1c8f801696fc0123ec6150ce92cffb8e164a02afb9c8ddee0e9b65ad65"
|
2023-02-14 20:14:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-channel",
|
|
|
|
"async-lock",
|
|
|
|
"async-task",
|
|
|
|
"atomic-waker",
|
|
|
|
"fastrand",
|
|
|
|
"futures-lite",
|
2023-04-29 09:53:39 +01:00
|
|
|
"log",
|
2023-02-14 20:14:50 +00:00
|
|
|
]
|
|
|
|
|
2023-05-19 16:01:59 +01:00
|
|
|
[[package]]
|
|
|
|
name = "brotli"
|
|
|
|
version = "3.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68"
|
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
"brotli-decompressor",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "brotli-decompressor"
|
|
|
|
version = "2.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4b6561fd3f895a11e8f72af2cb7d22e08366bebc2b6b57f7744c4bda27034744"
|
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
]
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bstr"
|
2023-06-08 13:25:44 +01:00
|
|
|
version = "1.5.0"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-08 13:25:44 +01:00
|
|
|
checksum = "a246e68bb43f6cd9db24bea052a53e40405417c5fb372e3d1a8a7f770a564ef5"
|
2023-01-19 01:47:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
2023-06-08 13:25:44 +01:00
|
|
|
"serde",
|
2023-01-19 01:47:14 +00:00
|
|
|
]
|
|
|
|
|
2023-01-19 18:18:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2023-06-08 11:23:33 +01:00
|
|
|
version = "3.13.0"
|
2023-01-19 18:18:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-08 11:23:33 +01:00
|
|
|
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
|
2023-01-19 18:18:15 +00:00
|
|
|
|
2023-01-27 00:36:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytecount"
|
2023-06-08 11:23:33 +01:00
|
|
|
version = "0.6.3"
|
2023-01-27 00:36:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-08 11:23:33 +01:00
|
|
|
checksum = "2c676a478f63e9fa2dd5368a42f28bba0d6c560b775f38583c8bbaa7fcd67c9c"
|
2023-01-27 00:36:06 +00:00
|
|
|
|
2023-03-22 19:20:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0fc10e8cc6b2580fda3f36eb6dc5316657f812a3df879a44a66fc9f0fdbc4855"
|
|
|
|
|
2023-02-11 14:09:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
|
|
|
2023-02-03 19:15:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-02-04 00:27:56 +00:00
|
|
|
version = "1.0.79"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-04 00:27:56 +00:00
|
|
|
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
|
2023-01-19 01:47:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2023-03-22 19:20:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
|
|
|
version = "2.34.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
|
|
|
|
dependencies = [
|
|
|
|
"ansi_term",
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
|
|
|
"strsim 0.8.0",
|
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
|
|
|
]
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2023-06-08 11:23:33 +01:00
|
|
|
version = "4.3.2"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-08 11:23:33 +01:00
|
|
|
checksum = "401a4694d2bf92537b6867d94de48c4842089645fdcdf6c71865b175d836e9c2"
|
2023-01-19 01:47:14 +00:00
|
|
|
dependencies = [
|
2023-04-29 09:53:39 +01:00
|
|
|
"clap_builder",
|
2023-01-19 01:47:14 +00:00
|
|
|
"clap_derive",
|
|
|
|
"once_cell",
|
2023-04-29 09:53:39 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2023-06-08 11:23:33 +01:00
|
|
|
version = "4.3.1"
|
2023-04-29 09:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-08 11:23:33 +01:00
|
|
|
checksum = "72394f3339a76daf211e57d4bcb374410f3965dcc606dd0e03738c7888766980"
|
2023-04-29 09:53:39 +01:00
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
|
|
|
"bitflags",
|
|
|
|
"clap_lex",
|
2023-03-22 19:20:43 +00:00
|
|
|
"strsim 0.10.0",
|
2023-01-19 01:47:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2023-06-08 11:23:33 +01:00
|
|
|
version = "4.3.2"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-08 11:23:33 +01:00
|
|
|
checksum = "b8cd2b2a819ad6eec39e8f1d6b53001af1e5469f8c177579cdaeb313115b825f"
|
2023-01-19 01:47:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-06-08 11:23:33 +01:00
|
|
|
"syn 2.0.18",
|
2023-01-19 01:47:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2023-05-20 09:12:40 +01:00
|
|
|
version = "0.5.0"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-20 09:12:40 +01:00
|
|
|
checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"
|
2023-04-29 09:53:39 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "colorchoice"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
|
2023-01-19 01:47:14 +00:00
|
|
|
|
2023-02-14 20:14:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "concurrent-queue"
|
2023-04-29 09:53:39 +01:00
|
|
|
version = "2.2.0"
|
2023-02-14 20:14:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 09:53:39 +01:00
|
|
|
checksum = "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c"
|
2023-02-14 20:14:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2023-02-06 05:13:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "console"
|
2023-06-08 11:23:33 +01:00
|
|
|
version = "0.15.7"
|
2023-02-06 05:13:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-08 11:23:33 +01:00
|
|
|
checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8"
|
2023-02-06 05:13:12 +00:00
|
|
|
dependencies = [
|
|
|
|
"encode_unicode",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"unicode-width",
|
2023-05-20 09:12:40 +01:00
|
|
|
"windows-sys 0.45.0",
|
2023-02-06 05:13:12 +00:00
|
|
|
]
|
|
|
|
|
2023-03-22 19:20:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "const_fn"
|
|
|
|
version = "0.4.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fbdcdcb6d86f71c5e97409ad45898af11cbc995b4ee8112d59095a28d376c935"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
|
|
|
|
2023-03-09 11:17:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
2023-03-25 13:23:23 +00:00
|
|
|
version = "0.2.5"
|
2023-03-09 11:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-25 13:23:23 +00:00
|
|
|
checksum = "13418e745008f7349ec7e449155f419a61b92b58a99cc3616942b926825ec76b"
|
2023-03-09 11:17:25 +00:00
|
|
|
|
2023-01-27 00:36:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "convert_case"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
|
|
|
|
2023-03-22 19:20:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cookie"
|
|
|
|
version = "0.15.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fc6e25dfc584d06a3dbf775d207ff00d7de98d824c952dd2233dfbb261889a42"
|
|
|
|
dependencies = [
|
|
|
|
"time 0.2.27",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2023-02-11 14:09:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2023-04-29 09:53:39 +01:00
|
|
|
version = "0.2.7"
|
2023-02-11 14:09:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 09:53:39 +01:00
|
|
|
checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58"
|
2023-02-11 14:09:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-05-19 16:01:59 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2023-02-14 20:14:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2023-03-07 21:12:19 +00:00
|
|
|
version = "0.8.15"
|
2023-02-14 20:14:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 21:12:19 +00:00
|
|
|
checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
|
2023-02-14 20:14:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2023-02-11 14:09:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
2023-06-08 11:23:33 +01:00
|
|
|
[[package]]
|
|
|
|
name = "data-encoding"
|
|
|
|
version = "2.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308"
|
|
|
|
|
2023-01-27 00:36:06 +00: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",
|
2023-03-22 19:20:43 +00:00
|
|
|
"rustc_version 0.4.0",
|
2023-03-25 13:23:23 +00:00
|
|
|
"syn 1.0.109",
|
2023-01-27 00:36:06 +00:00
|
|
|
]
|
|
|
|
|
2023-02-06 17:59:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dialoguer"
|
2023-04-29 09:53:39 +01:00
|
|
|
version = "0.10.4"
|
2023-02-06 17:59:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 09:53:39 +01:00
|
|
|
checksum = "59c6f2989294b9a498d3ad5491a79c6deb604617378e1cdc4bfc1c1361fe2f87"
|
2023-02-06 17:59:48 +00:00
|
|
|
dependencies = [
|
|
|
|
"console",
|
|
|
|
"shell-words",
|
|
|
|
"tempfile",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2023-02-11 14:09:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2023-05-20 09:12:40 +01:00
|
|
|
version = "0.10.7"
|
2023-02-11 14:09:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-20 09:12:40 +01:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2023-02-11 14:09:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
2023-03-09 11:17:25 +00:00
|
|
|
"subtle",
|
2023-02-11 14:09:06 +00:00
|
|
|
]
|
|
|
|
|
2023-02-09 21:59:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "directories"
|
2023-05-08 12:13:34 +01:00
|
|
|
version = "5.0.1"
|
2023-02-09 21:59:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-08 12:13:34 +01:00
|
|
|
checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35"
|
2023-02-09 21:59:17 +00:00
|
|
|
dependencies = [
|
|
|
|
"dirs-sys",
|
|
|
|
]
|
|
|
|
|
2023-03-22 19:20:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users 0.3.5",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-02-09 21:59:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys"
|
2023-05-08 12:13:34 +01:00
|
|
|
version = "0.4.1"
|
2023-02-09 21:59:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-08 12:13:34 +01:00
|
|
|
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
|
2023-02-09 21:59:17 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-05-08 12:13:34 +01:00
|
|
|
"option-ext",
|
2023-03-22 19:20:43 +00:00
|
|
|
"redox_users 0.4.3",
|
2023-05-08 12:13:34 +01:00
|
|
|
"windows-sys 0.48.0",
|
2023-02-09 21:59:17 +00:00
|
|
|
]
|
|
|
|
|
2023-03-22 19:20:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "discard"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
|
|
|
|
|
2023-02-22 22:21:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dunce"
|
2023-04-29 09:53:39 +01:00
|
|
|
version = "1.0.4"
|
2023-02-22 22:21:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 09:53:39 +01:00
|
|
|
checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b"
|
2023-02-22 22:21:37 +00:00
|
|
|
|
2023-06-08 10:31:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
|
|
|
version = "1.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
|
|
|
|
|
2023-02-06 05:13:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "encode_unicode"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
|
|
|
|
|
2023-02-03 19:40:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
|
|
|
version = "0.8.32"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2023-03-22 19:20:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
|
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"humantime",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2023-04-30 19:48:47 +01:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
|
|
|
|
dependencies = [
|
|
|
|
"humantime",
|
|
|
|
"is-terminal",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "erased-serde"
|
2023-03-07 21:12:19 +00:00
|
|
|
version = "0.3.25"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 21:12:19 +00:00
|
|
|
checksum = "4f2b0c2380453a92ea8b6c8e5f64ecaafccddde8ceab55ff7a8ac1029f894569"
|
2023-01-19 01:47:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2023-04-29 09:53:39 +01:00
|
|
|
version = "0.3.1"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 09:53:39 +01:00
|
|
|
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
|
2023-01-19 01:47:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
2023-04-29 09:53:39 +01:00
|
|
|
"windows-sys 0.48.0",
|
2023-01-19 01:47:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-02-14 20:14:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
|
|
|
version = "2.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
|
|
|
|
|
2023-02-06 17:59:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2023-02-24 16:48:11 +00:00
|
|
|
version = "1.9.0"
|
2023-02-06 17:59:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 16:48:11 +00:00
|
|
|
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
|
2023-02-06 17:59:48 +00:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
2023-05-19 16:01:59 +01:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
|
|
|
version = "1.0.26"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
|
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
|
|
|
"miniz_oxide",
|
|
|
|
]
|
|
|
|
|
2023-01-27 00:36:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
2023-01-19 18:18:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2023-06-08 11:23:33 +01:00
|
|
|
version = "1.2.0"
|
2023-01-19 18:18:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-08 11:23:33 +01:00
|
|
|
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
|
2023-01-19 18:18:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2023-01-27 00:36:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "full_moon"
|
2023-06-08 11:23:33 +01:00
|
|
|
version = "0.18.1"
|
2023-01-27 00:36:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-08 11:23:33 +01:00
|
|
|
checksum = "7b9a9bf5e42aec08f4b59be1438d66b01ab0a0f51dca309626e219697b60871c"
|
2023-01-27 00:36:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytecount",
|
|
|
|
"cfg-if",
|
|
|
|
"derive_more",
|
|
|
|
"full_moon_derive",
|
|
|
|
"logos",
|
2023-06-08 11:23:33 +01:00
|
|
|
"paste",
|
2023-01-27 00:36:06 +00:00
|
|
|
"serde",
|
|
|
|
"smol_str",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "full_moon_derive"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "99b4bd12ce56927d1dc5478d21528ea8c4b93ca85ff8f8043b6a5351a2a3c6f7"
|
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-03-25 13:23:23 +00:00
|
|
|
"syn 1.0.109",
|
2023-01-27 00:36:06 +00:00
|
|
|
]
|
|
|
|
|
2023-02-03 19:40:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2023-04-29 09:53:39 +01:00
|
|
|
version = "0.3.28"
|
2023-02-03 19:40:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 09:53:39 +01:00
|
|
|
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
|
2023-02-03 19:40:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
2023-01-19 18:18:15 +00:00
|
|
|
[[package]]
|
2023-01-23 02:14:13 +00:00
|
|
|
name = "futures-core"
|
2023-04-29 09:53:39 +01:00
|
|
|
version = "0.3.28"
|
2023-01-19 18:18:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 09:53:39 +01:00
|
|
|
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
|
2023-01-19 18:18:15 +00:00
|
|
|
|
2023-02-14 20:14:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2023-04-29 09:53:39 +01:00
|
|
|
version = "0.3.28"
|
2023-02-14 20:14:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 09:53:39 +01:00
|
|
|
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
|
2023-02-14 20:14:50 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-lite"
|
2023-04-29 09:53:39 +01:00
|
|
|
version = "1.13.0"
|
2023-02-14 20:14:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 09:53:39 +01:00
|
|
|
checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
|
2023-02-14 20:14:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"fastrand",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"memchr",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
|
|
|
"waker-fn",
|
|
|
|
]
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2023-04-29 09:53:39 +01:00
|
|
|
version = "0.3.28"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 09:53:39 +01:00
|
|
|
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
|
2023-01-19 01:47:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-06-08 11:23:33 +01:00
|
|
|
"syn 2.0.18",
|
2023-01-19 01:47:14 +00:00
|
|
|
]
|
|
|
|
|
2023-02-03 19:40:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2023-04-29 09:53:39 +01:00
|
|
|
version = "0.3.28"
|
2023-02-03 19:40:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 09:53:39 +01:00
|
|
|
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
|
2023-02-03 19:40:06 +00:00
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2023-04-29 09:53:39 +01:00
|
|
|
version = "0.3.28"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 09:53:39 +01:00
|
|
|
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
|
2023-01-19 01:47:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2023-04-29 09:53:39 +01:00
|
|
|
version = "0.3.28"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 09:53:39 +01:00
|
|
|
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
|
2023-01-19 01:47:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-macro",
|
2023-02-11 14:09:06 +00:00
|
|
|
"futures-sink",
|
2023-01-19 01:47:14 +00:00
|
|
|
"futures-task",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
2023-02-11 14:09:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2023-04-29 09:53:39 +01:00
|
|
|
version = "0.14.7"
|
2023-02-11 14:09:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 09:53:39 +01:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2023-02-11 14:09:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2023-03-22 19:20:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
|
|
|
version = "0.1.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1",
|
|
|
|
]
|
|
|
|
|
2023-02-09 21:59:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2023-06-08 11:23:33 +01:00
|
|
|
version = "0.2.10"
|
2023-02-09 21:59:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-08 11:23:33 +01:00
|
|
|
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
|
2023-02-09 21:59:17 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2023-03-22 19:20:43 +00:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2023-02-09 21:59:17 +00:00
|
|
|
]
|
|
|
|
|
2023-03-10 10:07:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "glam"
|
2023-06-08 11:23:33 +01:00
|
|
|
version = "0.24.0"
|
2023-03-10 10:07:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-08 11:23:33 +01:00
|
|
|
checksum = "ad83ab008a4fa3b31dfa713dd41b5a9bdea1e94e4cf1e2fc274ffbd49b0271d3"
|
2023-03-10 10:07:03 +00:00
|
|
|
|
2023-03-24 11:38:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
|
|
|
|
2023-02-03 19:40:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2023-05-14 20:36:58 +01:00
|
|
|
version = "0.3.19"
|
2023-02-03 19:40:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-14 20:36:58 +01:00
|
|
|
checksum = "d357c7ae988e7d2182f7d7871d0b963962420b0678b0997ce7de72001aeab782"
|
2023-02-03 19:40:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"indexmap",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2023-01-27 00:36:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.12.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2023-02-04 00:27:56 +00:00
|
|
|
version = "0.4.1"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-04 00:27:56 +00:00
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
2023-01-19 01:47:14 +00:00
|
|
|
|
2023-03-22 19:20:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.1.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-02-04 00:27:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2023-02-11 22:43:06 +00:00
|
|
|
version = "0.3.1"
|
2023-02-04 00:27:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-11 22:43:06 +00:00
|
|
|
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
|
2023-02-04 00:27:56 +00:00
|
|
|
|
2023-02-03 19:40:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2023-02-24 16:48:11 +00:00
|
|
|
version = "0.2.9"
|
2023-02-03 19:40:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 16:48:11 +00:00
|
|
|
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
|
2023-02-03 19:40:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"itoa",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
|
|
|
version = "1.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
|
|
|
|
2023-03-22 19:20:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
|
|
2023-02-03 19:40:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2023-04-29 09:53:39 +01:00
|
|
|
version = "0.14.26"
|
2023-02-03 19:40:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 09:53:39 +01:00
|
|
|
checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4"
|
2023-02-03 19:40:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
|
|
|
"itoa",
|
|
|
|
"pin-project-lite",
|
|
|
|
"socket2",
|
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
2023-06-12 11:20:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-rustls"
|
|
|
|
version = "0.24.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0646026eb1b3eea4cd9ba47912ea5ce9cc07713d105b1a14698f4e6433d348b7"
|
|
|
|
dependencies = [
|
|
|
|
"http",
|
|
|
|
"hyper",
|
|
|
|
"rustls",
|
|
|
|
"tokio",
|
|
|
|
"tokio-rustls",
|
|
|
|
]
|
|
|
|
|
2023-02-11 14:09:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-tungstenite"
|
2023-06-08 11:23:33 +01:00
|
|
|
version = "0.10.0"
|
2023-02-11 14:09:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-08 11:23:33 +01:00
|
|
|
checksum = "226df6fd0aece319a325419d770aa9d947defa60463f142cd82b329121f906a3"
|
2023-02-11 14:09:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"hyper",
|
|
|
|
"pin-project",
|
|
|
|
"tokio",
|
|
|
|
"tokio-tungstenite",
|
|
|
|
"tungstenite",
|
|
|
|
]
|
|
|
|
|
2023-01-19 18:18:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2023-06-08 11:23:33 +01:00
|
|
|
version = "0.4.0"
|
2023-01-19 18:18:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-08 11:23:33 +01:00
|
|
|
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
|
2023-01-19 18:18:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2023-03-24 11:38:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "include_dir"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "18762faeff7122e89e0857b02f7ce6fcc0d101d5e9ad2ad7846cc01d61b7f19e"
|
|
|
|
dependencies = [
|
|
|
|
"glob",
|
|
|
|
"include_dir_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "include_dir_macros"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b139284b5cf57ecfa712bcc66950bb635b31aff41c188e8a4cfc758eca374a3f"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
]
|
|
|
|
|
2023-01-27 00:36:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-03-25 13:23:23 +00:00
|
|
|
version = "1.9.3"
|
2023-01-27 00:36:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-25 13:23:23 +00:00
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
2023-01-27 00:36:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"hashbrown",
|
|
|
|
]
|
|
|
|
|
2023-02-06 17:59:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "io-lifetimes"
|
2023-06-08 11:23:33 +01:00
|
|
|
version = "1.0.11"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-08 11:23:33 +01:00
|
|
|
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
|
2023-01-19 01:47:14 +00:00
|
|
|
dependencies = [
|
2023-03-25 13:23:23 +00:00
|
|
|
"hermit-abi 0.3.1",
|
2023-01-19 01:47:14 +00:00
|
|
|
"libc",
|
2023-04-29 09:53:39 +01:00
|
|
|
"windows-sys 0.48.0",
|
2023-01-19 01:47:14 +00:00
|
|
|
]
|
|
|
|
|
2023-02-03 19:40:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
2023-04-29 09:53:39 +01:00
|
|
|
version = "2.7.2"
|
2023-02-03 19:40:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 09:53:39 +01:00
|
|
|
checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f"
|
2023-02-03 19:40:06 +00:00
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "is-terminal"
|
2023-04-29 09:53:39 +01:00
|
|
|
version = "0.4.7"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 09:53:39 +01:00
|
|
|
checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
|
2023-01-19 01:47:14 +00:00
|
|
|
dependencies = [
|
2023-02-11 22:43:06 +00:00
|
|
|
"hermit-abi 0.3.1",
|
2023-01-19 01:47:14 +00:00
|
|
|
"io-lifetimes",
|
|
|
|
"rustix",
|
2023-04-29 09:53:39 +01:00
|
|
|
"windows-sys 0.48.0",
|
2023-01-19 01:47:14 +00:00
|
|
|
]
|
|
|
|
|
2023-06-08 10:31:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.10.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2023-03-07 21:12:19 +00:00
|
|
|
version = "1.0.6"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 21:12:19 +00:00
|
|
|
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
|
2023-01-19 01:47:14 +00:00
|
|
|
|
2023-01-19 18:18:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2023-05-20 09:12:40 +01:00
|
|
|
version = "0.3.63"
|
2023-01-19 18:18:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-20 09:12:40 +01:00
|
|
|
checksum = "2f37a4a5928311ac501dee68b3c7613a1037d0edb30c8e5427bd832d55d1b790"
|
2023-01-19 18:18:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2023-02-06 05:13:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-06-08 11:23:33 +01:00
|
|
|
version = "0.2.146"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-08 11:23:33 +01:00
|
|
|
checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b"
|
2023-01-19 01:47:14 +00:00
|
|
|
|
2023-03-22 19:20:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "line-wrap"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9"
|
|
|
|
dependencies = [
|
|
|
|
"safemem",
|
|
|
|
]
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2023-05-20 09:12:40 +01:00
|
|
|
version = "0.3.8"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-20 09:12:40 +01:00
|
|
|
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
|
2023-01-19 01:47:14 +00:00
|
|
|
|
2023-02-03 19:15:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2023-06-08 11:23:33 +01:00
|
|
|
version = "0.4.10"
|
2023-02-03 19:15:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-08 11:23:33 +01:00
|
|
|
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
|
2023-02-03 19:15:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2023-06-08 11:23:33 +01:00
|
|
|
version = "0.4.18"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-08 11:23:33 +01:00
|
|
|
checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de"
|
2023-01-19 01:47:14 +00:00
|
|
|
|
2023-01-27 00:36:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "logos"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bf8b031682c67a8e3d5446840f9573eb7fe26efe7ec8d195c9ac4c0647c502f1"
|
|
|
|
dependencies = [
|
|
|
|
"logos-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "logos-derive"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1d849148dbaf9661a6151d1ca82b13bb4c4c128146a88d05253b38d4e2f496c"
|
|
|
|
dependencies = [
|
|
|
|
"beef",
|
|
|
|
"fnv",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-29 09:53:39 +01:00
|
|
|
"regex-syntax 0.6.29",
|
2023-03-25 13:23:23 +00:00
|
|
|
"syn 1.0.109",
|
2023-01-27 00:36:06 +00:00
|
|
|
]
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "luau0-src"
|
2023-06-08 11:23:33 +01:00
|
|
|
version = "0.5.9+luau579"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-08 11:23:33 +01:00
|
|
|
checksum = "039ae8683d8d8c1c5dc99ba14f83a9489d020903e8f211df10f313ac1518fa1d"
|
2023-01-19 01:47:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lune"
|
2023-05-06 08:07:38 +01:00
|
|
|
version = "0.6.7"
|
2023-01-19 01:47:14 +00:00
|
|
|
dependencies = [
|
2023-01-19 18:18:15 +00:00
|
|
|
"anyhow",
|
2023-05-19 16:01:59 +01:00
|
|
|
"async-compression",
|
2023-02-11 22:29:17 +00:00
|
|
|
"async-trait",
|
2023-02-14 20:14:50 +00:00
|
|
|
"blocking",
|
2023-02-06 05:13:12 +00:00
|
|
|
"console",
|
2023-02-06 17:59:48 +00:00
|
|
|
"dialoguer",
|
2023-02-09 21:59:17 +00:00
|
|
|
"directories",
|
2023-02-22 22:21:37 +00:00
|
|
|
"dunce",
|
2023-02-11 14:09:06 +00:00
|
|
|
"futures-util",
|
2023-02-04 00:27:56 +00:00
|
|
|
"hyper",
|
2023-02-11 14:09:06 +00:00
|
|
|
"hyper-tungstenite",
|
2023-03-09 11:17:25 +00:00
|
|
|
"lune-roblox",
|
2023-05-20 08:22:50 +01:00
|
|
|
"lz4_flex",
|
2023-01-19 01:47:14 +00:00
|
|
|
"mlua",
|
2023-03-25 16:37:12 +00:00
|
|
|
"once_cell",
|
2023-01-20 20:21:20 +00:00
|
|
|
"os_str_bytes",
|
2023-02-09 21:23:22 +00:00
|
|
|
"pin-project",
|
2023-03-22 19:20:43 +00:00
|
|
|
"rbx_cookie",
|
2023-02-06 00:13:58 +00:00
|
|
|
"reqwest",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-02-24 16:44:09 +00:00
|
|
|
"serde_yaml",
|
2023-02-06 00:13:58 +00:00
|
|
|
"tokio",
|
2023-02-11 22:29:17 +00:00
|
|
|
"tokio-tungstenite",
|
2023-02-25 12:41:50 +00:00
|
|
|
"toml",
|
2023-03-21 16:48:07 +00:00
|
|
|
"urlencoding",
|
2023-02-06 00:13:58 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lune-cli"
|
2023-05-06 08:07:38 +01:00
|
|
|
version = "0.6.7"
|
2023-02-06 00:13:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2023-06-08 11:23:33 +01:00
|
|
|
"clap 4.3.2",
|
2023-02-09 22:07:30 +00:00
|
|
|
"console",
|
2023-05-08 12:13:34 +01:00
|
|
|
"directories",
|
2023-04-30 19:48:47 +01:00
|
|
|
"env_logger 0.10.0",
|
2023-02-06 00:13:58 +00:00
|
|
|
"full_moon",
|
2023-02-22 21:10:20 +00:00
|
|
|
"futures-util",
|
2023-03-24 11:38:27 +00:00
|
|
|
"include_dir",
|
2023-06-08 10:31:26 +01:00
|
|
|
"itertools",
|
2023-02-06 00:13:58 +00:00
|
|
|
"lune",
|
2023-03-25 16:37:12 +00:00
|
|
|
"once_cell",
|
2023-01-27 00:36:06 +00:00
|
|
|
"regex",
|
2023-05-06 09:45:17 +01:00
|
|
|
"reqwest",
|
2023-01-19 01:47:14 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-02-15 21:36:26 +00:00
|
|
|
"serde_yaml",
|
2023-02-03 19:15:20 +00:00
|
|
|
"tokio",
|
2023-01-19 01:47:14 +00:00
|
|
|
]
|
|
|
|
|
2023-03-09 11:17:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lune-roblox"
|
2023-05-06 08:07:38 +01:00
|
|
|
version = "0.6.7"
|
2023-03-09 11:17:25 +00:00
|
|
|
dependencies = [
|
2023-03-11 10:21:34 +00:00
|
|
|
"anyhow",
|
2023-03-10 10:07:03 +00:00
|
|
|
"glam",
|
2023-03-09 11:17:25 +00:00
|
|
|
"mlua",
|
2023-03-25 16:37:12 +00:00
|
|
|
"once_cell",
|
2023-03-15 09:18:13 +00:00
|
|
|
"rand",
|
2023-03-09 11:17:25 +00:00
|
|
|
"rbx_binary",
|
|
|
|
"rbx_dom_weak",
|
2023-03-09 16:31:44 +00:00
|
|
|
"rbx_reflection",
|
|
|
|
"rbx_reflection_database",
|
2023-03-09 11:17:25 +00:00
|
|
|
"rbx_xml",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lz4"
|
|
|
|
version = "1.24.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"lz4-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lz4-sys"
|
|
|
|
version = "1.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-05-20 08:22:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "lz4_flex"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b8c72594ac26bfd34f2d99dfced2edfaddfe8a476e3ff2ca0eb293d925c4f83"
|
|
|
|
dependencies = [
|
|
|
|
"twox-hash",
|
|
|
|
]
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
|
|
|
version = "2.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
|
|
|
|
2023-02-03 19:40:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2023-03-25 13:23:23 +00:00
|
|
|
version = "0.3.17"
|
2023-02-03 19:40:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-25 13:23:23 +00:00
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
2023-02-03 19:40:06 +00:00
|
|
|
|
2023-05-19 16:01:59 +01:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
|
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
2023-02-03 19:15:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2023-06-08 11:23:33 +01:00
|
|
|
version = "0.8.8"
|
2023-02-03 19:15:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-08 11:23:33 +01:00
|
|
|
checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
|
2023-02-03 19:15:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-03-22 19:20:43 +00:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2023-06-08 11:23:33 +01:00
|
|
|
"windows-sys 0.48.0",
|
2023-02-03 19:15:20 +00:00
|
|
|
]
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mlua"
|
2023-06-08 13:25:44 +01:00
|
|
|
version = "0.9.0-beta.3"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-08 13:25:44 +01:00
|
|
|
checksum = "19b5bc62c9f83dc5c6bb36714e30aceca2fb3ac5c91a21590b0cf382b22e65e0"
|
2023-01-19 01:47:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"erased-serde",
|
2023-06-08 13:25:44 +01:00
|
|
|
"mlua-sys",
|
2023-01-19 01:47:14 +00:00
|
|
|
"num-traits",
|
|
|
|
"once_cell",
|
|
|
|
"rustc-hash",
|
|
|
|
"serde",
|
2023-06-08 13:25:44 +01:00
|
|
|
"serde-value",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mlua-sys"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5b5013b291cbd5edd9259173f1ca1e62fc2f5b670c35424361acbbccddf9c679"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"luau0-src",
|
|
|
|
"pkg-config",
|
2023-01-19 01:47:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
|
|
|
version = "0.2.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2023-02-03 19:15:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
|
|
|
version = "1.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
|
|
|
|
dependencies = [
|
2023-02-04 00:27:56 +00:00
|
|
|
"hermit-abi 0.2.6",
|
2023-02-03 19:15:20 +00:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-06-08 11:23:33 +01:00
|
|
|
version = "1.18.0"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-08 11:23:33 +01:00
|
|
|
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
2023-01-19 01:47:14 +00:00
|
|
|
|
2023-05-08 12:13:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "option-ext"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
|
|
|
|
2023-06-08 13:25:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ordered-float"
|
|
|
|
version = "2.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "os_str_bytes"
|
2023-03-25 13:23:23 +00:00
|
|
|
version = "6.5.0"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-25 13:23:23 +00:00
|
|
|
checksum = "ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267"
|
2023-01-20 20:21:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
2023-01-19 01:47:14 +00:00
|
|
|
|
2023-02-14 20:14:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking"
|
2023-04-29 09:53:39 +01:00
|
|
|
version = "2.1.0"
|
2023-02-14 20:14:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 09:53:39 +01:00
|
|
|
checksum = "14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e"
|
2023-02-14 20:14:50 +00:00
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
2023-02-03 19:15:20 +00:00
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.12.1"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-03 19:15:20 +00:00
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2023-06-08 11:23:33 +01:00
|
|
|
version = "0.9.8"
|
2023-02-03 19:15:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-08 11:23:33 +01:00
|
|
|
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
|
2023-02-03 19:15:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2023-06-08 11:23:33 +01:00
|
|
|
"redox_syscall 0.3.5",
|
2023-02-03 19:15:20 +00:00
|
|
|
"smallvec",
|
2023-06-08 11:23:33 +01:00
|
|
|
"windows-targets 0.48.0",
|
2023-01-27 00:36:06 +00:00
|
|
|
]
|
|
|
|
|
2023-03-09 11:17:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
|
|
|
version = "1.0.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79"
|
|
|
|
|
2023-01-19 18:18:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2023-06-08 11:23:33 +01:00
|
|
|
version = "2.3.0"
|
2023-01-19 18:18:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-08 11:23:33 +01:00
|
|
|
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
|
2023-01-19 18:18:15 +00:00
|
|
|
|
2023-02-09 21:23:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2023-05-14 20:36:58 +01:00
|
|
|
version = "1.1.0"
|
2023-02-09 21:23:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-14 20:36:58 +01:00
|
|
|
checksum = "c95a7476719eab1e366eaf73d0260af3021184f18177925b07f54b30089ceead"
|
2023-02-09 21:23:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-internal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2023-05-14 20:36:58 +01:00
|
|
|
version = "1.1.0"
|
2023-02-09 21:23:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-14 20:36:58 +01:00
|
|
|
checksum = "39407670928234ebc5e6e580247dd567ad73a3578460c5990f9503df207e8f07"
|
2023-02-09 21:23:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-06-08 11:23:33 +01:00
|
|
|
"syn 2.0.18",
|
2023-02-09 21:23:22 +00:00
|
|
|
]
|
|
|
|
|
2023-01-19 01:47:14 +00: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"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2023-05-06 08:07:38 +01:00
|
|
|
version = "0.3.27"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-06 08:07:38 +01:00
|
|
|
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
|
2023-01-19 01:47:14 +00:00
|
|
|
|
2023-03-22 19:20:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "plist"
|
|
|
|
version = "1.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9bd9647b268a3d3e14ff09c23201133a62589c658db02bb7388c7246aafe0590"
|
|
|
|
dependencies = [
|
2023-06-08 11:23:33 +01:00
|
|
|
"base64 0.21.2",
|
2023-03-22 19:20:43 +00:00
|
|
|
"indexmap",
|
|
|
|
"line-wrap",
|
|
|
|
"quick-xml",
|
|
|
|
"serde",
|
2023-06-08 11:23:33 +01:00
|
|
|
"time 0.3.22",
|
2023-03-22 19:20:43 +00:00
|
|
|
]
|
|
|
|
|
2023-02-11 14:09:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
|
|
|
|
2023-01-27 00:36:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-hack"
|
|
|
|
version = "0.5.20+deprecated"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-06-08 11:23:33 +01:00
|
|
|
version = "1.0.60"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-08 11:23:33 +01:00
|
|
|
checksum = "dec2b086b7a862cf4de201096214fa870344cf922b2b30c167badb3af3195406"
|
2023-01-19 01:47:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2023-03-09 11:17:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "profiling"
|
2023-04-29 09:53:39 +01:00
|
|
|
version = "1.0.8"
|
2023-03-09 11:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 09:53:39 +01:00
|
|
|
checksum = "332cd62e95873ea4f41f3dfd6bbbfc5b52aec892d7e8d534197c4720a0bbbab2"
|
2023-03-09 11:17:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"profiling-procmacros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "profiling-procmacros"
|
2023-04-29 09:53:39 +01:00
|
|
|
version = "1.0.8"
|
2023-03-09 11:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 09:53:39 +01:00
|
|
|
checksum = "a10adb8d151bb1280afb8bed41ae5db26be1b056964947133c7525b0bf39c0b0"
|
2023-03-09 11:17:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
2023-03-25 13:23:23 +00:00
|
|
|
"syn 1.0.109",
|
2023-03-09 11:17:25 +00:00
|
|
|
]
|
|
|
|
|
2023-03-22 19:20:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quick-xml"
|
2023-04-29 09:53:39 +01:00
|
|
|
version = "0.28.2"
|
2023-03-22 19:20:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 09:53:39 +01:00
|
|
|
checksum = "0ce5e73202a820a31f8a0ee32ada5e21029c81fd9e3ebf668a40832e4219d9d1"
|
2023-03-22 19:20:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-06-08 11:23:33 +01:00
|
|
|
version = "1.0.28"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-08 11:23:33 +01:00
|
|
|
checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488"
|
2023-01-19 01:47:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2023-02-11 14:09:06 +00: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"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
|
|
dependencies = [
|
2023-06-08 11:23:33 +01:00
|
|
|
"getrandom 0.2.10",
|
2023-02-11 14:09:06 +00:00
|
|
|
]
|
|
|
|
|
2023-03-09 11:17:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rbx_binary"
|
2023-04-29 09:53:39 +01:00
|
|
|
version = "0.7.0"
|
2023-06-08 11:23:33 +01:00
|
|
|
source = "git+https://github.com/rojo-rbx/rbx-dom?rev=f130d641ff28f64ebc931b179090d6de0851ebbe#f130d641ff28f64ebc931b179090d6de0851ebbe"
|
2023-03-09 11:17:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"lz4",
|
|
|
|
"profiling",
|
|
|
|
"rbx_dom_weak",
|
|
|
|
"rbx_reflection",
|
|
|
|
"rbx_reflection_database",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2023-03-22 19:20:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rbx_cookie"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d909d60469944842c9d204fa44afc90d9cb1e1f3f30a29bd1def490edd525a96"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder 0.5.3",
|
|
|
|
"clap 2.34.0",
|
|
|
|
"cookie",
|
|
|
|
"dirs",
|
2023-04-30 19:48:47 +01:00
|
|
|
"env_logger 0.9.3",
|
2023-03-22 19:20:43 +00:00
|
|
|
"log",
|
|
|
|
"plist",
|
|
|
|
"winapi",
|
|
|
|
"winreg",
|
|
|
|
]
|
|
|
|
|
2023-03-09 11:17:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rbx_dom_weak"
|
|
|
|
version = "2.4.0"
|
2023-06-08 11:23:33 +01:00
|
|
|
source = "git+https://github.com/rojo-rbx/rbx-dom?rev=f130d641ff28f64ebc931b179090d6de0851ebbe#f130d641ff28f64ebc931b179090d6de0851ebbe"
|
2023-03-09 11:17:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"rbx_types",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rbx_reflection"
|
|
|
|
version = "4.2.0"
|
2023-06-08 11:23:33 +01:00
|
|
|
source = "git+https://github.com/rojo-rbx/rbx-dom?rev=f130d641ff28f64ebc931b179090d6de0851ebbe#f130d641ff28f64ebc931b179090d6de0851ebbe"
|
2023-03-09 11:17:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"rbx_types",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rbx_reflection_database"
|
2023-04-29 09:53:39 +01:00
|
|
|
version = "0.2.6+roblox-572"
|
2023-06-08 11:23:33 +01:00
|
|
|
source = "git+https://github.com/rojo-rbx/rbx-dom?rev=f130d641ff28f64ebc931b179090d6de0851ebbe#f130d641ff28f64ebc931b179090d6de0851ebbe"
|
2023-03-09 11:17:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"rbx_reflection",
|
|
|
|
"rmp-serde",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rbx_types"
|
2023-04-29 09:53:39 +01:00
|
|
|
version = "1.5.0"
|
2023-06-08 11:23:33 +01:00
|
|
|
source = "git+https://github.com/rojo-rbx/rbx-dom?rev=f130d641ff28f64ebc931b179090d6de0851ebbe#f130d641ff28f64ebc931b179090d6de0851ebbe"
|
2023-03-09 11:17:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"base64 0.13.1",
|
|
|
|
"bitflags",
|
|
|
|
"blake3",
|
|
|
|
"lazy_static",
|
|
|
|
"rand",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rbx_xml"
|
2023-04-29 09:53:39 +01:00
|
|
|
version = "0.13.0"
|
2023-06-08 11:23:33 +01:00
|
|
|
source = "git+https://github.com/rojo-rbx/rbx-dom?rev=f130d641ff28f64ebc931b179090d6de0851ebbe#f130d641ff28f64ebc931b179090d6de0851ebbe"
|
2023-03-09 11:17:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"base64 0.13.1",
|
|
|
|
"log",
|
|
|
|
"rbx_dom_weak",
|
|
|
|
"rbx_reflection",
|
|
|
|
"rbx_reflection_database",
|
|
|
|
"xml-rs",
|
|
|
|
]
|
|
|
|
|
2023-03-22 19:20:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.1.57"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
|
|
|
|
2023-02-03 19:15:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.2.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2023-04-29 09:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2023-03-22 19:20:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.1.16",
|
|
|
|
"redox_syscall 0.1.57",
|
|
|
|
"rust-argon2",
|
|
|
|
]
|
|
|
|
|
2023-02-09 21:59:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
|
|
|
|
dependencies = [
|
2023-06-08 11:23:33 +01:00
|
|
|
"getrandom 0.2.10",
|
2023-03-22 19:20:43 +00:00
|
|
|
"redox_syscall 0.2.16",
|
2023-02-09 21:59:17 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2023-01-27 00:36:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-06-08 11:23:33 +01:00
|
|
|
version = "1.8.4"
|
2023-01-27 00:36:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-08 11:23:33 +01:00
|
|
|
checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f"
|
2023-01-27 00:36:06 +00:00
|
|
|
dependencies = [
|
2023-03-22 19:20:43 +00:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2023-06-08 11:23:33 +01:00
|
|
|
"regex-syntax 0.7.2",
|
2023-01-27 00:36:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-03-25 13:23:23 +00:00
|
|
|
version = "0.6.29"
|
2023-01-27 00:36:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-25 13:23:23 +00:00
|
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
2023-01-27 00:36:06 +00:00
|
|
|
|
2023-04-29 09:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-06-08 11:23:33 +01:00
|
|
|
version = "0.7.2"
|
2023-04-29 09:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-08 11:23:33 +01:00
|
|
|
checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78"
|
2023-04-29 09:53:39 +01:00
|
|
|
|
2023-02-03 19:40:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2023-05-20 09:12:40 +01:00
|
|
|
version = "0.11.18"
|
2023-02-03 19:40:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-20 09:12:40 +01:00
|
|
|
checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55"
|
2023-02-03 19:40:06 +00:00
|
|
|
dependencies = [
|
2023-06-08 11:23:33 +01:00
|
|
|
"base64 0.21.2",
|
2023-02-03 19:40:06 +00:00
|
|
|
"bytes",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
2023-06-12 11:20:36 +01:00
|
|
|
"hyper-rustls",
|
2023-02-03 19:40:06 +00:00
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"once_cell",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
2023-06-12 11:20:36 +01:00
|
|
|
"rustls",
|
|
|
|
"rustls-pemfile",
|
2023-02-03 19:40:06 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"tokio",
|
2023-06-12 11:20:36 +01:00
|
|
|
"tokio-rustls",
|
2023-02-03 19:40:06 +00:00
|
|
|
"tower-service",
|
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
2023-06-12 11:20:36 +01:00
|
|
|
"webpki-roots",
|
2023-02-03 19:40:06 +00:00
|
|
|
"winreg",
|
|
|
|
]
|
|
|
|
|
2023-06-12 11:20:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
|
|
|
version = "0.16.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"spin",
|
|
|
|
"untrusted",
|
|
|
|
"web-sys",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-03-09 11:17:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rmp"
|
|
|
|
version = "0.8.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "44519172358fd6d58656c86ab8e7fbc9e1490c3e8f14d35ed78ca0dd07403c9f"
|
|
|
|
dependencies = [
|
2023-03-22 19:20:43 +00:00
|
|
|
"byteorder 1.4.3",
|
2023-03-09 11:17:25 +00:00
|
|
|
"num-traits",
|
2023-06-08 11:23:33 +01:00
|
|
|
"paste",
|
2023-03-09 11:17:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rmp-serde"
|
2023-06-08 11:23:33 +01:00
|
|
|
version = "1.1.1"
|
2023-03-09 11:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-08 11:23:33 +01:00
|
|
|
checksum = "c5b13be192e0220b8afb7222aa5813cb62cc269ebb5cac346ca6487681d2913e"
|
2023-03-09 11:17:25 +00:00
|
|
|
dependencies = [
|
2023-03-22 19:20:43 +00:00
|
|
|
"byteorder 1.4.3",
|
2023-03-09 11:17:25 +00:00
|
|
|
"rmp",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-03-22 19:20:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rust-argon2"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.13.1",
|
|
|
|
"blake2b_simd",
|
|
|
|
"constant_time_eq 0.1.5",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
2023-03-22 19:20:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
|
|
|
dependencies = [
|
|
|
|
"semver 0.9.0",
|
|
|
|
]
|
|
|
|
|
2023-01-27 00:36:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
|
|
|
dependencies = [
|
2023-03-25 13:23:23 +00:00
|
|
|
"semver 1.0.17",
|
2023-01-27 00:36:06 +00:00
|
|
|
]
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2023-05-06 08:07:38 +01:00
|
|
|
version = "0.37.19"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-06 08:07:38 +01:00
|
|
|
checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d"
|
2023-01-19 01:47:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"errno",
|
|
|
|
"io-lifetimes",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys",
|
2023-04-29 09:53:39 +01:00
|
|
|
"windows-sys 0.48.0",
|
2023-01-19 01:47:14 +00:00
|
|
|
]
|
|
|
|
|
2023-06-12 11:20:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
|
|
|
version = "0.21.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c911ba11bc8433e811ce56fde130ccf32f5127cab0e0194e9c68c5a5b671791e"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"ring",
|
|
|
|
"rustls-webpki",
|
|
|
|
"sct",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.21.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
|
|
|
version = "0.100.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d6207cd5ed3d8dca7816f8f3725513a34609c0c765bf652b8c3cb4cfd87db46b"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
2023-01-23 02:14:13 +00:00
|
|
|
name = "ryu"
|
2023-03-07 21:12:19 +00:00
|
|
|
version = "1.0.13"
|
2023-01-19 18:18:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 21:12:19 +00:00
|
|
|
checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
|
2023-01-19 18:18:15 +00:00
|
|
|
|
2023-03-22 19:20:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "safemem"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
|
|
|
|
|
2023-02-03 19:15:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
2023-06-12 11:20:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2023-03-22 19:20:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
|
|
|
dependencies = [
|
|
|
|
"semver-parser",
|
|
|
|
]
|
|
|
|
|
2023-01-27 00:36:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2023-03-25 13:23:23 +00:00
|
|
|
version = "1.0.17"
|
2023-01-27 00:36:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-25 13:23:23 +00:00
|
|
|
checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
|
2023-01-27 00:36:06 +00:00
|
|
|
|
2023-03-22 19:20:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-06-08 11:23:33 +01:00
|
|
|
version = "1.0.164"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-08 11:23:33 +01:00
|
|
|
checksum = "9e8c8cf938e98f769bc164923b06dce91cea1751522f46f8466461af04c9027d"
|
2023-01-19 01:47:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
2023-06-08 13:25:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "serde-value"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c"
|
|
|
|
dependencies = [
|
|
|
|
"ordered-float",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-06-08 11:23:33 +01:00
|
|
|
version = "1.0.164"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-08 11:23:33 +01:00
|
|
|
checksum = "d9735b638ccc51c28bf6914d90a2e9725b377144fc612c49a611fddd1b631d68"
|
2023-01-19 01:47:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-06-08 11:23:33 +01:00
|
|
|
"syn 2.0.18",
|
2023-01-19 01:47:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-04-29 09:53:39 +01:00
|
|
|
version = "1.0.96"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 09:53:39 +01:00
|
|
|
checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
|
2023-01-19 01:47:14 +00:00
|
|
|
dependencies = [
|
2023-02-16 11:05:54 +00:00
|
|
|
"indexmap",
|
2023-01-19 01:47:14 +00:00
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-02-25 12:41:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_spanned"
|
2023-05-20 09:12:40 +01:00
|
|
|
version = "0.6.2"
|
2023-02-25 12:41:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-20 09:12:40 +01:00
|
|
|
checksum = "93107647184f6027e3b7dcb2e11034cf95ffa1e3a682c67951963ac69c1c007d"
|
2023-02-25 12:41:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-02-03 19:40:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-02-15 21:36:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_yaml"
|
2023-04-29 09:53:39 +01:00
|
|
|
version = "0.9.21"
|
2023-02-15 21:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 09:53:39 +01:00
|
|
|
checksum = "d9d684e3ec7de3bf5466b32bd75303ac16f0736426e5a4e0d6e489559ce1249c"
|
2023-02-15 21:36:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
"unsafe-libyaml",
|
|
|
|
]
|
|
|
|
|
2023-03-22 19:20:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770"
|
|
|
|
dependencies = [
|
|
|
|
"sha1_smol",
|
|
|
|
]
|
|
|
|
|
2023-02-11 14:09:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
|
|
|
version = "0.10.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2023-03-22 19:20:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha1_smol"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
|
|
|
|
|
2023-02-06 17:59:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "shell-words"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2023-02-11 22:43:06 +00:00
|
|
|
version = "1.4.1"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-11 22:43:06 +00:00
|
|
|
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
|
2023-01-19 01:47:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2023-02-24 16:48:11 +00:00
|
|
|
version = "0.4.8"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 16:48:11 +00:00
|
|
|
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
|
2023-01-19 01:47:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-02-03 19:15:20 +00:00
|
|
|
name = "smallvec"
|
|
|
|
version = "1.10.0"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-03 19:15:20 +00:00
|
|
|
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
|
2023-01-19 01:47:14 +00:00
|
|
|
|
2023-01-27 00:36:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smol_str"
|
2023-02-06 00:13:58 +00:00
|
|
|
version = "0.1.24"
|
2023-01-27 00:36:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-06 00:13:58 +00:00
|
|
|
checksum = "fad6c857cbab2627dcf01ec85a623ca4e7dcb5691cbaa3d7fb7653671f0d09c9"
|
2023-01-27 00:36:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2023-03-07 21:12:19 +00:00
|
|
|
version = "0.4.9"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-07 21:12:19 +00:00
|
|
|
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
|
2023-01-19 01:47:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-06-12 11:20:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
|
2023-03-22 19:20:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "standback"
|
|
|
|
version = "0.2.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e113fb6f3de07a243d434a56ec6f186dfd51cb08448239fe7bcae73f87ff28ff"
|
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2023-05-20 08:22:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
|
2023-03-22 19:20:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "stdweb"
|
|
|
|
version = "0.4.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5"
|
|
|
|
dependencies = [
|
|
|
|
"discard",
|
|
|
|
"rustc_version 0.2.3",
|
|
|
|
"stdweb-derive",
|
|
|
|
"stdweb-internal-macros",
|
|
|
|
"stdweb-internal-runtime",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stdweb-derive"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
2023-03-25 13:23:23 +00:00
|
|
|
"syn 1.0.109",
|
2023-03-22 19:20:43 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stdweb-internal-macros"
|
|
|
|
version = "0.2.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11"
|
|
|
|
dependencies = [
|
|
|
|
"base-x",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"sha1 0.6.1",
|
2023-03-25 13:23:23 +00:00
|
|
|
"syn 1.0.109",
|
2023-03-22 19:20:43 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stdweb-internal-runtime"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
2023-03-09 11:17:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2023-05-20 09:12:40 +01:00
|
|
|
version = "2.5.0"
|
2023-03-09 11:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-20 09:12:40 +01:00
|
|
|
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
|
2023-03-09 11:17:25 +00:00
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-02-24 16:48:11 +00:00
|
|
|
version = "1.0.109"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 16:48:11 +00:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2023-01-19 01:47:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2023-03-25 13:23:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-06-08 11:23:33 +01:00
|
|
|
version = "2.0.18"
|
2023-03-25 13:23:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-08 11:23:33 +01:00
|
|
|
checksum = "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e"
|
2023-03-25 13:23:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2023-02-06 17:59:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2023-06-08 11:23:33 +01:00
|
|
|
version = "3.6.0"
|
2023-02-06 17:59:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-08 11:23:33 +01:00
|
|
|
checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6"
|
2023-02-06 17:59:48 +00:00
|
|
|
dependencies = [
|
2023-06-08 11:23:33 +01:00
|
|
|
"autocfg",
|
2023-02-06 17:59:48 +00:00
|
|
|
"cfg-if",
|
|
|
|
"fastrand",
|
2023-04-29 09:53:39 +01:00
|
|
|
"redox_syscall 0.3.5",
|
2023-02-26 16:18:58 +00:00
|
|
|
"rustix",
|
2023-06-08 11:23:33 +01:00
|
|
|
"windows-sys 0.48.0",
|
2023-02-06 17:59:48 +00:00
|
|
|
]
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2023-03-22 19:20:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2023-02-09 21:59:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2023-03-25 13:23:23 +00:00
|
|
|
version = "1.0.40"
|
2023-02-09 21:59:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-25 13:23:23 +00:00
|
|
|
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
|
2023-02-09 21:59:17 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-03-25 13:23:23 +00:00
|
|
|
version = "1.0.40"
|
2023-02-09 21:59:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-25 13:23:23 +00:00
|
|
|
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
|
2023-02-09 21:59:17 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-06-08 11:23:33 +01:00
|
|
|
"syn 2.0.18",
|
2023-02-09 21:59:17 +00:00
|
|
|
]
|
|
|
|
|
2023-03-22 19:20:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
|
|
|
version = "0.2.27"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4752a97f8eebd6854ff91f1c1824cd6160626ac4bd44287f7f4ea2035a02a242"
|
|
|
|
dependencies = [
|
|
|
|
"const_fn",
|
|
|
|
"libc",
|
|
|
|
"standback",
|
|
|
|
"stdweb",
|
|
|
|
"time-macros 0.1.1",
|
|
|
|
"version_check",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2023-06-08 11:23:33 +01:00
|
|
|
version = "0.3.22"
|
2023-03-22 19:20:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-08 11:23:33 +01:00
|
|
|
checksum = "ea9e1b3cf1243ae005d9e74085d4d542f3125458f3a81af210d901dcd7411efd"
|
2023-03-22 19:20:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"serde",
|
|
|
|
"time-core",
|
2023-05-06 08:07:38 +01:00
|
|
|
"time-macros 0.2.9",
|
2023-03-22 19:20:43 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
2023-05-06 08:07:38 +01:00
|
|
|
version = "0.1.1"
|
2023-03-22 19:20:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-06 08:07:38 +01:00
|
|
|
checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
|
2023-03-22 19:20:43 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-hack",
|
|
|
|
"time-macros-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2023-05-06 08:07:38 +01:00
|
|
|
version = "0.2.9"
|
2023-03-22 19:20:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-06 08:07:38 +01:00
|
|
|
checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b"
|
2023-03-22 19:20:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"time-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros-impl"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fd3c141a1b43194f3f56a1411225df8646c55781d5f26db825b3d98507eb482f"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"standback",
|
2023-03-25 13:23:23 +00:00
|
|
|
"syn 1.0.109",
|
2023-03-22 19:20:43 +00:00
|
|
|
]
|
|
|
|
|
2023-01-19 18:18:15 +00: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-04 00:27:56 +00:00
|
|
|
version = "0.1.1"
|
2023-01-19 18:18:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-04 00:27:56 +00:00
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2023-01-19 18:18:15 +00:00
|
|
|
|
2023-02-03 19:15:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2023-06-08 11:23:33 +01:00
|
|
|
version = "1.28.2"
|
2023-02-03 19:15:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-08 11:23:33 +01:00
|
|
|
checksum = "94d7b1cfd2aa4011f2de74c2c4c63665e27a71006b0a192dcd2710272e73dfa2"
|
2023-02-03 19:15:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"bytes",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"num_cpus",
|
|
|
|
"parking_lot",
|
|
|
|
"pin-project-lite",
|
|
|
|
"signal-hook-registry",
|
|
|
|
"socket2",
|
|
|
|
"tokio-macros",
|
2023-04-29 09:53:39 +01:00
|
|
|
"windows-sys 0.48.0",
|
2023-02-03 19:15:20 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2023-04-29 09:53:39 +01:00
|
|
|
version = "2.1.0"
|
2023-02-03 19:15:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 09:53:39 +01:00
|
|
|
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
|
2023-02-03 19:15:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-06-08 11:23:33 +01:00
|
|
|
"syn 2.0.18",
|
2023-02-03 19:15:20 +00:00
|
|
|
]
|
|
|
|
|
2023-06-12 11:20:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
|
|
|
version = "0.24.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
|
|
|
dependencies = [
|
|
|
|
"rustls",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2023-02-11 14:09:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-tungstenite"
|
2023-06-08 11:23:33 +01:00
|
|
|
version = "0.19.0"
|
2023-02-11 14:09:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-08 11:23:33 +01:00
|
|
|
checksum = "ec509ac96e9a0c43427c74f003127d953a265737636129424288d27cb5c4b12c"
|
2023-02-11 14:09:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
|
|
|
"log",
|
|
|
|
"tokio",
|
|
|
|
"tungstenite",
|
|
|
|
]
|
|
|
|
|
2023-02-03 19:40:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2023-04-29 09:53:39 +01:00
|
|
|
version = "0.7.8"
|
2023-02-03 19:40:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 09:53:39 +01:00
|
|
|
checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
|
2023-02-03 19:40:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2023-02-25 12:41:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2023-05-20 09:12:40 +01:00
|
|
|
version = "0.7.4"
|
2023-02-25 12:41:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-20 09:12:40 +01:00
|
|
|
checksum = "d6135d499e69981f9ff0ef2167955a5333c35e36f6937d382974566b3d5b94ec"
|
2023-02-25 12:41:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"toml_edit",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
2023-05-20 09:12:40 +01:00
|
|
|
version = "0.6.2"
|
2023-02-25 12:41:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-20 09:12:40 +01:00
|
|
|
checksum = "5a76a9312f5ba4c2dec6b9161fdf25d87ad8a09256ccea5a556fef03c706a10f"
|
2023-02-25 12:41:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2023-06-08 11:23:33 +01:00
|
|
|
version = "0.19.10"
|
2023-02-25 12:41:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-08 11:23:33 +01:00
|
|
|
checksum = "2380d56e8670370eee6566b0bfd4265f65b3f432e8c6d85623f728d4fa31f739"
|
2023-02-25 12:41:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
2023-02-03 19:40:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
|
|
|
version = "0.1.37"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2023-05-14 20:36:58 +01:00
|
|
|
version = "0.1.31"
|
2023-02-03 19:40:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-14 20:36:58 +01:00
|
|
|
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
|
2023-02-03 19:40:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
|
|
|
|
|
2023-02-11 14:09:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tungstenite"
|
2023-06-08 11:23:33 +01:00
|
|
|
version = "0.19.0"
|
2023-02-11 14:09:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-08 11:23:33 +01:00
|
|
|
checksum = "15fba1a6d6bb030745759a9a2a588bfe8490fc8b4751a277db3a0be1c9ebbf67"
|
2023-02-11 14:09:06 +00:00
|
|
|
dependencies = [
|
2023-03-22 19:20:43 +00:00
|
|
|
"byteorder 1.4.3",
|
2023-02-11 14:09:06 +00:00
|
|
|
"bytes",
|
2023-06-08 11:23:33 +01:00
|
|
|
"data-encoding",
|
2023-02-11 14:09:06 +00:00
|
|
|
"http",
|
|
|
|
"httparse",
|
|
|
|
"log",
|
|
|
|
"rand",
|
2023-03-22 19:20:43 +00:00
|
|
|
"sha1 0.10.5",
|
2023-02-11 14:09:06 +00:00
|
|
|
"thiserror",
|
|
|
|
"url",
|
|
|
|
"utf-8",
|
|
|
|
]
|
|
|
|
|
2023-05-20 08:22:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "twox-hash"
|
|
|
|
version = "1.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
2023-02-11 14:09:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
|
|
|
version = "1.16.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
|
|
|
|
|
2023-01-19 18:18:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2023-03-25 13:23:23 +00:00
|
|
|
version = "0.3.13"
|
2023-01-19 18:18:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-25 13:23:23 +00:00
|
|
|
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
|
2023-01-19 18:18:15 +00:00
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-06-08 11:23:33 +01:00
|
|
|
version = "1.0.9"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-08 11:23:33 +01:00
|
|
|
checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0"
|
2023-01-19 01:47:14 +00:00
|
|
|
|
2023-01-19 18:18:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
|
|
|
version = "0.1.22"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
2023-02-06 05:13:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
|
|
|
|
|
2023-02-15 21:36:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unsafe-libyaml"
|
2023-04-29 09:53:39 +01:00
|
|
|
version = "0.2.8"
|
2023-02-15 21:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 09:53:39 +01:00
|
|
|
checksum = "1865806a559042e51ab5414598446a5871b561d21b6764f2eabb0dd481d880a6"
|
2023-02-15 21:36:26 +00:00
|
|
|
|
2023-06-12 11:20:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
|
|
2023-01-19 18:18:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2023-06-08 11:23:33 +01:00
|
|
|
version = "2.4.0"
|
2023-01-19 18:18:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-08 11:23:33 +01:00
|
|
|
checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb"
|
2023-01-19 18:18:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2023-03-21 16:48:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "urlencoding"
|
|
|
|
version = "2.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e8db7427f936968176eaa7cdf81b7f98b980b18495ec28f1b5791ac3bfe3eea9"
|
|
|
|
|
2023-02-11 14:09:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "utf-8"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
|
|
|
|
2023-04-29 09:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
|
|
|
|
2023-03-22 19:20:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
|
2023-02-14 20:14:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "waker-fn"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
|
|
|
|
|
2023-02-03 19:40:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
2023-03-22 19:20:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
|
|
|
2023-01-19 18:18:15 +00:00
|
|
|
[[package]]
|
2023-02-03 19:15:20 +00:00
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-03 19:15:20 +00:00
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2023-01-19 01:47:14 +00:00
|
|
|
|
2023-01-19 18:18:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2023-05-20 09:12:40 +01:00
|
|
|
version = "0.2.86"
|
2023-01-19 18:18:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-20 09:12:40 +01:00
|
|
|
checksum = "5bba0e8cb82ba49ff4e229459ff22a191bbe9a1cb3a341610c9c33efc27ddf73"
|
2023-01-19 18:18:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2023-05-20 09:12:40 +01:00
|
|
|
version = "0.2.86"
|
2023-01-19 18:18:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-20 09:12:40 +01:00
|
|
|
checksum = "19b04bc93f9d6bdee709f6bd2118f57dd6679cf1176a1af464fca3ab0d66d8fb"
|
2023-01-19 18:18:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-06-08 11:23:33 +01:00
|
|
|
"syn 2.0.18",
|
2023-01-19 18:18:15 +00:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
2023-02-03 19:40:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2023-05-20 09:12:40 +01:00
|
|
|
version = "0.4.36"
|
2023-02-03 19:40:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-20 09:12:40 +01:00
|
|
|
checksum = "2d1985d03709c53167ce907ff394f5316aa22cb4e12761295c5dc57dacb6297e"
|
2023-02-03 19:40:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2023-01-19 18:18:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2023-05-20 09:12:40 +01:00
|
|
|
version = "0.2.86"
|
2023-01-19 18:18:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-20 09:12:40 +01:00
|
|
|
checksum = "14d6b024f1a526bb0234f52840389927257beb670610081360e5a03c5df9c258"
|
2023-01-19 18:18:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2023-05-20 09:12:40 +01:00
|
|
|
version = "0.2.86"
|
2023-01-19 18:18:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-20 09:12:40 +01:00
|
|
|
checksum = "e128beba882dd1eb6200e1dc92ae6c5dbaa4311aa7bb211ca035779e5efc39f8"
|
2023-01-19 18:18:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-06-08 11:23:33 +01:00
|
|
|
"syn 2.0.18",
|
2023-01-19 18:18:15 +00:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2023-05-20 09:12:40 +01:00
|
|
|
version = "0.2.86"
|
2023-01-19 18:18:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-20 09:12:40 +01:00
|
|
|
checksum = "ed9d5b4305409d1fc9482fee2d7f9bcbf24b3972bf59817ef757e23982242a93"
|
2023-01-19 18:18:15 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2023-05-20 09:12:40 +01:00
|
|
|
version = "0.3.63"
|
2023-01-19 18:18:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-20 09:12:40 +01:00
|
|
|
checksum = "3bdd9ef4e984da1187bf8110c5cf5b845fbc87a23602cdf912386a76fcd3a7c2"
|
2023-01-19 18:18:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2023-06-12 11:20:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "webpki"
|
|
|
|
version = "0.22.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
|
|
|
version = "0.22.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
|
|
|
|
dependencies = [
|
|
|
|
"webpki",
|
|
|
|
]
|
|
|
|
|
2023-01-19 01:47:14 +00: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-util"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
2023-02-03 19:15:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.45.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
|
|
|
dependencies = [
|
2023-04-29 09:53:39 +01:00
|
|
|
"windows-targets 0.42.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets 0.48.0",
|
2023-02-03 19:15:20 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-03-25 13:23:23 +00:00
|
|
|
version = "0.42.2"
|
2023-02-03 19:15:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-25 13:23:23 +00:00
|
|
|
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
|
2023-02-03 19:15:20 +00:00
|
|
|
dependencies = [
|
2023-04-29 09:53:39 +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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
|
|
|
|
dependencies = [
|
|
|
|
"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-03 19:15:20 +00:00
|
|
|
]
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-03-25 13:23:23 +00:00
|
|
|
version = "0.42.2"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-25 13:23:23 +00:00
|
|
|
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
|
2023-01-19 01:47:14 +00:00
|
|
|
|
2023-04-29 09:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-03-25 13:23:23 +00:00
|
|
|
version = "0.42.2"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-25 13:23:23 +00:00
|
|
|
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
|
2023-01-19 01:47:14 +00:00
|
|
|
|
2023-04-29 09:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-03-25 13:23:23 +00:00
|
|
|
version = "0.42.2"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-25 13:23:23 +00:00
|
|
|
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
|
2023-01-19 01:47:14 +00:00
|
|
|
|
2023-04-29 09:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-03-25 13:23:23 +00:00
|
|
|
version = "0.42.2"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-25 13:23:23 +00:00
|
|
|
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
|
2023-01-19 01:47:14 +00:00
|
|
|
|
2023-04-29 09:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-03-25 13:23:23 +00:00
|
|
|
version = "0.42.2"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-25 13:23:23 +00:00
|
|
|
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
|
2023-01-19 01:47:14 +00:00
|
|
|
|
2023-04-29 09:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-03-25 13:23:23 +00:00
|
|
|
version = "0.42.2"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-25 13:23:23 +00:00
|
|
|
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
|
2023-01-19 01:47:14 +00:00
|
|
|
|
2023-04-29 09:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-03-25 13:23:23 +00:00
|
|
|
version = "0.42.2"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-25 13:23:23 +00:00
|
|
|
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|
2023-02-03 19:40:06 +00:00
|
|
|
|
2023-04-29 09:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
|
|
|
|
|
2023-02-25 12:41:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
2023-05-06 08:07:38 +01:00
|
|
|
version = "0.4.6"
|
2023-02-25 12:41:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-06 08:07:38 +01:00
|
|
|
checksum = "61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699"
|
2023-02-25 12:41:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-02-03 19:40:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
2023-02-06 17:59:48 +00:00
|
|
|
|
2023-03-09 11:17:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "xml-rs"
|
2023-06-08 11:23:33 +01:00
|
|
|
version = "0.8.14"
|
2023-03-09 11:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-08 11:23:33 +01:00
|
|
|
checksum = "52839dc911083a8ef63efa4d039d1f58b5e409f923e44c80828f206f66e5541c"
|
2023-03-09 11:17:25 +00:00
|
|
|
|
2023-02-06 17:59:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "zeroize"
|
2023-04-29 09:53:39 +01:00
|
|
|
version = "1.6.0"
|
2023-02-06 17:59:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 09:53:39 +01:00
|
|
|
checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"
|