dioxus/Cargo.lock

3688 lines
88 KiB
Text
Raw Normal View History

2022-07-09 02:09:44 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "addr2line"
version = "0.19.0"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
2022-07-09 02:09:44 +00:00
dependencies = [
"gimli",
]
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "aes"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"
dependencies = [
"cfg-if",
"cipher",
"cpufeatures",
2022-08-15 11:37:51 +00:00
"opaque-debug",
2022-07-09 02:09:44 +00:00
]
2022-12-26 04:38:42 +00:00
[[package]]
name = "ahash"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
dependencies = [
"getrandom 0.2.8",
"once_cell",
"version_check",
]
2022-07-09 02:09:44 +00:00
[[package]]
name = "aho-corasick"
2022-12-11 21:01:50 +00:00
version = "0.7.20"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
2022-07-09 02:09:44 +00:00
dependencies = [
"memchr",
]
2022-08-15 11:37:51 +00:00
[[package]]
name = "android_system_properties"
2022-12-11 21:01:50 +00:00
version = "0.1.5"
2022-08-15 11:37:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
2022-08-15 11:37:51 +00:00
dependencies = [
"libc",
]
2022-07-09 02:09:44 +00:00
[[package]]
name = "anyhow"
2023-02-22 13:49:39 +00:00
version = "1.0.69"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800"
2022-07-09 02:09:44 +00:00
[[package]]
name = "arrayref"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
[[package]]
name = "arrayvec"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
[[package]]
name = "async-trait"
2023-02-22 13:49:39 +00:00
version = "0.1.64"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "1cd7fce9ba8c3c042128ce72d8b2ddbf3a05747efb67ea0313c635e10bda47a2"
2022-07-09 02:09:44 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
"hermit-abi 0.1.19",
2022-07-09 02:09:44 +00:00
"libc",
"winapi",
]
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "axum"
2022-12-11 21:01:50 +00:00
version = "0.5.17"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "acee9fd5073ab6b045a275b3e709c163dd36c90685219cb21804a147b58dba43"
2022-07-09 02:09:44 +00:00
dependencies = [
"async-trait",
"axum-core",
2022-12-11 21:01:50 +00:00
"base64 0.13.1",
2022-07-09 02:09:44 +00:00
"bitflags",
"bytes",
"futures-util",
"headers",
"http",
"http-body",
"hyper",
"itoa",
"matchit",
"memchr",
"mime",
"percent-encoding",
"pin-project-lite",
"serde",
"serde_json",
"serde_urlencoded",
2022-08-15 11:37:51 +00:00
"sha-1",
2022-07-09 02:09:44 +00:00
"sync_wrapper",
"tokio",
"tokio-tungstenite",
"tower",
2022-12-11 21:01:50 +00:00
"tower-http 0.3.5",
2022-07-09 02:09:44 +00:00
"tower-layer",
"tower-service",
]
[[package]]
name = "axum-core"
2022-12-11 21:01:50 +00:00
version = "0.2.9"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "37e5939e02c56fecd5c017c37df4238c0a839fa76b7f97acdd7efb804fd181cc"
2022-07-09 02:09:44 +00:00
dependencies = [
"async-trait",
"bytes",
"futures-util",
"http",
"http-body",
"mime",
2022-12-11 21:01:50 +00:00
"tower-layer",
"tower-service",
2022-07-09 02:09:44 +00:00
]
[[package]]
name = "backtrace"
version = "0.3.67"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"
2022-07-09 02:09:44 +00:00
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
"miniz_oxide",
2022-07-09 02:09:44 +00:00
"object",
"rustc-demangle",
]
[[package]]
name = "base64"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643"
dependencies = [
"byteorder",
"safemem",
]
[[package]]
name = "base64"
2022-12-11 21:01:50 +00:00
version = "0.13.1"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
2022-07-09 02:09:44 +00:00
2023-01-12 23:36:10 +00:00
[[package]]
name = "base64"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
2022-07-09 02:09:44 +00:00
[[package]]
name = "base64ct"
version = "1.6.0"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
2022-07-09 02:09:44 +00:00
[[package]]
name = "binary-install"
version = "0.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b5bc5f8c50dd6a80d0b303ddab79f42ddcb52fd43d68107ecf622c551fd4cd4"
dependencies = [
"curl",
"dirs 1.0.5",
"failure",
"flate2",
"hex",
"is_executable",
"siphasher",
"tar",
"zip 0.5.13",
]
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "blake2b_simd"
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"
dependencies = [
"arrayref",
"arrayvec",
"constant_time_eq",
]
[[package]]
name = "block-buffer"
2022-12-11 21:01:50 +00:00
version = "0.10.3"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
2022-07-09 02:09:44 +00:00
dependencies = [
2022-08-15 11:37:51 +00:00
"generic-array",
2022-07-09 02:09:44 +00:00
]
2022-07-24 11:00:43 +00:00
[[package]]
name = "bstr"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
dependencies = [
"memchr",
]
[[package]]
2023-02-22 13:49:39 +00:00
name = "bumpalo"
version = "3.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
2022-07-09 02:09:44 +00:00
[[package]]
2023-02-22 13:49:39 +00:00
name = "bumpslab"
version = "0.2.0"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "7e5816c875b50b9866d759fa24d46159dccab0d7942c0ccbfd700b4f45dd961e"
dependencies = [
"bumpalo",
]
2022-07-09 02:09:44 +00:00
[[package]]
name = "byteorder"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "bytes"
2023-02-22 13:49:39 +00:00
version = "1.4.0"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
2022-07-09 02:09:44 +00:00
[[package]]
name = "bzip2"
2023-01-12 23:36:10 +00:00
version = "0.4.4"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-12 23:36:10 +00:00
checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2022-07-09 02:09:44 +00:00
dependencies = [
"bzip2-sys",
"libc",
]
[[package]]
name = "bzip2-sys"
version = "0.1.11+1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
dependencies = [
"cc",
"libc",
"pkg-config",
]
[[package]]
name = "camino"
2023-02-22 13:49:39 +00:00
version = "1.1.3"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "6031a462f977dd38968b6f23378356512feeace69cef817e1a4475108093cec3"
2022-07-09 02:09:44 +00:00
dependencies = [
"serde",
]
[[package]]
name = "cargo-platform"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"
dependencies = [
"serde",
]
[[package]]
name = "cargo_metadata"
2023-02-22 13:49:39 +00:00
version = "0.15.3"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "08a1ec454bc3eead8719cb56e15dbbfecdbc14e4b3a3ae4936cc6e31f5fc0d07"
2022-07-09 02:09:44 +00:00
dependencies = [
"camino",
"cargo-platform",
2022-07-10 03:28:20 +00:00
"semver",
2022-07-09 02:09:44 +00:00
"serde",
"serde_json",
2022-12-11 21:01:50 +00:00
"thiserror",
2022-07-09 02:09:44 +00:00
]
[[package]]
name = "cargo_toml"
2022-12-11 21:01:50 +00:00
version = "0.11.8"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "e72c3ff59e3b7d24630206bb63a73af65da4ed5df1f76ee84dfafb9fee2ba60e"
2022-07-09 02:09:44 +00:00
dependencies = [
"serde",
"serde_derive",
"toml",
]
[[package]]
name = "cc"
2023-02-22 13:49:39 +00:00
version = "1.0.79"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
2022-07-09 02:09:44 +00:00
dependencies = [
"jobserver",
]
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
2022-12-11 21:01:50 +00:00
version = "0.4.23"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"
2022-07-09 02:09:44 +00:00
dependencies = [
2022-08-15 11:37:51 +00:00
"iana-time-zone",
"js-sys",
2022-07-09 02:09:44 +00:00
"num-integer",
"num-traits",
2022-12-11 21:01:50 +00:00
"time 0.1.45",
2022-08-15 11:37:51 +00:00
"wasm-bindgen",
2022-07-09 02:09:44 +00:00
"winapi",
]
[[package]]
name = "cipher"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
dependencies = [
2022-08-15 11:37:51 +00:00
"generic-array",
2022-07-09 02:09:44 +00:00
]
[[package]]
name = "clap"
2022-12-11 21:01:50 +00:00
version = "3.2.23"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5"
2022-07-09 02:09:44 +00:00
dependencies = [
"atty",
"bitflags",
"clap_derive",
"clap_lex",
"indexmap",
"once_cell",
2022-07-10 03:28:20 +00:00
"strsim",
2022-07-09 02:09:44 +00:00
"termcolor",
"textwrap",
]
[[package]]
name = "clap_derive"
2022-12-11 21:01:50 +00:00
version = "3.2.18"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65"
2022-07-09 02:09:44 +00:00
dependencies = [
2023-02-22 13:49:39 +00:00
"heck 0.4.1",
2022-07-09 02:09:44 +00:00
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "clap_lex"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
dependencies = [
"os_str_bytes",
]
2022-12-11 21:01:50 +00:00
[[package]]
name = "codespan-reporting"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
dependencies = [
"termcolor",
"unicode-width",
]
2022-07-09 02:09:44 +00:00
[[package]]
name = "colored"
version = "1.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4ffc801dacf156c5854b9df4f425a626539c3a6ef7893cc0c5084a23f0b6c59"
dependencies = [
"atty",
"lazy_static",
"winapi",
]
[[package]]
name = "colored"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd"
dependencies = [
"atty",
"lazy_static",
"winapi",
]
2022-07-09 06:16:19 +00:00
[[package]]
name = "console"
2023-02-22 13:49:39 +00:00
version = "0.15.5"
2022-07-09 06:16:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "c3d79fbe8970a77e3e34151cc13d3b3e248aa0faaecb9f6091fa07ebefe5ad60"
2022-07-09 06:16:19 +00:00
dependencies = [
"encode_unicode",
2022-12-11 21:01:50 +00:00
"lazy_static",
2022-07-09 06:16:19 +00:00
"libc",
"unicode-width",
2023-02-22 13:49:39 +00:00
"windows-sys 0.42.0",
2022-07-09 06:16:19 +00:00
]
2022-07-09 02:09:44 +00:00
[[package]]
name = "constant_time_eq"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
[[package]]
name = "convert_case"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb4a24b1aaf0fd0ce8b45161144d6f42cd91677fd5940fd431183eb023b3a2b8"
[[package]]
name = "core-foundation"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
[[package]]
name = "cpufeatures"
2022-12-11 21:01:50 +00:00
version = "0.2.5"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
2022-07-09 02:09:44 +00:00
dependencies = [
"libc",
]
[[package]]
name = "crc32fast"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
dependencies = [
"cfg-if",
]
[[package]]
name = "crossbeam-channel"
version = "0.5.7"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf2b3e8478797446514c91ef04bafcb59faba183e621ad488df88983cc14128c"
2022-07-09 02:09:44 +00:00
dependencies = [
"cfg-if",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-utils"
version = "0.8.15"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
2022-07-09 02:09:44 +00:00
dependencies = [
"cfg-if",
]
[[package]]
name = "crypto-common"
2022-08-15 11:37:51 +00:00
version = "0.1.6"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-15 11:37:51 +00:00
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
2022-07-09 02:09:44 +00:00
dependencies = [
2022-08-15 11:37:51 +00:00
"generic-array",
2022-07-09 02:09:44 +00:00
"typenum",
]
2022-09-22 05:57:26 +00:00
[[package]]
name = "ctrlc"
2023-02-22 13:49:39 +00:00
version = "3.2.5"
2022-09-22 05:57:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "bbcf33c2a618cbe41ee43ae6e9f2e48368cd9f9db2896f10167d8d762679f639"
2022-09-22 05:57:26 +00:00
dependencies = [
"nix",
2023-02-22 13:49:39 +00:00
"windows-sys 0.45.0",
2022-09-22 05:57:26 +00:00
]
2022-07-09 02:09:44 +00:00
[[package]]
name = "curl"
2022-08-15 11:37:51 +00:00
version = "0.4.44"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-15 11:37:51 +00:00
checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22"
2022-07-09 02:09:44 +00:00
dependencies = [
"curl-sys",
"libc",
"openssl-probe",
"openssl-sys",
"schannel",
"socket2",
"winapi",
]
[[package]]
name = "curl-sys"
2023-02-22 13:49:39 +00:00
version = "0.4.60+curl-7.88.1"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "717abe2cb465a5da6ce06617388a3980c9a2844196734bec8ccb8e575250f13f"
2022-07-09 02:09:44 +00:00
dependencies = [
"cc",
"libc",
"libz-sys",
"openssl-sys",
"pkg-config",
"vcpkg",
"winapi",
]
2022-12-11 21:01:50 +00:00
[[package]]
name = "cxx"
2023-02-22 13:49:39 +00:00
version = "1.0.91"
2022-12-11 21:01:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "86d3488e7665a7a483b57e25bdd90d0aeb2bc7608c8d0346acf2ad3f1caf1d62"
2022-12-11 21:01:50 +00:00
dependencies = [
"cc",
"cxxbridge-flags",
"cxxbridge-macro",
"link-cplusplus",
]
[[package]]
name = "cxx-build"
2023-02-22 13:49:39 +00:00
version = "1.0.91"
2022-12-11 21:01:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "48fcaf066a053a41a81dfb14d57d99738b767febb8b735c3016e469fac5da690"
2022-12-11 21:01:50 +00:00
dependencies = [
"cc",
"codespan-reporting",
"once_cell",
"proc-macro2",
"quote",
"scratch",
"syn",
]
[[package]]
name = "cxxbridge-flags"
2023-02-22 13:49:39 +00:00
version = "1.0.91"
2022-12-11 21:01:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "a2ef98b8b717a829ca5603af80e1f9e2e48013ab227b68ef37872ef84ee479bf"
2022-12-11 21:01:50 +00:00
[[package]]
name = "cxxbridge-macro"
2023-02-22 13:49:39 +00:00
version = "1.0.91"
2022-12-11 21:01:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "086c685979a698443656e5cf7856c95c642295a38599f12fb1ff76fb28d19892"
2022-12-11 21:01:50 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-12-19 03:00:31 +00:00
[[package]]
name = "darling"
2023-02-22 13:49:39 +00:00
version = "0.14.3"
2022-12-19 03:00:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "c0808e1bd8671fb44a113a14e13497557533369847788fa2ae912b6ebfce9fa8"
2022-12-19 03:00:31 +00:00
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
2023-02-22 13:49:39 +00:00
version = "0.14.3"
2022-12-19 03:00:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "001d80444f28e193f30c2f293455da62dcf9a6b29918a4253152ae2b1de592cb"
2022-12-19 03:00:31 +00:00
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "darling_macro"
2023-02-22 13:49:39 +00:00
version = "0.14.3"
2022-12-19 03:00:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "b36230598a2d5de7ec1c6f51f72d8a99a9208daff41de2084d06e3fd3ea56685"
2022-12-19 03:00:31 +00:00
dependencies = [
"darling_core",
"quote",
"syn",
]
2022-07-09 02:09:44 +00:00
[[package]]
name = "data-encoding"
2022-12-11 21:01:50 +00:00
version = "2.3.3"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb"
2022-07-09 02:09:44 +00:00
[[package]]
name = "digest"
2022-12-11 21:01:50 +00:00
version = "0.10.6"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
2022-07-09 02:09:44 +00:00
dependencies = [
2022-08-15 11:37:51 +00:00
"block-buffer",
2022-07-09 02:09:44 +00:00
"crypto-common",
"subtle",
]
2022-12-26 04:38:42 +00:00
[[package]]
name = "dioxus-autofmt"
2023-01-12 23:36:10 +00:00
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "935ac336dd077436505f2eda7b7b81515093e8a3fb352ac514cd6901dbd302e7"
2022-12-26 04:38:42 +00:00
dependencies = [
"dioxus-rsx",
"prettier-please",
2022-12-26 04:38:42 +00:00
"proc-macro2",
"quote",
"serde",
"syn",
]
2022-07-09 02:09:44 +00:00
[[package]]
name = "dioxus-cli"
version = "0.3.1"
2022-07-09 02:09:44 +00:00
dependencies = [
"anyhow",
"atty",
"axum",
"binary-install",
"cargo_metadata",
"cargo_toml",
"chrono",
"clap",
"colored 2.0.0",
2022-12-07 20:55:28 +00:00
"convert_case",
2022-09-22 05:57:26 +00:00
"ctrlc",
2022-12-26 04:38:42 +00:00
"dioxus-autofmt",
2022-12-19 03:00:31 +00:00
"dioxus-core",
"dioxus-html",
"dioxus-rsx",
2022-07-09 02:09:44 +00:00
"dirs 4.0.0",
"fern",
"flate2",
"fs_extra",
"futures",
2023-01-12 23:36:10 +00:00
"gitignore",
2022-07-09 02:09:44 +00:00
"headers",
"html_parser",
"hyper",
"hyper-rustls",
2022-07-09 06:16:19 +00:00
"indicatif",
2022-09-21 23:56:36 +00:00
"lazy_static",
2022-07-09 02:09:44 +00:00
"log",
2022-07-24 11:00:43 +00:00
"mlua",
2022-07-09 02:09:44 +00:00
"notify",
"proc-macro2",
"regex",
"reqwest",
2022-12-29 07:24:24 +00:00
"rsx-rosetta",
2022-07-09 02:09:44 +00:00
"serde",
"serde_json",
2023-02-11 13:40:48 +00:00
"subprocess",
2022-07-09 02:09:44 +00:00
"syn",
"tar",
"thiserror",
"tokio",
"toml",
"tower",
"tower-http 0.2.5",
"walkdir",
"wasm-bindgen-cli-support",
2023-02-22 13:49:39 +00:00
"zip 0.6.4",
]
2022-12-19 03:00:31 +00:00
[[package]]
name = "dioxus-core"
2023-02-22 13:49:39 +00:00
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc602f0ca7030f80fe4abc47cc43ffa75c6e7f48208c2b3f6ae24ec7bc6f6618"
2022-12-19 03:00:31 +00:00
dependencies = [
"bumpalo",
2023-02-22 13:49:39 +00:00
"bumpslab",
2022-12-19 03:00:31 +00:00
"futures-channel",
"futures-util",
"indexmap",
"log",
"longest-increasing-subsequence",
"rustc-hash",
"serde",
"slab",
"smallbox",
]
[[package]]
name = "dioxus-html"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7682a6615e4e5a460cd3293ce420451abffb719c84c4b54e297b17365f601fb4"
2022-12-19 03:00:31 +00:00
dependencies = [
"async-trait",
"dioxus-core",
2022-12-26 04:38:42 +00:00
"dioxus-rsx",
2022-12-19 03:00:31 +00:00
"enumset",
"euclid",
"keyboard-types",
2022-12-20 21:07:35 +00:00
"serde",
"serde-value",
"serde_repr",
2022-12-19 03:00:31 +00:00
]
[[package]]
name = "dioxus-rsx"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8544632e20f462a64f26502c91e7cf6ae3b30d82956e70543644d2c16b6659d"
dependencies = [
2022-12-26 04:38:42 +00:00
"dioxus-core",
"internment",
"proc-macro2",
"quote",
"serde",
"syn",
]
2022-07-09 02:09:44 +00:00
[[package]]
name = "dirs"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901"
dependencies = [
"libc",
"redox_users 0.3.5",
"winapi",
]
[[package]]
name = "dirs"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
dependencies = [
"dirs-sys",
]
[[package]]
name = "dirs-sys"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
dependencies = [
"libc",
"redox_users 0.4.3",
"winapi",
]
2022-10-01 22:17:09 +00:00
[[package]]
name = "either"
2023-02-22 13:49:39 +00:00
version = "1.8.1"
2022-10-01 22:17:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
2022-10-01 22:17:09 +00:00
2022-07-09 06:16:19 +00:00
[[package]]
name = "encode_unicode"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
2022-07-09 02:09:44 +00:00
[[package]]
name = "encoding_rs"
2023-02-22 13:49:39 +00:00
version = "0.8.32"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
2022-07-09 02:09:44 +00:00
dependencies = [
"cfg-if",
]
[[package]]
name = "enum-as-inner"
2022-12-11 21:01:50 +00:00
version = "0.5.1"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "c9720bba047d567ffc8a3cba48bf19126600e249ab7f128e9233e6376976a116"
2022-07-09 02:09:44 +00:00
dependencies = [
2023-02-22 13:49:39 +00:00
"heck 0.4.1",
2022-07-09 02:09:44 +00:00
"proc-macro2",
"quote",
"syn",
]
2022-12-19 03:00:31 +00:00
[[package]]
name = "enumset"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19be8061a06ab6f3a6cf21106c873578bf01bd42ad15e0311a9c76161cb1c753"
dependencies = [
"enumset_derive",
]
[[package]]
name = "enumset_derive"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03e7b551eba279bf0fa88b83a46330168c1560a52a94f5126f892f0b364ab3e0"
dependencies = [
"darling",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "errno"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
dependencies = [
"errno-dragonfly",
"libc",
"winapi",
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
2022-12-19 03:00:31 +00:00
[[package]]
name = "euclid"
version = "0.22.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b52c2ef4a78da0ba68fbe1fd920627411096d2ac478f7f4c9f3a54ba6705bade"
dependencies = [
"num-traits",
2022-12-20 21:07:35 +00:00
"serde",
2022-12-19 03:00:31 +00:00
]
2022-07-09 02:09:44 +00:00
[[package]]
name = "failure"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"
dependencies = [
"backtrace",
"failure_derive",
]
[[package]]
name = "failure_derive"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
dependencies = [
"proc-macro2",
"quote",
"syn",
"synstructure",
]
[[package]]
name = "fastrand"
2023-02-22 13:49:39 +00:00
version = "1.9.0"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
2022-07-09 02:09:44 +00:00
dependencies = [
"instant",
]
[[package]]
name = "fern"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3bdd7b0849075e79ee9a1836df22c717d1eba30451796fdc631b04565dd11e2a"
dependencies = [
"colored 1.9.3",
"log",
]
[[package]]
name = "filetime"
2023-02-22 13:49:39 +00:00
version = "0.2.20"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "8a3de6e8d11b22ff9edc6d916f890800597d60f8b2da1caf2955c274638d6412"
2022-07-09 02:09:44 +00:00
dependencies = [
"cfg-if",
"libc",
2022-08-15 11:37:51 +00:00
"redox_syscall 0.2.16",
2023-02-22 13:49:39 +00:00
"windows-sys 0.45.0",
2022-07-09 02:09:44 +00:00
]
[[package]]
name = "flate2"
2022-12-11 21:01:50 +00:00
version = "1.0.25"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
2022-07-09 02:09:44 +00:00
dependencies = [
"crc32fast",
"miniz_oxide",
2022-07-09 02:09:44 +00:00
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[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"
2022-12-11 21:01:50 +00:00
version = "1.1.0"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
2022-07-09 02:09:44 +00:00
dependencies = [
"percent-encoding",
]
[[package]]
name = "fs_extra"
2023-02-22 13:49:39 +00:00
version = "1.3.0"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
2022-07-09 02:09:44 +00:00
[[package]]
name = "fsevent-sys"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
dependencies = [
"libc",
]
[[package]]
name = "futures"
2023-02-22 13:49:39 +00:00
version = "0.3.26"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "13e2792b0ff0340399d58445b88fd9770e3489eff258a4cbc1523418f12abf84"
2022-07-09 02:09:44 +00:00
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
2023-02-22 13:49:39 +00:00
version = "0.3.26"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "2e5317663a9089767a1ec00a487df42e0ca174b61b4483213ac24448e4664df5"
2022-07-09 02:09:44 +00:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
2023-02-22 13:49:39 +00:00
version = "0.3.26"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608"
2022-07-09 02:09:44 +00:00
[[package]]
name = "futures-executor"
2023-02-22 13:49:39 +00:00
version = "0.3.26"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "e8de0a35a6ab97ec8869e32a2473f4b1324459e14c29275d14b10cb1fd19b50e"
2022-07-09 02:09:44 +00:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
2023-02-22 13:49:39 +00:00
version = "0.3.26"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "bfb8371b6fb2aeb2d280374607aeabfc99d95c72edfe51692e42d3d7f0d08531"
2022-07-09 02:09:44 +00:00
[[package]]
name = "futures-macro"
2023-02-22 13:49:39 +00:00
version = "0.3.26"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "95a73af87da33b5acf53acfebdc339fe592ecf5357ac7c0a7734ab9d8c876a70"
2022-07-09 02:09:44 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "futures-sink"
2023-02-22 13:49:39 +00:00
version = "0.3.26"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "f310820bb3e8cfd46c80db4d7fb8353e15dfff853a127158425f31e0be6c8364"
2022-07-09 02:09:44 +00:00
[[package]]
name = "futures-task"
2023-02-22 13:49:39 +00:00
version = "0.3.26"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "dcf79a1bf610b10f42aea489289c5a2c478a786509693b80cd39c44ccd936366"
2022-07-09 02:09:44 +00:00
[[package]]
name = "futures-util"
2023-02-22 13:49:39 +00:00
version = "0.3.26"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "9c1d6de3acfef38d2be4b1f543f553131788603495be83da675e180c8d6b7bd1"
2022-07-09 02:09:44 +00:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
name = "generic-array"
2022-08-15 11:37:51 +00:00
version = "0.14.6"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-15 11:37:51 +00:00
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
2022-07-09 02:09:44 +00:00
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "getrandom"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
dependencies = [
"cfg-if",
"libc",
2022-07-10 03:28:20 +00:00
"wasi 0.9.0+wasi-snapshot-preview1",
2022-07-09 02:09:44 +00:00
]
[[package]]
2022-07-10 03:28:20 +00:00
name = "getrandom"
2022-12-11 21:01:50 +00:00
version = "0.2.8"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
2022-07-09 02:09:44 +00:00
dependencies = [
2022-07-10 03:28:20 +00:00
"cfg-if",
2022-07-09 02:09:44 +00:00
"libc",
2022-07-10 03:28:20 +00:00
"wasi 0.11.0+wasi-snapshot-preview1",
2022-07-09 02:09:44 +00:00
]
[[package]]
2022-07-10 03:28:20 +00:00
name = "gimli"
2023-02-22 13:49:39 +00:00
version = "0.27.2"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4"
2022-07-09 02:09:44 +00:00
2023-01-12 23:36:10 +00:00
[[package]]
name = "gitignore"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78aa90e4620c1498ac434c06ba6e521b525794bbdacf085d490cc794b4a2f9a4"
dependencies = [
"glob",
]
[[package]]
name = "glob"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
2022-07-09 02:09:44 +00:00
[[package]]
name = "h2"
version = "0.3.16"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5be7b54589b581f624f566bf5d8eb2bab1db736c51528720b6bd36b96b55924d"
2022-07-09 02:09:44 +00:00
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "hashbrown"
2022-08-15 11:37:51 +00:00
version = "0.12.3"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-15 11:37:51 +00:00
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2022-12-26 04:38:42 +00:00
dependencies = [
"ahash",
]
2022-07-09 02:09:44 +00:00
[[package]]
name = "headers"
2022-12-11 21:01:50 +00:00
version = "0.3.8"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "f3e372db8e5c0d213e0cd0b9be18be2aca3d44cf2fe30a9d46a65581cd454584"
2022-07-09 02:09:44 +00:00
dependencies = [
2022-12-11 21:01:50 +00:00
"base64 0.13.1",
2022-07-09 02:09:44 +00:00
"bitflags",
"bytes",
"headers-core",
"http",
"httpdate",
"mime",
2022-12-11 21:01:50 +00:00
"sha1",
2022-07-09 02:09:44 +00:00
]
[[package]]
name = "headers-core"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
dependencies = [
"http",
]
[[package]]
name = "heck"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
dependencies = [
"unicode-segmentation",
]
[[package]]
name = "heck"
2023-02-22 13:49:39 +00:00
version = "0.4.1"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2022-07-09 02:09:44 +00:00
[[package]]
name = "hermit-abi"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
dependencies = [
"libc",
]
[[package]]
name = "hermit-abi"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
dependencies = [
"libc",
]
2022-07-09 02:09:44 +00:00
[[package]]
name = "hex"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
[[package]]
name = "hmac"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
dependencies = [
2022-08-15 11:37:51 +00:00
"digest",
2022-07-09 02:09:44 +00:00
]
[[package]]
name = "hostname"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
dependencies = [
"libc",
"match_cfg",
"winapi",
]
[[package]]
name = "html_parser"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec016cabcf7c9c48f9d5fdc6b03f273585bfce640a0f47a69552039e92b1959a"
dependencies = [
"pest",
"pest_derive",
"serde",
"serde_derive",
"serde_json",
"thiserror",
]
[[package]]
name = "http"
2023-02-22 13:49:39 +00:00
version = "0.2.9"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
2022-07-09 02:09:44 +00:00
dependencies = [
"bytes",
"fnv",
"itoa",
]
[[package]]
name = "http-body"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
dependencies = [
"bytes",
"http",
"pin-project-lite",
]
[[package]]
name = "http-range-header"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29"
[[package]]
name = "httparse"
2022-12-11 21:01:50 +00:00
version = "1.8.0"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
2022-07-09 02:09:44 +00:00
[[package]]
name = "httpdate"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
[[package]]
name = "hyper"
2023-02-22 13:49:39 +00:00
version = "0.14.24"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "5e011372fa0b68db8350aa7a248930ecc7839bf46d8485577d69f117a75f164c"
2022-07-09 02:09:44 +00:00
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
"socket2",
"tokio",
"tower-service",
"tracing",
"want",
]
[[package]]
name = "hyper-rustls"
2022-12-11 21:01:50 +00:00
version = "0.23.2"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c"
2022-07-09 02:09:44 +00:00
dependencies = [
"http",
"hyper",
"log",
2022-07-09 02:09:44 +00:00
"rustls",
"rustls-native-certs",
2022-07-09 02:09:44 +00:00
"tokio",
"tokio-rustls",
]
[[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",
]
2022-08-15 11:37:51 +00:00
[[package]]
name = "iana-time-zone"
2022-12-11 21:01:50 +00:00
version = "0.1.53"
2022-08-15 11:37:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
2022-08-15 11:37:51 +00:00
dependencies = [
"android_system_properties",
"core-foundation-sys",
2022-12-11 21:01:50 +00:00
"iana-time-zone-haiku",
2022-08-15 11:37:51 +00:00
"js-sys",
"wasm-bindgen",
"winapi",
]
2022-12-11 21:01:50 +00:00
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
dependencies = [
"cxx",
"cxx-build",
]
2022-07-09 02:09:44 +00:00
[[package]]
name = "id-arena"
version = "2.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
2022-12-19 03:00:31 +00:00
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2022-07-09 02:09:44 +00:00
[[package]]
name = "idna"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
dependencies = [
"matches",
"unicode-bidi",
"unicode-normalization",
]
2022-12-11 21:01:50 +00:00
[[package]]
name = "idna"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
2022-07-09 02:09:44 +00:00
[[package]]
name = "indexmap"
2022-12-11 21:01:50 +00:00
version = "1.9.2"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
2022-07-09 02:09:44 +00:00
dependencies = [
"autocfg",
"hashbrown",
]
2022-07-09 06:16:19 +00:00
[[package]]
name = "indicatif"
2023-02-22 13:49:39 +00:00
version = "0.17.3"
2022-07-09 06:16:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "cef509aa9bc73864d6756f0d34d35504af3cf0844373afe9b8669a5b8005a729"
2022-07-09 06:16:19 +00:00
dependencies = [
"console",
"number_prefix",
2022-12-11 21:01:50 +00:00
"portable-atomic",
2022-07-09 06:16:19 +00:00
"unicode-width",
]
2022-07-09 02:09:44 +00:00
[[package]]
name = "inotify"
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
dependencies = [
"bitflags",
"inotify-sys",
"libc",
]
[[package]]
name = "inotify-sys"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
dependencies = [
"libc",
]
[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
"cfg-if",
]
2022-12-26 04:38:42 +00:00
[[package]]
name = "internment"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a798d7677f07d6f1e77be484ea8626ddb1566194de399f1206306820c406371"
dependencies = [
"hashbrown",
"parking_lot",
]
[[package]]
name = "io-lifetimes"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1abeb7a0dd0f8181267ff8adc397075586500b81b28a73e8a0208b00fc170fb3"
dependencies = [
"libc",
"windows-sys 0.45.0",
]
2022-07-09 02:09:44 +00:00
[[package]]
name = "ipconfig"
2022-12-11 21:01:50 +00:00
version = "0.3.1"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "bd302af1b90f2463a98fa5ad469fc212c8e3175a41c3068601bfa2727591c5be"
2022-07-09 02:09:44 +00:00
dependencies = [
"socket2",
"widestring",
"winapi",
2022-12-11 21:01:50 +00:00
"winreg",
2022-07-09 02:09:44 +00:00
]
[[package]]
name = "ipnet"
2023-01-12 23:36:10 +00:00
version = "2.7.1"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-12 23:36:10 +00:00
checksum = "30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146"
2022-07-09 02:09:44 +00:00
[[package]]
name = "is_executable"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "302d553b8abc8187beb7d663e34c065ac4570b273bc9511a50e940e99409c577"
dependencies = [
"winapi",
]
2022-10-01 22:17:09 +00:00
[[package]]
name = "itertools"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
dependencies = [
"either",
]
2022-07-09 02:09:44 +00:00
[[package]]
name = "itoa"
version = "1.0.5"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
2022-07-09 02:09:44 +00:00
[[package]]
name = "jobserver"
version = "0.1.26"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
2022-07-09 02:09:44 +00:00
dependencies = [
"libc",
]
[[package]]
name = "js-sys"
2023-02-22 13:49:39 +00:00
version = "0.3.61"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"
2022-07-09 02:09:44 +00:00
dependencies = [
"wasm-bindgen",
]
2022-12-19 03:00:31 +00:00
[[package]]
name = "keyboard-types"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b7668b7cff6a51fe61cdde64cd27c8a220786f399501b57ebe36f7d8112fd68"
dependencies = [
"bitflags",
"serde",
"unicode-segmentation",
]
2022-07-09 02:09:44 +00:00
[[package]]
name = "kqueue"
2022-12-11 21:01:50 +00:00
version = "1.0.7"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "2c8fc60ba15bf51257aa9807a48a61013db043fcf3a78cb0d916e8e396dcad98"
2022-07-09 02:09:44 +00:00
dependencies = [
"kqueue-sys",
"libc",
]
[[package]]
name = "kqueue-sys"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8367585489f01bc55dd27404dcf56b95e6da061a256a666ab23be9ba96a2e587"
dependencies = [
"bitflags",
"libc",
]
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "leb128"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
[[package]]
name = "libc"
version = "0.2.139"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
2022-07-09 02:09:44 +00:00
[[package]]
name = "libz-sys"
version = "1.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
2022-12-11 21:01:50 +00:00
[[package]]
name = "link-cplusplus"
version = "1.0.8"
2022-12-11 21:01:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
2022-12-11 21:01:50 +00:00
dependencies = [
"cc",
]
2022-07-09 02:09:44 +00:00
[[package]]
name = "linked-hash-map"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
[[package]]
name = "linux-raw-sys"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
2022-07-09 02:09:44 +00:00
[[package]]
name = "lock_api"
2022-12-11 21:01:50 +00:00
version = "0.4.9"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
2022-07-09 02:09:44 +00:00
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
dependencies = [
"cfg-if",
]
2022-12-19 03:00:31 +00:00
[[package]]
name = "longest-increasing-subsequence"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3bd0dd2cd90571056fdb71f6275fada10131182f84899f4b2a916e565d81d86"
2022-07-09 02:09:44 +00:00
[[package]]
name = "lru-cache"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
dependencies = [
"linked-hash-map",
]
2022-07-24 11:00:43 +00:00
[[package]]
name = "lua-src"
version = "544.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "708ba3c844d5e9d38def4a09dd871c17c370f519b3c4b7261fbabe4a613a814c"
dependencies = [
"cc",
]
[[package]]
name = "luajit-src"
2023-01-12 23:36:10 +00:00
version = "210.4.5+resty2cf5186"
2022-07-24 11:00:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-12 23:36:10 +00:00
checksum = "27b7992a40e602786272d84c6f2beca44a588ededcfd57b48ec6f82008a7cb97"
2022-07-24 11:00:43 +00:00
dependencies = [
"cc",
]
2022-07-09 02:09:44 +00:00
[[package]]
name = "match_cfg"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
[[package]]
name = "matches"
2023-02-22 13:49:39 +00:00
version = "0.1.10"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
2022-07-09 02:09:44 +00:00
[[package]]
name = "matchit"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73cbba799671b762df5a175adf59ce145165747bb891505c43d09aefbbf38beb"
[[package]]
name = "memchr"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
[[package]]
name = "mime"
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
[[package]]
name = "mime_guess"
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
dependencies = [
"mime",
"unicase",
]
2022-12-11 21:01:50 +00:00
[[package]]
name = "miniz_oxide"
version = "0.6.2"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
2022-07-09 02:09:44 +00:00
dependencies = [
"adler",
]
[[package]]
name = "mio"
2023-02-22 13:49:39 +00:00
version = "0.8.6"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9"
2022-07-09 02:09:44 +00:00
dependencies = [
"libc",
"log",
"wasi 0.11.0+wasi-snapshot-preview1",
2023-02-22 13:49:39 +00:00
"windows-sys 0.45.0",
2022-07-09 02:09:44 +00:00
]
2022-07-24 11:00:43 +00:00
[[package]]
name = "mlua"
2023-01-12 23:36:10 +00:00
version = "0.8.7"
2022-07-24 11:00:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-12 23:36:10 +00:00
checksum = "2ee2ad7a9aa69056b148d9d590344bc155d3ce0d2200e3b2838f7034f6ba33c1"
2022-07-24 11:00:43 +00:00
dependencies = [
2023-02-22 13:49:39 +00:00
"bstr",
2022-07-24 11:00:43 +00:00
"cc",
2022-08-01 08:03:17 +00:00
"futures-core",
"futures-task",
"futures-util",
2022-07-24 11:00:43 +00:00
"lua-src",
"luajit-src",
2022-10-01 22:17:09 +00:00
"mlua_derive",
2022-07-24 11:00:43 +00:00
"num-traits",
"once_cell",
"pkg-config",
"rustc-hash",
]
2022-10-01 22:17:09 +00:00
[[package]]
name = "mlua_derive"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9214e60d3cf1643013b107330fcd374ccec1e4ba1eef76e7e5da5e8202e71c0"
dependencies = [
"itertools",
"once_cell",
"proc-macro-error",
"proc-macro2",
"quote",
"regex",
"syn",
]
2022-07-09 02:09:44 +00:00
[[package]]
name = "native-tls"
2022-12-11 21:01:50 +00:00
version = "0.2.11"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
2022-07-09 02:09:44 +00:00
dependencies = [
"lazy_static",
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
]
2022-09-22 05:57:26 +00:00
[[package]]
name = "nix"
2023-02-22 13:49:39 +00:00
version = "0.26.2"
2022-09-22 05:57:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
2022-09-22 05:57:26 +00:00
dependencies = [
"bitflags",
"cfg-if",
"libc",
2022-12-11 21:01:50 +00:00
"static_assertions",
2022-09-22 05:57:26 +00:00
]
2022-07-09 02:09:44 +00:00
[[package]]
name = "notify"
2023-02-22 13:49:39 +00:00
version = "5.1.0"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "58ea850aa68a06e48fdb069c0ec44d0d64c8dbffa49bf3b6f7f0a901fdea1ba9"
2022-07-09 02:09:44 +00:00
dependencies = [
"bitflags",
"crossbeam-channel",
"filetime",
"fsevent-sys",
"inotify",
"kqueue",
"libc",
"mio",
"serde",
"walkdir",
2023-02-22 13:49:39 +00:00
"windows-sys 0.42.0",
2022-07-09 02:09:44 +00:00
]
[[package]]
name = "num-integer"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
dependencies = [
"autocfg",
"num-traits",
]
[[package]]
name = "num-traits"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
dependencies = [
"autocfg",
]
[[package]]
name = "num_cpus"
version = "1.15.0"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
2022-07-09 02:09:44 +00:00
dependencies = [
"hermit-abi 0.2.6",
2022-07-09 02:09:44 +00:00
"libc",
]
2022-07-09 06:16:19 +00:00
[[package]]
name = "number_prefix"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
2022-07-09 02:09:44 +00:00
[[package]]
name = "object"
2023-02-22 13:49:39 +00:00
version = "0.30.3"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439"
2022-07-09 02:09:44 +00:00
dependencies = [
"memchr",
]
[[package]]
name = "once_cell"
2023-02-22 13:49:39 +00:00
version = "1.17.1"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
2022-07-09 02:09:44 +00:00
[[package]]
name = "opaque-debug"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
[[package]]
name = "openssl"
version = "0.10.45"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b102428fd03bc5edf97f62620f7298614c45cedf287c271e7ed450bbaf83f2e1"
2022-07-09 02:09:44 +00:00
dependencies = [
"bitflags",
"cfg-if",
"foreign-types",
"libc",
"once_cell",
"openssl-macros",
"openssl-sys",
]
[[package]]
name = "openssl-macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "openssl-probe"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
[[package]]
name = "openssl-sys"
version = "0.9.80"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23bbbf7854cd45b83958ebe919f0e8e516793727652e27fda10a8384cfc790b7"
2022-07-09 02:09:44 +00:00
dependencies = [
"autocfg",
"cc",
"libc",
"pkg-config",
"vcpkg",
]
2022-12-20 20:32:04 +00:00
[[package]]
name = "ordered-float"
version = "2.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87"
dependencies = [
"num-traits",
]
2022-07-09 02:09:44 +00:00
[[package]]
name = "os_str_bytes"
2022-12-11 21:01:50 +00:00
version = "6.4.1"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
2022-07-09 02:09:44 +00:00
[[package]]
name = "parking_lot"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
dependencies = [
"lock_api",
2022-07-10 03:28:20 +00:00
"parking_lot_core",
2022-07-09 02:09:44 +00:00
]
[[package]]
name = "parking_lot_core"
2023-02-22 13:49:39 +00:00
version = "0.9.7"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
2022-07-09 02:09:44 +00:00
dependencies = [
"cfg-if",
"libc",
2022-08-15 11:37:51 +00:00
"redox_syscall 0.2.16",
2022-07-09 02:09:44 +00:00
"smallvec",
2023-02-22 13:49:39 +00:00
"windows-sys 0.45.0",
2022-07-09 02:09:44 +00:00
]
[[package]]
name = "password-hash"
2022-12-11 21:01:50 +00:00
version = "0.4.2"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
2022-07-09 02:09:44 +00:00
dependencies = [
"base64ct",
"rand_core",
"subtle",
]
[[package]]
name = "pbkdf2"
2022-12-11 21:01:50 +00:00
version = "0.11.0"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
2022-07-09 02:09:44 +00:00
dependencies = [
2022-08-15 11:37:51 +00:00
"digest",
2022-07-09 02:09:44 +00:00
"hmac",
"password-hash",
"sha2",
]
[[package]]
name = "percent-encoding"
2022-12-11 21:01:50 +00:00
version = "2.2.0"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
2022-07-09 02:09:44 +00:00
[[package]]
name = "pest"
2023-02-22 13:49:39 +00:00
version = "2.5.5"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "028accff104c4e513bad663bbcd2ad7cfd5304144404c31ed0a77ac103d00660"
2022-07-09 02:09:44 +00:00
dependencies = [
2022-08-15 11:37:51 +00:00
"thiserror",
2022-07-09 02:09:44 +00:00
"ucd-trie",
]
[[package]]
name = "pest_derive"
2023-02-22 13:49:39 +00:00
version = "2.5.5"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "2ac3922aac69a40733080f53c1ce7f91dcf57e1a5f6c52f421fadec7fbdc4b69"
2022-07-09 02:09:44 +00:00
dependencies = [
"pest",
"pest_generator",
]
[[package]]
name = "pest_generator"
2023-02-22 13:49:39 +00:00
version = "2.5.5"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "d06646e185566b5961b4058dd107e0a7f56e77c3f484549fb119867773c0f202"
2022-07-09 02:09:44 +00:00
dependencies = [
"pest",
"pest_meta",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "pest_meta"
2023-02-22 13:49:39 +00:00
version = "2.5.5"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "e6f60b2ba541577e2a0c307c8f39d1439108120eb7903adeb6497fa880c59616"
2022-07-09 02:09:44 +00:00
dependencies = [
2022-08-15 11:37:51 +00:00
"once_cell",
2022-07-09 02:09:44 +00:00
"pest",
2023-01-12 23:42:18 +00:00
"sha2",
2022-07-09 02:09:44 +00:00
]
[[package]]
name = "pin-project"
2022-08-26 21:28:46 +00:00
version = "1.0.12"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-26 21:28:46 +00:00
checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
2022-07-09 02:09:44 +00:00
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
2022-08-26 21:28:46 +00:00
version = "1.0.12"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-26 21:28:46 +00:00
checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
2022-07-09 02:09:44 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "pin-project-lite"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pkg-config"
2022-12-11 21:01:50 +00:00
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
[[package]]
name = "portable-atomic"
2023-01-12 23:36:10 +00:00
version = "0.3.19"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-12 23:36:10 +00:00
checksum = "26f6a7b87c2e435a3241addceeeff740ff8b7e76b74c13bf9acb17fa454ea00b"
2022-07-09 02:09:44 +00:00
[[package]]
name = "ppv-lite86"
2022-12-11 21:01:50 +00:00
version = "0.2.17"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2022-07-09 02:09:44 +00:00
2022-12-26 04:38:42 +00:00
[[package]]
name = "prettier-please"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be31b7957122175fcf33c6d8f54489a5262176020bf096026a86b308b7fa5b23"
2022-12-26 04:38:42 +00:00
dependencies = [
"proc-macro2",
"syn",
]
2022-07-09 02:09:44 +00:00
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
"syn",
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
"proc-macro2",
"quote",
"version_check",
]
[[package]]
name = "proc-macro2"
2023-02-22 13:49:39 +00:00
version = "1.0.51"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6"
2022-07-09 02:09:44 +00:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "quick-error"
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
[[package]]
name = "quote"
version = "1.0.23"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
2022-07-09 02:09:44 +00:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha",
"rand_core",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
2022-12-11 21:01:50 +00:00
version = "0.6.4"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2022-07-09 02:09:44 +00:00
dependencies = [
2022-12-11 21:01:50 +00:00
"getrandom 0.2.8",
2022-07-09 02:09:44 +00:00
]
[[package]]
name = "redox_syscall"
version = "0.1.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
[[package]]
name = "redox_syscall"
2022-08-15 11:37:51 +00:00
version = "0.2.16"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-15 11:37:51 +00:00
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
2022-07-09 02:09:44 +00:00
dependencies = [
"bitflags",
]
[[package]]
name = "redox_users"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"
dependencies = [
"getrandom 0.1.16",
"redox_syscall 0.1.57",
"rust-argon2",
]
[[package]]
name = "redox_users"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
dependencies = [
2022-12-11 21:01:50 +00:00
"getrandom 0.2.8",
2022-08-15 11:37:51 +00:00
"redox_syscall 0.2.16",
2022-07-09 02:09:44 +00:00
"thiserror",
]
[[package]]
name = "regex"
2023-01-12 23:36:10 +00:00
version = "1.7.1"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-12 23:36:10 +00:00
checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
2022-07-09 02:09:44 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
2022-12-11 21:01:50 +00:00
version = "0.6.28"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
2022-07-09 02:09:44 +00:00
[[package]]
name = "reqwest"
2023-02-22 13:49:39 +00:00
version = "0.11.14"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "21eed90ec8570952d53b772ecf8f206aa1ec9a3d76b2521c56c42973f2d91ee9"
2022-07-09 02:09:44 +00:00
dependencies = [
2023-02-22 13:49:39 +00:00
"base64 0.21.0",
2022-07-09 02:09:44 +00:00
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"hyper",
"hyper-rustls",
"hyper-tls",
"ipnet",
"js-sys",
"log",
"mime",
"native-tls",
2022-12-11 21:01:50 +00:00
"once_cell",
2022-07-09 02:09:44 +00:00
"percent-encoding",
"pin-project-lite",
"rustls",
"rustls-pemfile",
"serde",
"serde_json",
"serde_urlencoded",
"tokio",
"tokio-native-tls",
"tokio-rustls",
"tokio-util",
"tower-service",
"trust-dns-resolver",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
2023-02-22 13:49:39 +00:00
"wasm-streams",
2022-07-09 02:09:44 +00:00
"web-sys",
"webpki-roots",
2022-12-11 21:01:50 +00:00
"winreg",
2022-07-09 02:09:44 +00:00
]
[[package]]
name = "resolv-conf"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"
dependencies = [
"hostname",
"quick-error",
]
[[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-07-10 03:28:20 +00:00
"spin",
"untrusted",
"web-sys",
"winapi",
2022-07-09 02:09:44 +00:00
]
2022-12-29 07:24:24 +00:00
[[package]]
name = "rsx-rosetta"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "593810f58a97e3a45e23b84437d5323c2420b46f73cf38fe49133eb59a7524bb"
2022-12-29 07:24:24 +00:00
dependencies = [
"convert_case",
"dioxus-autofmt",
"dioxus-rsx",
"html_parser",
"proc-macro2",
"quote",
"syn",
]
2022-07-09 02:09:44 +00:00
[[package]]
name = "rust-argon2"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"
dependencies = [
2022-12-11 21:01:50 +00:00
"base64 0.13.1",
2022-07-09 02:09:44 +00:00
"blake2b_simd",
"constant_time_eq",
"crossbeam-utils",
]
[[package]]
name = "rustc-demangle"
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
[[package]]
name = "rustix"
version = "0.36.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f43abb88211988493c1abb44a70efa56ff0ce98f233b7b276146f1f3f7ba9644"
dependencies = [
"bitflags",
"errno",
"io-lifetimes",
"libc",
"linux-raw-sys",
"windows-sys 0.45.0",
]
2022-07-09 02:09:44 +00:00
[[package]]
name = "rustls"
2023-01-12 23:42:18 +00:00
version = "0.20.8"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-12 23:42:18 +00:00
checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f"
2022-07-09 02:09:44 +00:00
dependencies = [
"log",
"ring",
"sct",
"webpki",
]
[[package]]
name = "rustls-native-certs"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"
dependencies = [
"openssl-probe",
"rustls-pemfile",
"schannel",
"security-framework",
]
2022-07-09 02:09:44 +00:00
[[package]]
name = "rustls-pemfile"
2023-01-12 23:36:10 +00:00
version = "1.0.2"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-12 23:36:10 +00:00
checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b"
2022-07-09 02:09:44 +00:00
dependencies = [
2023-01-12 23:36:10 +00:00
"base64 0.21.0",
2022-07-09 02:09:44 +00:00
]
[[package]]
name = "ryu"
version = "1.0.12"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
2022-07-09 02:09:44 +00:00
[[package]]
name = "safemem"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
[[package]]
name = "schannel"
2023-01-12 23:36:10 +00:00
version = "0.1.21"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-12 23:36:10 +00:00
checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
2022-07-09 02:09:44 +00:00
dependencies = [
2023-02-22 13:49:39 +00:00
"windows-sys 0.42.0",
2022-07-09 02:09:44 +00:00
]
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2022-12-11 21:01:50 +00:00
[[package]]
name = "scratch"
version = "1.0.3"
2022-12-11 21:01:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2"
2022-12-11 21:01:50 +00:00
2022-07-09 02:09:44 +00:00
[[package]]
name = "sct"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "security-framework"
2023-02-22 13:49:39 +00:00
version = "2.8.2"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254"
2022-07-09 02:09:44 +00:00
dependencies = [
"bitflags",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2023-02-22 13:49:39 +00:00
version = "2.8.0"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4"
2022-07-09 02:09:44 +00:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "semver"
version = "1.0.16"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a"
2022-07-09 02:09:44 +00:00
dependencies = [
"serde",
]
[[package]]
name = "serde"
2023-01-12 23:36:10 +00:00
version = "1.0.152"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-12 23:36:10 +00:00
checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
2022-07-09 02:09:44 +00:00
dependencies = [
"serde_derive",
]
2022-12-20 20:32:04 +00:00
[[package]]
name = "serde-value"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c"
dependencies = [
"ordered-float",
"serde",
]
2022-07-09 02:09:44 +00:00
[[package]]
name = "serde_derive"
2023-01-12 23:36:10 +00:00
version = "1.0.152"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-12 23:36:10 +00:00
checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"
2022-07-09 02:09:44 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_json"
2023-02-22 13:49:39 +00:00
version = "1.0.93"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76"
2022-07-09 02:09:44 +00:00
dependencies = [
"itoa",
"ryu",
"serde",
]
2022-12-20 21:07:35 +00:00
[[package]]
name = "serde_repr"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a5ec9fa74a20ebbe5d9ac23dac1fc96ba0ecfe9f50f2843b52e537b10fbcb4e"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-07-09 02:09:44 +00:00
[[package]]
name = "serde_urlencoded"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
dependencies = [
"form_urlencoded",
"itoa",
"ryu",
"serde",
]
[[package]]
name = "sha-1"
2022-12-11 21:01:50 +00:00
version = "0.10.1"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
2022-07-09 02:09:44 +00:00
dependencies = [
"cfg-if",
"cpufeatures",
2022-08-15 11:37:51 +00:00
"digest",
2022-07-09 02:09:44 +00:00
]
[[package]]
name = "sha1"
2022-12-11 21:01:50 +00:00
version = "0.10.5"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
2022-07-09 02:09:44 +00:00
dependencies = [
"cfg-if",
"cpufeatures",
2022-08-15 11:37:51 +00:00
"digest",
2022-07-09 02:09:44 +00:00
]
[[package]]
name = "sha2"
2022-12-11 21:01:50 +00:00
version = "0.10.6"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
2022-07-09 02:09:44 +00:00
dependencies = [
"cfg-if",
"cpufeatures",
2022-08-15 11:37:51 +00:00
"digest",
2022-07-09 02:09:44 +00:00
]
[[package]]
name = "signal-hook-registry"
2023-02-22 13:49:39 +00:00
version = "1.4.1"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
2022-07-09 02:09:44 +00:00
dependencies = [
"libc",
]
[[package]]
name = "siphasher"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac"
[[package]]
name = "slab"
2023-02-22 13:49:39 +00:00
version = "0.4.8"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
2022-08-15 11:37:51 +00:00
dependencies = [
"autocfg",
]
2022-07-09 02:09:44 +00:00
2022-12-19 03:00:31 +00:00
[[package]]
name = "smallbox"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4679d6eef28b85020158619fc09769de89e90886c5de7157587d87cb72648faa"
2022-07-09 02:09:44 +00:00
[[package]]
name = "smallvec"
2022-12-11 21:01:50 +00:00
version = "1.10.0"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
2022-07-09 02:09:44 +00:00
[[package]]
name = "socket2"
2022-12-11 21:01:50 +00:00
version = "0.4.7"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
2022-07-09 02:09:44 +00:00
dependencies = [
"libc",
"winapi",
]
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
2022-12-11 21:01:50 +00:00
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2022-07-09 02:09:44 +00:00
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2023-02-11 13:40:48 +00:00
[[package]]
name = "subprocess"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c2e86926081dda636c546d8c5e641661049d7562a68f5488be4a1f7f66f6086"
dependencies = [
"libc",
"winapi",
]
2022-07-09 02:09:44 +00:00
[[package]]
name = "subtle"
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
[[package]]
name = "syn"
version = "1.0.109"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2022-07-09 02:09:44 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "sync_wrapper"
2023-02-22 13:49:39 +00:00
version = "0.1.2"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
2022-07-09 02:09:44 +00:00
[[package]]
name = "synstructure"
version = "0.12.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
dependencies = [
"proc-macro2",
"quote",
"syn",
"unicode-xid",
]
[[package]]
name = "tar"
version = "0.4.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6"
dependencies = [
"filetime",
"libc",
"xattr",
]
[[package]]
name = "tempfile"
version = "3.4.0"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af18f7ae1acd354b992402e9ec5864359d693cd8a79dcbef59f76891701c1e95"
2022-07-09 02:09:44 +00:00
dependencies = [
"cfg-if",
"fastrand",
2022-08-15 11:37:51 +00:00
"redox_syscall 0.2.16",
"rustix",
"windows-sys 0.42.0",
2022-07-09 02:09:44 +00:00
]
[[package]]
name = "termcolor"
2023-02-22 13:49:39 +00:00
version = "1.2.0"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
2022-07-09 02:09:44 +00:00
dependencies = [
"winapi-util",
]
[[package]]
name = "textwrap"
2022-12-11 21:01:50 +00:00
version = "0.16.0"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
2022-07-09 02:09:44 +00:00
[[package]]
name = "thiserror"
version = "1.0.38"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
2022-07-09 02:09:44 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.38"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
2022-07-09 02:09:44 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "time"
2022-12-11 21:01:50 +00:00
version = "0.1.45"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
2022-07-09 02:09:44 +00:00
dependencies = [
"libc",
"wasi 0.10.0+wasi-snapshot-preview1",
"winapi",
]
[[package]]
name = "time"
version = "0.3.20"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890"
2022-07-09 02:09:44 +00:00
dependencies = [
2022-12-11 21:01:50 +00:00
"serde",
"time-core",
2022-07-09 02:09:44 +00:00
]
2022-12-11 21:01:50 +00:00
[[package]]
name = "time-core"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
2022-07-09 02:09:44 +00:00
[[package]]
name = "tinyvec"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
2023-02-22 13:49:39 +00:00
version = "0.1.1"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2022-07-09 02:09:44 +00:00
[[package]]
name = "tokio"
version = "1.26.0"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03201d01c3c27a29c8a5cee5b55a93ddae1ccf6f08f65365c2c918f8c1b76f64"
2022-07-09 02:09:44 +00:00
dependencies = [
2022-08-15 11:37:51 +00:00
"autocfg",
2022-07-09 02:09:44 +00:00
"bytes",
"libc",
"memchr",
"mio",
"num_cpus",
2022-07-10 03:28:20 +00:00
"parking_lot",
2022-07-09 02:09:44 +00:00
"pin-project-lite",
"signal-hook-registry",
"socket2",
"tokio-macros",
"windows-sys 0.45.0",
2022-07-09 02:09:44 +00:00
]
[[package]]
name = "tokio-macros"
2022-12-11 21:01:50 +00:00
version = "1.8.2"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8"
2022-07-09 02:09:44 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "tokio-native-tls"
2023-02-22 13:49:39 +00:00
version = "0.3.1"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
2022-07-09 02:09:44 +00:00
dependencies = [
"native-tls",
"tokio",
]
[[package]]
name = "tokio-rustls"
version = "0.23.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
dependencies = [
"rustls",
"tokio",
"webpki",
]
[[package]]
name = "tokio-tungstenite"
2022-08-15 11:37:51 +00:00
version = "0.17.2"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-15 11:37:51 +00:00
checksum = "f714dd15bead90401d77e04243611caec13726c2408afd5b31901dfcdcb3b181"
2022-07-09 02:09:44 +00:00
dependencies = [
"futures-util",
"log",
"tokio",
"tungstenite",
]
[[package]]
name = "tokio-util"
2023-02-22 13:49:39 +00:00
version = "0.7.7"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2"
2022-07-09 02:09:44 +00:00
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
"tracing",
]
[[package]]
name = "toml"
2023-02-22 13:49:39 +00:00
version = "0.5.11"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
2022-07-09 02:09:44 +00:00
dependencies = [
"serde",
]
[[package]]
name = "tower"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
dependencies = [
"futures-core",
"futures-util",
"pin-project",
"pin-project-lite",
"tokio",
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "tower-http"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aba3f3efabf7fb41fae8534fc20a817013dd1c12cb45441efb6c82e6556b4cd8"
dependencies = [
"bitflags",
"bytes",
"futures-core",
"futures-util",
"http",
"http-body",
"http-range-header",
"httpdate",
"mime",
"mime_guess",
"percent-encoding",
"pin-project-lite",
"tokio",
"tokio-util",
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "tower-http"
2022-12-11 21:01:50 +00:00
version = "0.3.5"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
2022-07-09 02:09:44 +00:00
dependencies = [
"bitflags",
"bytes",
"futures-core",
"futures-util",
"http",
"http-body",
"http-range-header",
"pin-project-lite",
"tower",
"tower-layer",
"tower-service",
]
[[package]]
name = "tower-layer"
2022-12-11 21:01:50 +00:00
version = "0.3.2"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
2022-07-09 02:09:44 +00:00
[[package]]
name = "tower-service"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
[[package]]
name = "tracing"
2022-12-11 21:01:50 +00:00
version = "0.1.37"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
2022-07-09 02:09:44 +00:00
dependencies = [
"cfg-if",
"log",
"pin-project-lite",
2022-12-11 21:01:50 +00:00
"tracing-attributes",
2022-07-09 02:09:44 +00:00
"tracing-core",
]
2022-12-11 21:01:50 +00:00
[[package]]
name = "tracing-attributes"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-07-09 02:09:44 +00:00
[[package]]
name = "tracing-core"
2022-12-11 21:01:50 +00:00
version = "0.1.30"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
2022-07-09 02:09:44 +00:00
dependencies = [
"once_cell",
]
2022-12-26 04:38:42 +00:00
[[package]]
2022-07-09 02:09:44 +00:00
name = "trust-dns-proto"
2022-12-11 21:01:50 +00:00
version = "0.22.0"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "4f7f83d1e4a0e4358ac54c5c3681e5d7da5efc5a7a632c90bb6d6669ddd9bc26"
2022-07-09 02:09:44 +00:00
dependencies = [
"async-trait",
"cfg-if",
"data-encoding",
"enum-as-inner",
"futures-channel",
"futures-io",
"futures-util",
2022-12-11 21:01:50 +00:00
"idna 0.2.3",
2022-07-09 02:09:44 +00:00
"ipnet",
"lazy_static",
"rand",
"smallvec",
"thiserror",
"tinyvec",
"tokio",
2022-12-11 21:01:50 +00:00
"tracing",
2022-07-09 02:09:44 +00:00
"url",
]
[[package]]
name = "trust-dns-resolver"
2022-12-11 21:01:50 +00:00
version = "0.22.0"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "aff21aa4dcefb0a1afbfac26deb0adc93888c7d295fb63ab273ef276ba2b7cfe"
2022-07-09 02:09:44 +00:00
dependencies = [
"cfg-if",
"futures-util",
"ipconfig",
"lazy_static",
"lru-cache",
2022-07-10 03:28:20 +00:00
"parking_lot",
2022-07-09 02:09:44 +00:00
"resolv-conf",
"smallvec",
"thiserror",
"tokio",
2022-12-11 21:01:50 +00:00
"tracing",
2022-07-09 02:09:44 +00:00
"trust-dns-proto",
]
[[package]]
name = "try-lock"
2023-01-12 23:36:10 +00:00
version = "0.2.4"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-12 23:36:10 +00:00
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
2022-07-09 02:09:44 +00:00
[[package]]
name = "tungstenite"
2022-08-15 11:37:51 +00:00
version = "0.17.3"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-15 11:37:51 +00:00
checksum = "e27992fd6a8c29ee7eef28fc78349aa244134e10ad447ce3b9f0ac0ed0fa4ce0"
2022-07-09 02:09:44 +00:00
dependencies = [
2022-12-11 21:01:50 +00:00
"base64 0.13.1",
2022-07-09 02:09:44 +00:00
"byteorder",
"bytes",
"http",
"httparse",
"log",
"rand",
2022-08-15 11:37:51 +00:00
"sha-1",
2022-07-09 02:09:44 +00:00
"thiserror",
"url",
"utf-8",
]
[[package]]
name = "typenum"
2022-12-11 21:01:50 +00:00
version = "1.16.0"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
2022-07-09 02:09:44 +00:00
[[package]]
name = "ucd-trie"
2022-12-11 21:01:50 +00:00
version = "0.1.5"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
2022-07-09 02:09:44 +00:00
[[package]]
name = "unicase"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
dependencies = [
"version_check",
]
[[package]]
name = "unicode-bidi"
2023-02-22 13:49:39 +00:00
version = "0.3.10"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "d54675592c1dbefd78cbd98db9bacd89886e1ca50692a0692baefffdeb92dd58"
2022-07-09 02:09:44 +00:00
[[package]]
name = "unicode-ident"
version = "1.0.6"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
2022-07-09 02:09:44 +00:00
[[package]]
name = "unicode-normalization"
2022-12-11 21:01:50 +00:00
version = "0.1.22"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
2022-07-09 02:09:44 +00:00
dependencies = [
"tinyvec",
]
[[package]]
name = "unicode-segmentation"
2023-02-22 13:49:39 +00:00
version = "1.10.1"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
2022-07-09 02:09:44 +00:00
2022-07-09 06:16:19 +00:00
[[package]]
name = "unicode-width"
2022-12-11 21:01:50 +00:00
version = "0.1.10"
2022-07-09 06:16:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
2022-07-09 06:16:19 +00:00
2022-07-09 02:09:44 +00:00
[[package]]
name = "unicode-xid"
2022-12-11 21:01:50 +00:00
version = "0.2.4"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
2022-07-09 02:09:44 +00:00
[[package]]
name = "untrusted"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
[[package]]
name = "url"
2022-12-11 21:01:50 +00:00
version = "2.3.1"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
2022-07-09 02:09:44 +00:00
dependencies = [
"form_urlencoded",
2022-12-11 21:01:50 +00:00
"idna 0.3.0",
2022-07-09 02:09:44 +00:00
"percent-encoding",
]
[[package]]
name = "utf-8"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "walkdir"
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
dependencies = [
"same-file",
"winapi",
"winapi-util",
]
[[package]]
name = "walrus"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4eb08e48cde54c05f363d984bb54ce374f49e242def9468d2e1b6c2372d291f8"
dependencies = [
"anyhow",
"id-arena",
"leb128",
"log",
"walrus-macro",
"wasmparser 0.77.0",
]
[[package]]
name = "walrus-macro"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a6e5bd22c71e77d60140b0bd5be56155a37e5bd14e24f5f87298040d0cc40d7"
dependencies = [
"heck 0.3.3",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "want"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
dependencies = [
"log",
"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"
version = "0.10.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "wasm-bindgen"
2023-02-22 13:49:39 +00:00
version = "0.2.84"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
2022-07-09 02:09:44 +00:00
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2023-02-22 13:49:39 +00:00
version = "0.2.84"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
2022-07-09 02:09:44 +00:00
dependencies = [
"bumpalo",
"log",
2022-08-15 11:37:51 +00:00
"once_cell",
2022-07-09 02:09:44 +00:00
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-cli-support"
2023-02-22 13:49:39 +00:00
version = "0.2.84"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "9d4780c659b883a19ddb7ced365db19f7f45cd182d832ee14de2b7ef52e88a9f"
2022-07-09 02:09:44 +00:00
dependencies = [
"anyhow",
"base64 0.9.3",
"log",
"rustc-demangle",
"serde_json",
"tempfile",
2023-02-22 13:49:39 +00:00
"unicode-ident",
2022-07-09 02:09:44 +00:00
"walrus",
"wasm-bindgen-externref-xform",
"wasm-bindgen-multi-value-xform",
"wasm-bindgen-shared",
"wasm-bindgen-threads-xform",
"wasm-bindgen-wasm-conventions",
"wasm-bindgen-wasm-interpreter",
"wit-text",
"wit-validator",
"wit-walrus",
]
[[package]]
name = "wasm-bindgen-externref-xform"
2023-02-22 13:49:39 +00:00
version = "0.2.84"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "1d154c3843bf3b635b602ad41b56f505f8f1a25f8a0133fca4bbd0918d74efdc"
2022-07-09 02:09:44 +00:00
dependencies = [
"anyhow",
"walrus",
]
[[package]]
name = "wasm-bindgen-futures"
2023-02-22 13:49:39 +00:00
version = "0.4.34"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454"
2022-07-09 02:09:44 +00:00
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2023-02-22 13:49:39 +00:00
version = "0.2.84"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
2022-07-09 02:09:44 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2023-02-22 13:49:39 +00:00
version = "0.2.84"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
2022-07-09 02:09:44 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-multi-value-xform"
2023-02-22 13:49:39 +00:00
version = "0.2.84"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "c00a577fbd4be358ef8095432189b5c2e6b6e71f5081797c2032572f77d65d26"
2022-07-09 02:09:44 +00:00
dependencies = [
"anyhow",
"walrus",
]
[[package]]
name = "wasm-bindgen-shared"
2023-02-22 13:49:39 +00:00
version = "0.2.84"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
2022-07-09 02:09:44 +00:00
[[package]]
name = "wasm-bindgen-threads-xform"
2023-02-22 13:49:39 +00:00
version = "0.2.84"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "0aa93941bae037b7b4fac4ecfc132294b828036c5990a806d0e6fd9284297d94"
2022-07-09 02:09:44 +00:00
dependencies = [
"anyhow",
"walrus",
"wasm-bindgen-wasm-conventions",
]
[[package]]
name = "wasm-bindgen-wasm-conventions"
2023-02-22 13:49:39 +00:00
version = "0.2.84"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "d8f5de325048d945c90600fdf66b13521f3340d85971287775c36aa99c04466b"
2022-07-09 02:09:44 +00:00
dependencies = [
"anyhow",
"walrus",
]
[[package]]
name = "wasm-bindgen-wasm-interpreter"
2023-02-22 13:49:39 +00:00
version = "0.2.84"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "f695df44962e3a107436282232a2daa185b8453c16be8ddfb637cd2601f31128"
2022-07-09 02:09:44 +00:00
dependencies = [
"anyhow",
"log",
"walrus",
"wasm-bindgen-wasm-conventions",
]
2023-02-22 13:49:39 +00:00
[[package]]
name = "wasm-streams"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bbae3363c08332cadccd13b67db371814cd214c2524020932f0804b8cf7c078"
dependencies = [
"futures-util",
"js-sys",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
]
2022-07-09 02:09:44 +00:00
[[package]]
name = "wasmparser"
version = "0.59.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a950e6a618f62147fd514ff445b2a0b53120d382751960797f85f058c7eda9b9"
[[package]]
name = "wasmparser"
version = "0.77.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b35c86d22e720a07d954ebbed772d01180501afe7d03d464f413bb5f8914a8d6"
[[package]]
name = "wast"
version = "21.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b1844f66a2bc8526d71690104c0e78a8e59ffa1597b7245769d174ebb91deb5"
dependencies = [
"leb128",
]
[[package]]
name = "web-sys"
2023-02-22 13:49:39 +00:00
version = "0.3.61"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97"
2022-07-09 02:09:44 +00:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webpki"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "webpki-roots"
2022-12-11 21:01:50 +00:00
version = "0.22.6"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
2022-07-09 02:09:44 +00:00
dependencies = [
"webpki",
]
[[package]]
name = "widestring"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
"winapi",
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2022-12-11 21:01:50 +00:00
[[package]]
name = "windows-sys"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
dependencies = [
"windows_aarch64_gnullvm",
2023-01-12 23:36:10 +00:00
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
2022-12-11 21:01:50 +00:00
"windows_x86_64_gnullvm",
2023-01-12 23:36:10 +00:00
"windows_x86_64_msvc",
2022-07-09 02:09:44 +00:00
]
2023-02-22 13:49:39 +00:00
[[package]]
name = "windows-sys"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
dependencies = [
"windows-targets",
]
[[package]]
name = "windows-targets"
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7"
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
]
2022-12-11 21:01:50 +00:00
[[package]]
name = "windows_aarch64_gnullvm"
2023-01-12 23:42:18 +00:00
version = "0.42.1"
2022-12-11 21:01:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-12 23:42:18 +00:00
checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
2022-12-11 21:01:50 +00:00
[[package]]
name = "windows_aarch64_msvc"
2023-01-12 23:42:18 +00:00
version = "0.42.1"
2022-12-11 21:01:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-12 23:42:18 +00:00
checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
2022-12-11 21:01:50 +00:00
[[package]]
name = "windows_i686_gnu"
2023-01-12 23:42:18 +00:00
version = "0.42.1"
2022-12-11 21:01:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-12 23:42:18 +00:00
checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
2022-12-11 21:01:50 +00:00
[[package]]
name = "windows_i686_msvc"
2023-01-12 23:42:18 +00:00
version = "0.42.1"
2022-12-11 21:01:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-12 23:42:18 +00:00
checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
2022-12-11 21:01:50 +00:00
[[package]]
name = "windows_x86_64_gnu"
2023-01-12 23:42:18 +00:00
version = "0.42.1"
2022-12-11 21:01:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-12 23:42:18 +00:00
checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
2022-12-11 21:01:50 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
2023-01-12 23:42:18 +00:00
version = "0.42.1"
2022-12-11 21:01:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-12 23:42:18 +00:00
checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
2022-12-11 21:01:50 +00:00
2022-07-09 02:09:44 +00:00
[[package]]
2022-12-11 21:01:50 +00:00
name = "windows_x86_64_msvc"
2023-01-12 23:42:18 +00:00
version = "0.42.1"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-12 23:42:18 +00:00
checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
2022-07-09 02:09:44 +00:00
[[package]]
name = "winreg"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
dependencies = [
"winapi",
]
[[package]]
name = "wit-parser"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f5fd97866f4b9c8e1ed57bcf9446f3d0d8ba37e2dd01c3c612c046c053b06f7"
dependencies = [
"anyhow",
"leb128",
"wit-schema-version",
]
[[package]]
name = "wit-schema-version"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfee4a6a4716eefa0682e7a3b836152e894a3e4f34a9d6c2c3e1c94429bfe36a"
[[package]]
name = "wit-text"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33358e95c77d660f1c7c07f4a93c2bd89768965e844e3c50730bb4b42658df5f"
dependencies = [
"anyhow",
"wast",
"wit-writer",
]
[[package]]
name = "wit-validator"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c11d93d925420e7872b226c4161849c32be38385ccab026b88df99d8ddc6ba6"
dependencies = [
"anyhow",
"wasmparser 0.59.0",
"wit-parser",
"wit-schema-version",
]
[[package]]
name = "wit-walrus"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad559e3e4c6404b2a6a675d44129d62a3836e3b951b90112fa1c5feb852757cd"
dependencies = [
"anyhow",
"id-arena",
"walrus",
"wit-parser",
"wit-schema-version",
"wit-writer",
]
[[package]]
name = "wit-writer"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2ad01ba5e9cbcff799a0689e56a153776ea694cec777f605938cb9880d41a09"
dependencies = [
"leb128",
"wit-schema-version",
]
[[package]]
name = "xattr"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
dependencies = [
"libc",
]
[[package]]
name = "zip"
version = "0.5.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93ab48844d61251bb3835145c521d88aa4031d7139e8485990f60ca911fa0815"
dependencies = [
"byteorder",
"bzip2",
"crc32fast",
"flate2",
"thiserror",
2022-12-11 21:01:50 +00:00
"time 0.1.45",
2022-07-09 02:09:44 +00:00
]
[[package]]
name = "zip"
2023-02-22 13:49:39 +00:00
version = "0.6.4"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "0445d0fbc924bb93539b4316c11afb121ea39296f99a3c4c9edad09e3658cdef"
2022-07-09 02:09:44 +00:00
dependencies = [
"aes",
"byteorder",
"bzip2",
"constant_time_eq",
"crc32fast",
"crossbeam-utils",
"flate2",
"hmac",
"pbkdf2",
"sha1",
"time 0.3.20",
2022-07-09 02:09:44 +00:00
"zstd",
]
[[package]]
name = "zstd"
2022-12-11 21:01:50 +00:00
version = "0.11.2+zstd.1.5.2"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
2022-07-09 02:09:44 +00:00
dependencies = [
"zstd-safe",
]
[[package]]
name = "zstd-safe"
2022-12-11 21:01:50 +00:00
version = "5.0.2+zstd.1.5.2"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-11 21:01:50 +00:00
checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
2022-07-09 02:09:44 +00:00
dependencies = [
"libc",
"zstd-sys",
]
[[package]]
name = "zstd-sys"
2023-02-22 13:49:39 +00:00
version = "2.0.7+zstd.1.5.4"
2022-07-09 02:09:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 13:49:39 +00:00
checksum = "94509c3ba2fe55294d752b79842c530ccfab760192521df74a081a78d2b3c7f5"
2022-07-09 02:09:44 +00:00
dependencies = [
"cc",
"libc",
2023-01-12 23:36:10 +00:00
"pkg-config",
2022-07-09 02:09:44 +00:00
]