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-06-28 11:20:38 +01:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.24.2"
|
2023-06-28 11:20:38 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
2023-06-28 11:20:38 +01:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
2023-05-19 16:01:59 +01:00
|
|
|
[[package]]
|
2024-10-07 18:33:59 +01:00
|
|
|
name = "adler2"
|
|
|
|
version = "2.0.0"
|
2023-05-19 16:01:59 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
2023-05-19 16:01:59 +01:00
|
|
|
|
2024-04-20 16:19:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "aes"
|
|
|
|
version = "0.8.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cipher",
|
|
|
|
"cpufeatures",
|
|
|
|
]
|
|
|
|
|
2023-03-22 19:20:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2024-04-11 12:42:21 +01:00
|
|
|
version = "1.1.3"
|
2023-03-22 19:20:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-11 12:42:21 +01:00
|
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
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-09-11 18:52:07 +01:00
|
|
|
[[package]]
|
|
|
|
name = "android-tzdata"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-04-29 09:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "0.6.15"
|
2023-04-29 09:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
|
2023-04-29 09:53:39 +01:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-query",
|
|
|
|
"anstyle-wincon",
|
|
|
|
"colorchoice",
|
2024-05-12 12:52:02 +01:00
|
|
|
"is_terminal_polyfill",
|
2023-04-29 09:53:39 +01:00
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "1.0.8"
|
2023-04-29 09:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
|
2023-04-29 09:53:39 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "0.2.5"
|
2023-04-29 09:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb"
|
2023-04-29 09:53:39 +01:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "1.1.1"
|
2023-04-29 09:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a"
|
2023-04-29 09:53:39 +01:00
|
|
|
dependencies = [
|
2023-12-29 10:01:02 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-04-29 09:53:39 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "3.0.4"
|
2023-04-29 09:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
|
2023-04-29 09:53:39 +01:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
2023-12-29 10:01:02 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-04-29 09:53:39 +01:00
|
|
|
]
|
|
|
|
|
2023-01-19 18:18:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "1.0.89"
|
2023-01-19 18:18:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6"
|
2023-01-19 18:18:15 +00:00
|
|
|
|
2024-04-20 16:19:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "arbitrary"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
|
|
|
|
dependencies = [
|
|
|
|
"derive_arbitrary",
|
|
|
|
]
|
|
|
|
|
2023-03-09 11:17:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.3.9"
|
2023-03-09 11:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
|
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"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.7.6"
|
2023-03-09 11:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
|
2023-03-09 11:17:25 +00:00
|
|
|
|
2024-03-11 18:11:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-channel"
|
2024-06-01 20:50:33 +01:00
|
|
|
version = "2.3.1"
|
2024-03-11 18:11:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 20:50:33 +01:00
|
|
|
checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
|
2024-03-11 18:11:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
2024-06-01 20:50:33 +01:00
|
|
|
"event-listener-strategy",
|
2024-03-11 18:11:14 +00:00
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2023-05-19 16:01:59 +01:00
|
|
|
[[package]]
|
|
|
|
name = "async-compression"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.4.13"
|
2023-05-19 16:01:59 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "7e614738943d3f68c628ae3dbce7c3daffb196665f82f8c8ea6b65de73c79429"
|
2023-05-19 16:01:59 +01:00
|
|
|
dependencies = [
|
|
|
|
"brotli",
|
|
|
|
"flate2",
|
|
|
|
"futures-core",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2024-03-11 18:11:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-executor"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "1.13.1"
|
2024-03-11 18:11:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
|
2024-03-11 18:11:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-task",
|
|
|
|
"concurrent-queue",
|
|
|
|
"fastrand",
|
|
|
|
"futures-lite",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
2024-06-05 15:45:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "async-fs"
|
|
|
|
version = "2.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
|
|
|
|
dependencies = [
|
|
|
|
"async-lock",
|
|
|
|
"blocking",
|
|
|
|
"futures-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-io"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "2.3.4"
|
2024-06-05 15:45:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "444b0228950ee6501b3568d3c93bf1176a1fdbc3b758dcd9475046d30f4dc7e8"
|
2024-06-05 15:45:53 +01:00
|
|
|
dependencies = [
|
|
|
|
"async-lock",
|
|
|
|
"cfg-if",
|
|
|
|
"concurrent-queue",
|
|
|
|
"futures-io",
|
|
|
|
"futures-lite",
|
|
|
|
"parking",
|
|
|
|
"polling",
|
|
|
|
"rustix",
|
|
|
|
"slab",
|
|
|
|
"tracing",
|
2024-10-07 18:33:59 +01:00
|
|
|
"windows-sys 0.59.0",
|
2024-06-05 15:45:53 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-lock"
|
|
|
|
version = "3.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
|
|
|
|
dependencies = [
|
|
|
|
"event-listener 5.3.1",
|
|
|
|
"event-listener-strategy",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2024-03-11 18:11:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-task"
|
2024-05-12 12:52:02 +01:00
|
|
|
version = "4.7.1"
|
2024-03-11 18:11:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-12 12:52:02 +01:00
|
|
|
checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
|
2024-03-11 18:11:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atomic-waker"
|
|
|
|
version = "1.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "1.4.0"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
2023-01-19 01:47:14 +00:00
|
|
|
|
2023-06-28 11:20:38 +01:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.3.74"
|
2023-06-28 11:20:38 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
|
2023-06-28 11:20:38 +01:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2023-07-07 07:52:57 +01:00
|
|
|
"miniz_oxide",
|
2023-06-28 11:20:38 +01:00
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
2024-10-07 18:33:59 +01:00
|
|
|
"windows-targets 0.52.6",
|
2023-06-28 11:20:38 +01:00
|
|
|
]
|
|
|
|
|
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"
|
2024-01-14 12:39:08 +00:00
|
|
|
version = "0.21.7"
|
2023-01-19 18:18:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-14 12:39:08 +00:00
|
|
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
2023-01-19 18:18:15 +00:00
|
|
|
|
2024-08-10 11:47:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.22.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
|
|
|
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-07-07 07:52:57 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "2.6.0"
|
2023-07-07 07:52:57 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
2023-07-07 07:52:57 +01:00
|
|
|
|
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"
|
2024-06-23 11:57:16 +01:00
|
|
|
version = "1.5.0"
|
2023-03-09 11:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 11:57:16 +01:00
|
|
|
checksum = "0231f06152bf547e9c2b5194f247cd97aacf6dcd8b15d8e5ec0663f64580da87"
|
2023-03-09 11:17:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
2024-10-07 18:33:59 +01:00
|
|
|
"arrayvec 0.7.6",
|
2023-03-09 11:17:25 +00:00
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
2024-10-07 18:33:59 +01:00
|
|
|
"constant_time_eq 0.3.1",
|
2024-06-05 15:30:50 +01:00
|
|
|
"digest",
|
2023-03-09 11:17:25 +00:00
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2024-03-11 18:11:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "blocking"
|
2024-06-01 20:50:33 +01:00
|
|
|
version = "1.6.1"
|
2024-03-11 18:11:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 20:50:33 +01:00
|
|
|
checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
|
2024-03-11 18:11:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-channel",
|
|
|
|
"async-task",
|
|
|
|
"futures-io",
|
|
|
|
"futures-lite",
|
|
|
|
"piper",
|
|
|
|
]
|
|
|
|
|
2023-05-19 16:01:59 +01:00
|
|
|
[[package]]
|
|
|
|
name = "brotli"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "7.0.0"
|
2023-05-19 16:01:59 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "cc97b8f16f944bba54f0433f07e30be199b6dc2bd25937444bbad560bcea29bd"
|
2023-05-19 16:01:59 +01:00
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
"brotli-decompressor",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "brotli-decompressor"
|
2024-06-01 20:50:33 +01:00
|
|
|
version = "4.0.1"
|
2023-05-19 16:01:59 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 20:50:33 +01:00
|
|
|
checksum = "9a45bd2e4095a8b518033b128020dd4a55aab1c0a381ba4404a472630f4bc362"
|
2023-05-19 16:01:59 +01:00
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
]
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bstr"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "1.10.0"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c"
|
2023-01-19 01:47:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
2024-10-07 18:33:59 +01:00
|
|
|
"regex-automata 0.4.8",
|
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"
|
2024-04-11 12:42:21 +01:00
|
|
|
version = "3.16.0"
|
2023-01-19 18:18:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-11 12:42:21 +01:00
|
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
2023-01-19 18:18:15 +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"
|
2023-10-06 03:48:26 +01:00
|
|
|
version = "1.5.0"
|
2023-02-11 14:09:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-06 03:48:26 +01:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2023-02-11 14:09:06 +00:00
|
|
|
|
2023-02-03 19:15:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "1.7.2"
|
2023-02-03 19:15:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3"
|
2023-02-03 19:15:20 +00:00
|
|
|
|
2024-04-20 16:19:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bzip2"
|
|
|
|
version = "0.4.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
|
|
|
|
dependencies = [
|
|
|
|
"bzip2-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bzip2-sys"
|
|
|
|
version = "0.1.11+1.0.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "1.1.28"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "2e80e3b6a3ab07840e1cae9b0666a63970dc28e8ed5ffbcdacbfc760c281bfc1"
|
2024-04-20 16:19:08 +01:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
|
|
|
"libc",
|
2024-10-07 18:33:59 +01:00
|
|
|
"shlex",
|
2024-04-20 16:19:08 +01:00
|
|
|
]
|
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"
|
|
|
|
|
2024-03-11 18:17:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg_aliases"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
|
|
|
|
|
2023-09-11 18:52:07 +01:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2024-05-12 16:57:39 +01:00
|
|
|
version = "0.4.38"
|
2023-09-11 18:52:07 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-12 16:57:39 +01:00
|
|
|
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
|
2023-09-11 18:52:07 +01:00
|
|
|
dependencies = [
|
|
|
|
"android-tzdata",
|
|
|
|
"iana-time-zone",
|
|
|
|
"js-sys",
|
|
|
|
"num-traits",
|
|
|
|
"wasm-bindgen",
|
2024-08-10 11:47:36 +01:00
|
|
|
"windows-targets 0.52.6",
|
2023-09-11 18:52:07 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chrono_lc"
|
2024-06-01 20:50:33 +01:00
|
|
|
version = "0.1.7"
|
2023-09-11 18:52:07 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 20:50:33 +01:00
|
|
|
checksum = "568e485d6ad62f607516ebb0820ae8cc46361b0870aeb46eb8232440a00b2eb6"
|
2023-09-11 18:52:07 +01:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"lazy_static",
|
|
|
|
"num-integer",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2024-04-20 16:19:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cipher"
|
|
|
|
version = "0.4.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
|
|
|
|
dependencies = [
|
|
|
|
"crypto-common",
|
|
|
|
"inout",
|
|
|
|
]
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "4.5.19"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "7be5744db7978a28d9df86a214130d106a89ce49644cbc4e3f0c22c3fba30615"
|
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",
|
2023-04-29 09:53:39 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "4.5.19"
|
2023-04-29 09:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "a5fbc17d3ef8278f55b282b2a2e75ae6f6c7d4bb70ed3d0382375104bfafdb4b"
|
2023-04-29 09:53:39 +01:00
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
|
|
|
"clap_lex",
|
2023-08-07 22:18:21 +01:00
|
|
|
"strsim",
|
2023-01-19 01:47:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "4.5.18"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
|
2023-01-19 01:47:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-10-07 18:33:59 +01:00
|
|
|
"syn 2.0.79",
|
2023-01-19 01:47:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "0.7.2"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
|
2023-04-29 09:53:39 +01:00
|
|
|
|
2023-08-16 16:05:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "clipboard-win"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "5.4.0"
|
2023-08-16 16:05:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "15efe7a882b08f34e38556b14f2fb3daa98769d06c7f0c1b076dfd0d983bc892"
|
2023-08-16 16:05:53 +01:00
|
|
|
dependencies = [
|
|
|
|
"error-code",
|
|
|
|
]
|
|
|
|
|
2024-04-20 16:19:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cmake"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.1.51"
|
2024-04-20 16:19:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "fb1e43aa7fd152b1f968787f7dbcdeb306d1867ff373c69955211876c053f91a"
|
2024-04-20 16:19:08 +01:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2023-04-29 09:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "colorchoice"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "1.0.2"
|
2023-04-29 09:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
|
2023-01-19 01:47:14 +00:00
|
|
|
|
2024-03-11 18:11:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "concurrent-queue"
|
2024-05-12 12:52:02 +01:00
|
|
|
version = "2.5.0"
|
2024-03-11 18:11:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-12 12:52:02 +01:00
|
|
|
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
|
2024-03-11 18:11:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2023-02-06 05:13:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "console"
|
2024-01-14 12:39:08 +00:00
|
|
|
version = "0.15.8"
|
2023-02-06 05:13:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-14 12:39:08 +00:00
|
|
|
checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
|
2023-02-06 05:13:12 +00:00
|
|
|
dependencies = [
|
|
|
|
"encode_unicode",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"unicode-width",
|
2024-01-14 12:39:08 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-02-06 05:13:12 +00:00
|
|
|
]
|
|
|
|
|
2023-03-22 19:20:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "const_fn"
|
2024-05-12 12:52:02 +01:00
|
|
|
version = "0.4.10"
|
2023-03-22 19:20:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-12 12:52:02 +01:00
|
|
|
checksum = "373e9fafaa20882876db20562275ff58d50e0caa2590077fe7ce7bef90211d0d"
|
2023-03-22 19:20:43 +00:00
|
|
|
|
|
|
|
[[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"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.3.1"
|
2023-03-09 11:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
|
2023-03-09 11:17:25 +00:00
|
|
|
|
2024-03-11 18:11:14 +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-10-04 15:02:17 +01:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2023-12-29 10:01:02 +00:00
|
|
|
version = "0.9.4"
|
2023-10-04 15:02:17 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-29 10:01:02 +00:00
|
|
|
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
2023-10-04 15:02:17 +01:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-09-11 18:52:07 +01:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.8.7"
|
2023-09-11 18:52:07 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
2023-09-11 18:52:07 +01:00
|
|
|
|
2023-02-11 14:09:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.2.14"
|
2023-02-11 14:09:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0"
|
2023-02-11 14:09:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2024-04-20 16:19:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crc"
|
|
|
|
version = "3.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
|
|
|
|
dependencies = [
|
|
|
|
"crc-catalog",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crc-catalog"
|
|
|
|
version = "2.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
|
|
|
|
|
2023-05-19 16:01:59 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2024-06-01 20:50:33 +01:00
|
|
|
version = "1.4.2"
|
2023-05-19 16:01:59 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 20:50:33 +01:00
|
|
|
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
2023-05-19 16:01:59 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2023-02-14 20:14:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2024-06-01 20:50:33 +01:00
|
|
|
version = "0.8.20"
|
2023-02-14 20:14:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 20:50:33 +01:00
|
|
|
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
|
2023-02-14 20:14:50 +00:00
|
|
|
|
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"
|
2024-05-12 12:52:02 +01:00
|
|
|
version = "2.6.0"
|
2023-06-08 11:23:33 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-12 12:52:02 +01:00
|
|
|
checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
|
2023-06-08 11:23:33 +01:00
|
|
|
|
2024-04-20 16:19:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "deflate64"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "0.1.9"
|
2024-04-20 16:19:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
|
2024-04-20 16:19:08 +01:00
|
|
|
|
2023-08-07 22:20:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "deranged"
|
2024-01-14 12:39:08 +00:00
|
|
|
version = "0.3.11"
|
2023-08-07 22:20:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-14 12:39:08 +00:00
|
|
|
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
2023-10-21 10:32:11 +01:00
|
|
|
dependencies = [
|
|
|
|
"powerfmt",
|
|
|
|
]
|
2023-08-07 22:20:53 +01:00
|
|
|
|
2024-04-20 16:19:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "derive_arbitrary"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-10-07 18:33:59 +01:00
|
|
|
"syn 2.0.79",
|
2024-04-20 16:19:08 +01:00
|
|
|
]
|
|
|
|
|
2024-03-11 18:11:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "derive_more"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "0.99.18"
|
2024-03-11 18:11:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
|
2024-03-11 18:11:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"convert_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-10-07 18:33:59 +01:00
|
|
|
"rustc_version 0.4.1",
|
|
|
|
"syn 2.0.79",
|
2024-03-11 18:11:14 +00:00
|
|
|
]
|
|
|
|
|
2023-02-06 17:59:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dialoguer"
|
2023-10-06 03:48:26 +01:00
|
|
|
version = "0.11.0"
|
2023-02-06 17:59:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-06 03:48:26 +01:00
|
|
|
checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
|
2023-02-06 17:59:48 +00:00
|
|
|
dependencies = [
|
|
|
|
"console",
|
|
|
|
"shell-words",
|
|
|
|
"tempfile",
|
2023-10-06 03:48:26 +01:00
|
|
|
"thiserror",
|
2023-02-06 17:59:48 +00:00
|
|
|
"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",
|
2024-04-20 16:19:08 +01: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",
|
2024-10-07 18:33:59 +01:00
|
|
|
"redox_users 0.4.6",
|
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"
|
|
|
|
|
2024-05-12 12:52:02 +01:00
|
|
|
[[package]]
|
|
|
|
name = "displaydoc"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "0.2.5"
|
2024-05-12 12:52:02 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
2024-05-12 12:52:02 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-10-07 18:33:59 +01:00
|
|
|
"syn 2.0.79",
|
2024-05-12 12:52:02 +01:00
|
|
|
]
|
|
|
|
|
2023-02-22 22:21:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dunce"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "1.0.5"
|
2023-02-22 22:21:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
|
2023-02-22 22:21:37 +00:00
|
|
|
|
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"
|
2024-04-15 22:28:51 +01:00
|
|
|
version = "0.8.34"
|
2023-02-03 19:40:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-15 22:28:51 +01:00
|
|
|
checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
|
2023-02-03 19:40:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2023-08-16 16:05:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "endian-type"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d"
|
|
|
|
|
2023-06-28 11:20:38 +01:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
2023-07-20 10:07:44 +01:00
|
|
|
version = "1.0.1"
|
2023-06-28 11:20:38 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-20 10:07:44 +01:00
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
2023-06-28 11:20:38 +01:00
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "erased-serde"
|
2024-06-01 20:50:33 +01:00
|
|
|
version = "0.4.5"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 20:50:33 +01:00
|
|
|
checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
|
2023-01-19 01:47:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
2024-06-01 20:50:33 +01:00
|
|
|
"typeid",
|
2023-01-19 01:47:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2024-05-12 12:52:02 +01:00
|
|
|
version = "0.3.9"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-12 12:52:02 +01:00
|
|
|
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
|
2023-01-19 01:47:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-12-29 10:01:02 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-01-19 01:47:14 +00:00
|
|
|
]
|
|
|
|
|
2023-08-16 16:05:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "error-code"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "3.3.1"
|
2023-08-16 16:05:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "a5d9305ccc6942a704f4335694ecd3de2ea531b114ac2d51f5f843750787a92f"
|
2023-08-16 16:05:53 +01:00
|
|
|
|
2024-03-11 18:11:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
|
|
|
version = "4.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e"
|
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
2024-06-01 20:50:33 +01:00
|
|
|
version = "5.3.1"
|
2024-03-11 18:11:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 20:50:33 +01:00
|
|
|
checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
|
2024-03-11 18:11:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "event-listener-strategy"
|
2024-05-12 12:52:02 +01:00
|
|
|
version = "0.5.2"
|
2024-03-11 18:11:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-12 12:52:02 +01:00
|
|
|
checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1"
|
2024-03-11 18:11:14 +00:00
|
|
|
dependencies = [
|
2024-06-01 20:50:33 +01:00
|
|
|
"event-listener 5.3.1",
|
2024-03-11 18:11:14 +00:00
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2023-02-06 17:59:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "2.1.1"
|
2023-02-06 17:59:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
|
2023-02-06 17:59:48 +00:00
|
|
|
|
2023-08-16 16:05:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "fd-lock"
|
2024-01-14 12:39:08 +00:00
|
|
|
version = "4.0.2"
|
2023-08-16 16:05:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-14 12:39:08 +00:00
|
|
|
checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947"
|
2023-08-16 16:05:53 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"rustix",
|
2024-01-14 12:39:08 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-08-16 16:05:53 +01:00
|
|
|
]
|
|
|
|
|
2023-05-19 16:01:59 +01:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "1.0.34"
|
2023-05-19 16:01:59 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0"
|
2023-05-19 16:01:59 +01:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
2024-04-20 16:19:08 +01:00
|
|
|
"libz-ng-sys",
|
2023-07-07 07:52:57 +01:00
|
|
|
"miniz_oxide",
|
2023-05-19 16:01:59 +01:00
|
|
|
]
|
|
|
|
|
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-12-29 10:01:02 +00:00
|
|
|
version = "1.2.1"
|
2023-01-19 18:18:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-29 10:01:02 +00:00
|
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
2023-01-19 18:18:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2023-02-03 19:40:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.3.31"
|
2023-02-03 19:40:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
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"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.3.31"
|
2023-01-19 18:18:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
2023-01-19 18:18:15 +00:00
|
|
|
|
2024-03-11 18:11:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.3.31"
|
2024-03-11 18:11:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
2024-03-11 18:11:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-lite"
|
2024-04-11 12:42:21 +01:00
|
|
|
version = "2.3.0"
|
2024-03-11 18:11:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-11 12:42:21 +01:00
|
|
|
checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
|
2024-03-11 18:11:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"fastrand",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.3.31"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
2023-01-19 01:47:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-10-07 18:33:59 +01:00
|
|
|
"syn 2.0.79",
|
2023-01-19 01:47:14 +00:00
|
|
|
]
|
|
|
|
|
2023-02-03 19:40:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.3.31"
|
2023-02-03 19:40:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
2023-02-03 19:40:06 +00:00
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.3.31"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
2023-01-19 01:47:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.3.31"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
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",
|
|
|
|
]
|
|
|
|
|
2024-06-05 15:45:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "generator"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.8.3"
|
2024-06-05 15:45:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "dbb949699c3e4df3a183b1d2142cb24277057055ed23c68ed58894f76c517223"
|
2024-06-05 15:45:53 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"rustversion",
|
|
|
|
"windows",
|
|
|
|
]
|
|
|
|
|
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"
|
2024-05-12 12:52:02 +01:00
|
|
|
version = "0.2.15"
|
2023-02-09 21:59:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-12 12:52:02 +01:00
|
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
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-06-28 11:20:38 +01:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.31.1"
|
2023-06-28 11:20:38 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
2023-06-28 11:20:38 +01:00
|
|
|
|
2023-03-10 10:07:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "glam"
|
2024-04-15 22:28:51 +01:00
|
|
|
version = "0.27.0"
|
2023-03-10 10:07:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-15 22:28:51 +01:00
|
|
|
checksum = "9e05e7e6723e3455f4818c7b26e855439f7546cf617ef669d1adedb8669e5cb9"
|
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"
|
2024-04-11 12:42:21 +01:00
|
|
|
version = "0.3.26"
|
2023-02-03 19:40:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-11 12:42:21 +01:00
|
|
|
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
|
2023-02-03 19:40:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
2024-03-11 18:17:23 +00:00
|
|
|
"http 0.2.12",
|
2024-03-11 18:11:14 +00:00
|
|
|
"indexmap",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.4.6"
|
2024-03-11 18:11:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205"
|
2024-03-11 18:11:14 +00:00
|
|
|
dependencies = [
|
2024-06-01 20:50:33 +01:00
|
|
|
"atomic-waker",
|
2024-03-11 18:11:14 +00:00
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
2024-03-11 18:17:23 +00:00
|
|
|
"http 1.1.0",
|
2023-12-29 10:01:02 +00:00
|
|
|
"indexmap",
|
2023-02-03 19:40:06 +00:00
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2023-01-27 00:36:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.15.0"
|
2023-06-28 11:20:38 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb"
|
2023-06-28 11:20:38 +01:00
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2024-04-11 12:42:21 +01:00
|
|
|
version = "0.5.0"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-11 12:42:21 +01:00
|
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
2023-01-19 01:47:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2024-03-11 18:17:23 +00:00
|
|
|
version = "0.3.9"
|
2023-02-04 00:27:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-11 18:17:23 +00:00
|
|
|
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
2023-02-04 00:27:56 +00:00
|
|
|
|
2024-08-10 11:47:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
|
|
|
|
|
2024-04-20 16:19:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
|
|
|
dependencies = [
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2023-08-16 16:05:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "home"
|
2023-12-29 10:01:02 +00:00
|
|
|
version = "0.5.9"
|
2023-08-16 16:05:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-29 10:01:02 +00:00
|
|
|
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
|
2023-08-16 16:05:53 +01:00
|
|
|
dependencies = [
|
2023-12-29 10:01:02 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-08-16 16:05:53 +01:00
|
|
|
]
|
|
|
|
|
2023-02-03 19:40:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2024-03-11 18:17:23 +00:00
|
|
|
version = "0.2.12"
|
2023-02-03 19:40:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-11 18:17:23 +00:00
|
|
|
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
|
2023-02-03 19:40:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"itoa",
|
|
|
|
]
|
|
|
|
|
2024-03-11 18:11:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2024-03-11 18:17:23 +00:00
|
|
|
version = "1.1.0"
|
2024-03-11 18:11:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-11 18:17:23 +00:00
|
|
|
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
|
2024-03-11 18:11:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"itoa",
|
|
|
|
]
|
|
|
|
|
2023-02-03 19:40:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2023-12-29 10:01:02 +00:00
|
|
|
version = "0.4.6"
|
2023-02-03 19:40:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-29 10:01:02 +00:00
|
|
|
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
|
2023-02-03 19:40:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2024-03-11 18:17:23 +00:00
|
|
|
"http 0.2.12",
|
2024-03-11 18:11:14 +00:00
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "1.0.1"
|
2024-03-11 18:11:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
2024-03-11 18:11:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2024-03-11 18:17:23 +00:00
|
|
|
"http 1.1.0",
|
2024-03-11 18:11:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body-util"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "0.1.2"
|
2024-03-11 18:11:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
|
2024-03-11 18:11:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2024-08-10 11:47:36 +01:00
|
|
|
"futures-util",
|
2024-03-11 18:17:23 +00:00
|
|
|
"http 1.1.0",
|
2024-08-10 11:47:36 +01:00
|
|
|
"http-body 1.0.1",
|
2023-02-03 19:40:06 +00:00
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "1.9.5"
|
2023-02-03 19:40:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
|
2023-02-03 19:40:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2023-08-22 21:02:02 +01:00
|
|
|
version = "1.0.3"
|
2023-02-03 19:40:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 21:02:02 +01:00
|
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
2023-02-03 19:40:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "0.14.30"
|
2023-02-03 19:40:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "a152ddd61dfaec7273fe8419ab357f33aee0d914c5f4efbf0d96fa749eea5ec9"
|
2023-02-03 19:40:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2024-04-11 12:42:21 +01:00
|
|
|
"h2 0.3.26",
|
2024-03-11 18:17:23 +00:00
|
|
|
"http 0.2.12",
|
2024-03-11 18:11:14 +00:00
|
|
|
"http-body 0.4.6",
|
2023-02-03 19:40:06 +00:00
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
|
|
|
"itoa",
|
|
|
|
"pin-project-lite",
|
2023-12-29 10:01:02 +00:00
|
|
|
"socket2",
|
2023-02-03 19:40:06 +00:00
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
2024-03-11 18:11:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "1.4.1"
|
2024-03-11 18:11:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05"
|
2024-03-11 18:11:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
2024-10-07 18:33:59 +01:00
|
|
|
"h2 0.4.6",
|
2024-03-11 18:17:23 +00:00
|
|
|
"http 1.1.0",
|
2024-08-10 11:47:36 +01:00
|
|
|
"http-body 1.0.1",
|
2024-03-11 18:11:14 +00:00
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
|
|
|
"itoa",
|
|
|
|
"pin-project-lite",
|
2024-03-11 18:17:23 +00:00
|
|
|
"smallvec",
|
2024-03-11 18:11:14 +00:00
|
|
|
"tokio",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
2023-06-12 11:20:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-rustls"
|
2023-10-29 20:32:07 +00:00
|
|
|
version = "0.24.2"
|
2023-06-12 11:20:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-29 20:32:07 +00:00
|
|
|
checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
|
2023-06-12 11:20:36 +01:00
|
|
|
dependencies = [
|
2023-07-07 07:52:57 +01:00
|
|
|
"futures-util",
|
2024-03-11 18:17:23 +00:00
|
|
|
"http 0.2.12",
|
2024-08-10 11:47:36 +01:00
|
|
|
"hyper 0.14.30",
|
2024-05-12 12:52:02 +01:00
|
|
|
"rustls 0.21.12",
|
2023-06-12 11:20:36 +01:00
|
|
|
"tokio",
|
2024-03-11 18:11:14 +00:00
|
|
|
"tokio-rustls 0.24.1",
|
2023-06-12 11:20:36 +01:00
|
|
|
]
|
|
|
|
|
2023-02-11 14:09:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-tungstenite"
|
2024-03-11 18:11:14 +00:00
|
|
|
version = "0.13.0"
|
2023-02-11 14:09:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-11 18:11:14 +00:00
|
|
|
checksum = "7a343d17fe7885302ed7252767dc7bb83609a874b6ff581142241ec4b73957ad"
|
2023-02-11 14:09:06 +00:00
|
|
|
dependencies = [
|
2024-03-11 18:11:14 +00:00
|
|
|
"http-body-util",
|
2024-08-10 11:47:36 +01:00
|
|
|
"hyper 1.4.1",
|
2024-03-11 18:11:14 +00:00
|
|
|
"hyper-util",
|
2023-08-04 19:32:07 +01:00
|
|
|
"pin-project-lite",
|
2023-02-11 14:09:06 +00:00
|
|
|
"tokio",
|
|
|
|
"tokio-tungstenite",
|
|
|
|
"tungstenite",
|
|
|
|
]
|
|
|
|
|
2024-03-11 18:11:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-util"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.1.9"
|
2024-03-11 18:11:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "41296eb09f183ac68eec06e03cdbea2e759633d4067b2f6552fc2e009bcad08b"
|
2024-03-11 18:11:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
2024-03-11 18:17:23 +00:00
|
|
|
"http 1.1.0",
|
2024-08-10 11:47:36 +01:00
|
|
|
"http-body 1.0.1",
|
|
|
|
"hyper 1.4.1",
|
2024-03-11 18:11:14 +00:00
|
|
|
"pin-project-lite",
|
|
|
|
"socket2",
|
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2023-09-11 18:52:07 +01:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.1.61"
|
2023-09-11 18:52:07 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
|
2023-09-11 18:52:07 +01:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"iana-time-zone-haiku",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2024-06-05 15:45:53 +01:00
|
|
|
"windows-core 0.52.0",
|
2023-09-11 18:52:07 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2023-01-19 18:18:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2023-12-29 10:01:02 +00:00
|
|
|
version = "0.5.0"
|
2023-01-19 18:18:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-29 10:01:02 +00:00
|
|
|
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
|
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"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "0.7.4"
|
2023-03-24 11:38:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "923d117408f1e49d914f1a379a309cffe4f18c05cf4e3d12e613a15fc81bd0dd"
|
2023-03-24 11:38:27 +00:00
|
|
|
dependencies = [
|
|
|
|
"glob",
|
|
|
|
"include_dir_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "include_dir_macros"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "0.7.4"
|
2023-03-24 11:38:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "7cab85a7ed0bd5f0e76d93846e0147172bed2e2d3f859bcc33a8d9699cad1a75"
|
2023-03-24 11:38:27 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
]
|
|
|
|
|
2023-01-27 00:36:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "2.6.0"
|
2023-06-28 11:20:38 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da"
|
2023-06-28 11:20:38 +01:00
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
2023-12-29 10:01:02 +00:00
|
|
|
"hashbrown",
|
2023-01-27 00:36:06 +00:00
|
|
|
]
|
|
|
|
|
2024-04-20 16:19:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "inout"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2023-02-03 19:40:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "2.10.1"
|
2023-02-03 19:40:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
|
2023-02-03 19:40:06 +00:00
|
|
|
|
2024-05-12 12:52:02 +01:00
|
|
|
[[package]]
|
|
|
|
name = "is_terminal_polyfill"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "1.70.1"
|
2024-05-12 12:52:02 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
|
2024-05-12 12:52:02 +01:00
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2024-04-11 12:42:21 +01:00
|
|
|
version = "1.0.11"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-11 12:42:21 +01:00
|
|
|
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
2023-01-19 01:47:14 +00:00
|
|
|
|
2024-04-20 16:19:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "0.1.32"
|
2024-04-20 16:19:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
|
2024-04-20 16:19:08 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-01-19 18:18:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.3.70"
|
2023-01-19 18:18:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
|
2023-01-19 18:18:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2024-06-05 15:30:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "keccak"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654"
|
|
|
|
dependencies = [
|
|
|
|
"cpufeatures",
|
|
|
|
]
|
|
|
|
|
2023-02-06 05:13:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "1.5.0"
|
2023-02-06 05:13:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
2023-02-06 05:13:12 +00:00
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.2.159"
|
2023-12-29 10:01:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5"
|
2023-12-29 10:01:02 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "0.8.5"
|
2023-12-29 10:01:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
|
2023-12-29 10:01:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2024-08-10 11:47:36 +01:00
|
|
|
"windows-targets 0.52.6",
|
2023-12-29 10:01:02 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libredox"
|
2024-04-11 12:42:21 +01:00
|
|
|
version = "0.1.3"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-11 12:42:21 +01:00
|
|
|
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
|
2023-12-29 10:01:02 +00:00
|
|
|
dependencies = [
|
2024-08-10 11:47:36 +01:00
|
|
|
"bitflags 2.6.0",
|
2023-12-29 10:01:02 +00:00
|
|
|
"libc",
|
|
|
|
]
|
2023-01-19 01:47:14 +00:00
|
|
|
|
2024-04-20 16:19:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "libz-ng-sys"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "1.1.16"
|
2024-04-20 16:19:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "4436751a01da56f1277f323c80d584ffad94a3d14aecd959dd0dff75aa73a438"
|
2024-04-20 16:19:08 +01:00
|
|
|
dependencies = [
|
|
|
|
"cmake",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-07-07 07:52:57 +01:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2024-06-01 20:50:33 +01:00
|
|
|
version = "0.4.14"
|
2023-07-07 07:52:57 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 20:50:33 +01:00
|
|
|
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
|
2023-07-07 07:52:57 +01:00
|
|
|
|
2023-02-03 19:15:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2024-05-12 12:52:02 +01:00
|
|
|
version = "0.4.12"
|
2023-02-03 19:15:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-12 12:52:02 +01:00
|
|
|
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
2023-02-03 19:15:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2024-06-01 20:50:33 +01:00
|
|
|
[[package]]
|
|
|
|
name = "lockfree-object-pool"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9374ef4228402d4b7e403e5838cb880d9ee663314b0a900d5a6aabf0c213552e"
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "0.4.22"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
2023-01-19 01:47:14 +00:00
|
|
|
|
2024-06-05 15:45:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "loom"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"generator",
|
|
|
|
"scoped-tls",
|
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
|
|
|
]
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "luau0-src"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.10.3+luau640"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "2f39d12b514a676c943990cfbe6200fedcb9c293c8c9219d29be512a6969be92"
|
2023-01-19 01:47:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lune"
|
2024-10-07 18:34:55 +01:00
|
|
|
version = "0.8.9"
|
2023-01-19 01:47:14 +00:00
|
|
|
dependencies = [
|
2023-01-19 18:18:15 +00:00
|
|
|
"anyhow",
|
2023-08-07 22:18:21 +01:00
|
|
|
"clap",
|
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-11 14:09:06 +00:00
|
|
|
"futures-util",
|
2023-07-20 08:47:00 +01:00
|
|
|
"include_dir",
|
2024-05-12 12:30:32 +01:00
|
|
|
"lune-roblox",
|
|
|
|
"lune-std",
|
|
|
|
"lune-utils",
|
2023-01-19 01:47:14 +00:00
|
|
|
"mlua",
|
2024-03-11 18:11:14 +00:00
|
|
|
"mlua-luau-scheduler",
|
2023-03-25 16:37:12 +00:00
|
|
|
"once_cell",
|
2024-05-12 12:30:32 +01:00
|
|
|
"reqwest",
|
|
|
|
"rustyline",
|
2024-06-05 17:50:23 +01:00
|
|
|
"self_cell",
|
2024-05-12 12:30:32 +01:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
|
|
|
"zip_next",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lune-roblox"
|
2024-08-22 20:30:36 +01:00
|
|
|
version = "0.1.4"
|
2024-05-12 12:30:32 +01:00
|
|
|
dependencies = [
|
|
|
|
"glam",
|
|
|
|
"lune-utils",
|
|
|
|
"mlua",
|
|
|
|
"once_cell",
|
2023-07-20 08:47:00 +01:00
|
|
|
"rand",
|
|
|
|
"rbx_binary",
|
|
|
|
"rbx_dom_weak",
|
|
|
|
"rbx_reflection",
|
|
|
|
"rbx_reflection_database",
|
|
|
|
"rbx_xml",
|
2024-05-12 12:30:32 +01:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lune-std"
|
2024-08-22 20:30:36 +01:00
|
|
|
version = "0.1.5"
|
2024-05-12 12:30:32 +01:00
|
|
|
dependencies = [
|
|
|
|
"lune-std-datetime",
|
|
|
|
"lune-std-fs",
|
|
|
|
"lune-std-luau",
|
|
|
|
"lune-std-net",
|
|
|
|
"lune-std-process",
|
|
|
|
"lune-std-regex",
|
|
|
|
"lune-std-roblox",
|
|
|
|
"lune-std-serde",
|
|
|
|
"lune-std-stdio",
|
|
|
|
"lune-std-task",
|
|
|
|
"lune-utils",
|
|
|
|
"mlua",
|
|
|
|
"mlua-luau-scheduler",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lune-std-datetime"
|
2024-08-10 12:07:56 +01:00
|
|
|
version = "0.1.3"
|
2024-05-12 12:30:32 +01:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"chrono_lc",
|
|
|
|
"lune-utils",
|
|
|
|
"mlua",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lune-std-fs"
|
2024-08-10 12:07:56 +01:00
|
|
|
version = "0.1.2"
|
2024-05-12 12:30:32 +01:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"lune-std-datetime",
|
|
|
|
"lune-utils",
|
|
|
|
"mlua",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lune-std-luau"
|
2024-08-10 12:07:56 +01:00
|
|
|
version = "0.1.2"
|
2024-05-12 12:30:32 +01:00
|
|
|
dependencies = [
|
|
|
|
"lune-utils",
|
|
|
|
"mlua",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lune-std-net"
|
2024-08-10 12:07:56 +01:00
|
|
|
version = "0.1.2"
|
2024-05-12 12:30:32 +01:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"futures-util",
|
|
|
|
"http 1.1.0",
|
|
|
|
"http-body-util",
|
2024-08-10 11:47:36 +01:00
|
|
|
"hyper 1.4.1",
|
2024-05-12 12:30:32 +01:00
|
|
|
"hyper-tungstenite",
|
|
|
|
"hyper-util",
|
|
|
|
"lune-std-serde",
|
|
|
|
"lune-utils",
|
|
|
|
"mlua",
|
|
|
|
"mlua-luau-scheduler",
|
2023-02-06 00:13:58 +00:00
|
|
|
"reqwest",
|
2024-05-12 12:30:32 +01:00
|
|
|
"tokio",
|
|
|
|
"tokio-tungstenite",
|
|
|
|
"urlencoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lune-std-process"
|
2024-08-10 12:07:56 +01:00
|
|
|
version = "0.1.3"
|
2024-05-12 12:30:32 +01:00
|
|
|
dependencies = [
|
|
|
|
"directories",
|
|
|
|
"lune-utils",
|
|
|
|
"mlua",
|
|
|
|
"mlua-luau-scheduler",
|
|
|
|
"os_str_bytes",
|
|
|
|
"pin-project",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lune-std-regex"
|
2024-08-10 12:07:56 +01:00
|
|
|
version = "0.1.2"
|
2024-05-12 12:30:32 +01:00
|
|
|
dependencies = [
|
|
|
|
"lune-utils",
|
|
|
|
"mlua",
|
|
|
|
"regex",
|
2024-04-20 21:47:27 +01:00
|
|
|
"self_cell",
|
2024-05-12 12:30:32 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lune-std-roblox"
|
2024-08-22 20:30:36 +01:00
|
|
|
version = "0.1.4"
|
2024-05-12 12:30:32 +01:00
|
|
|
dependencies = [
|
|
|
|
"lune-roblox",
|
|
|
|
"lune-utils",
|
|
|
|
"mlua",
|
|
|
|
"mlua-luau-scheduler",
|
|
|
|
"once_cell",
|
|
|
|
"rbx_cookie",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lune-std-serde"
|
2024-08-10 12:07:56 +01:00
|
|
|
version = "0.1.2"
|
2024-05-12 12:30:32 +01:00
|
|
|
dependencies = [
|
|
|
|
"async-compression",
|
2024-06-05 15:30:50 +01:00
|
|
|
"blake3",
|
2024-05-12 12:30:32 +01:00
|
|
|
"bstr",
|
2024-06-05 15:30:50 +01:00
|
|
|
"digest",
|
|
|
|
"hmac",
|
2024-05-12 12:30:32 +01:00
|
|
|
"lune-utils",
|
|
|
|
"lz4",
|
2024-06-05 15:30:50 +01:00
|
|
|
"md-5",
|
2024-05-12 12:30:32 +01:00
|
|
|
"mlua",
|
2023-02-06 00:13:58 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-02-24 16:44:09 +00:00
|
|
|
"serde_yaml",
|
2024-06-05 15:30:50 +01:00
|
|
|
"sha1 0.10.6",
|
|
|
|
"sha2",
|
|
|
|
"sha3",
|
2023-02-06 00:13:58 +00:00
|
|
|
"tokio",
|
2023-02-25 12:41:50 +00:00
|
|
|
"toml",
|
2024-05-12 12:30:32 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lune-std-stdio"
|
2024-08-10 12:07:56 +01:00
|
|
|
version = "0.1.2"
|
2024-05-12 12:30:32 +01:00
|
|
|
dependencies = [
|
|
|
|
"dialoguer",
|
|
|
|
"lune-utils",
|
|
|
|
"mlua",
|
|
|
|
"mlua-luau-scheduler",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lune-std-task"
|
2024-08-10 12:07:56 +01:00
|
|
|
version = "0.1.2"
|
2024-05-12 12:30:32 +01:00
|
|
|
dependencies = [
|
|
|
|
"lune-utils",
|
|
|
|
"mlua",
|
|
|
|
"mlua-luau-scheduler",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lune-utils"
|
2024-08-10 12:07:56 +01:00
|
|
|
version = "0.1.3"
|
2024-05-12 12:30:32 +01:00
|
|
|
dependencies = [
|
|
|
|
"console",
|
|
|
|
"dunce",
|
|
|
|
"mlua",
|
|
|
|
"once_cell",
|
|
|
|
"path-clean",
|
|
|
|
"pathdiff",
|
|
|
|
"tokio",
|
2023-02-06 00:13:58 +00:00
|
|
|
]
|
|
|
|
|
2023-03-09 11:17:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lz4"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "1.28.0"
|
2023-03-09 11:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "4d1febb2b4a79ddd1980eede06a8f7902197960aa0383ffcfdd62fe723036725"
|
2023-03-09 11:17:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"lz4-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lz4-sys"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "1.11.1+lz4-1.10.0"
|
2023-03-09 11:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "6bd8c0d6c6ed0cd30b3652886bb8711dc4bb01d637a68105a3d5158039b418e6"
|
2023-03-09 11:17:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2024-04-20 16:19:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "lzma-rs"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "297e814c836ae64db86b36cf2a557ba54368d03f6afcd7d947c266692f71115e"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder 1.5.0",
|
|
|
|
"crc",
|
|
|
|
]
|
|
|
|
|
2023-08-22 16:47:09 +01:00
|
|
|
[[package]]
|
|
|
|
name = "matchers"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
|
|
|
dependencies = [
|
|
|
|
"regex-automata 0.1.10",
|
|
|
|
]
|
|
|
|
|
2024-06-05 15:30:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "md-5"
|
|
|
|
version = "0.10.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "2.7.4"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
2023-01-19 01:47:14 +00:00
|
|
|
|
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"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.8.0"
|
2023-05-19 16:01:59 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
|
2023-05-19 16:01:59 +01:00
|
|
|
dependencies = [
|
2024-10-07 18:33:59 +01:00
|
|
|
"adler2",
|
2023-05-19 16:01:59 +01:00
|
|
|
]
|
|
|
|
|
2023-02-03 19:15:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "1.0.2"
|
2023-02-03 19:15:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
|
2023-02-03 19:15:20 +00:00
|
|
|
dependencies = [
|
2024-08-10 11:47:36 +01:00
|
|
|
"hermit-abi 0.3.9",
|
2023-02-03 19:15:20 +00:00
|
|
|
"libc",
|
2023-03-22 19:20:43 +00:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2024-08-10 11:47:36 +01:00
|
|
|
"windows-sys 0.52.0",
|
2023-02-03 19:15:20 +00:00
|
|
|
]
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mlua"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "0.9.9"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "d111deb18a9c9bd33e1541309f4742523bfab01d276bfa9a27519f6de9c11dc7"
|
2023-01-19 01:47:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"erased-serde",
|
2024-03-11 18:11:14 +00:00
|
|
|
"futures-util",
|
2023-12-29 10:01:02 +00:00
|
|
|
"libloading",
|
2023-06-08 13:25:44 +01:00
|
|
|
"mlua-sys",
|
2023-01-19 01:47:14 +00:00
|
|
|
"num-traits",
|
|
|
|
"once_cell",
|
2024-08-10 11:47:36 +01:00
|
|
|
"rustc-hash 2.0.0",
|
2023-01-19 01:47:14 +00:00
|
|
|
"serde",
|
2023-06-08 13:25:44 +01:00
|
|
|
"serde-value",
|
|
|
|
]
|
|
|
|
|
2024-03-11 18:11:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mlua-luau-scheduler"
|
|
|
|
version = "0.0.2"
|
|
|
|
dependencies = [
|
|
|
|
"async-executor",
|
2024-06-05 15:45:53 +01:00
|
|
|
"async-fs",
|
|
|
|
"async-io",
|
2024-03-11 18:11:14 +00:00
|
|
|
"blocking",
|
|
|
|
"concurrent-queue",
|
|
|
|
"derive_more",
|
|
|
|
"event-listener 4.0.3",
|
|
|
|
"futures-lite",
|
|
|
|
"mlua",
|
2024-08-10 11:47:36 +01:00
|
|
|
"rustc-hash 1.1.0",
|
2024-03-11 18:11:14 +00:00
|
|
|
"tracing",
|
2024-06-05 15:45:53 +01:00
|
|
|
"tracing-subscriber",
|
|
|
|
"tracing-tracy",
|
2024-03-11 18:11:14 +00:00
|
|
|
]
|
|
|
|
|
2023-06-08 13:25:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "mlua-sys"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.6.3"
|
2023-06-08 13:25:44 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "ebe026d6bd1583a9cf9080e189030ddaea7e6f5f0deb366a8e26f8a26c4135b8"
|
2023-06-08 13:25:44 +01:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"luau0-src",
|
|
|
|
"pkg-config",
|
2023-01-19 01:47:14 +00:00
|
|
|
]
|
|
|
|
|
2023-08-16 16:05:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "nibble_vec"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43"
|
|
|
|
dependencies = [
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2024-03-11 18:17:23 +00:00
|
|
|
version = "0.28.0"
|
2023-08-16 16:05:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-11 18:17:23 +00:00
|
|
|
checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
|
2023-08-16 16:05:53 +01:00
|
|
|
dependencies = [
|
2024-08-10 11:47:36 +01:00
|
|
|
"bitflags 2.6.0",
|
2023-08-16 16:05:53 +01:00
|
|
|
"cfg-if",
|
2024-03-11 18:17:23 +00:00
|
|
|
"cfg_aliases",
|
2023-08-16 16:05:53 +01:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-08-22 15:43:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "nu-ansi-term"
|
|
|
|
version = "0.46.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
|
|
|
dependencies = [
|
|
|
|
"overload",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2024-03-11 18:11:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-conv"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
|
|
|
2023-09-11 18:52:07 +01:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2024-03-11 18:11:14 +00:00
|
|
|
version = "0.1.46"
|
2023-09-11 18:52:07 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-11 18:11:14 +00:00
|
|
|
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
2023-09-11 18:52:07 +01:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2024-05-12 12:52:02 +01:00
|
|
|
version = "0.2.19"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-12 12:52:02 +01:00
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
2023-01-19 01:47:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2024-06-01 20:50:33 +01:00
|
|
|
[[package]]
|
|
|
|
name = "num_enum"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "0.7.3"
|
2024-06-01 20:50:33 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
|
2024-06-01 20:50:33 +01:00
|
|
|
dependencies = [
|
|
|
|
"num_enum_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_enum_derive"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "0.7.3"
|
2024-06-01 20:50:33 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
|
2024-06-01 20:50:33 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro-crate",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-10-07 18:33:59 +01:00
|
|
|
"syn 2.0.79",
|
2024-06-01 20:50:33 +01:00
|
|
|
]
|
|
|
|
|
2023-06-28 11:20:38 +01:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.36.5"
|
2023-06-28 11:20:38 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
|
2023-06-28 11:20:38 +01:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "1.20.2"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
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"
|
2023-10-21 10:32:11 +01:00
|
|
|
version = "2.10.1"
|
2023-06-08 13:25:44 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-21 10:32:11 +01:00
|
|
|
checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
|
2023-06-08 13:25:44 +01:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "os_str_bytes"
|
2024-03-11 18:11:14 +00:00
|
|
|
version = "7.0.0"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-11 18:11:14 +00:00
|
|
|
checksum = "7ac44c994af577c799b1b4bd80dc214701e349873ad894d6cdf96f4f7526e0b9"
|
2023-01-20 20:21:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
2023-01-19 01:47:14 +00:00
|
|
|
|
2023-08-22 15:43:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "overload"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
|
|
|
2024-03-11 18:11:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "2.2.1"
|
2024-03-11 18:11:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
|
2024-03-11 18:11:14 +00:00
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
2023-02-03 19:15:20 +00:00
|
|
|
name = "parking_lot"
|
2024-06-01 20:50:33 +01:00
|
|
|
version = "0.12.3"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 20:50:33 +01:00
|
|
|
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
2023-02-03 19:15:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2024-05-12 12:52:02 +01:00
|
|
|
version = "0.9.10"
|
2023-02-03 19:15:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-12 12:52:02 +01:00
|
|
|
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
2023-02-03 19:15:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2024-10-07 18:33:59 +01:00
|
|
|
"redox_syscall 0.5.7",
|
2023-02-03 19:15:20 +00:00
|
|
|
"smallvec",
|
2024-08-10 11:47:36 +01:00
|
|
|
"windows-targets 0.52.6",
|
2023-01-27 00:36:06 +00:00
|
|
|
]
|
|
|
|
|
2023-03-09 11:17:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2024-05-12 12:52:02 +01:00
|
|
|
version = "1.0.15"
|
2023-03-09 11:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-12 12:52:02 +01:00
|
|
|
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
2023-03-09 11:17:25 +00:00
|
|
|
|
2023-08-19 21:31:17 +01:00
|
|
|
[[package]]
|
|
|
|
name = "path-clean"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "17359afc20d7ab31fdb42bb844c8b3bb1dabd7dcf7e68428492da7f16966fcef"
|
|
|
|
|
2023-01-19 18:18:15 +00:00
|
|
|
[[package]]
|
2024-01-14 12:33:15 +00:00
|
|
|
name = "pathdiff"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
|
|
|
|
|
2024-04-20 16:19:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pbkdf2"
|
|
|
|
version = "0.12.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
|
|
|
|
dependencies = [
|
|
|
|
"digest",
|
|
|
|
"hmac",
|
|
|
|
]
|
|
|
|
|
2024-01-14 12:33:15 +00:00
|
|
|
[[package]]
|
2023-01-19 18:18:15 +00:00
|
|
|
name = "percent-encoding"
|
2023-12-29 10:01:02 +00:00
|
|
|
version = "2.3.1"
|
2023-01-19 18:18:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-29 10:01:02 +00:00
|
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
2023-01-19 18:18:15 +00:00
|
|
|
|
2023-02-09 21:23:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "1.1.6"
|
2023-02-09 21:23:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "baf123a161dde1e524adf36f90bc5d8d3462824a9c43553ad07a8183161189ec"
|
2023-02-09 21:23:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-internal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "1.1.6"
|
2023-02-09 21:23:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "a4502d8515ca9f32f1fb543d987f63d95a14934883db45bdb48060b6b69257f8"
|
2023-02-09 21:23:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-10-07 18:33:59 +01:00
|
|
|
"syn 2.0.79",
|
2023-02-09 21:23:22 +00:00
|
|
|
]
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2024-04-11 12:42:21 +01:00
|
|
|
version = "0.2.14"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-11 12:42:21 +01:00
|
|
|
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
|
2023-01-19 01:47:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
2024-03-11 18:11:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "piper"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.2.4"
|
2024-03-11 18:11:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
|
2024-03-11 18:11:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"atomic-waker",
|
|
|
|
"fastrand",
|
|
|
|
"futures-io",
|
|
|
|
]
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.3.31"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
|
2023-01-19 01:47:14 +00:00
|
|
|
|
2023-03-22 19:20:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "plist"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "1.7.0"
|
2023-03-22 19:20:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
|
2023-03-22 19:20:43 +00:00
|
|
|
dependencies = [
|
2024-08-10 11:47:36 +01:00
|
|
|
"base64 0.22.1",
|
2023-12-29 10:01:02 +00:00
|
|
|
"indexmap",
|
2023-03-22 19:20:43 +00:00
|
|
|
"quick-xml",
|
|
|
|
"serde",
|
2024-04-15 22:28:51 +01:00
|
|
|
"time 0.3.36",
|
2023-03-22 19:20:43 +00:00
|
|
|
]
|
|
|
|
|
2024-06-05 15:45:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "polling"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "3.7.3"
|
2024-06-05 15:45:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "cc2790cd301dec6cd3b7a025e4815cf825724a51c98dccfe6a3e55f05ffb6511"
|
2024-06-05 15:45:53 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"concurrent-queue",
|
2024-08-10 11:47:36 +01:00
|
|
|
"hermit-abi 0.4.0",
|
2024-06-05 15:45:53 +01:00
|
|
|
"pin-project-lite",
|
|
|
|
"rustix",
|
|
|
|
"tracing",
|
2024-10-07 18:33:59 +01:00
|
|
|
"windows-sys 0.59.0",
|
2024-06-05 15:45:53 +01:00
|
|
|
]
|
|
|
|
|
2023-10-21 10:32:11 +01:00
|
|
|
[[package]]
|
|
|
|
name = "powerfmt"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
|
|
|
2023-02-11 14:09:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "0.2.20"
|
2023-02-11 14:09:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
|
|
|
|
dependencies = [
|
|
|
|
"zerocopy",
|
|
|
|
]
|
2023-02-11 14:09:06 +00:00
|
|
|
|
2024-06-01 20:50:33 +01:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "3.2.0"
|
2024-06-01 20:50:33 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
|
2024-06-01 20:50:33 +01:00
|
|
|
dependencies = [
|
2024-10-07 18:33:59 +01:00
|
|
|
"toml_edit",
|
2024-06-01 20:50:33 +01:00
|
|
|
]
|
|
|
|
|
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"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "1.0.87"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "b3e4daa0dcf6feba26f985457cdf104d4b4256fc5a09547140f3631bb076b19a"
|
2023-01-19 01:47:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2023-03-09 11:17:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "profiling"
|
2024-03-11 18:17:23 +00:00
|
|
|
version = "1.0.15"
|
2023-03-09 11:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-11 18:17:23 +00:00
|
|
|
checksum = "43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58"
|
2023-03-09 11:17:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"profiling-procmacros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "profiling-procmacros"
|
2024-03-11 18:17:23 +00:00
|
|
|
version = "1.0.15"
|
2023-03-09 11:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-11 18:17:23 +00:00
|
|
|
checksum = "8021cf59c8ec9c432cfc2526ac6b8aa508ecaf29cd415f271b8406c1b851c3fd"
|
2023-03-09 11:17:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
2024-10-07 18:33:59 +01:00
|
|
|
"syn 2.0.79",
|
2023-03-09 11:17:25 +00:00
|
|
|
]
|
|
|
|
|
2023-03-22 19:20:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quick-xml"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "0.32.0"
|
2023-03-22 19:20:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
|
2023-03-22 19:20:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "1.0.37"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
|
2023-01-19 01:47:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2023-08-16 16:05:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "radix_trie"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd"
|
|
|
|
dependencies = [
|
|
|
|
"endian-type",
|
|
|
|
"nibble_vec",
|
|
|
|
]
|
|
|
|
|
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 = [
|
2024-05-12 12:52:02 +01:00
|
|
|
"getrandom 0.2.15",
|
2023-02-11 14:09:06 +00:00
|
|
|
]
|
|
|
|
|
2023-03-09 11:17:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rbx_binary"
|
2024-08-22 20:24:32 +01:00
|
|
|
version = "0.7.7"
|
2023-08-09 22:28:12 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 20:24:32 +01:00
|
|
|
checksum = "7b85057e8ff75a1ce99248200c4b3c7b481a3d52f921f1053ecd67921dcc7930"
|
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"
|
2023-10-29 20:32:07 +00:00
|
|
|
version = "0.1.4"
|
2023-03-22 19:20:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-29 20:32:07 +00:00
|
|
|
checksum = "d8a61b073240f4c13b1e780a8999a113dfa28bc93f2cf9fc41c6f36e7aceb5bf"
|
2023-03-22 19:20:43 +00:00
|
|
|
dependencies = [
|
|
|
|
"byteorder 0.5.3",
|
|
|
|
"cookie",
|
|
|
|
"dirs",
|
|
|
|
"log",
|
|
|
|
"plist",
|
|
|
|
"winapi",
|
2023-08-22 21:02:02 +01:00
|
|
|
"winreg 0.10.1",
|
2023-03-22 19:20:43 +00:00
|
|
|
]
|
|
|
|
|
2023-03-09 11:17:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rbx_dom_weak"
|
2024-08-22 20:24:32 +01:00
|
|
|
version = "2.9.0"
|
2023-08-09 22:28:12 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 20:24:32 +01:00
|
|
|
checksum = "fcd2a17d09e46af0805f8b311a926402172b97e8d9388745c9adf8f448901841"
|
2023-03-09 11:17:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"rbx_types",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rbx_reflection"
|
2024-08-22 20:24:32 +01:00
|
|
|
version = "4.7.0"
|
2023-08-09 22:28:12 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 20:24:32 +01:00
|
|
|
checksum = "8118ac6021d700e8debe324af6b40ecfd2cef270a00247849dbdfeebb0802677"
|
2023-03-09 11:17:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"rbx_types",
|
|
|
|
"serde",
|
2023-06-26 11:34:39 +01:00
|
|
|
"thiserror",
|
2023-03-09 11:17:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rbx_reflection_database"
|
2024-08-22 20:24:32 +01:00
|
|
|
version = "0.2.12+roblox-638"
|
2023-08-09 22:28:12 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 20:24:32 +01:00
|
|
|
checksum = "0e29381d675420e841f8c02db5755cbb2545ed3e13f56c539546dc58702b512a"
|
2023-03-09 11:17:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"rbx_reflection",
|
|
|
|
"rmp-serde",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rbx_types"
|
2024-08-22 20:24:32 +01:00
|
|
|
version = "1.10.0"
|
2023-08-09 22:28:12 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 20:24:32 +01:00
|
|
|
checksum = "e30f49b2a3bb667e4074ba73c2dfb8ca0873f610b448ccf318a240acfdec6c73"
|
2023-03-09 11:17:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"base64 0.13.1",
|
2023-07-07 07:52:57 +01:00
|
|
|
"bitflags 1.3.2",
|
2023-03-09 11:17:25 +00:00
|
|
|
"blake3",
|
|
|
|
"lazy_static",
|
|
|
|
"rand",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rbx_xml"
|
2024-08-22 20:24:32 +01:00
|
|
|
version = "0.13.5"
|
2023-08-09 22:28:12 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-22 20:24:32 +01:00
|
|
|
checksum = "2b14b3027bc9ccd82e2fc854c8bcd25ed58318e570c355bf2cf63df9cdbd5ba8"
|
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-10-21 10:32:11 +01:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.5.7"
|
2023-10-21 10:32:11 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f"
|
2023-10-21 10:32:11 +01:00
|
|
|
dependencies = [
|
2024-08-10 11:47:36 +01:00
|
|
|
"bitflags 2.6.0",
|
2023-10-21 10:32:11 +01:00
|
|
|
]
|
|
|
|
|
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"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.4.6"
|
2023-02-09 21:59:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
|
2023-02-09 21:59:17 +00:00
|
|
|
dependencies = [
|
2024-05-12 12:52:02 +01:00
|
|
|
"getrandom 0.2.15",
|
2023-12-29 10:01:02 +00:00
|
|
|
"libredox",
|
2023-02-09 21:59:17 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2023-01-27 00:36:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "1.11.0"
|
2023-01-27 00:36:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "38200e5ee88914975b69f657f0801b6f6dccafd44fd9326302a4aaeecfacb1d8"
|
2023-01-27 00:36:06 +00:00
|
|
|
dependencies = [
|
2023-03-22 19:20:43 +00:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2024-10-07 18:33:59 +01:00
|
|
|
"regex-automata 0.4.8",
|
|
|
|
"regex-syntax 0.8.5",
|
2023-08-22 16:47:09 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
|
|
dependencies = [
|
|
|
|
"regex-syntax 0.6.29",
|
2023-07-07 07:52:57 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.4.8"
|
2023-07-07 07:52:57 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3"
|
2023-07-07 07:52:57 +01:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2024-10-07 18:33:59 +01:00
|
|
|
"regex-syntax 0.8.5",
|
2023-01-27 00:36:06 +00:00
|
|
|
]
|
|
|
|
|
2023-08-22 16:47:09 +01:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
|
|
|
version = "0.6.29"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
|
|
|
|
2023-04-29 09:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.8.5"
|
2023-04-29 09:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
2023-04-29 09:53:39 +01:00
|
|
|
|
2023-02-03 19:40:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2024-04-11 12:42:21 +01:00
|
|
|
version = "0.11.27"
|
2023-02-03 19:40:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-11 12:42:21 +01:00
|
|
|
checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
|
2023-02-03 19:40:06 +00:00
|
|
|
dependencies = [
|
2024-01-14 12:39:08 +00:00
|
|
|
"base64 0.21.7",
|
2023-02-03 19:40:06 +00:00
|
|
|
"bytes",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2024-04-11 12:42:21 +01:00
|
|
|
"h2 0.3.26",
|
2024-03-11 18:17:23 +00:00
|
|
|
"http 0.2.12",
|
2024-03-11 18:11:14 +00:00
|
|
|
"http-body 0.4.6",
|
2024-08-10 11:47:36 +01:00
|
|
|
"hyper 0.14.30",
|
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",
|
2024-05-12 12:52:02 +01:00
|
|
|
"rustls 0.21.12",
|
2023-06-12 11:20:36 +01:00
|
|
|
"rustls-pemfile",
|
2023-02-03 19:40:06 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
2024-03-11 18:11:14 +00:00
|
|
|
"sync_wrapper",
|
2023-10-04 15:02:17 +01:00
|
|
|
"system-configuration",
|
2023-02-03 19:40:06 +00:00
|
|
|
"tokio",
|
2024-03-11 18:11:14 +00:00
|
|
|
"tokio-rustls 0.24.1",
|
2023-02-03 19:40:06 +00:00
|
|
|
"tower-service",
|
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
2024-03-11 18:11:14 +00:00
|
|
|
"webpki-roots 0.25.4",
|
2023-08-22 21:02:02 +01:00
|
|
|
"winreg 0.50.0",
|
2023-02-03 19:40:06 +00:00
|
|
|
]
|
|
|
|
|
2023-06-12 11:20:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
2024-03-11 18:17:23 +00:00
|
|
|
version = "0.17.8"
|
2023-06-12 11:20:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-11 18:17:23 +00:00
|
|
|
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
|
2023-06-12 11:20:36 +01:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
2024-03-11 18:17:23 +00:00
|
|
|
"cfg-if",
|
2024-05-12 12:52:02 +01:00
|
|
|
"getrandom 0.2.15",
|
2023-06-12 11:20:36 +01:00
|
|
|
"libc",
|
|
|
|
"spin",
|
|
|
|
"untrusted",
|
2024-03-11 18:17:23 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-06-12 11:20:36 +01:00
|
|
|
]
|
|
|
|
|
2023-03-09 11:17:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rmp"
|
2024-04-20 22:54:34 +01:00
|
|
|
version = "0.8.14"
|
2023-03-09 11:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-20 22:54:34 +01:00
|
|
|
checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
|
2023-03-09 11:17:25 +00:00
|
|
|
dependencies = [
|
2023-10-06 03:48:26 +01:00
|
|
|
"byteorder 1.5.0",
|
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"
|
2024-05-12 12:52:02 +01:00
|
|
|
version = "1.3.0"
|
2023-03-09 11:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-12 12:52:02 +01:00
|
|
|
checksum = "52e599a477cf9840e92f2cde9a7189e67b42c57532749bf90aea6ec10facd4db"
|
2023-03-09 11:17:25 +00:00
|
|
|
dependencies = [
|
2023-10-06 03:48:26 +01:00
|
|
|
"byteorder 1.5.0",
|
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-06-28 11:20:38 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2024-05-12 12:52:02 +01:00
|
|
|
version = "0.1.24"
|
2023-06-28 11:20:38 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-12 12:52:02 +01:00
|
|
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
2023-06-28 11:20:38 +01:00
|
|
|
|
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"
|
|
|
|
|
2024-08-10 11:47:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152"
|
|
|
|
|
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 = [
|
2024-03-11 18:11:14 +00:00
|
|
|
"semver 0.9.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.4.1"
|
2024-03-11 18:11:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
2024-03-11 18:11:14 +00:00
|
|
|
dependencies = [
|
2024-05-12 12:52:02 +01:00
|
|
|
"semver 1.0.23",
|
2023-01-27 00:36:06 +00:00
|
|
|
]
|
|
|
|
|
2023-07-07 07:52:57 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.38.37"
|
2023-07-07 07:52:57 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811"
|
2023-07-07 07:52:57 +01:00
|
|
|
dependencies = [
|
2024-08-10 11:47:36 +01:00
|
|
|
"bitflags 2.6.0",
|
2023-07-07 07:52:57 +01:00
|
|
|
"errno",
|
|
|
|
"libc",
|
2023-07-22 16:17:19 +01:00
|
|
|
"linux-raw-sys",
|
2023-12-29 10:01:02 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-01-19 01:47:14 +00:00
|
|
|
]
|
|
|
|
|
2023-06-12 11:20:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2024-05-12 12:52:02 +01:00
|
|
|
version = "0.21.12"
|
2023-06-12 11:20:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-12 12:52:02 +01:00
|
|
|
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
|
2023-06-12 11:20:36 +01:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"ring",
|
2024-03-11 18:11:14 +00:00
|
|
|
"rustls-webpki 0.101.7",
|
2023-06-12 11:20:36 +01:00
|
|
|
"sct",
|
|
|
|
]
|
|
|
|
|
2024-03-11 18:11:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2024-04-20 22:54:34 +01:00
|
|
|
version = "0.22.4"
|
2024-03-11 18:11:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-20 22:54:34 +01:00
|
|
|
checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432"
|
2024-03-11 18:11:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"ring",
|
|
|
|
"rustls-pki-types",
|
2024-10-07 18:33:59 +01:00
|
|
|
"rustls-webpki 0.102.8",
|
2024-03-11 18:11:14 +00:00
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2023-06-12 11:20:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
2023-12-29 10:01:02 +00:00
|
|
|
version = "1.0.4"
|
2023-06-12 11:20:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-29 10:01:02 +00:00
|
|
|
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
|
2023-06-12 11:20:36 +01:00
|
|
|
dependencies = [
|
2024-01-14 12:39:08 +00:00
|
|
|
"base64 0.21.7",
|
2023-06-12 11:20:36 +01:00
|
|
|
]
|
|
|
|
|
2024-03-11 18:11:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-pki-types"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "1.9.0"
|
2024-03-11 18:11:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "0e696e35370c65c9c541198af4543ccd580cf17fc25d8e05c5a242b202488c55"
|
2024-03-11 18:11:14 +00:00
|
|
|
|
2023-06-12 11:20:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
2023-10-25 10:12:08 +01:00
|
|
|
version = "0.101.7"
|
2023-07-07 07:52:57 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-25 10:12:08 +01:00
|
|
|
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
|
2023-07-07 07:52:57 +01:00
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2024-03-11 18:11:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.102.8"
|
2024-03-11 18:11:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
|
2024-03-11 18:11:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"rustls-pki-types",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2024-06-05 15:45:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
|
|
|
version = "1.0.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
|
|
|
|
|
2023-08-16 16:05:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustyline"
|
2024-03-11 18:17:23 +00:00
|
|
|
version = "14.0.0"
|
2023-08-16 16:05:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-11 18:17:23 +00:00
|
|
|
checksum = "7803e8936da37efd9b6d4478277f4b2b9bb5cdb37a113e8d63222e58da647e63"
|
2023-08-16 16:05:53 +01:00
|
|
|
dependencies = [
|
2024-08-10 11:47:36 +01:00
|
|
|
"bitflags 2.6.0",
|
2023-08-16 16:05:53 +01:00
|
|
|
"cfg-if",
|
|
|
|
"clipboard-win",
|
|
|
|
"fd-lock",
|
|
|
|
"home",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"nix",
|
|
|
|
"radix_trie",
|
|
|
|
"unicode-segmentation",
|
|
|
|
"unicode-width",
|
|
|
|
"utf8parse",
|
2024-03-11 18:17:23 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-08-16 16:05:53 +01:00
|
|
|
]
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
2023-01-23 02:14:13 +00:00
|
|
|
name = "ryu"
|
2024-05-12 12:52:02 +01:00
|
|
|
version = "1.0.18"
|
2023-01-19 18:18:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-12 12:52:02 +01:00
|
|
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
2023-01-19 18:18:15 +00:00
|
|
|
|
2023-09-11 18:52:07 +01:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2024-06-05 15:45:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "scoped-tls"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
|
|
|
|
|
2023-02-03 19:15:20 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2023-07-20 10:07:44 +01:00
|
|
|
version = "1.2.0"
|
2023-02-03 19:15:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-20 10:07:44 +01:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2023-02-03 19:15:20 +00:00
|
|
|
|
2023-06-12 11:20:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
2023-10-25 10:12:08 +01:00
|
|
|
version = "0.7.1"
|
2023-06-12 11:20:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-25 10:12:08 +01:00
|
|
|
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
|
2023-06-12 11:20:36 +01:00
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2024-04-20 21:47:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "self_cell"
|
2024-05-12 12:52:02 +01:00
|
|
|
version = "1.0.4"
|
2024-04-20 21:47:27 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-12 12:52:02 +01:00
|
|
|
checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a"
|
2024-04-20 21:47:27 +01:00
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2024-03-11 18:11:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2024-05-12 12:52:02 +01:00
|
|
|
version = "1.0.23"
|
2024-03-11 18:11:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-12 12:52:02 +01:00
|
|
|
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
|
2024-03-11 18:11:14 +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"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "1.0.210"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a"
|
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"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "1.0.210"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f"
|
2023-01-19 01:47:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-10-07 18:33:59 +01:00
|
|
|
"syn 2.0.79",
|
2023-01-19 01:47:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "1.0.128"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8"
|
2023-01-19 01:47:14 +00:00
|
|
|
dependencies = [
|
2023-12-29 10:01:02 +00:00
|
|
|
"indexmap",
|
2023-01-19 01:47:14 +00:00
|
|
|
"itoa",
|
2024-08-10 11:47:36 +01:00
|
|
|
"memchr",
|
2023-01-19 01:47:14 +00:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-02-25 12:41:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_spanned"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.6.8"
|
2023-02-25 12:41:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
|
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"
|
2024-04-11 12:42:21 +01:00
|
|
|
version = "0.9.34+deprecated"
|
2023-02-15 21:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-11 12:42:21 +01:00
|
|
|
checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
|
2023-02-15 21:36:26 +00:00
|
|
|
dependencies = [
|
2023-12-29 10:01:02 +00:00
|
|
|
"indexmap",
|
2023-02-15 21:36:26 +00:00
|
|
|
"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"
|
2023-09-25 19:52:02 +01:00
|
|
|
version = "0.10.6"
|
2023-02-11 14:09:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-25 19:52:02 +01:00
|
|
|
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
2023-02-11 14:09:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2023-03-22 19:20:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha1_smol"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "1.0.1"
|
2023-03-22 19:20:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
|
2023-03-22 19:20:43 +00:00
|
|
|
|
2024-06-05 15:30:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
|
|
|
version = "0.10.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha3"
|
|
|
|
version = "0.10.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60"
|
|
|
|
dependencies = [
|
|
|
|
"digest",
|
|
|
|
"keccak",
|
|
|
|
]
|
|
|
|
|
2023-08-22 15:43:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
2023-10-06 03:48:26 +01:00
|
|
|
version = "0.1.7"
|
2023-08-22 15:43:27 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-06 03:48:26 +01:00
|
|
|
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
2023-08-22 15:43:27 +01:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
2024-10-07 18:33:59 +01:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2024-05-12 12:52:02 +01:00
|
|
|
version = "1.4.2"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-12 12:52:02 +01:00
|
|
|
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
|
2023-01-19 01:47:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2024-04-20 16:19:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "simd-adler32"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2023-08-22 21:02:02 +01:00
|
|
|
version = "0.4.9"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 21:02:02 +01:00
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
2023-01-19 01:47:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-02-03 19:15:20 +00:00
|
|
|
name = "smallvec"
|
2024-04-11 12:42:21 +01:00
|
|
|
version = "1.13.2"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-11 12:42:21 +01:00
|
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
2023-01-19 01:47:14 +00:00
|
|
|
|
2023-08-09 22:29:56 +01:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2024-05-12 12:52:02 +01:00
|
|
|
version = "0.5.7"
|
2023-08-09 22:29:56 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-12 12:52:02 +01:00
|
|
|
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
|
2023-08-09 22:29:56 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-03-11 18:17:23 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-08-09 22:29:56 +01:00
|
|
|
]
|
|
|
|
|
2023-06-12 11:20:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
2023-10-25 10:12:08 +01:00
|
|
|
version = "0.9.8"
|
2023-06-12 11:20:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-25 10:12:08 +01:00
|
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
2023-06-12 11:20:36 +01:00
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stdweb"
|
|
|
|
version = "0.4.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5"
|
|
|
|
dependencies = [
|
|
|
|
"discard",
|
2024-03-11 18:11:14 +00:00
|
|
|
"rustc_version 0.2.3",
|
2023-03-22 19:20:43 +00:00
|
|
|
"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"
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2024-04-11 12:42:21 +01:00
|
|
|
version = "0.11.1"
|
2024-03-11 18:11:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-11 12:42:21 +01:00
|
|
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
2024-03-11 18:11:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "2.6.1"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
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"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "2.0.79"
|
2023-03-25 13:23:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "89132cd0bf050864e1d38dc3bbc07a0eb8e7530af26344d3d2bbbef83499f590"
|
2023-03-25 13:23:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2024-03-11 18:11:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sync_wrapper"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
|
|
|
|
|
2023-10-04 15:02:17 +01:00
|
|
|
[[package]]
|
|
|
|
name = "system-configuration"
|
2024-03-12 22:32:29 +00:00
|
|
|
version = "0.5.1"
|
2023-10-04 15:02:17 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-12 22:32:29 +00:00
|
|
|
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
|
2023-10-04 15:02:17 +01:00
|
|
|
dependencies = [
|
2024-03-12 22:32:29 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-10-04 15:02:17 +01:00
|
|
|
"core-foundation",
|
|
|
|
"system-configuration-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "system-configuration-sys"
|
2024-03-12 22:32:29 +00:00
|
|
|
version = "0.5.0"
|
2023-10-04 15:02:17 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-12 22:32:29 +00:00
|
|
|
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
|
2023-10-04 15:02:17 +01:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-02-06 17:59:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "3.13.0"
|
2023-02-06 17:59:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b"
|
2023-02-06 17:59:48 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"fastrand",
|
2024-08-10 11:47:36 +01:00
|
|
|
"once_cell",
|
2023-07-22 16:17:19 +01:00
|
|
|
"rustix",
|
2024-08-10 11:47:36 +01:00
|
|
|
"windows-sys 0.59.0",
|
2023-02-06 17:59:48 +00:00
|
|
|
]
|
|
|
|
|
2023-02-09 21:59:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "1.0.64"
|
2023-02-09 21:59:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84"
|
2023-02-09 21:59:17 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "1.0.64"
|
2023-02-09 21:59:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3"
|
2023-02-09 21:59:17 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-10-07 18:33:59 +01:00
|
|
|
"syn 2.0.79",
|
2023-02-09 21:59:17 +00:00
|
|
|
]
|
|
|
|
|
2023-08-22 15:43:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2024-03-11 18:17:23 +00:00
|
|
|
version = "1.1.8"
|
2023-08-22 15:43:27 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-11 18:17:23 +00:00
|
|
|
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
|
2023-08-22 15:43:27 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
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"
|
2024-04-15 22:28:51 +01:00
|
|
|
version = "0.3.36"
|
2023-03-22 19:20:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-15 22:28:51 +01:00
|
|
|
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
|
2023-03-22 19:20:43 +00:00
|
|
|
dependencies = [
|
2023-08-07 22:20:53 +01:00
|
|
|
"deranged",
|
2023-03-22 19:20:43 +00:00
|
|
|
"itoa",
|
2024-03-11 18:11:14 +00:00
|
|
|
"num-conv",
|
2023-10-21 10:32:11 +01:00
|
|
|
"powerfmt",
|
2023-03-22 19:20:43 +00:00
|
|
|
"serde",
|
|
|
|
"time-core",
|
2024-04-15 22:28:51 +01:00
|
|
|
"time-macros 0.2.18",
|
2023-03-22 19:20:43 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
2023-09-25 19:52:02 +01:00
|
|
|
version = "0.1.2"
|
2023-03-22 19:20:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-25 19:52:02 +01:00
|
|
|
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
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"
|
2024-04-15 22:28:51 +01:00
|
|
|
version = "0.2.18"
|
2023-03-22 19:20:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-15 22:28:51 +01:00
|
|
|
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
|
2023-03-22 19:20:43 +00:00
|
|
|
dependencies = [
|
2024-03-11 18:11:14 +00:00
|
|
|
"num-conv",
|
2023-03-22 19:20:43 +00:00
|
|
|
"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"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "1.8.0"
|
2023-01-19 18:18:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
|
2023-01-19 18:18:15 +00:00
|
|
|
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"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "1.40.0"
|
2023-02-03 19:15:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998"
|
2023-02-03 19:15:20 +00:00
|
|
|
dependencies = [
|
2023-06-28 11:20:38 +01:00
|
|
|
"backtrace",
|
2023-02-03 19:15:20 +00:00
|
|
|
"bytes",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"parking_lot",
|
|
|
|
"pin-project-lite",
|
|
|
|
"signal-hook-registry",
|
2023-12-29 10:01:02 +00:00
|
|
|
"socket2",
|
2023-02-03 19:15:20 +00:00
|
|
|
"tokio-macros",
|
2024-08-10 11:47:36 +01:00
|
|
|
"windows-sys 0.52.0",
|
2023-02-03 19:15:20 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "2.4.0"
|
2023-02-03 19:15:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
|
2023-02-03 19:15:20 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-10-07 18:33:59 +01:00
|
|
|
"syn 2.0.79",
|
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 = [
|
2024-05-12 12:52:02 +01:00
|
|
|
"rustls 0.21.12",
|
2024-03-11 18:11:14 +00:00
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
|
|
|
version = "0.25.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f"
|
|
|
|
dependencies = [
|
2024-04-20 22:54:34 +01:00
|
|
|
"rustls 0.22.4",
|
2024-03-11 18:11:14 +00:00
|
|
|
"rustls-pki-types",
|
2023-06-12 11:20:36 +01:00
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2023-02-11 14:09:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-tungstenite"
|
2024-03-11 18:11:14 +00:00
|
|
|
version = "0.21.0"
|
2023-02-11 14:09:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-11 18:11:14 +00:00
|
|
|
checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
|
2023-02-11 14:09:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
|
|
|
"log",
|
2024-04-20 22:54:34 +01:00
|
|
|
"rustls 0.22.4",
|
2024-03-11 18:11:14 +00:00
|
|
|
"rustls-pki-types",
|
2023-02-11 14:09:06 +00:00
|
|
|
"tokio",
|
2024-03-11 18:11:14 +00:00
|
|
|
"tokio-rustls 0.25.0",
|
2023-02-11 14:09:06 +00:00
|
|
|
"tungstenite",
|
2024-10-07 18:33:59 +01:00
|
|
|
"webpki-roots 0.26.6",
|
2023-02-11 14:09:06 +00:00
|
|
|
]
|
|
|
|
|
2023-02-03 19:40:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.7.12"
|
2023-02-03 19:40:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a"
|
2023-02-03 19:40:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2023-02-25 12:41:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "0.8.19"
|
2023-02-25 12:41:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
|
2023-02-25 12:41:50 +00:00
|
|
|
dependencies = [
|
2023-12-29 10:01:02 +00:00
|
|
|
"indexmap",
|
2023-02-25 12:41:50 +00:00
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
2024-10-07 18:33:59 +01:00
|
|
|
"toml_edit",
|
2023-02-25 12:41:50 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "0.6.8"
|
2023-02-25 12:41:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
|
2023-02-25 12:41:50 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.22.22"
|
2024-06-01 20:50:33 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
|
2023-02-25 12:41:50 +00:00
|
|
|
dependencies = [
|
2023-12-29 10:01:02 +00:00
|
|
|
"indexmap",
|
2023-02-25 12:41:50 +00:00
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
2024-10-07 18:33:59 +01:00
|
|
|
"winnow",
|
2023-02-25 12:41:50 +00:00
|
|
|
]
|
|
|
|
|
2023-02-03 19:40:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.3.3"
|
2023-02-03 19:40:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
2023-02-03 19:40:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2023-10-21 10:32:11 +01:00
|
|
|
version = "0.1.40"
|
2023-02-03 19:40:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-21 10:32:11 +01:00
|
|
|
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
2023-02-03 19:40:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-lite",
|
2023-08-22 15:43:27 +01:00
|
|
|
"tracing-attributes",
|
2023-02-03 19:40:06 +00:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
2023-08-22 15:43:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2023-10-21 10:32:11 +01:00
|
|
|
version = "0.1.27"
|
2023-08-22 15:43:27 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-21 10:32:11 +01:00
|
|
|
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
2023-08-22 15:43:27 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-10-07 18:33:59 +01:00
|
|
|
"syn 2.0.79",
|
2023-08-22 15:43:27 +01:00
|
|
|
]
|
|
|
|
|
2023-02-03 19:40:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2023-10-21 10:32:11 +01:00
|
|
|
version = "0.1.32"
|
2023-02-03 19:40:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-21 10:32:11 +01:00
|
|
|
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
2023-02-03 19:40:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
2023-08-22 15:43:27 +01:00
|
|
|
"valuable",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
2023-12-29 10:01:02 +00:00
|
|
|
version = "0.2.0"
|
2023-08-22 15:43:27 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-29 10:01:02 +00:00
|
|
|
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
2023-08-22 15:43:27 +01:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
2023-10-25 10:12:08 +01:00
|
|
|
"once_cell",
|
2023-08-22 15:43:27 +01:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
2023-12-29 10:01:02 +00:00
|
|
|
version = "0.3.18"
|
2023-08-22 15:43:27 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-29 10:01:02 +00:00
|
|
|
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
|
2023-08-22 15:43:27 +01:00
|
|
|
dependencies = [
|
2023-08-22 16:47:09 +01:00
|
|
|
"matchers",
|
2023-08-22 15:43:27 +01:00
|
|
|
"nu-ansi-term",
|
2023-08-22 16:47:09 +01:00
|
|
|
"once_cell",
|
|
|
|
"regex",
|
2023-08-22 15:43:27 +01:00
|
|
|
"sharded-slab",
|
|
|
|
"smallvec",
|
|
|
|
"thread_local",
|
2023-08-22 16:47:09 +01:00
|
|
|
"tracing",
|
2023-08-22 15:43:27 +01:00
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
2023-02-03 19:40:06 +00:00
|
|
|
]
|
|
|
|
|
2024-06-05 15:45:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-tracy"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.11.3"
|
2024-06-05 15:45:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "dc775fdaf33c3dfd19dc354729e65e87914bc67dcdc390ca1210807b8bee5902"
|
2024-06-05 15:45:53 +01:00
|
|
|
dependencies = [
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-subscriber",
|
|
|
|
"tracy-client",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracy-client"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.17.4"
|
2024-06-05 15:45:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "746b078c6a09ebfd5594609049e07116735c304671eaab06ce749854d23435bc"
|
2024-06-05 15:45:53 +01:00
|
|
|
dependencies = [
|
|
|
|
"loom",
|
|
|
|
"once_cell",
|
|
|
|
"tracy-client-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracy-client-sys"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.24.1"
|
2024-06-05 15:45:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "68613466112302fdbeabc5fa55f7d57462a0b247d5a6b7d7e09401fb471a144d"
|
2024-06-05 15:45:53 +01:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2023-02-03 19:40:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2023-12-29 10:01:02 +00:00
|
|
|
version = "0.2.5"
|
2023-02-03 19:40:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-29 10:01:02 +00:00
|
|
|
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
2023-02-03 19:40:06 +00:00
|
|
|
|
2023-02-11 14:09:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tungstenite"
|
2024-03-11 18:11:14 +00:00
|
|
|
version = "0.21.0"
|
2023-02-11 14:09:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-11 18:11:14 +00:00
|
|
|
checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
|
2023-02-11 14:09:06 +00:00
|
|
|
dependencies = [
|
2023-10-06 03:48:26 +01:00
|
|
|
"byteorder 1.5.0",
|
2023-02-11 14:09:06 +00:00
|
|
|
"bytes",
|
2023-06-08 11:23:33 +01:00
|
|
|
"data-encoding",
|
2024-03-11 18:17:23 +00:00
|
|
|
"http 1.1.0",
|
2023-02-11 14:09:06 +00:00
|
|
|
"httparse",
|
|
|
|
"log",
|
|
|
|
"rand",
|
2024-04-20 22:54:34 +01:00
|
|
|
"rustls 0.22.4",
|
2024-03-11 18:11:14 +00:00
|
|
|
"rustls-pki-types",
|
2023-09-25 19:52:02 +01:00
|
|
|
"sha1 0.10.6",
|
2023-02-11 14:09:06 +00:00
|
|
|
"thiserror",
|
|
|
|
"url",
|
|
|
|
"utf-8",
|
|
|
|
]
|
|
|
|
|
2024-04-20 16:19:08 +01:00
|
|
|
[[package]]
|
2024-06-01 20:50:33 +01:00
|
|
|
name = "typeid"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "1.0.2"
|
2024-04-20 16:19:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
|
2024-04-20 16:19:08 +01:00
|
|
|
|
2023-02-11 14:09:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2023-09-15 20:00:01 +01:00
|
|
|
version = "1.17.0"
|
2023-02-11 14:09:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-15 20:00:01 +01:00
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
2023-02-11 14:09:06 +00:00
|
|
|
|
2023-01-19 18:18:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.3.17"
|
2023-01-19 18:18:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
|
2023-01-19 18:18:15 +00:00
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "1.0.13"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
|
2023-01-19 01:47:14 +00:00
|
|
|
|
2023-01-19 18:18:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.1.24"
|
2023-01-19 18:18:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
|
2023-01-19 18:18:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
2023-08-16 16:05:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "1.12.0"
|
2023-08-16 16:05:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
|
2023-08-16 16:05:53 +01:00
|
|
|
|
2023-02-06 05:13:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.1.14"
|
2023-02-06 05:13:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
|
2023-02-06 05:13:12 +00:00
|
|
|
|
2023-02-15 21:36:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unsafe-libyaml"
|
2024-04-11 12:42:21 +01:00
|
|
|
version = "0.2.11"
|
2023-02-15 21:36:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-11 12:42:21 +01:00
|
|
|
checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
|
2023-02-15 21:36:26 +00:00
|
|
|
|
2023-06-12 11:20:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
2023-10-25 10:12:08 +01:00
|
|
|
version = "0.9.0"
|
2023-06-12 11:20:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-25 10:12:08 +01:00
|
|
|
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
2023-06-12 11:20:36 +01:00
|
|
|
|
2023-01-19 18:18:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "2.5.2"
|
2023-01-19 18:18:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
|
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"
|
2023-07-22 16:17:19 +01:00
|
|
|
version = "2.1.3"
|
2023-03-21 16:48:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-22 16:17:19 +01:00
|
|
|
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
|
2023-03-21 16:48:07 +00:00
|
|
|
|
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"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "0.2.2"
|
2023-04-29 09:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
2023-04-29 09:53:39 +01:00
|
|
|
|
2023-08-22 15:43:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "valuable"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
|
2023-01-19 01:47:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "0.9.5"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
2023-01-19 01:47:14 +00:00
|
|
|
|
2023-09-11 18:52:07 +01:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2024-03-11 18:17:23 +00:00
|
|
|
version = "2.5.0"
|
2023-09-11 18:52:07 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-11 18:17:23 +00:00
|
|
|
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
2023-09-11 18:52:07 +01:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2023-02-03 19:40:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
2023-06-28 11:20:38 +01:00
|
|
|
version = "0.3.1"
|
2023-02-03 19:40:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-28 11:20:38 +01:00
|
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
2023-02-03 19:40:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"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"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.2.93"
|
2023-01-19 18:18:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
|
2023-01-19 18:18:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2024-10-07 18:33:59 +01:00
|
|
|
"once_cell",
|
2023-01-19 18:18:15 +00:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.2.93"
|
2023-01-19 18:18:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
|
2023-01-19 18:18:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-10-07 18:33:59 +01:00
|
|
|
"syn 2.0.79",
|
2023-01-19 18:18:15 +00:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
2023-02-03 19:40:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.4.43"
|
2023-02-03 19:40:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed"
|
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"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.2.93"
|
2023-01-19 18:18:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
|
2023-01-19 18:18:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.2.93"
|
2023-01-19 18:18:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
|
2023-01-19 18:18:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-10-07 18:33:59 +01:00
|
|
|
"syn 2.0.79",
|
2023-01-19 18:18:15 +00:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.2.93"
|
2023-01-19 18:18:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
|
2023-01-19 18:18:15 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.3.70"
|
2023-01-19 18:18:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0"
|
2023-01-19 18:18:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2023-06-15 21:36:05 +01:00
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
2024-03-11 18:11:14 +00:00
|
|
|
version = "0.25.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.26.6"
|
2023-06-15 21:36:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "841c67bff177718f1d4dfefde8d8f0e78f9b6589319ba88312f567fc5841a958"
|
2024-03-11 18:11:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"rustls-pki-types",
|
|
|
|
]
|
2023-06-15 21:36:05 +01:00
|
|
|
|
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"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "0.1.9"
|
2023-01-19 01:47:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
2023-01-19 01:47:14 +00:00
|
|
|
dependencies = [
|
2024-08-10 11:47:36 +01:00
|
|
|
"windows-sys 0.59.0",
|
2023-01-19 01:47:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
2024-06-05 15:45:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "0.58.0"
|
2024-06-05 15:45:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
|
2024-06-05 15:45:53 +01:00
|
|
|
dependencies = [
|
2024-08-10 11:47:36 +01:00
|
|
|
"windows-core 0.58.0",
|
|
|
|
"windows-targets 0.52.6",
|
2024-06-05 15:45:53 +01:00
|
|
|
]
|
|
|
|
|
2023-09-11 18:52:07 +01:00
|
|
|
[[package]]
|
2023-10-21 10:32:11 +01:00
|
|
|
name = "windows-core"
|
2024-01-14 12:39:08 +00:00
|
|
|
version = "0.52.0"
|
2023-02-03 19:15:20 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-14 12:39:08 +00:00
|
|
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
2023-02-03 19:15:20 +00:00
|
|
|
dependencies = [
|
2024-08-10 11:47:36 +01:00
|
|
|
"windows-targets 0.52.6",
|
2023-04-29 09:53:39 +01:00
|
|
|
]
|
|
|
|
|
2024-06-05 15:45:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows-core"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "0.58.0"
|
2024-06-05 15:45:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
|
2024-06-05 15:45:53 +01:00
|
|
|
dependencies = [
|
2024-08-10 11:47:36 +01:00
|
|
|
"windows-implement",
|
|
|
|
"windows-interface",
|
2024-06-05 15:45:53 +01:00
|
|
|
"windows-result",
|
2024-08-10 11:47:36 +01:00
|
|
|
"windows-strings",
|
|
|
|
"windows-targets 0.52.6",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-implement"
|
|
|
|
version = "0.58.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-10-07 18:33:59 +01:00
|
|
|
"syn 2.0.79",
|
2024-08-10 11:47:36 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-interface"
|
|
|
|
version = "0.58.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-10-07 18:33:59 +01:00
|
|
|
"syn 2.0.79",
|
2024-06-05 15:45:53 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-result"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "0.2.0"
|
2024-06-05 15:45:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
|
2024-06-05 15:45:53 +01:00
|
|
|
dependencies = [
|
2024-08-10 11:47:36 +01:00
|
|
|
"windows-targets 0.52.6",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-strings"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
|
|
|
|
dependencies = [
|
|
|
|
"windows-result",
|
|
|
|
"windows-targets 0.52.6",
|
2024-06-05 15:45:53 +01:00
|
|
|
]
|
|
|
|
|
2023-04-29 09:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
2023-08-22 21:02:02 +01:00
|
|
|
"windows-targets 0.48.5",
|
2023-02-03 19:15:20 +00:00
|
|
|
]
|
|
|
|
|
2023-12-29 10:01:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
|
|
dependencies = [
|
2024-08-10 11:47:36 +01:00
|
|
|
"windows-targets 0.52.6",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.59.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets 0.52.6",
|
2023-12-29 10:01:02 +00:00
|
|
|
]
|
|
|
|
|
2023-04-29 09:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-08-22 21:02:02 +01:00
|
|
|
version = "0.48.5"
|
2023-04-29 09:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 21:02:02 +01:00
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
2023-04-29 09:53:39 +01:00
|
|
|
dependencies = [
|
2023-08-22 21:02:02 +01:00
|
|
|
"windows_aarch64_gnullvm 0.48.5",
|
|
|
|
"windows_aarch64_msvc 0.48.5",
|
|
|
|
"windows_i686_gnu 0.48.5",
|
|
|
|
"windows_i686_msvc 0.48.5",
|
|
|
|
"windows_x86_64_gnu 0.48.5",
|
|
|
|
"windows_x86_64_gnullvm 0.48.5",
|
|
|
|
"windows_x86_64_msvc 0.48.5",
|
2023-02-03 19:15:20 +00:00
|
|
|
]
|
|
|
|
|
2023-12-29 10:01:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "0.52.6"
|
2023-12-29 10:01:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
2023-12-29 10:01:02 +00:00
|
|
|
dependencies = [
|
2024-08-10 11:47:36 +01:00
|
|
|
"windows_aarch64_gnullvm 0.52.6",
|
|
|
|
"windows_aarch64_msvc 0.52.6",
|
|
|
|
"windows_i686_gnu 0.52.6",
|
2024-04-15 22:28:51 +01:00
|
|
|
"windows_i686_gnullvm",
|
2024-08-10 11:47:36 +01:00
|
|
|
"windows_i686_msvc 0.52.6",
|
|
|
|
"windows_x86_64_gnu 0.52.6",
|
|
|
|
"windows_x86_64_gnullvm 0.52.6",
|
|
|
|
"windows_x86_64_msvc 0.52.6",
|
2023-12-29 10:01:02 +00:00
|
|
|
]
|
|
|
|
|
2023-04-29 09:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-08-22 21:02:02 +01:00
|
|
|
version = "0.48.5"
|
2023-04-29 09:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 21:02:02 +01:00
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
2023-04-29 09:53:39 +01:00
|
|
|
|
2023-12-29 10:01:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "0.52.6"
|
2023-12-29 10:01:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
2023-12-29 10:01:02 +00:00
|
|
|
|
2023-04-29 09:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-08-22 21:02:02 +01:00
|
|
|
version = "0.48.5"
|
2023-04-29 09:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 21:02:02 +01:00
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2023-04-29 09:53:39 +01:00
|
|
|
|
2023-12-29 10:01:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "0.52.6"
|
2023-12-29 10:01:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
2023-12-29 10:01:02 +00:00
|
|
|
|
2023-04-29 09:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-08-22 21:02:02 +01:00
|
|
|
version = "0.48.5"
|
2023-04-29 09:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 21:02:02 +01:00
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2023-04-29 09:53:39 +01:00
|
|
|
|
2023-12-29 10:01:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "0.52.6"
|
2024-04-15 22:28:51 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
2024-04-15 22:28:51 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnullvm"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "0.52.6"
|
2023-12-29 10:01:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
2023-12-29 10:01:02 +00:00
|
|
|
|
2023-04-29 09:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-08-22 21:02:02 +01:00
|
|
|
version = "0.48.5"
|
2023-04-29 09:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 21:02:02 +01:00
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2023-04-29 09:53:39 +01:00
|
|
|
|
2023-12-29 10:01:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "0.52.6"
|
2023-12-29 10:01:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
2023-12-29 10:01:02 +00:00
|
|
|
|
2023-04-29 09:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-08-22 21:02:02 +01:00
|
|
|
version = "0.48.5"
|
2023-04-29 09:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 21:02:02 +01:00
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2023-04-29 09:53:39 +01:00
|
|
|
|
2023-12-29 10:01:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "0.52.6"
|
2023-12-29 10:01:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
2023-12-29 10:01:02 +00:00
|
|
|
|
2023-04-29 09:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-08-22 21:02:02 +01:00
|
|
|
version = "0.48.5"
|
2023-04-29 09:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 21:02:02 +01:00
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2023-04-29 09:53:39 +01:00
|
|
|
|
2023-12-29 10:01:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "0.52.6"
|
2023-12-29 10:01:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2023-12-29 10:01:02 +00:00
|
|
|
|
2023-04-29 09:53:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-08-22 21:02:02 +01:00
|
|
|
version = "0.48.5"
|
2023-04-29 09:53:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 21:02:02 +01:00
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
2023-04-29 09:53:39 +01:00
|
|
|
|
2023-12-29 10:01:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "0.52.6"
|
2023-12-29 10:01:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
2023-12-29 10:01:02 +00:00
|
|
|
|
2023-02-25 12:41:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.6.20"
|
2024-06-01 20:50:33 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
|
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-08-22 21:02:02 +01:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
|
|
|
version = "0.50.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2023-03-09 11:17:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "xml-rs"
|
2024-10-07 18:33:59 +01:00
|
|
|
version = "0.8.22"
|
2023-03-09 11:17:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-07 18:33:59 +01:00
|
|
|
checksum = "af4e2e2f7cba5a093896c1e150fbfe177d1883e7448200efb81d40b9d339ef26"
|
2024-08-10 11:47:36 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
|
|
|
version = "0.7.35"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder 1.5.0",
|
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
|
|
|
version = "0.7.35"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-10-07 18:33:59 +01:00
|
|
|
"syn 2.0.79",
|
2024-08-10 11:47:36 +01:00
|
|
|
]
|
2023-03-09 11:17:25 +00:00
|
|
|
|
2023-02-06 17:59:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "zeroize"
|
2024-06-01 20:50:33 +01:00
|
|
|
version = "1.8.1"
|
2023-02-06 17:59:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 20:50:33 +01:00
|
|
|
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|
2024-04-20 16:19:08 +01:00
|
|
|
|
|
|
|
[[package]]
|
2024-04-20 22:54:34 +01:00
|
|
|
name = "zip"
|
2024-06-01 20:50:33 +01:00
|
|
|
version = "1.1.4"
|
2024-04-20 16:19:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 20:50:33 +01:00
|
|
|
checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
|
2024-04-20 16:19:08 +01:00
|
|
|
dependencies = [
|
|
|
|
"aes",
|
|
|
|
"arbitrary",
|
|
|
|
"bzip2",
|
2024-10-07 18:33:59 +01:00
|
|
|
"constant_time_eq 0.3.1",
|
2024-04-20 16:19:08 +01:00
|
|
|
"crc32fast",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"deflate64",
|
2024-05-12 12:52:02 +01:00
|
|
|
"displaydoc",
|
2024-04-20 16:19:08 +01:00
|
|
|
"flate2",
|
|
|
|
"hmac",
|
2024-05-12 12:52:02 +01:00
|
|
|
"indexmap",
|
2024-04-20 16:19:08 +01:00
|
|
|
"lzma-rs",
|
2024-06-01 20:50:33 +01:00
|
|
|
"num_enum",
|
2024-04-20 16:19:08 +01:00
|
|
|
"pbkdf2",
|
|
|
|
"sha1 0.10.6",
|
2024-05-12 12:52:02 +01:00
|
|
|
"thiserror",
|
2024-04-20 16:19:08 +01:00
|
|
|
"time 0.3.36",
|
|
|
|
"zopfli",
|
|
|
|
"zstd",
|
|
|
|
]
|
|
|
|
|
2024-04-20 22:54:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "zip_next"
|
|
|
|
version = "1.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2dc8b818e7a619a85006cbdf263036c50cddd97d907887173b7ef743b4fb5b5e"
|
|
|
|
dependencies = [
|
|
|
|
"zip",
|
|
|
|
]
|
|
|
|
|
2024-04-20 16:19:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "zopfli"
|
2024-06-01 20:50:33 +01:00
|
|
|
version = "0.8.1"
|
2024-04-20 16:19:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 20:50:33 +01:00
|
|
|
checksum = "e5019f391bac5cf252e93bbcc53d039ffd62c7bfb7c150414d61369afe57e946"
|
2024-04-20 16:19:08 +01:00
|
|
|
dependencies = [
|
2024-06-01 20:50:33 +01:00
|
|
|
"bumpalo",
|
2024-04-20 16:19:08 +01:00
|
|
|
"crc32fast",
|
2024-06-01 20:50:33 +01:00
|
|
|
"lockfree-object-pool",
|
2024-04-20 16:19:08 +01:00
|
|
|
"log",
|
2024-06-01 20:50:33 +01:00
|
|
|
"once_cell",
|
2024-04-20 16:19:08 +01:00
|
|
|
"simd-adler32",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "0.13.2"
|
2024-04-20 16:19:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9"
|
2024-04-20 16:19:08 +01:00
|
|
|
dependencies = [
|
|
|
|
"zstd-safe",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-safe"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "7.2.1"
|
2024-04-20 16:19:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059"
|
2024-04-20 16:19:08 +01:00
|
|
|
dependencies = [
|
|
|
|
"zstd-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-sys"
|
2024-08-10 11:47:36 +01:00
|
|
|
version = "2.0.13+zstd.1.5.6"
|
2024-04-20 16:19:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 11:47:36 +01:00
|
|
|
checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
|
2024-04-20 16:19:08 +01:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|