2021-10-24 13:36:13 +01:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2023-08-28 20:20:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
|
|
|
version = "0.21.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
|
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
2021-10-24 13:36:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
|
|
|
[[package]]
|
2023-06-16 16:12:47 +01:00
|
|
|
name = "ahash"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.8.7"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01"
|
2023-06-16 16:12:47 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2024-02-04 11:00:43 +00:00
|
|
|
"getrandom 0.2.12",
|
2023-06-16 16:12:47 +01:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
2024-02-04 11:00:43 +00:00
|
|
|
"zerocopy",
|
2023-06-16 16:12:47 +01:00
|
|
|
]
|
2021-10-24 13:36:13 +01:00
|
|
|
|
2022-09-13 16:36:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "1.1.2"
|
2022-09-13 16:36:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
|
2022-09-13 16:36:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-06-16 16:12:47 +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",
|
|
|
|
]
|
|
|
|
|
2022-09-13 16:36:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_colours"
|
2023-08-28 20:20:53 +01:00
|
|
|
version = "1.2.2"
|
2022-09-13 16:36:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 20:20:53 +01:00
|
|
|
checksum = "6a1558bd2075d341b9ca698ec8eb6fcc55a746b1fc4255585aad5b141d918a80"
|
2022-09-13 16:36:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"rgb",
|
|
|
|
]
|
|
|
|
|
2021-10-24 13:36:13 +01:00
|
|
|
[[package]]
|
2023-06-16 16:12:47 +01:00
|
|
|
name = "anstream"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.6.11"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "6e2e1ebcb11de5c03c67de28a7df593d32191b44939c482e97702baaaa6ab6a5"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
2023-06-16 16:12:47 +01:00
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-query",
|
|
|
|
"anstyle-wincon",
|
|
|
|
"colorchoice",
|
|
|
|
"utf8parse",
|
2021-10-24 13:36:13 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-06-16 16:12:47 +01:00
|
|
|
name = "anstyle"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "1.0.5"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "2faccea4cc4ab4a667ce676a30e8ec13922a692c99bb8f5b11f1502c72e04220"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
2023-06-16 16:12:47 +01:00
|
|
|
name = "anstyle-parse"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.2.3"
|
2023-06-16 16:12:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
|
2023-06-16 16:12:47 +01:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "1.0.2"
|
2023-06-16 16:12:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
|
2023-06-16 16:12:47 +01:00
|
|
|
dependencies = [
|
2024-02-04 11:00:43 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-06-16 16:12:47 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "3.0.2"
|
2023-06-16 16:12:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
|
2023-06-16 16:12:47 +01:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
2024-02-04 11:00:43 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-06-16 16:12:47 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
|
|
|
version = "0.3.7"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2023-08-28 20:20:53 +01:00
|
|
|
version = "0.7.4"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 20:20:53 +01:00
|
|
|
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
2023-06-16 16:12:47 +01:00
|
|
|
name = "async-trait"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.1.77"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
2023-06-16 16:12:47 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-02-04 11:00:43 +00:00
|
|
|
"syn 2.0.48",
|
2021-10-24 13:36:13 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2023-06-16 16:12:47 +01:00
|
|
|
version = "1.1.0"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
2023-08-28 20:20:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
|
|
|
version = "0.3.69"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
|
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
|
2021-10-24 13:36:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "base-x"
|
2023-06-16 16:12:47 +01:00
|
|
|
version = "0.2.11"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2023-06-16 16:12:47 +01:00
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.21.7"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
2022-09-13 16:36:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bit_field"
|
2023-06-16 16:12:47 +01:00
|
|
|
version = "0.10.2"
|
2022-09-13 16:36:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
|
2022-09-13 16:36:19 +01:00
|
|
|
|
2021-10-24 13:36:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
2023-08-28 20:20:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "2.4.2"
|
2023-08-28 20:20:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
|
2023-08-28 20:20:53 +01:00
|
|
|
|
2023-06-16 16:12:47 +01:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.10.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2021-10-24 13:36:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "3.14.0"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "1.14.1"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "ed2490600f404f2b94c167e31d3ed1d5f3c225a0f3b80230053b3e0b7b962bd9"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "1.5.0"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "1.5.0"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-08-28 20:20:53 +01:00
|
|
|
version = "1.0.83"
|
2023-06-16 16:12:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 20:20:53 +01:00
|
|
|
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2023-06-16 16:12:47 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cesu8"
|
|
|
|
version = "1.1.0"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2023-06-16 16:12:47 +01:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.4.33"
|
2023-06-16 16:12:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "9f13690e35a5e4ace198e7beea2895d29f3a9cc55015fcebe6336bd2010af9eb"
|
2023-06-16 16:12:47 +01:00
|
|
|
dependencies = [
|
|
|
|
"android-tzdata",
|
|
|
|
"iana-time-zone",
|
|
|
|
"js-sys",
|
|
|
|
"num-traits",
|
|
|
|
"serde",
|
|
|
|
"wasm-bindgen",
|
2024-02-04 11:00:43 +00:00
|
|
|
"windows-targets 0.52.0",
|
2023-06-16 16:12:47 +01:00
|
|
|
]
|
|
|
|
|
2021-10-24 13:36:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "4.4.18"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "1e578d6ec4194633722ccf9544794b71b1385c3c027efe0c55db226fc880865c"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
2023-06-16 16:12:47 +01:00
|
|
|
"clap_builder",
|
2022-09-13 16:36:19 +01:00
|
|
|
"clap_derive",
|
2023-06-16 16:12:47 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "4.4.18"
|
2023-06-16 16:12:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "4df4df40ec50c46000231c914968278b1eb05098cf8f1b3a518a95030e71d1c7"
|
2023-06-16 16:12:47 +01:00
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
|
|
|
"clap_lex",
|
2021-10-24 13:36:13 +01:00
|
|
|
"strsim",
|
2022-09-13 16:36:19 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "4.4.7"
|
2022-09-13 16:36:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442"
|
2022-09-13 16:36:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-02-04 11:00:43 +00:00
|
|
|
"syn 2.0.48",
|
2022-09-13 16:36:19 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.6.0"
|
2022-09-13 16:36:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1"
|
2022-09-13 16:36:19 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "color_quant"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
|
|
|
|
|
2023-06-16 16:12:47 +01:00
|
|
|
[[package]]
|
|
|
|
name = "colorchoice"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "combine"
|
|
|
|
version = "4.6.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-09-13 16:36:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "console"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.15.8"
|
2022-09-13 16:36:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
|
2022-09-13 16:36:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"encode_unicode",
|
2023-06-16 16:12:47 +01:00
|
|
|
"lazy_static",
|
2022-09-13 16:36:19 +01:00
|
|
|
"libc",
|
2024-02-04 11:00:43 +00:00
|
|
|
"windows-sys 0.52.0",
|
2021-10-24 13:36:13 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "const_fn"
|
2023-06-16 16:12:47 +01:00
|
|
|
version = "0.4.9"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "fbdcdcb6d86f71c5e97409ad45898af11cbc995b4ee8112d59095a28d376c935"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.9.4"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.8.6"
|
2023-06-16 16:12:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
|
2023-06-16 16:12:47 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.2.12"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
|
2023-06-16 16:12:47 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2023-06-16 16:12:47 +01:00
|
|
|
version = "1.3.2"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2022-09-13 16:36:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.8.5"
|
2022-09-13 16:36:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
|
2022-09-13 16:36:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.9.18"
|
2022-09-13 16:36:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
2022-09-13 16:36:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.8.19"
|
2022-09-13 16:36:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
|
2022-09-13 16:36:19 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossterm"
|
2023-06-16 16:12:47 +01:00
|
|
|
version = "0.25.0"
|
2022-09-13 16:36:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "e64e6c0fbe2c17357405f7c758c1ef960fce08bdfb2c03d88d2a18d7e09c4b67"
|
2022-09-13 16:36:19 +01:00
|
|
|
dependencies = [
|
2023-08-28 20:20:53 +01:00
|
|
|
"bitflags 1.3.2",
|
2022-09-13 16:36:19 +01:00
|
|
|
"crossterm_winapi",
|
|
|
|
"libc",
|
2023-06-16 16:12:47 +01:00
|
|
|
"mio",
|
|
|
|
"parking_lot",
|
2022-09-13 16:36:19 +01:00
|
|
|
"signal-hook",
|
|
|
|
"signal-hook-mio",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossterm_winapi"
|
2023-06-16 16:12:47 +01:00
|
|
|
version = "0.9.1"
|
2022-09-13 16:36:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
|
2022-09-13 16:36:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-06-16 16:12:47 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crunchy"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
2021-10-24 13:36:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cssparser"
|
2023-08-28 20:20:53 +01:00
|
|
|
version = "0.31.2"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 20:20:53 +01:00
|
|
|
checksum = "5b3df4f93e5fbbe73ec01ec8d3f68bba73107993a5b1e7519273c32db9b0d5be"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"cssparser-macros",
|
|
|
|
"dtoa-short",
|
|
|
|
"itoa",
|
2023-08-28 20:20:53 +01:00
|
|
|
"phf 0.11.2",
|
2021-10-24 13:36:13 +01:00
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cssparser-macros"
|
2023-06-16 16:12:47 +01:00
|
|
|
version = "0.6.1"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
2024-02-04 11:00:43 +00:00
|
|
|
"syn 2.0.48",
|
2021-10-24 13:36:13 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-06-16 16:12:47 +01:00
|
|
|
name = "data-encoding"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "2.5.0"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
2023-06-16 16:12:47 +01:00
|
|
|
name = "data-url"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.3.1"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_more"
|
2023-06-16 16:12:47 +01:00
|
|
|
version = "0.99.17"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-06-16 16:12:47 +01:00
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.10.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
|
|
|
dependencies = [
|
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
2021-10-24 13:36:13 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "discard"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dtoa"
|
2023-08-28 20:20:53 +01:00
|
|
|
version = "1.0.9"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 20:20:53 +01:00
|
|
|
checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dtoa-short"
|
2023-06-16 16:12:47 +01:00
|
|
|
version = "0.3.4"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "dbaceec3c6e4211c79e7b1800fb9680527106beb2f9c51904a3210c03a448c74"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"dtoa",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ego-tree"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3a68a4904193147e0a8dec3314640e6db742afd5f6e634f428a6af230d9b3591"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2023-08-28 20:20:53 +01:00
|
|
|
version = "1.9.0"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 20:20:53 +01:00
|
|
|
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
2022-09-13 16:36:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "encode_unicode"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
|
|
|
|
|
2021-10-24 13:36:13 +01:00
|
|
|
[[package]]
|
2023-06-16 16:12:47 +01:00
|
|
|
name = "encoding_rs"
|
2023-08-28 20:20:53 +01:00
|
|
|
version = "0.8.33"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 20:20:53 +01:00
|
|
|
checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
2023-06-16 16:12:47 +01:00
|
|
|
"cfg-if",
|
2021-10-24 13:36:13 +01:00
|
|
|
]
|
|
|
|
|
2023-08-28 20:20:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
|
2021-10-24 13:36:13 +01:00
|
|
|
[[package]]
|
2023-06-16 16:12:47 +01:00
|
|
|
name = "errno"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.3.8"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
2023-06-16 16:12:47 +01:00
|
|
|
"libc",
|
2024-02-04 11:00:43 +00:00
|
|
|
"windows-sys 0.52.0",
|
2021-10-24 13:36:13 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-06-16 16:12:47 +01:00
|
|
|
name = "exr"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "1.71.0"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "832a761f35ab3e6664babfbdc6cef35a4860e816ec3916dcfd0882954e98a8a8"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
2023-06-16 16:12:47 +01:00
|
|
|
"bit_field",
|
|
|
|
"flume",
|
|
|
|
"half",
|
|
|
|
"lebe",
|
|
|
|
"miniz_oxide",
|
|
|
|
"rayon-core",
|
|
|
|
"smallvec",
|
|
|
|
"zune-inflate",
|
2021-10-24 13:36:13 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-06-16 16:12:47 +01:00
|
|
|
name = "fastrand"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "2.0.1"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
2022-09-13 16:36:19 +01:00
|
|
|
[[package]]
|
2023-06-16 16:12:47 +01:00
|
|
|
name = "fdeflate"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.3.4"
|
2022-09-13 16:36:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645"
|
2022-09-13 16:36:19 +01:00
|
|
|
dependencies = [
|
2023-06-16 16:12:47 +01:00
|
|
|
"simd-adler32",
|
2022-09-13 16:36:19 +01:00
|
|
|
]
|
|
|
|
|
2021-10-24 13:36:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "1.0.28"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
2023-06-16 16:12:47 +01:00
|
|
|
"miniz_oxide",
|
2021-10-24 13:36:13 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "float-cmp"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
|
|
|
|
|
2022-09-13 16:36:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "flume"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.11.0"
|
2022-09-13 16:36:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
|
2022-09-13 16:36:19 +01:00
|
|
|
dependencies = [
|
2023-06-16 16:12:47 +01:00
|
|
|
"spin 0.9.8",
|
2022-09-13 16:36:19 +01:00
|
|
|
]
|
|
|
|
|
2021-10-24 13:36:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
2023-06-16 16:12:47 +01:00
|
|
|
[[package]]
|
|
|
|
name = "fontconfig-parser"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.5.6"
|
2023-06-16 16:12:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "6a595cb550439a117696039dfc69830492058211b771a2a165379f2a1a53d84d"
|
2023-06-16 16:12:47 +01:00
|
|
|
dependencies = [
|
|
|
|
"roxmltree",
|
|
|
|
]
|
|
|
|
|
2021-10-24 13:36:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "fontdb"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.16.0"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "98b88c54a38407f7352dd2c4238830115a6377741098ffd1f997c813d0e088a6"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
2023-06-16 16:12:47 +01:00
|
|
|
"fontconfig-parser",
|
2021-10-24 13:36:13 +01:00
|
|
|
"log",
|
|
|
|
"memmap2",
|
2023-06-16 16:12:47 +01:00
|
|
|
"slotmap",
|
|
|
|
"tinyvec",
|
2024-02-04 11:00:43 +00:00
|
|
|
"ttf-parser",
|
2021-10-24 13:36:13 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
|
|
dependencies = [
|
|
|
|
"foreign-types-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "1.2.1"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futf"
|
2023-06-16 16:12:47 +01:00
|
|
|
version = "0.1.5"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"mac",
|
|
|
|
"new_debug_unreachable",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.3.30"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.3.30"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.3.30"
|
2023-06-16 16:12:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
|
2023-06-16 16:12:47 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.3.30"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
|
2023-06-16 16:12:47 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-02-04 11:00:43 +00:00
|
|
|
"syn 2.0.48",
|
2023-06-16 16:12:47 +01:00
|
|
|
]
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.3.30"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.3.30"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.3.30"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
2023-06-16 16:12:47 +01:00
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
2021-10-24 13:36:13 +01:00
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fxhash"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
2023-06-16 16:12:47 +01:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
|
|
|
version = "0.14.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-10-24 13:36:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "getopts"
|
|
|
|
version = "0.2.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.2.12"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2022-09-13 16:36:19 +01:00
|
|
|
"js-sys",
|
2021-10-24 13:36:13 +01:00
|
|
|
"libc",
|
2022-09-13 16:36:19 +01:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gif"
|
2023-06-16 16:12:47 +01:00
|
|
|
version = "0.12.0"
|
2022-09-13 16:36:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "80792593675e051cf94a4b111980da2ba60d4a83e43e0048c5693baab3977045"
|
2022-09-13 16:36:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"color_quant",
|
|
|
|
"weezl",
|
2021-10-24 13:36:13 +01:00
|
|
|
]
|
|
|
|
|
2023-08-28 20:20:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.28.1"
|
2023-08-28 20:20:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
|
2023-08-28 20:20:53 +01:00
|
|
|
|
2021-10-24 13:36:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.3.24"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "bb2c4422095b67ee78da96fbb51a4cc413b3b25883c7717ff7ca1ab31022c9c9"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
2024-02-04 11:00:43 +00:00
|
|
|
"indexmap",
|
2021-10-24 13:36:13 +01:00
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2022-09-13 16:36:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "half"
|
2023-06-16 16:12:47 +01:00
|
|
|
version = "2.2.1"
|
2022-09-13 16:36:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "02b4af3693f1b705df946e9fe5631932443781d0aabb423b62fcd4d73f6d2fd0"
|
|
|
|
dependencies = [
|
|
|
|
"crunchy",
|
|
|
|
]
|
2022-09-13 16:36:19 +01:00
|
|
|
|
2021-10-24 13:36:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.14.3"
|
2022-09-13 16:36:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
|
2022-09-13 16:36:19 +01:00
|
|
|
|
2021-10-24 13:36:13 +01:00
|
|
|
[[package]]
|
2023-08-28 20:20:53 +01:00
|
|
|
name = "heck"
|
|
|
|
version = "0.4.1"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 20:20:53 +01:00
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
2023-06-16 16:12:47 +01:00
|
|
|
name = "hermit-abi"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.3.4"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "5d3d0e0f38255e7fa3cf31335b3a56f05febd18025f4db5ef7a0cfb4f8da651f"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
2023-06-16 16:12:47 +01:00
|
|
|
name = "hex"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "home"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.5.9"
|
2023-06-16 16:12:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
|
2023-06-16 16:12:47 +01:00
|
|
|
dependencies = [
|
2024-02-04 11:00:43 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-06-16 16:12:47 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "html5ever"
|
|
|
|
version = "0.26.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"mac",
|
|
|
|
"markup5ever",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.2.11"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"itoa",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.4.6"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2023-06-16 16:12:47 +01:00
|
|
|
version = "1.8.0"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2023-08-28 20:20:53 +01:00
|
|
|
version = "1.0.3"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 20:20:53 +01:00
|
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.14.28"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
|
|
|
"itoa",
|
|
|
|
"pin-project-lite",
|
2024-02-04 11:00:43 +00:00
|
|
|
"socket2",
|
2021-10-24 13:36:13 +01:00
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
2023-06-16 16:12:47 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-rustls"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.24.2"
|
2023-06-16 16:12:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
|
2023-06-16 16:12:47 +01:00
|
|
|
dependencies = [
|
2023-08-28 20:20:53 +01:00
|
|
|
"futures-util",
|
2023-06-16 16:12:47 +01:00
|
|
|
"http",
|
|
|
|
"hyper",
|
|
|
|
"rustls",
|
|
|
|
"tokio",
|
|
|
|
"tokio-rustls",
|
|
|
|
]
|
|
|
|
|
2021-10-24 13:36:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-tls"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"hyper",
|
|
|
|
"native-tls",
|
|
|
|
"tokio",
|
|
|
|
"tokio-native-tls",
|
|
|
|
]
|
|
|
|
|
2023-06-16 16:12:47 +01:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.1.60"
|
2023-06-16 16:12:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
|
2023-06-16 16:12:47 +01:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"iana-time-zone-haiku",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2024-02-04 11:00:43 +00:00
|
|
|
"windows-core",
|
2023-06-16 16:12:47 +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",
|
|
|
|
]
|
|
|
|
|
2021-10-24 13:36:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.5.0"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2022-09-13 16:36:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "image"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.24.8"
|
2022-09-13 16:36:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "034bbe799d1909622a74d1193aa50147769440040ff36cb2baa947609b0a4e23"
|
2022-09-13 16:36:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
"byteorder",
|
|
|
|
"color_quant",
|
|
|
|
"exr",
|
|
|
|
"gif",
|
2023-06-16 16:12:47 +01:00
|
|
|
"jpeg-decoder",
|
2022-09-13 16:36:19 +01:00
|
|
|
"num-traits",
|
|
|
|
"png",
|
2023-06-16 16:12:47 +01:00
|
|
|
"qoi",
|
2022-09-13 16:36:19 +01:00
|
|
|
"tiff",
|
|
|
|
]
|
|
|
|
|
2023-06-16 16:12:47 +01:00
|
|
|
[[package]]
|
|
|
|
name = "imagesize"
|
|
|
|
version = "0.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "029d73f573d8e8d63e6d5020011d3255b28c3ba85d6cf870a07184ed23de9284"
|
|
|
|
|
2021-10-24 13:36:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "2.2.2"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "824b2ae422412366ba479e8111fd301f7b5faece8149317bb81925979a53f520"
|
2023-06-16 16:12:47 +01:00
|
|
|
dependencies = [
|
2023-08-28 20:20:53 +01:00
|
|
|
"equivalent",
|
2024-02-04 11:00:43 +00:00
|
|
|
"hashbrown",
|
2023-06-16 16:12:47 +01:00
|
|
|
]
|
|
|
|
|
2021-10-24 13:36:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "2.9.0"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iso7010_a_day"
|
2022-09-13 19:14:23 +01:00
|
|
|
version = "0.2.0"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"clap",
|
2023-06-16 16:12:47 +01:00
|
|
|
"futures-util",
|
2022-09-13 16:36:19 +01:00
|
|
|
"image",
|
2021-10-24 13:36:13 +01:00
|
|
|
"itertools",
|
2023-06-16 16:12:47 +01:00
|
|
|
"megalodon",
|
2021-10-24 13:36:13 +01:00
|
|
|
"oauth1",
|
2023-06-16 16:12:47 +01:00
|
|
|
"rand 0.8.5",
|
2022-09-13 16:36:19 +01:00
|
|
|
"regex",
|
2021-10-24 13:36:13 +01:00
|
|
|
"reqwest",
|
|
|
|
"resvg",
|
|
|
|
"scraper",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2023-06-16 16:12:47 +01:00
|
|
|
"tokio",
|
2021-10-24 13:36:13 +01:00
|
|
|
"toml",
|
2022-09-13 16:36:19 +01:00
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
2021-10-24 13:36:13 +01:00
|
|
|
"url",
|
2022-09-13 16:36:19 +01:00
|
|
|
"viuer",
|
2021-10-24 13:36:13 +01:00
|
|
|
"webbrowser",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.12.1"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "1.0.10"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
2023-06-16 16:12:47 +01:00
|
|
|
name = "jni"
|
|
|
|
version = "0.21.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
|
|
|
|
dependencies = [
|
|
|
|
"cesu8",
|
|
|
|
"cfg-if",
|
|
|
|
"combine",
|
|
|
|
"jni-sys",
|
|
|
|
"log",
|
|
|
|
"thiserror",
|
|
|
|
"walkdir",
|
|
|
|
"windows-sys 0.45.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jni-sys"
|
|
|
|
version = "0.3.0"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
2022-09-13 16:36:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "jpeg-decoder"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.3.1"
|
2022-09-13 16:36:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
|
2022-09-13 16:36:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"rayon",
|
|
|
|
]
|
|
|
|
|
2021-10-24 13:36:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.3.67"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "9a1d36f1235bc969acba30b7f5990b864423a6068a10f7c90ae8f0112e3a59d1"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kurbo"
|
2023-06-16 16:12:47 +01:00
|
|
|
version = "0.9.5"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "bd85a5776cd9500c2e2059c8c76c3b01528566b7fcbaf8098b55a33fc298849b"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
2023-06-16 16:12:47 +01:00
|
|
|
"arrayvec",
|
2021-10-24 13:36:13 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
2022-09-13 16:36:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "lebe"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
|
|
|
|
|
2021-10-24 13:36:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.2.153"
|
2023-06-16 16:12:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
|
2023-06-16 16:12:47 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.4.13"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.4.11"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
2023-06-16 16:12:47 +01:00
|
|
|
"autocfg",
|
2021-10-24 13:36:13 +01:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2023-08-28 20:20:53 +01:00
|
|
|
version = "0.4.20"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 20:20:53 +01:00
|
|
|
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mac"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
|
|
|
|
|
2023-06-16 16:12:47 +01:00
|
|
|
[[package]]
|
|
|
|
name = "malloc_buf"
|
|
|
|
version = "0.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-10-24 13:36:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "markup5ever"
|
2023-06-16 16:12:47 +01:00
|
|
|
version = "0.11.0"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
2023-06-16 16:12:47 +01:00
|
|
|
"phf 0.10.1",
|
2023-08-28 20:20:53 +01:00
|
|
|
"phf_codegen",
|
2021-10-24 13:36:13 +01:00
|
|
|
"string_cache",
|
|
|
|
"string_cache_codegen",
|
|
|
|
"tendril",
|
|
|
|
]
|
|
|
|
|
2023-06-16 16:12:47 +01:00
|
|
|
[[package]]
|
|
|
|
name = "megalodon"
|
2023-08-28 20:20:53 +01:00
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "63b49d1514ca04c844e3dad232f6d53163b5f77c09110e1a04504c8cd4694478"
|
2023-06-16 16:12:47 +01:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"chrono",
|
|
|
|
"futures-util",
|
|
|
|
"hex",
|
|
|
|
"http",
|
|
|
|
"log",
|
|
|
|
"oauth2",
|
2023-08-28 20:20:53 +01:00
|
|
|
"rand 0.8.5",
|
2023-06-16 16:12:47 +01:00
|
|
|
"reqwest",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2024-02-04 11:00:43 +00:00
|
|
|
"sha1 0.10.6",
|
2023-06-16 16:12:47 +01:00
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tokio-tungstenite",
|
|
|
|
"tokio-util",
|
|
|
|
"url",
|
|
|
|
"urlencoding",
|
|
|
|
]
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "2.7.1"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memmap2"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.9.4"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2023-06-16 16:12:47 +01:00
|
|
|
version = "0.3.17"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
2023-06-16 16:12:47 +01:00
|
|
|
version = "2.0.4"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"mime",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.7.2"
|
2022-09-13 16:36:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
|
2022-09-13 16:36:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"adler",
|
2023-06-16 16:12:47 +01:00
|
|
|
"simd-adler32",
|
2022-09-13 16:36:19 +01:00
|
|
|
]
|
|
|
|
|
2021-10-24 13:36:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.8.10"
|
2022-09-13 16:36:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09"
|
2022-09-13 16:36:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2023-06-16 16:12:47 +01:00
|
|
|
"windows-sys 0.48.0",
|
2021-10-24 13:36:13 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "native-tls"
|
2023-06-16 16:12:47 +01:00
|
|
|
version = "0.2.11"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"openssl",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
"security-framework-sys",
|
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
2023-06-16 16:12:47 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ndk-context"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
|
|
|
|
|
2021-10-24 13:36:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "new_debug_unreachable"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
|
|
|
|
|
|
|
|
[[package]]
|
2023-06-16 16:12:47 +01:00
|
|
|
name = "nu-ansi-term"
|
|
|
|
version = "0.46.0"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
2023-06-16 16:12:47 +01:00
|
|
|
"overload",
|
2021-10-24 13:36:13 +01:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-09-13 16:36:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.2.17"
|
2022-09-13 16:36:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
|
2022-09-13 16:36:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2021-10-24 13:36:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2023-08-28 20:20:53 +01:00
|
|
|
version = "1.16.0"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 20:20:53 +01:00
|
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
2023-08-28 20:20:53 +01:00
|
|
|
"hermit-abi",
|
2021-10-24 13:36:13 +01:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "oauth1"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7ae86d3e27c8a36b7dec04fdc9c54b4195fc2d9f77634340da3c4ed50a8502b0"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.11.0",
|
|
|
|
"percent-encoding",
|
|
|
|
"rand 0.7.3",
|
2024-02-04 11:00:43 +00:00
|
|
|
"ring 0.16.20",
|
|
|
|
"time",
|
2023-06-16 16:12:47 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "oauth2"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "4.4.2"
|
2023-06-16 16:12:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "c38841cdd844847e3e7c8d29cef9dcfed8877f8f56f9071f77843ecf3baf937f"
|
2023-06-16 16:12:47 +01:00
|
|
|
dependencies = [
|
|
|
|
"base64 0.13.1",
|
|
|
|
"chrono",
|
2024-02-04 11:00:43 +00:00
|
|
|
"getrandom 0.2.12",
|
2023-06-16 16:12:47 +01:00
|
|
|
"http",
|
|
|
|
"rand 0.8.5",
|
|
|
|
"reqwest",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_path_to_error",
|
|
|
|
"sha2",
|
|
|
|
"thiserror",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "objc"
|
|
|
|
version = "0.2.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
|
|
|
|
dependencies = [
|
|
|
|
"malloc_buf",
|
2021-10-24 13:36:13 +01:00
|
|
|
]
|
|
|
|
|
2023-08-28 20:20:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.32.2"
|
2023-08-28 20:20:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
|
2023-08-28 20:20:53 +01:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2021-10-24 13:36:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "1.19.0"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.10.63"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "15c9d69dd87a29568d4d017cfe8ec518706046a05184e5aea92d0af890b803c8"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
2024-02-04 11:00:43 +00:00
|
|
|
"bitflags 2.4.2",
|
2021-10-24 13:36:13 +01:00
|
|
|
"cfg-if",
|
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
2023-06-16 16:12:47 +01:00
|
|
|
"openssl-macros",
|
2021-10-24 13:36:13 +01:00
|
|
|
"openssl-sys",
|
|
|
|
]
|
|
|
|
|
2023-06-16 16:12:47 +01:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-macros"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-02-04 11:00:43 +00:00
|
|
|
"syn 2.0.48",
|
2023-06-16 16:12:47 +01:00
|
|
|
]
|
|
|
|
|
2021-10-24 13:36:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
2023-06-16 16:12:47 +01:00
|
|
|
version = "0.1.5"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.9.99"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "22e1bf214306098e4832460f797824c05d25aacdf896f64a985fb0fd992454ae"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2022-09-13 16:36:19 +01:00
|
|
|
[[package]]
|
2023-06-16 16:12:47 +01:00
|
|
|
name = "overload"
|
|
|
|
version = "0.1.1"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
2022-09-13 16:36:19 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
2023-06-16 16:12:47 +01:00
|
|
|
"parking_lot_core",
|
2021-10-24 13:36:13 +01:00
|
|
|
]
|
|
|
|
|
2022-09-13 16:36:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.9.9"
|
2022-09-13 16:36:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
|
2022-09-13 16:36:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
2023-08-28 20:20:53 +01:00
|
|
|
"windows-targets 0.48.5",
|
2022-09-13 16:36:19 +01:00
|
|
|
]
|
|
|
|
|
2021-10-24 13:36:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "2.3.1"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
2023-06-16 16:12:47 +01:00
|
|
|
version = "0.10.1"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
2023-06-16 16:12:47 +01:00
|
|
|
"phf_shared 0.10.0",
|
2021-10-24 13:36:13 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-08-28 20:20:53 +01:00
|
|
|
name = "phf"
|
|
|
|
version = "0.11.2"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 20:20:53 +01:00
|
|
|
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
2023-08-28 20:20:53 +01:00
|
|
|
"phf_macros",
|
|
|
|
"phf_shared 0.11.2",
|
2023-06-16 16:12:47 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_codegen"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
|
|
|
|
dependencies = [
|
|
|
|
"phf_generator 0.10.0",
|
|
|
|
"phf_shared 0.10.0",
|
2021-10-24 13:36:13 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
2023-08-28 20:20:53 +01:00
|
|
|
version = "0.10.0"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 20:20:53 +01:00
|
|
|
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
2023-08-28 20:20:53 +01:00
|
|
|
"phf_shared 0.10.0",
|
|
|
|
"rand 0.8.5",
|
2021-10-24 13:36:13 +01:00
|
|
|
]
|
|
|
|
|
2023-06-16 16:12:47 +01:00
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
2023-08-28 20:20:53 +01:00
|
|
|
version = "0.11.2"
|
2023-06-16 16:12:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 20:20:53 +01:00
|
|
|
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
|
2023-06-16 16:12:47 +01:00
|
|
|
dependencies = [
|
2023-08-28 20:20:53 +01:00
|
|
|
"phf_shared 0.11.2",
|
2023-06-16 16:12:47 +01:00
|
|
|
"rand 0.8.5",
|
|
|
|
]
|
|
|
|
|
2021-10-24 13:36:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "phf_macros"
|
2023-08-28 20:20:53 +01:00
|
|
|
version = "0.11.2"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 20:20:53 +01:00
|
|
|
checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
2023-08-28 20:20:53 +01:00
|
|
|
"phf_generator 0.11.2",
|
|
|
|
"phf_shared 0.11.2",
|
2021-10-24 13:36:13 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-02-04 11:00:43 +00:00
|
|
|
"syn 2.0.48",
|
2021-10-24 13:36:13 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
2023-08-28 20:20:53 +01:00
|
|
|
version = "0.10.0"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 20:20:53 +01:00
|
|
|
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"siphasher",
|
|
|
|
]
|
|
|
|
|
2023-06-16 16:12:47 +01:00
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
2023-08-28 20:20:53 +01:00
|
|
|
version = "0.11.2"
|
2023-06-16 16:12:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 20:20:53 +01:00
|
|
|
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
|
2023-06-16 16:12:47 +01:00
|
|
|
dependencies = [
|
|
|
|
"siphasher",
|
|
|
|
]
|
|
|
|
|
2021-10-24 13:36:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pico-args"
|
2023-06-16 16:12:47 +01:00
|
|
|
version = "0.5.0"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2023-08-28 20:20:53 +01:00
|
|
|
version = "0.2.13"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 20:20:53 +01:00
|
|
|
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.3.29"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "2900ede94e305130c13ddd391e0ab7cbaeb783945ae07a279c268cb05109c6cb"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "png"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.17.11"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "1f6c3c3e617595665b8ea2ff95a86066be38fb121ff920a9c0eb282abcd1da5a"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
2023-08-28 20:20:53 +01:00
|
|
|
"bitflags 1.3.2",
|
2021-10-24 13:36:13 +01:00
|
|
|
"crc32fast",
|
2023-06-16 16:12:47 +01:00
|
|
|
"fdeflate",
|
|
|
|
"flate2",
|
|
|
|
"miniz_oxide",
|
2021-10-24 13:36:13 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2023-06-16 16:12:47 +01:00
|
|
|
version = "0.2.17"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "precomputed-hash"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
|
|
|
|
2022-09-13 16:36:19 +01:00
|
|
|
[[package]]
|
2023-06-16 16:12:47 +01:00
|
|
|
name = "proc-macro-hack"
|
|
|
|
version = "0.5.20+deprecated"
|
2022-09-13 16:36:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
|
2022-09-13 16:36:19 +01:00
|
|
|
|
|
|
|
[[package]]
|
2023-06-16 16:12:47 +01:00
|
|
|
name = "proc-macro2"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "1.0.78"
|
2022-09-13 16:36:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
|
2022-09-13 16:36:19 +01:00
|
|
|
dependencies = [
|
2023-06-16 16:12:47 +01:00
|
|
|
"unicode-ident",
|
2022-09-13 16:36:19 +01:00
|
|
|
]
|
|
|
|
|
2021-10-24 13:36:13 +01:00
|
|
|
[[package]]
|
2023-06-16 16:12:47 +01:00
|
|
|
name = "qoi"
|
|
|
|
version = "0.4.1"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
2023-06-16 16:12:47 +01:00
|
|
|
"bytemuck",
|
2021-10-24 13:36:13 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "1.0.35"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.1.16",
|
|
|
|
"libc",
|
|
|
|
"rand_chacha 0.2.2",
|
|
|
|
"rand_core 0.5.1",
|
2023-06-16 16:12:47 +01:00
|
|
|
"rand_hc",
|
2021-10-24 13:36:13 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2023-06-16 16:12:47 +01:00
|
|
|
version = "0.8.5"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rand_chacha 0.3.1",
|
2023-06-16 16:12:47 +01:00
|
|
|
"rand_core 0.6.4",
|
2021-10-24 13:36:13 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2023-06-16 16:12:47 +01:00
|
|
|
"rand_core 0.6.4",
|
2021-10-24 13:36:13 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.1.16",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2023-06-16 16:12:47 +01:00
|
|
|
version = "0.6.4"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
2024-02-04 11:00:43 +00:00
|
|
|
"getrandom 0.2.12",
|
2021-10-24 13:36:13 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
]
|
|
|
|
|
2023-06-16 16:12:47 +01:00
|
|
|
[[package]]
|
|
|
|
name = "raw-window-handle"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
|
|
|
|
|
2022-09-13 16:36:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "1.8.1"
|
2022-09-13 16:36:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "fa7237101a77a10773db45d62004a272517633fbcc3df19d96455ede1122e051"
|
2022-09-13 16:36:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "1.12.1"
|
2022-09-13 16:36:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
|
2022-09-13 16:36:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2021-10-24 13:36:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.4.1"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
2023-08-28 20:20:53 +01:00
|
|
|
"bitflags 1.3.2",
|
2021-10-24 13:36:13 +01:00
|
|
|
]
|
|
|
|
|
2022-09-13 16:36:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "1.10.3"
|
2022-09-13 16:36:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
|
2023-08-28 20:20:53 +01:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-automata",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.4.5"
|
2023-08-28 20:20:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd"
|
2022-09-13 16:36:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.8.2"
|
2022-09-13 16:36:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.11.24"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "c6920094eb85afde5e4a138be3f2de8bbdf28000f0029e72c45025a56b042251"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
2024-02-04 11:00:43 +00:00
|
|
|
"base64 0.21.7",
|
2021-10-24 13:36:13 +01:00
|
|
|
"bytes",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2023-06-16 16:12:47 +01:00
|
|
|
"h2",
|
2021-10-24 13:36:13 +01:00
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
2023-06-16 16:12:47 +01:00
|
|
|
"hyper-rustls",
|
2021-10-24 13:36:13 +01:00
|
|
|
"hyper-tls",
|
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"mime_guess",
|
|
|
|
"native-tls",
|
2023-06-16 16:12:47 +01:00
|
|
|
"once_cell",
|
2021-10-24 13:36:13 +01:00
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
2023-06-16 16:12:47 +01:00
|
|
|
"rustls",
|
|
|
|
"rustls-pemfile",
|
2021-10-24 13:36:13 +01:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
2024-02-04 11:00:43 +00:00
|
|
|
"sync_wrapper",
|
|
|
|
"system-configuration",
|
2021-10-24 13:36:13 +01:00
|
|
|
"tokio",
|
|
|
|
"tokio-native-tls",
|
2023-06-16 16:12:47 +01:00
|
|
|
"tokio-rustls",
|
|
|
|
"tokio-util",
|
|
|
|
"tower-service",
|
2021-10-24 13:36:13 +01:00
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
2023-06-16 16:12:47 +01:00
|
|
|
"wasm-streams",
|
2021-10-24 13:36:13 +01:00
|
|
|
"web-sys",
|
2023-06-16 16:12:47 +01:00
|
|
|
"webpki-roots",
|
2021-10-24 13:36:13 +01:00
|
|
|
"winreg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "resvg"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.38.0"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "5c34501046959e06470ba62a2dc7f31c15f94ac250d842a45f9e012f4ee40c1e"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
2023-06-16 16:12:47 +01:00
|
|
|
"gif",
|
|
|
|
"jpeg-decoder",
|
2021-10-24 13:36:13 +01:00
|
|
|
"log",
|
|
|
|
"pico-args",
|
|
|
|
"png",
|
|
|
|
"rgb",
|
2023-06-16 16:12:47 +01:00
|
|
|
"svgtypes",
|
2021-10-24 13:36:13 +01:00
|
|
|
"tiny-skia",
|
|
|
|
"usvg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rgb"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.8.37"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "05aaa8004b64fd573fc9d002f4e632d51ad4f026c2b5ba95fcb6c2f32c2c47d8"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
|
|
|
version = "0.16.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
2022-09-13 16:36:19 +01:00
|
|
|
"spin 0.5.2",
|
2024-02-04 11:00:43 +00:00
|
|
|
"untrusted 0.7.1",
|
2021-10-24 13:36:13 +01:00
|
|
|
"web-sys",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-02-04 11:00:43 +00:00
|
|
|
name = "ring"
|
|
|
|
version = "0.17.7"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "688c63d65483050968b2a8937f7995f443e27041a0f7700aa59b0822aedebb74"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
2024-02-04 11:00:43 +00:00
|
|
|
"cc",
|
|
|
|
"getrandom 0.2.12",
|
|
|
|
"libc",
|
|
|
|
"spin 0.9.8",
|
|
|
|
"untrusted 0.9.0",
|
|
|
|
"windows-sys 0.48.0",
|
2021-10-24 13:36:13 +01:00
|
|
|
]
|
|
|
|
|
2024-02-04 11:00:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "roxmltree"
|
|
|
|
version = "0.19.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f"
|
|
|
|
|
2021-10-24 13:36:13 +01:00
|
|
|
[[package]]
|
2023-08-28 20:20:53 +01:00
|
|
|
name = "rustc-demangle"
|
|
|
|
version = "0.1.23"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 20:20:53 +01:00
|
|
|
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
2023-08-28 20:20:53 +01:00
|
|
|
version = "0.2.3"
|
2023-06-16 16:12:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 20:20:53 +01:00
|
|
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
2023-06-16 16:12:47 +01:00
|
|
|
dependencies = [
|
2023-08-28 20:20:53 +01:00
|
|
|
"semver",
|
2023-06-16 16:12:47 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.38.31"
|
2023-06-16 16:12:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949"
|
2023-06-16 16:12:47 +01:00
|
|
|
dependencies = [
|
2024-02-04 11:00:43 +00:00
|
|
|
"bitflags 2.4.2",
|
2023-06-16 16:12:47 +01:00
|
|
|
"errno",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys",
|
2024-02-04 11:00:43 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-06-16 16:12:47 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.21.10"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
2023-06-16 16:12:47 +01:00
|
|
|
"log",
|
2024-02-04 11:00:43 +00:00
|
|
|
"ring 0.17.7",
|
2023-06-16 16:12:47 +01:00
|
|
|
"rustls-webpki",
|
|
|
|
"sct",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "1.0.4"
|
2023-06-16 16:12:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
|
2023-06-16 16:12:47 +01:00
|
|
|
dependencies = [
|
2024-02-04 11:00:43 +00:00
|
|
|
"base64 0.21.7",
|
2023-06-16 16:12:47 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.101.7"
|
2023-06-16 16:12:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
|
2023-06-16 16:12:47 +01:00
|
|
|
dependencies = [
|
2024-02-04 11:00:43 +00:00
|
|
|
"ring 0.17.7",
|
|
|
|
"untrusted 0.9.0",
|
2021-10-24 13:36:13 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustybuzz"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.12.1"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "f0ae5692c5beaad6a9e22830deeed7874eae8a4e3ba4076fb48e12c56856222c"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
2024-02-04 11:00:43 +00:00
|
|
|
"bitflags 2.4.2",
|
2021-10-24 13:36:13 +01:00
|
|
|
"bytemuck",
|
|
|
|
"smallvec",
|
2024-02-04 11:00:43 +00:00
|
|
|
"ttf-parser",
|
2021-10-24 13:36:13 +01:00
|
|
|
"unicode-bidi-mirroring",
|
|
|
|
"unicode-ccc",
|
2024-02-04 11:00:43 +00:00
|
|
|
"unicode-properties",
|
2021-10-24 13:36:13 +01:00
|
|
|
"unicode-script",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "1.0.16"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
2023-06-16 16:12:47 +01:00
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
2023-06-16 16:12:47 +01:00
|
|
|
"winapi-util",
|
2021-10-24 13:36:13 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.1.23"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
2024-02-04 11:00:43 +00:00
|
|
|
"windows-sys 0.52.0",
|
2021-10-24 13:36:13 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2023-08-28 20:20:53 +01:00
|
|
|
version = "1.2.0"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 20:20:53 +01:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scraper"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.18.1"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "585480e3719b311b78a573db1c9d9c4c1f8010c2dee4cc59c2efe58ea4dbc3e1"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
2023-06-16 16:12:47 +01:00
|
|
|
"ahash",
|
2021-10-24 13:36:13 +01:00
|
|
|
"cssparser",
|
|
|
|
"ego-tree",
|
|
|
|
"getopts",
|
|
|
|
"html5ever",
|
2023-06-16 16:12:47 +01:00
|
|
|
"once_cell",
|
2021-10-24 13:36:13 +01:00
|
|
|
"selectors",
|
|
|
|
"tendril",
|
|
|
|
]
|
|
|
|
|
2023-06-16 16:12:47 +01:00
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.7.1"
|
2023-06-16 16:12:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
|
2023-06-16 16:12:47 +01:00
|
|
|
dependencies = [
|
2024-02-04 11:00:43 +00:00
|
|
|
"ring 0.17.7",
|
|
|
|
"untrusted 0.9.0",
|
2023-06-16 16:12:47 +01:00
|
|
|
]
|
|
|
|
|
2021-10-24 13:36:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2023-08-28 20:20:53 +01:00
|
|
|
version = "2.9.2"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 20:20:53 +01:00
|
|
|
checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
2023-08-28 20:20:53 +01:00
|
|
|
"bitflags 1.3.2",
|
2021-10-24 13:36:13 +01:00
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2023-08-28 20:20:53 +01:00
|
|
|
version = "2.9.1"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 20:20:53 +01:00
|
|
|
checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "selectors"
|
2023-08-28 20:20:53 +01:00
|
|
|
version = "0.25.0"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 20:20:53 +01:00
|
|
|
checksum = "4eb30575f3638fc8f6815f448d50cb1a2e255b0897985c8c59f4d37b72a07b06"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
2024-02-04 11:00:43 +00:00
|
|
|
"bitflags 2.4.2",
|
2021-10-24 13:36:13 +01:00
|
|
|
"cssparser",
|
|
|
|
"derive_more",
|
|
|
|
"fxhash",
|
|
|
|
"log",
|
2023-08-28 20:20:53 +01:00
|
|
|
"new_debug_unreachable",
|
|
|
|
"phf 0.10.1",
|
|
|
|
"phf_codegen",
|
2021-10-24 13:36:13 +01:00
|
|
|
"precomputed-hash",
|
|
|
|
"servo_arc",
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
|
|
|
dependencies = [
|
2023-06-16 16:12:47 +01:00
|
|
|
"semver-parser",
|
2021-10-24 13:36:13 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "1.0.196"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "870026e60fa08c69f064aa766c10f10b1d62db9ccd4d0abb206472bee0ce3b32"
|
2022-09-13 16:36:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "1.0.196"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "33c85360c95e7d137454dc81d9a4ed2b8efd8fbe19cee57357b32b9771fccb67"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-02-04 11:00:43 +00:00
|
|
|
"syn 2.0.48",
|
2021-10-24 13:36:13 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "1.0.113"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "69801b70b1c3dac963ecb03a364ba0ceda9cf60c71cfe475e99864759c8b8a79"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-06-16 16:12:47 +01:00
|
|
|
[[package]]
|
|
|
|
name = "serde_path_to_error"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.1.15"
|
2023-06-16 16:12:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "ebd154a240de39fdebcf5775d2675c204d7c13cf39a4c697be6493c8e734337c"
|
2023-06-16 16:12:47 +01:00
|
|
|
dependencies = [
|
2023-08-28 20:20:53 +01:00
|
|
|
"itoa",
|
2023-06-16 16:12:47 +01:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_spanned"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.6.5"
|
2023-06-16 16:12:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1"
|
2023-06-16 16:12:47 +01:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-10-24 13:36:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
2023-06-16 16:12:47 +01:00
|
|
|
version = "0.7.1"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "servo_arc"
|
2023-08-28 20:20:53 +01:00
|
|
|
version = "0.3.0"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 20:20:53 +01:00
|
|
|
checksum = "d036d71a959e00c77a63538b90a6c2390969f9772b096ea837205c6bd0491a44"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"stable_deref_trait",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
2023-06-16 16:12:47 +01:00
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770"
|
|
|
|
dependencies = [
|
|
|
|
"sha1_smol",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.10.6"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
2023-06-16 16:12:47 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha1_smol"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.10.8"
|
2023-06-16 16:12:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
2023-06-16 16:12:47 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
2021-10-24 13:36:13 +01:00
|
|
|
|
2022-09-13 16:36:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.1.7"
|
2022-09-13 16:36:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
2022-09-13 16:36:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook"
|
2023-08-28 20:20:53 +01:00
|
|
|
version = "0.3.17"
|
2022-09-13 16:36:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 20:20:53 +01:00
|
|
|
checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
|
2022-09-13 16:36:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"signal-hook-registry",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-mio"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-06-16 16:12:47 +01:00
|
|
|
"mio",
|
2022-09-13 16:36:19 +01:00
|
|
|
"signal-hook",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2023-06-16 16:12:47 +01:00
|
|
|
version = "1.4.1"
|
2022-09-13 16:36:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
|
2022-09-13 16:36:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-06-16 16:12:47 +01:00
|
|
|
[[package]]
|
|
|
|
name = "simd-adler32"
|
2023-08-28 20:20:53 +01:00
|
|
|
version = "0.3.7"
|
2023-06-16 16:12:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 20:20:53 +01:00
|
|
|
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
|
2023-06-16 16:12:47 +01:00
|
|
|
|
2021-10-24 13:36:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "simplecss"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
2023-08-28 20:20:53 +01:00
|
|
|
version = "0.3.11"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 20:20:53 +01:00
|
|
|
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2023-08-28 20:20:53 +01:00
|
|
|
version = "0.4.9"
|
2023-06-16 16:12:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 20:20:53 +01:00
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
2023-06-16 16:12:47 +01:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slotmap"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "1.0.7"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
|
2023-06-16 16:12:47 +01:00
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "1.13.1"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
2023-08-28 20:20:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.5.5"
|
2023-08-28 20:20:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9"
|
2023-08-28 20:20:53 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2021-10-24 13:36:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
|
2022-09-13 16:36:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
2023-06-16 16:12:47 +01:00
|
|
|
version = "0.9.8"
|
2022-09-13 16:36:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
2022-09-13 16:36:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
]
|
|
|
|
|
2021-10-24 13:36:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
|
|
|
|
|
[[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",
|
2023-08-28 20:20:53 +01:00
|
|
|
"rustc_version",
|
2021-10-24 13:36:13 +01: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-06-16 16:12:47 +01:00
|
|
|
"syn 1.0.109",
|
2021-10-24 13:36:13 +01: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",
|
2023-06-16 16:12:47 +01:00
|
|
|
"sha1 0.6.1",
|
|
|
|
"syn 1.0.109",
|
2021-10-24 13:36:13 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stdweb-internal-runtime"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
|
|
|
|
|
2023-06-16 16:12:47 +01:00
|
|
|
[[package]]
|
|
|
|
name = "strict-num"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
|
|
|
|
dependencies = [
|
|
|
|
"float-cmp",
|
|
|
|
]
|
|
|
|
|
2021-10-24 13:36:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "string_cache"
|
2023-06-16 16:12:47 +01:00
|
|
|
version = "0.8.7"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"new_debug_unreachable",
|
2023-06-16 16:12:47 +01:00
|
|
|
"once_cell",
|
|
|
|
"parking_lot",
|
|
|
|
"phf_shared 0.10.0",
|
2021-10-24 13:36:13 +01:00
|
|
|
"precomputed-hash",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "string_cache_codegen"
|
2023-06-16 16:12:47 +01:00
|
|
|
version = "0.5.2"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
2023-06-16 16:12:47 +01:00
|
|
|
"phf_generator 0.10.0",
|
|
|
|
"phf_shared 0.10.0",
|
2021-10-24 13:36:13 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2022-09-13 16:36:19 +01:00
|
|
|
version = "0.10.0"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-13 16:36:19 +01:00
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
2023-06-16 16:12:47 +01:00
|
|
|
name = "svgtypes"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.13.0"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "6e44e288cd960318917cbd540340968b90becc8bc81f171345d706e7a89d9d70"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
2023-06-16 16:12:47 +01:00
|
|
|
"kurbo",
|
|
|
|
"siphasher",
|
2021-10-24 13:36:13 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-06-16 16:12:47 +01:00
|
|
|
name = "syn"
|
|
|
|
version = "1.0.109"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
2023-06-16 16:12:47 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
2021-10-24 13:36:13 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "2.0.48"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-06-16 16:12:47 +01:00
|
|
|
"unicode-ident",
|
2021-10-24 13:36:13 +01:00
|
|
|
]
|
|
|
|
|
2024-02-04 11:00:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sync_wrapper"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "system-configuration"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"core-foundation",
|
|
|
|
"system-configuration-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "system-configuration-sys"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-10-24 13:36:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "3.9.0"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2023-06-16 16:12:47 +01:00
|
|
|
"fastrand",
|
2021-10-24 13:36:13 +01:00
|
|
|
"redox_syscall",
|
2023-06-16 16:12:47 +01:00
|
|
|
"rustix",
|
2024-02-04 11:00:43 +00:00
|
|
|
"windows-sys 0.52.0",
|
2021-10-24 13:36:13 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tendril"
|
2023-06-16 16:12:47 +01:00
|
|
|
version = "0.4.3"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"futf",
|
|
|
|
"mac",
|
|
|
|
"utf-8",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-09-13 16:36:19 +01:00
|
|
|
name = "termcolor"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "1.4.1"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
2022-09-13 16:36:19 +01:00
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-06-16 16:12:47 +01:00
|
|
|
name = "thiserror"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "1.0.56"
|
2022-09-13 16:36:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad"
|
2022-09-13 16:36:19 +01:00
|
|
|
dependencies = [
|
2023-06-16 16:12:47 +01:00
|
|
|
"thiserror-impl",
|
2021-10-24 13:36:13 +01:00
|
|
|
]
|
|
|
|
|
2022-09-13 16:36:19 +01:00
|
|
|
[[package]]
|
2023-06-16 16:12:47 +01:00
|
|
|
name = "thiserror-impl"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "1.0.56"
|
2022-09-13 16:36:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471"
|
2023-06-16 16:12:47 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-02-04 11:00:43 +00:00
|
|
|
"syn 2.0.48",
|
2023-06-16 16:12:47 +01:00
|
|
|
]
|
2021-10-24 13:36:13 +01:00
|
|
|
|
2022-09-13 16:36:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2023-06-16 16:12:47 +01:00
|
|
|
version = "1.1.7"
|
2022-09-13 16:36:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
|
2022-09-13 16:36:19 +01:00
|
|
|
dependencies = [
|
2023-06-16 16:12:47 +01:00
|
|
|
"cfg-if",
|
2022-09-13 16:36:19 +01:00
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-06-16 16:12:47 +01:00
|
|
|
name = "tiff"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.9.1"
|
2022-09-13 16:36:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
|
2022-09-13 16:36:19 +01:00
|
|
|
dependencies = [
|
2023-06-16 16:12:47 +01:00
|
|
|
"flate2",
|
|
|
|
"jpeg-decoder",
|
|
|
|
"weezl",
|
2022-09-13 16:36:19 +01:00
|
|
|
]
|
|
|
|
|
2021-10-24 13:36:13 +01: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",
|
|
|
|
"version_check",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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-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-06-16 16:12:47 +01:00
|
|
|
"syn 1.0.109",
|
2021-10-24 13:36:13 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tiny-skia"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.11.3"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "b6a067b809476893fce6a254cf285850ff69c847e6cfbade6a20b655b6c7e80d"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
2023-06-16 16:12:47 +01:00
|
|
|
"arrayvec",
|
2021-10-24 13:36:13 +01:00
|
|
|
"bytemuck",
|
|
|
|
"cfg-if",
|
2023-06-16 16:12:47 +01:00
|
|
|
"log",
|
2021-10-24 13:36:13 +01:00
|
|
|
"png",
|
2023-06-16 16:12:47 +01:00
|
|
|
"tiny-skia-path",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tiny-skia-path"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.11.3"
|
2023-06-16 16:12:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "5de35e8a90052baaaf61f171680ac2f8e925a1e43ea9d2e3a00514772250e541"
|
2023-06-16 16:12:47 +01:00
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
|
|
|
"bytemuck",
|
|
|
|
"strict-num",
|
2021-10-24 13:36:13 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2023-06-16 16:12:47 +01:00
|
|
|
version = "1.6.0"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
2023-06-16 16:12:47 +01:00
|
|
|
version = "0.1.1"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "1.36.0"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
2023-08-28 20:20:53 +01:00
|
|
|
"backtrace",
|
2021-10-24 13:36:13 +01:00
|
|
|
"bytes",
|
|
|
|
"libc",
|
2023-06-16 16:12:47 +01:00
|
|
|
"mio",
|
2021-10-24 13:36:13 +01:00
|
|
|
"num_cpus",
|
2023-06-16 16:12:47 +01:00
|
|
|
"parking_lot",
|
2021-10-24 13:36:13 +01:00
|
|
|
"pin-project-lite",
|
2023-06-16 16:12:47 +01:00
|
|
|
"signal-hook-registry",
|
2024-02-04 11:00:43 +00:00
|
|
|
"socket2",
|
2023-06-16 16:12:47 +01:00
|
|
|
"tokio-macros",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "2.2.0"
|
2023-06-16 16:12:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
|
2023-06-16 16:12:47 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-02-04 11:00:43 +00:00
|
|
|
"syn 2.0.48",
|
2021-10-24 13:36:13 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-native-tls"
|
2023-06-16 16:12:47 +01:00
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
|
|
|
|
dependencies = [
|
|
|
|
"native-tls",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
|
|
|
version = "0.24.1"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
2023-06-16 16:12:47 +01:00
|
|
|
"rustls",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-tungstenite"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.20.1"
|
2023-06-16 16:12:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
|
2023-06-16 16:12:47 +01:00
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
|
|
|
"log",
|
2021-10-24 13:36:13 +01:00
|
|
|
"native-tls",
|
|
|
|
"tokio",
|
2023-06-16 16:12:47 +01:00
|
|
|
"tokio-native-tls",
|
|
|
|
"tungstenite",
|
2021-10-24 13:36:13 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.7.10"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2023-06-16 16:12:47 +01:00
|
|
|
"tracing",
|
2021-10-24 13:36:13 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.8.9"
|
2023-06-16 16:12:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "c6a4b9e8023eb94392d3dca65d717c53abc5dad49c07cb65bb8fcd87115fa325"
|
2023-06-16 16:12:47 +01:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"toml_edit",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.6.5"
|
2023-06-16 16:12:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
|
2023-06-16 16:12:47 +01:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.21.1"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
2024-02-04 11:00:43 +00:00
|
|
|
"indexmap",
|
2021-10-24 13:36:13 +01:00
|
|
|
"serde",
|
2023-06-16 16:12:47 +01:00
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"winnow",
|
2021-10-24 13:36:13 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
2023-06-16 16:12:47 +01:00
|
|
|
version = "0.3.2"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.1.40"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-lite",
|
2022-09-13 16:36:19 +01:00
|
|
|
"tracing-attributes",
|
2021-10-24 13:36:13 +01:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
2022-09-13 16:36:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.1.27"
|
2022-09-13 16:36:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
2022-09-13 16:36:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-02-04 11:00:43 +00:00
|
|
|
"syn 2.0.48",
|
2022-09-13 16:36:19 +01:00
|
|
|
]
|
|
|
|
|
2021-10-24 13:36:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.1.32"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
2022-09-13 16:36:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"valuable",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.2.0"
|
2022-09-13 16:36:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
2022-09-13 16:36:19 +01:00
|
|
|
"log",
|
2024-02-04 11:00:43 +00:00
|
|
|
"once_cell",
|
2022-09-13 16:36:19 +01:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.3.18"
|
2022-09-13 16:36:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
|
2022-09-13 16:36:19 +01:00
|
|
|
dependencies = [
|
2023-06-16 16:12:47 +01:00
|
|
|
"nu-ansi-term",
|
2022-09-13 16:36:19 +01:00
|
|
|
"sharded-slab",
|
|
|
|
"smallvec",
|
|
|
|
"thread_local",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
2021-10-24 13:36:13 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.2.5"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ttf-parser"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.20.0"
|
2023-06-16 16:12:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
|
2023-06-16 16:12:47 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tungstenite"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.20.1"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
|
2023-06-16 16:12:47 +01:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"bytes",
|
|
|
|
"data-encoding",
|
|
|
|
"http",
|
|
|
|
"httparse",
|
|
|
|
"log",
|
|
|
|
"native-tls",
|
|
|
|
"rand 0.8.5",
|
2024-02-04 11:00:43 +00:00
|
|
|
"sha1 0.10.6",
|
2023-06-16 16:12:47 +01:00
|
|
|
"thiserror",
|
|
|
|
"url",
|
|
|
|
"utf-8",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "1.17.0"
|
2023-06-16 16:12:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
2023-08-28 20:20:53 +01:00
|
|
|
version = "2.7.0"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 20:20:53 +01:00
|
|
|
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.3.15"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi-mirroring"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56d12260fb92d52f9008be7e4bca09f584780eb2266dc8fecc6a192bec561694"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ccc"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cc2520efa644f8268dce4dcd3050eaa7fc044fca03961e9998ac7e2e92b77cf1"
|
|
|
|
|
2023-06-16 16:12:47 +01:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "1.0.12"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2023-06-16 16:12:47 +01:00
|
|
|
version = "0.1.22"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
2024-02-04 11:00:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-properties"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291"
|
|
|
|
|
2021-10-24 13:36:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-script"
|
2023-06-16 16:12:47 +01:00
|
|
|
version = "0.5.5"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-vo"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.1.11"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
|
|
2024-02-04 11:00:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
|
|
|
|
2021-10-24 13:36:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "2.5.0"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
2022-09-13 16:36:19 +01:00
|
|
|
"serde",
|
2021-10-24 13:36:13 +01:00
|
|
|
]
|
|
|
|
|
2023-06-16 16:12:47 +01:00
|
|
|
[[package]]
|
|
|
|
name = "urlencoding"
|
2023-08-28 20:20:53 +01:00
|
|
|
version = "2.1.3"
|
2023-06-16 16:12:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 20:20:53 +01:00
|
|
|
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
|
2023-06-16 16:12:47 +01:00
|
|
|
|
2021-10-24 13:36:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "usvg"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.38.0"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "377f62b4a3c173de8654c1aa80ab1dac1154e6f13a779a9943e53780120d1625"
|
2023-06-16 16:12:47 +01:00
|
|
|
dependencies = [
|
2024-02-04 11:00:43 +00:00
|
|
|
"base64 0.21.7",
|
2023-06-16 16:12:47 +01:00
|
|
|
"log",
|
|
|
|
"pico-args",
|
|
|
|
"usvg-parser",
|
|
|
|
"usvg-text-layout",
|
|
|
|
"usvg-tree",
|
|
|
|
"xmlwriter",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "usvg-parser"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.38.0"
|
2023-06-16 16:12:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "351a05e6f2023d6b4e946f734240a3927aefdcf930d7d42587a2c8a8869814b0"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"data-url",
|
|
|
|
"flate2",
|
2023-06-16 16:12:47 +01:00
|
|
|
"imagesize",
|
2021-10-24 13:36:13 +01:00
|
|
|
"kurbo",
|
|
|
|
"log",
|
|
|
|
"roxmltree",
|
|
|
|
"simplecss",
|
|
|
|
"siphasher",
|
|
|
|
"svgtypes",
|
2023-06-16 16:12:47 +01:00
|
|
|
"usvg-tree",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "usvg-text-layout"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.38.0"
|
2023-06-16 16:12:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "8c41888b9d5cf431fe852eaf9d047bbde83251b98f1749c2f08b1071e6db46e2"
|
2023-06-16 16:12:47 +01:00
|
|
|
dependencies = [
|
|
|
|
"fontdb",
|
|
|
|
"kurbo",
|
|
|
|
"log",
|
|
|
|
"rustybuzz",
|
2021-10-24 13:36:13 +01:00
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-script",
|
|
|
|
"unicode-vo",
|
2023-06-16 16:12:47 +01:00
|
|
|
"usvg-tree",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "usvg-tree"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.38.0"
|
2023-06-16 16:12:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "18863e0404ed153d6e56362c5b1146db9f4f262a3244e3cf2dbe7d8a85909f05"
|
2023-06-16 16:12:47 +01:00
|
|
|
dependencies = [
|
|
|
|
"strict-num",
|
|
|
|
"svgtypes",
|
|
|
|
"tiny-skia-path",
|
2021-10-24 13:36:13 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "utf-8"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
|
|
|
|
2023-06-16 16:12:47 +01:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
|
|
|
|
2021-10-24 13:36:13 +01:00
|
|
|
[[package]]
|
2022-09-13 16:36:19 +01:00
|
|
|
name = "valuable"
|
|
|
|
version = "0.1.0"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-13 16:36:19 +01:00
|
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
2022-09-13 16:36:19 +01:00
|
|
|
name = "vcpkg"
|
|
|
|
version = "0.2.15"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-13 16:36:19 +01:00
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2023-06-16 16:12:47 +01:00
|
|
|
version = "0.9.4"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
2022-09-13 16:36:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "viuer"
|
2023-06-16 16:12:47 +01:00
|
|
|
version = "0.6.2"
|
2022-09-13 16:36:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "b511f7e9ae27b5750f12ca50c353a1179bd4cc964a47294eb0d2cdad40cb41c0"
|
2022-09-13 16:36:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"ansi_colours",
|
2023-06-16 16:12:47 +01:00
|
|
|
"base64 0.13.1",
|
2022-09-13 16:36:19 +01:00
|
|
|
"console",
|
|
|
|
"crossterm",
|
|
|
|
"image",
|
|
|
|
"lazy_static",
|
|
|
|
"tempfile",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2023-06-16 16:12:47 +01:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "2.4.0"
|
2023-06-16 16:12:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
|
2023-06-16 16:12:47 +01:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2021-10-24 13:36:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
2023-06-16 16:12:47 +01:00
|
|
|
version = "0.3.1"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2022-09-13 16:36:19 +01:00
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-13 16:36:19 +01:00
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.2.90"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "b1223296a201415c7fad14792dbefaace9bd52b62d33453ade1c5b5f07555406"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.2.90"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "fcdc935b63408d58a32f8cc9738a0bffd8f05cc7c002086c6ef20b7312ad9dcd"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
2023-06-16 16:12:47 +01:00
|
|
|
"once_cell",
|
2021-10-24 13:36:13 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-02-04 11:00:43 +00:00
|
|
|
"syn 2.0.48",
|
2021-10-24 13:36:13 +01:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.4.40"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "bde2032aeb86bdfaecc8b261eef3cba735cc426c1f3a3416d1e0791be95fc461"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.2.90"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "3e4c238561b2d428924c49815533a8b9121c664599558a5d9ec51f8a1740a999"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.2.90"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "bae1abb6806dc1ad9e560ed242107c0f6c84335f1749dd4e8ddb012ebd5e25a7"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-02-04 11:00:43 +00:00
|
|
|
"syn 2.0.48",
|
2021-10-24 13:36:13 +01:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.2.90"
|
2023-06-16 16:12:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "4d91413b1c31d7539ba5ef2451af3f0b833a005eb27a631cec32bc0635a8602b"
|
2023-06-16 16:12:47 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-streams"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.4.0"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "b65dc4c90b63b118468cf747d8bf3566c1913ef60be765b5730ead9e0a3ba129"
|
2023-06-16 16:12:47 +01:00
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
]
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.3.67"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "58cd2333b6e0be7a39605f0e255892fd7418a682d8da8fe042fe25128794d2ed"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webbrowser"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.8.12"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "82b2391658b02c27719fc5a0a73d6e696285138e8b12fba9d4baa70451023c71"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
2023-06-16 16:12:47 +01:00
|
|
|
"core-foundation",
|
|
|
|
"home",
|
|
|
|
"jni",
|
|
|
|
"log",
|
|
|
|
"ndk-context",
|
|
|
|
"objc",
|
|
|
|
"raw-window-handle",
|
|
|
|
"url",
|
2021-10-24 13:36:13 +01:00
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-06-16 16:12:47 +01:00
|
|
|
name = "webpki-roots"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.25.4"
|
2023-06-16 16:12:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
|
2023-06-16 16:12:47 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "weezl"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.1.8"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
|
2021-10-24 13:36:13 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
2022-09-13 16:36:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.1.6"
|
2022-09-13 16:36:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
|
2022-09-13 16:36:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-10-24 13:36:13 +01: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"
|
|
|
|
|
2023-06-16 16:12:47 +01:00
|
|
|
[[package]]
|
2024-02-04 11:00:43 +00:00
|
|
|
name = "windows-core"
|
|
|
|
version = "0.52.0"
|
2023-06-16 16:12:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
2023-06-16 16:12:47 +01:00
|
|
|
dependencies = [
|
2024-02-04 11:00:43 +00:00
|
|
|
"windows-targets 0.52.0",
|
2022-09-13 16:36:19 +01:00
|
|
|
]
|
|
|
|
|
2023-06-16 16:12:47 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.45.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets 0.42.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
2023-08-28 20:20:53 +01:00
|
|
|
"windows-targets 0.48.5",
|
2023-06-16 16:12:47 +01:00
|
|
|
]
|
|
|
|
|
2024-02-04 11:00:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets 0.52.0",
|
|
|
|
]
|
|
|
|
|
2023-06-16 16:12:47 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm 0.42.2",
|
|
|
|
"windows_aarch64_msvc 0.42.2",
|
|
|
|
"windows_i686_gnu 0.42.2",
|
|
|
|
"windows_i686_msvc 0.42.2",
|
|
|
|
"windows_x86_64_gnu 0.42.2",
|
|
|
|
"windows_x86_64_gnullvm 0.42.2",
|
|
|
|
"windows_x86_64_msvc 0.42.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-08-28 20:20:53 +01:00
|
|
|
version = "0.48.5"
|
2023-06-16 16:12:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 20:20:53 +01:00
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
2023-06-16 16:12:47 +01:00
|
|
|
dependencies = [
|
2023-08-28 20:20:53 +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-06-16 16:12:47 +01:00
|
|
|
]
|
|
|
|
|
2024-02-04 11:00:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm 0.52.0",
|
|
|
|
"windows_aarch64_msvc 0.52.0",
|
|
|
|
"windows_i686_gnu 0.52.0",
|
|
|
|
"windows_i686_msvc 0.52.0",
|
|
|
|
"windows_x86_64_gnu 0.52.0",
|
|
|
|
"windows_x86_64_gnullvm 0.52.0",
|
|
|
|
"windows_x86_64_msvc 0.52.0",
|
|
|
|
]
|
|
|
|
|
2023-06-16 16:12:47 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-08-28 20:20:53 +01:00
|
|
|
version = "0.48.5"
|
2023-06-16 16:12:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 20:20:53 +01:00
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
2023-06-16 16:12:47 +01:00
|
|
|
|
2024-02-04 11:00:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
|
|
|
|
|
2022-09-13 16:36:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-06-16 16:12:47 +01:00
|
|
|
version = "0.42.2"
|
2022-09-13 16:36:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-08-28 20:20:53 +01:00
|
|
|
version = "0.48.5"
|
2023-06-16 16:12:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 20:20:53 +01:00
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2022-09-13 16:36:19 +01:00
|
|
|
|
2024-02-04 11:00:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
|
|
|
|
|
2022-09-13 16:36:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-06-16 16:12:47 +01:00
|
|
|
version = "0.42.2"
|
2022-09-13 16:36:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-08-28 20:20:53 +01:00
|
|
|
version = "0.48.5"
|
2023-06-16 16:12:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 20:20:53 +01:00
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2022-09-13 16:36:19 +01:00
|
|
|
|
2024-02-04 11:00:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
|
|
|
|
|
2022-09-13 16:36:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-06-16 16:12:47 +01:00
|
|
|
version = "0.42.2"
|
2022-09-13 16:36:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-08-28 20:20:53 +01:00
|
|
|
version = "0.48.5"
|
2023-06-16 16:12:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 20:20:53 +01:00
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2023-06-16 16:12:47 +01:00
|
|
|
|
2024-02-04 11:00:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
|
|
|
|
|
2023-06-16 16:12:47 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
|
2022-09-13 16:36:19 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-08-28 20:20:53 +01:00
|
|
|
version = "0.48.5"
|
2022-09-13 16:36:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 20:20:53 +01:00
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2023-06-16 16:12:47 +01:00
|
|
|
|
2024-02-04 11:00:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
|
|
|
|
|
2023-06-16 16:12:47 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.42.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-08-28 20:20:53 +01:00
|
|
|
version = "0.48.5"
|
2023-06-16 16:12:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 20:20:53 +01:00
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2022-09-13 16:36:19 +01:00
|
|
|
|
2024-02-04 11:00:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
|
|
|
|
|
2022-09-13 16:36:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-06-16 16:12:47 +01:00
|
|
|
version = "0.42.2"
|
2022-09-13 16:36:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-16 16:12:47 +01:00
|
|
|
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-08-28 20:20:53 +01:00
|
|
|
version = "0.48.5"
|
2023-06-16 16:12:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 20:20:53 +01:00
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
2023-06-16 16:12:47 +01:00
|
|
|
|
2024-02-04 11:00:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
|
|
|
|
|
2023-06-16 16:12:47 +01:00
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
2024-02-04 11:00:43 +00:00
|
|
|
version = "0.5.37"
|
2023-06-16 16:12:47 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-04 11:00:43 +00:00
|
|
|
checksum = "a7cad8365489051ae9f054164e459304af2e7e9bb407c958076c8bf4aef52da5"
|
2023-06-16 16:12:47 +01:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
2022-09-13 16:36:19 +01:00
|
|
|
|
2021-10-24 13:36:13 +01:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
2023-08-28 20:20:53 +01:00
|
|
|
version = "0.50.0"
|
2021-10-24 13:36:13 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-28 20:20:53 +01:00
|
|
|
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
|
2021-10-24 13:36:13 +01:00
|
|
|
dependencies = [
|
2023-08-28 20:20:53 +01:00
|
|
|
"cfg-if",
|
|
|
|
"windows-sys 0.48.0",
|
2021-10-24 13:36:13 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xmlwriter"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
|
2023-06-16 16:12:47 +01:00
|
|
|
|
2024-02-04 11:00:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
|
|
|
version = "0.7.32"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
|
|
|
|
dependencies = [
|
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
|
|
|
version = "0.7.32"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.48",
|
|
|
|
]
|
|
|
|
|
2023-06-16 16:12:47 +01:00
|
|
|
[[package]]
|
|
|
|
name = "zune-inflate"
|
|
|
|
version = "0.2.54"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
|
|
|
|
dependencies = [
|
|
|
|
"simd-adler32",
|
|
|
|
]
|