bitwarden-estensione-browser/apps/desktop/desktop_native/Cargo.lock

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

1354 lines
34 KiB
Plaintext
Raw Normal View History

2022-04-05 16:54:44 +02:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "addr2line"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3"
dependencies = [
"gimli",
]
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2023-04-18 15:09:47 +02:00
[[package]]
name = "aes"
version = "0.8.3"
2023-04-18 15:09:47 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2"
2023-04-18 15:09:47 +02:00
dependencies = [
"cfg-if",
"cipher",
"cpufeatures",
]
2022-04-05 16:54:44 +02:00
[[package]]
name = "aho-corasick"
2023-04-18 15:09:47 +02:00
version = "0.7.20"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
2022-04-05 16:54:44 +02:00
dependencies = [
"memchr",
]
[[package]]
name = "anyhow"
version = "1.0.75"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
2023-04-18 15:09:47 +02:00
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "backtrace"
version = "0.3.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12"
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
2023-04-18 15:09:47 +02:00
[[package]]
name = "base64"
version = "0.21.2"
2023-04-18 15:09:47 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"
2022-04-05 16:54:44 +02:00
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2023-04-18 15:09:47 +02:00
[[package]]
name = "bitflags"
version = "2.4.0"
2023-04-18 15:09:47 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
2023-04-18 15:09:47 +02:00
[[package]]
name = "block-buffer"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
"generic-array",
]
[[package]]
name = "block-padding"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
dependencies = [
"generic-array",
]
2022-04-05 16:54:44 +02:00
[[package]]
name = "bytes"
2023-04-18 15:09:47 +02:00
version = "1.4.0"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
[[package]]
name = "cbc"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
dependencies = [
"cipher",
]
2022-04-05 16:54:44 +02:00
[[package]]
name = "cc"
2023-04-18 15:09:47 +02:00
version = "1.0.79"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
2022-04-05 16:54:44 +02:00
[[package]]
name = "cfg-expr"
2023-04-18 15:09:47 +02:00
version = "0.14.0"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "a35b255461940a32985c627ce82900867c61db1659764d3675ea81963f72a4c6"
2022-04-05 16:54:44 +02:00
dependencies = [
"smallvec",
]
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2023-04-18 15:09:47 +02:00
[[package]]
name = "cipher"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
dependencies = [
"crypto-common",
"inout",
]
2022-04-05 16:54:44 +02: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",
]
[[package]]
name = "convert_case"
2023-04-18 15:09:47 +02:00
version = "0.6.0"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
dependencies = [
"unicode-segmentation",
]
2022-04-05 16:54:44 +02:00
[[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"
2023-04-18 15:09:47 +02:00
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
[[package]]
name = "cpufeatures"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "280a9f2d8b3a38871a3c8a46fb80db65e5e5ed97da80c4d08bf27fb63e35e181"
dependencies = [
"libc",
]
[[package]]
name = "crypto-common"
version = "0.1.6"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
"generic-array",
"typenum",
]
2022-04-05 16:54:44 +02:00
[[package]]
name = "ctor"
2023-04-18 15:09:47 +02:00
version = "0.2.0"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "dd4056f63fce3b82d852c3da92b08ea59959890813a7f4ce9c0ff85b10cf301b"
2022-04-05 16:54:44 +02:00
dependencies = [
"quote",
"syn 2.0.29",
2022-04-05 16:54:44 +02:00
]
[[package]]
name = "cxx"
2023-04-18 15:09:47 +02:00
version = "1.0.94"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "f61f1b6389c3fe1c316bf8a4dccc90a38208354b330925bce1f74a6c4756eb93"
2022-04-05 16:54:44 +02:00
dependencies = [
"cc",
"cxxbridge-flags",
"cxxbridge-macro",
"link-cplusplus",
]
[[package]]
name = "cxx-build"
2023-04-18 15:09:47 +02:00
version = "1.0.94"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "12cee708e8962df2aeb38f594aae5d827c022b6460ac71a7a3e2c3c2aae5a07b"
2022-04-05 16:54:44 +02:00
dependencies = [
"cc",
"codespan-reporting",
"once_cell",
"proc-macro2",
"quote",
"scratch",
"syn 2.0.29",
2022-04-05 16:54:44 +02:00
]
[[package]]
name = "cxxbridge-flags"
2023-04-18 15:09:47 +02:00
version = "1.0.94"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "7944172ae7e4068c533afbb984114a56c46e9ccddda550499caa222902c7f7bb"
2022-04-05 16:54:44 +02:00
[[package]]
name = "cxxbridge-macro"
2023-04-18 15:09:47 +02:00
version = "1.0.94"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "2345488264226bf682893e25de0769f3360aac9957980ec49361b083ddaa5bc5"
2022-04-05 16:54:44 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.29",
2022-04-05 16:54:44 +02:00
]
[[package]]
name = "desktop_native"
version = "0.0.0"
dependencies = [
2023-04-18 15:09:47 +02:00
"aes",
2022-04-05 16:54:44 +02:00
"anyhow",
2023-04-18 15:09:47 +02:00
"base64",
"cbc",
2022-04-05 16:54:44 +02:00
"core-foundation",
"gio",
"keytar",
"libsecret",
"napi",
"napi-build",
"napi-derive",
2023-04-18 15:09:47 +02:00
"rand",
"retry",
2022-04-05 16:54:44 +02:00
"scopeguard",
"security-framework",
"security-framework-sys",
2023-04-18 15:09:47 +02:00
"sha2",
"thiserror",
2022-04-05 16:54:44 +02:00
"tokio",
2023-04-18 15:09:47 +02:00
"typenum",
2022-04-05 16:54:44 +02:00
"widestring",
"windows",
2022-04-05 16:54:44 +02:00
]
2023-04-18 15:09:47 +02:00
[[package]]
name = "digest"
version = "0.10.7"
2023-04-18 15:09:47 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
2023-04-18 15:09:47 +02:00
dependencies = [
"block-buffer",
"crypto-common",
]
2022-04-05 16:54:44 +02:00
[[package]]
name = "futures-channel"
2023-04-18 15:09:47 +02:00
version = "0.3.28"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
2022-04-05 16:54:44 +02:00
dependencies = [
"futures-core",
]
[[package]]
name = "futures-core"
2023-04-18 15:09:47 +02:00
version = "0.3.28"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
2022-04-05 16:54:44 +02:00
[[package]]
name = "futures-executor"
2023-04-18 15:09:47 +02:00
version = "0.3.28"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
2022-04-05 16:54:44 +02:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
2023-04-18 15:09:47 +02:00
version = "0.3.28"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
2022-04-05 16:54:44 +02:00
[[package]]
name = "futures-macro"
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.29",
]
2022-04-05 16:54:44 +02:00
[[package]]
name = "futures-task"
2023-04-18 15:09:47 +02:00
version = "0.3.28"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
2022-04-05 16:54:44 +02:00
[[package]]
name = "futures-util"
2023-04-18 15:09:47 +02:00
version = "0.3.28"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
2022-04-05 16:54:44 +02:00
dependencies = [
"futures-core",
"futures-macro",
2022-04-05 16:54:44 +02:00
"futures-task",
"pin-project-lite",
"pin-utils",
"slab",
]
2023-04-18 15:09:47 +02:00
[[package]]
name = "generic-array"
version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "getrandom"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4"
dependencies = [
"cfg-if",
"libc",
"wasi",
]
[[package]]
name = "gimli"
version = "0.27.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"
2022-04-05 16:54:44 +02:00
[[package]]
name = "gio"
version = "0.18.1"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7884cba6b1c5db1607d970cadf44b14a43913d42bc68766eea6a5e2fe0891524"
2022-04-05 16:54:44 +02:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-util",
2022-04-05 16:54:44 +02:00
"gio-sys",
"glib",
"libc",
"once_cell",
"pin-project-lite",
"smallvec",
2022-04-05 16:54:44 +02:00
"thiserror",
]
[[package]]
name = "gio-sys"
version = "0.18.1"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37566df850baf5e4cb0dfb78af2e4b9898d817ed9263d1090a2df958c64737d2"
2022-04-05 16:54:44 +02:00
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
"winapi",
]
[[package]]
name = "glib"
version = "0.18.1"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "331156127e8166dd815cf8d2db3a5beb492610c716c03ee6db4f2d07092af0a7"
2022-04-05 16:54:44 +02:00
dependencies = [
"bitflags 2.4.0",
2022-04-05 16:54:44 +02:00
"futures-channel",
"futures-core",
"futures-executor",
"futures-task",
"futures-util",
"gio-sys",
2022-04-05 16:54:44 +02:00
"glib-macros",
"glib-sys",
"gobject-sys",
"libc",
"memchr",
2022-04-05 16:54:44 +02:00
"once_cell",
"smallvec",
"thiserror",
]
[[package]]
name = "glib-macros"
version = "0.18.0"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "179643c50bf28d20d2f6eacd2531a88f2f5d9747dd0b86b8af1e8bb5dd0de3c0"
2022-04-05 16:54:44 +02:00
dependencies = [
"heck",
"proc-macro-crate",
"proc-macro-error",
"proc-macro2",
"quote",
"syn 2.0.29",
2022-04-05 16:54:44 +02:00
]
[[package]]
name = "glib-sys"
version = "0.18.1"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "063ce2eb6a8d0ea93d2bf8ba1957e78dbab6be1c2220dd3daca57d5a9d869898"
2022-04-05 16:54:44 +02:00
dependencies = [
"libc",
"system-deps",
]
[[package]]
name = "gobject-sys"
version = "0.18.0"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0850127b514d1c4a4654ead6dedadb18198999985908e6ffe4436f53c785ce44"
2022-04-05 16:54:44 +02:00
dependencies = [
"glib-sys",
"libc",
"system-deps",
]
2023-04-18 15:09:47 +02:00
[[package]]
name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2022-04-05 16:54:44 +02:00
[[package]]
name = "heck"
2023-04-18 15:09:47 +02:00
version = "0.4.1"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2022-04-05 16:54:44 +02:00
[[package]]
name = "hermit-abi"
2023-04-18 15:09:47 +02:00
version = "0.2.6"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
2022-04-05 16:54:44 +02:00
dependencies = [
"libc",
]
2023-04-18 15:09:47 +02:00
[[package]]
name = "indexmap"
version = "1.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
dependencies = [
"autocfg",
"hashbrown",
]
[[package]]
name = "inout"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
dependencies = [
"block-padding",
"generic-array",
]
2022-04-05 16:54:44 +02:00
[[package]]
name = "keytar"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d361c55fba09829ac620b040f5425bf239b1030c3d6820a84acac8da867dca4d"
dependencies = [
"keytar-sys",
]
[[package]]
name = "keytar-sys"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe908c6896705a1cb516cd6a5d956c63f08d95ace81b93253a98cd93e1e6a65a"
dependencies = [
"cc",
"cxx",
"cxx-build",
"pkg-config",
]
[[package]]
name = "libc"
version = "0.2.147"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
2022-04-05 16:54:44 +02:00
[[package]]
name = "libloading"
2023-04-18 15:09:47 +02:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
dependencies = [
"cfg-if",
"winapi",
]
2022-04-05 16:54:44 +02:00
[[package]]
name = "libsecret"
version = "0.4.0"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac6fae6ebe590e06ef9d01b125e46b7d4c05ccbd5961f12b4aefe2ecd010220f"
2022-04-05 16:54:44 +02:00
dependencies = [
"gio",
"glib",
"libc",
"libsecret-sys",
]
[[package]]
name = "libsecret-sys"
version = "0.4.0"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b716fc5e1c82eb0d28665882628382ab0e0a156a6d73580e33f0ac6ac8d2540"
2022-04-05 16:54:44 +02:00
dependencies = [
"gio-sys",
"glib-sys",
"gobject-sys",
"libc",
"pkg-config",
"system-deps",
]
[[package]]
name = "link-cplusplus"
2023-04-18 15:09:47 +02:00
version = "1.0.8"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
2022-04-05 16:54:44 +02:00
dependencies = [
"cc",
]
[[package]]
name = "lock_api"
2023-04-18 15:09:47 +02:00
version = "0.4.9"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
2022-04-05 16:54:44 +02:00
dependencies = [
2023-04-18 15:09:47 +02:00
"autocfg",
2022-04-05 16:54:44 +02:00
"scopeguard",
]
[[package]]
name = "log"
2023-04-18 15:09:47 +02:00
version = "0.4.17"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
2022-04-05 16:54:44 +02:00
dependencies = [
"cfg-if",
]
[[package]]
name = "memchr"
2023-04-18 15:09:47 +02:00
version = "2.5.0"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2022-04-05 16:54:44 +02:00
[[package]]
name = "miniz_oxide"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
dependencies = [
"adler",
]
2022-04-05 16:54:44 +02:00
[[package]]
name = "mio"
2023-04-18 15:09:47 +02:00
version = "0.8.6"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9"
2022-04-05 16:54:44 +02:00
dependencies = [
"libc",
"log",
2023-04-18 15:09:47 +02:00
"wasi",
"windows-sys 0.45.0",
2022-04-05 16:54:44 +02:00
]
[[package]]
name = "napi"
version = "2.13.3"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd063c93b900149304e3ba96ce5bf210cd4f81ef5eb80ded0d100df3e85a3ac0"
2022-04-05 16:54:44 +02:00
dependencies = [
"bitflags 2.4.0",
2022-04-05 16:54:44 +02:00
"ctor",
2023-04-18 15:09:47 +02:00
"napi-derive",
2022-04-05 16:54:44 +02:00
"napi-sys",
"once_cell",
2022-04-05 16:54:44 +02:00
"tokio",
]
[[package]]
name = "napi-build"
version = "2.0.1"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "882a73d9ef23e8dc2ebbffb6a6ae2ef467c0f18ac10711e4cc59c5485d41df0e"
2022-04-05 16:54:44 +02:00
[[package]]
name = "napi-derive"
version = "2.13.0"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da1c6a8fa84d549aa8708fcd062372bf8ec6e849de39016ab921067d21bde367"
2022-04-05 16:54:44 +02:00
dependencies = [
"cfg-if",
2022-04-05 16:54:44 +02:00
"convert_case",
"napi-derive-backend",
"proc-macro2",
"quote",
2023-04-18 15:09:47 +02:00
"syn 1.0.109",
2022-04-05 16:54:44 +02:00
]
[[package]]
name = "napi-derive-backend"
version = "1.0.52"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20bbc7c69168d06a848f925ec5f0e0997f98e8c8d4f2cc30157f0da51c009e17"
2022-04-05 16:54:44 +02:00
dependencies = [
"convert_case",
"once_cell",
"proc-macro2",
"quote",
"regex",
2023-04-18 15:09:47 +02:00
"semver",
"syn 1.0.109",
2022-04-05 16:54:44 +02:00
]
[[package]]
name = "napi-sys"
2023-04-18 15:09:47 +02:00
version = "2.2.3"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "166b5ef52a3ab5575047a9fe8d4a030cdd0f63c96f071cd6907674453b07bae3"
dependencies = [
"libloading",
]
2022-04-05 16:54:44 +02:00
[[package]]
name = "num_cpus"
2023-04-18 15:09:47 +02:00
version = "1.15.0"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
2022-04-05 16:54:44 +02:00
dependencies = [
"hermit-abi",
"libc",
]
[[package]]
name = "object"
version = "0.31.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1"
dependencies = [
"memchr",
]
2022-04-05 16:54:44 +02:00
[[package]]
name = "once_cell"
2023-04-18 15:09:47 +02:00
version = "1.17.1"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
2022-04-05 16:54:44 +02:00
[[package]]
name = "parking_lot"
2023-04-18 15:09:47 +02:00
version = "0.12.1"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2022-04-05 16:54:44 +02:00
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2023-04-18 15:09:47 +02:00
version = "0.9.7"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
2022-04-05 16:54:44 +02:00
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"smallvec",
"windows-sys 0.45.0",
2022-04-05 16:54:44 +02:00
]
[[package]]
name = "pin-project-lite"
version = "0.2.12"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12cc1b0bf1727a77a54b6654e7b5f1af8604923edc8b81885f8ec92f9e3f0a05"
2022-04-05 16:54:44 +02:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pkg-config"
2023-04-18 15:09:47 +02:00
version = "0.3.26"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
[[package]]
name = "ppv-lite86"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2022-04-05 16:54:44 +02:00
[[package]]
name = "proc-macro-crate"
2023-04-18 15:09:47 +02:00
version = "1.3.1"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
2022-04-05 16:54:44 +02:00
dependencies = [
2023-04-18 15:09:47 +02:00
"once_cell",
"toml_edit",
2022-04-05 16:54:44 +02: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",
2023-04-18 15:09:47 +02:00
"syn 1.0.109",
2022-04-05 16:54:44 +02:00
"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"
version = "1.0.66"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
2022-04-05 16:54:44 +02:00
dependencies = [
2023-04-18 15:09:47 +02:00
"unicode-ident",
2022-04-05 16:54:44 +02:00
]
[[package]]
name = "quote"
version = "1.0.33"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
2022-04-05 16:54:44 +02:00
dependencies = [
"proc-macro2",
]
2023-04-18 15:09:47 +02:00
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha",
"rand_core",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom",
]
2022-04-05 16:54:44 +02:00
[[package]]
name = "redox_syscall"
2023-04-18 15:09:47 +02:00
version = "0.2.16"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
2022-04-05 16:54:44 +02:00
dependencies = [
2023-04-18 15:09:47 +02:00
"bitflags 1.3.2",
2022-04-05 16:54:44 +02:00
]
[[package]]
name = "regex"
2023-04-18 15:09:47 +02:00
version = "1.7.3"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d"
2022-04-05 16:54:44 +02:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
2023-04-18 15:09:47 +02:00
version = "0.6.29"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
[[package]]
name = "retry"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9166d72162de3575f950507683fac47e30f6f2c3836b71b7fbc61aa517c9c5f4"
dependencies = [
"rand",
]
2022-04-05 16:54:44 +02:00
[[package]]
name = "rustc-demangle"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
2022-04-05 16:54:44 +02:00
[[package]]
name = "scopeguard"
version = "1.2.0"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2022-04-05 16:54:44 +02:00
[[package]]
name = "scratch"
2023-04-18 15:09:47 +02:00
version = "1.0.5"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1"
2022-04-05 16:54:44 +02:00
[[package]]
name = "security-framework"
version = "2.9.2"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
2022-04-05 16:54:44 +02:00
dependencies = [
2023-04-18 15:09:47 +02:00
"bitflags 1.3.2",
2022-04-05 16:54:44 +02:00
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
version = "2.9.1"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
2022-04-05 16:54:44 +02:00
dependencies = [
"core-foundation-sys",
"libc",
]
2023-04-18 15:09:47 +02:00
[[package]]
name = "semver"
version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
2022-04-05 16:54:44 +02:00
[[package]]
name = "serde"
2023-04-18 15:09:47 +02:00
version = "1.0.160"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c"
[[package]]
name = "serde_spanned"
version = "0.6.1"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "0efd8caf556a6cebd3b285caf480045fcc1ac04f6bd786b09a6f11af30c4fcf4"
dependencies = [
"serde",
]
[[package]]
name = "sha2"
version = "0.10.7"
2023-04-18 15:09:47 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
2023-04-18 15:09:47 +02:00
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
2022-04-05 16:54:44 +02:00
[[package]]
name = "signal-hook-registry"
2023-04-18 15:09:47 +02:00
version = "1.4.1"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
2022-04-05 16:54:44 +02:00
dependencies = [
"libc",
]
[[package]]
name = "slab"
2023-04-18 15:09:47 +02:00
version = "0.4.8"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
dependencies = [
"autocfg",
]
2022-04-05 16:54:44 +02:00
[[package]]
name = "smallvec"
2023-04-18 15:09:47 +02:00
version = "1.10.0"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
2022-04-05 16:54:44 +02:00
[[package]]
name = "socket2"
version = "0.5.3"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2538b18701741680e0322a2302176d3253a35388e2e62f172f64f4f16605f877"
2022-04-05 16:54:44 +02:00
dependencies = [
"libc",
"windows-sys 0.48.0",
2022-04-05 16:54:44 +02:00
]
[[package]]
name = "syn"
2023-04-18 15:09:47 +02:00
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "syn"
version = "2.0.29"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c324c494eba9d92503e6f1ef2e6df781e78f6a7705a0202d9801b198807d518a"
2022-04-05 16:54:44 +02:00
dependencies = [
"proc-macro2",
"quote",
2023-04-18 15:09:47 +02:00
"unicode-ident",
2022-04-05 16:54:44 +02:00
]
[[package]]
name = "system-deps"
2023-04-18 15:09:47 +02:00
version = "6.0.4"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "555fc8147af6256f3931a36bb83ad0023240ce9cf2b319dec8236fd1f220b05f"
2022-04-05 16:54:44 +02:00
dependencies = [
"cfg-expr",
"heck",
"pkg-config",
"toml",
"version-compare",
]
[[package]]
name = "termcolor"
2023-04-18 15:09:47 +02:00
version = "1.2.0"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
2022-04-05 16:54:44 +02:00
dependencies = [
"winapi-util",
]
[[package]]
name = "thiserror"
version = "1.0.47"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97a802ec30afc17eee47b2855fc72e0c4cd62be9b4efe6591edde0ec5bd68d8f"
2022-04-05 16:54:44 +02:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.47"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bb623b56e39ab7dcd4b1b98bb6c8f8d907ed255b18de254088016b27a8ee19b"
2022-04-05 16:54:44 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.29",
]
2022-04-05 16:54:44 +02:00
[[package]]
name = "tokio"
version = "1.32.0"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9"
2022-04-05 16:54:44 +02:00
dependencies = [
"backtrace",
2022-04-05 16:54:44 +02:00
"bytes",
"libc",
"mio",
"num_cpus",
"parking_lot",
"pin-project-lite",
"signal-hook-registry",
"socket2",
"tokio-macros",
"windows-sys 0.48.0",
2022-04-05 16:54:44 +02:00
]
[[package]]
name = "tokio-macros"
version = "2.1.0"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
2022-04-05 16:54:44 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.29",
2022-04-05 16:54:44 +02:00
]
[[package]]
name = "toml"
2023-04-18 15:09:47 +02:00
version = "0.7.3"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "b403acf6f2bb0859c93c7f0d967cb4a75a7ac552100f9322faf64dc047669b21"
2022-04-05 16:54:44 +02:00
dependencies = [
"serde",
2023-04-18 15:09:47 +02:00
"serde_spanned",
"toml_datetime",
"toml_edit",
2022-04-05 16:54:44 +02:00
]
[[package]]
2023-04-18 15:09:47 +02:00
name = "toml_datetime"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622"
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
version = "0.19.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "239410c8609e8125456927e6707163a3b1fdb40561e4b803bc041f466ccfdc13"
dependencies = [
"indexmap",
"serde",
"serde_spanned",
"toml_datetime",
"winnow",
]
[[package]]
name = "typenum"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
[[package]]
name = "unicode-ident"
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
[[package]]
name = "unicode-segmentation"
version = "1.10.1"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
2022-04-05 16:54:44 +02:00
[[package]]
2023-04-18 15:09:47 +02:00
name = "unicode-width"
version = "0.1.10"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
2022-04-05 16:54:44 +02:00
[[package]]
name = "version-compare"
2023-04-18 15:09:47 +02:00
version = "0.1.1"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29"
2022-04-05 16:54:44 +02:00
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2023-04-18 15:09:47 +02:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2022-04-05 16:54:44 +02:00
[[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"
[[package]]
name = "windows"
version = "0.51.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca229916c5ee38c2f2bc1e9d8f04df975b4bd93f9955dc69fabb5d91270045c9"
dependencies = [
"windows-core",
"windows-targets 0.48.5",
]
[[package]]
name = "windows-core"
version = "0.51.1"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64"
2022-04-05 16:54:44 +02:00
dependencies = [
"windows-targets 0.48.5",
2022-04-05 16:54:44 +02:00
]
[[package]]
name = "windows-sys"
2023-04-18 15:09:47 +02:00
version = "0.45.0"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
2022-04-05 16:54:44 +02:00
dependencies = [
2023-04-18 15:09:47 +02:00
"windows-targets 0.42.2",
2022-04-05 16:54:44 +02:00
]
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
"windows-targets 0.48.5",
]
2023-04-18 15:09:47 +02:00
[[package]]
name = "windows-targets"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
dependencies = [
"windows_aarch64_gnullvm 0.42.2",
"windows_aarch64_msvc 0.42.2",
"windows_i686_gnu 0.42.2",
"windows_i686_msvc 0.42.2",
"windows_x86_64_gnu 0.42.2",
"windows_x86_64_gnullvm 0.42.2",
"windows_x86_64_msvc 0.42.2",
]
[[package]]
name = "windows-targets"
version = "0.48.5"
2023-04-18 15:09:47 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2023-04-18 15:09:47 +02:00
dependencies = [
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
2023-04-18 15:09:47 +02:00
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.5"
2023-04-18 15:09:47 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2023-04-18 15:09:47 +02:00
2022-04-05 16:54:44 +02:00
[[package]]
name = "windows_aarch64_msvc"
2023-04-18 15:09:47 +02:00
version = "0.42.2"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
2022-04-05 16:54:44 +02:00
[[package]]
2022-10-24 11:46:50 +02:00
name = "windows_aarch64_msvc"
version = "0.48.5"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2022-04-05 16:54:44 +02:00
[[package]]
name = "windows_i686_gnu"
2023-04-18 15:09:47 +02:00
version = "0.42.2"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
2022-04-05 16:54:44 +02:00
[[package]]
2022-10-24 11:46:50 +02:00
name = "windows_i686_gnu"
version = "0.48.5"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2022-04-05 16:54:44 +02:00
[[package]]
name = "windows_i686_msvc"
2023-04-18 15:09:47 +02:00
version = "0.42.2"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
2022-04-05 16:54:44 +02:00
[[package]]
2022-10-24 11:46:50 +02:00
name = "windows_i686_msvc"
version = "0.48.5"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2022-04-05 16:54:44 +02:00
[[package]]
name = "windows_x86_64_gnu"
2023-04-18 15:09:47 +02:00
version = "0.42.2"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
2022-04-05 16:54:44 +02:00
[[package]]
2022-10-24 11:46:50 +02:00
name = "windows_x86_64_gnu"
version = "0.48.5"
2023-04-18 15:09:47 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2023-04-18 15:09:47 +02:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.5"
2022-04-05 16:54:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
[[package]]
name = "windows_x86_64_msvc"
2023-04-18 15:09:47 +02:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
2022-10-24 11:46:50 +02:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.5"
2023-04-18 15:09:47 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2023-04-18 15:09:47 +02:00
[[package]]
name = "winnow"
version = "0.4.1"
2022-10-24 11:46:50 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-18 15:09:47 +02:00
checksum = "ae8970b36c66498d8ff1d66685dc86b91b29db0c7739899012f63a63814b4b28"
dependencies = [
"memchr",
]