nixpkgs/pkgs/tools/text/autocorrect/Cargo.lock

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

2462 lines
60 KiB
Plaintext
Raw Normal View History

2023-02-11 12:21:14 +01:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2023-08-05 22:14:51 +02:00
[[package]]
name = "addr2line"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3"
dependencies = [
"gimli",
]
2023-02-11 12:21:14 +01:00
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "aho-corasick"
2023-08-05 22:14:51 +02:00
version = "1.0.2"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
2023-02-11 12:21:14 +01:00
dependencies = [
"memchr",
]
[[package]]
2023-08-05 22:14:51 +02:00
name = "anes"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
[[package]]
name = "anstream"
version = "0.3.2"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163"
2023-02-11 12:21:14 +01:00
dependencies = [
2023-08-05 22:14:51 +02:00
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
"is-terminal",
"utf8parse",
]
[[package]]
name = "anstyle"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd"
[[package]]
name = "anstyle-parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333"
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
dependencies = [
"windows-sys 0.48.0",
]
[[package]]
name = "anstyle-wincon"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188"
dependencies = [
"anstyle",
"windows-sys 0.48.0",
2023-02-11 12:21:14 +01:00
]
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "autocorrect"
2023-08-05 22:14:51 +02:00
version = "2.8.4"
2023-02-11 12:21:14 +01:00
dependencies = [
2023-08-05 22:14:51 +02:00
"autocorrect-derive 0.3.0",
"criterion",
2023-02-11 12:21:14 +01:00
"diff",
"ignore",
2023-08-05 22:14:51 +02:00
"indoc",
2023-02-11 12:21:14 +01:00
"lazy_static",
"owo-colors",
"pest",
"pest_derive",
2023-08-05 22:14:51 +02:00
"pretty_assertions",
2023-02-11 12:21:14 +01:00
"regex",
"serde",
"serde_json",
"serde_repr",
"serde_yaml",
]
[[package]]
name = "autocorrect"
2023-08-05 22:14:51 +02:00
version = "2.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7747f9e20a908aa4ef73f8333d4892c197a8cce1648bd0f3c7a83ec6559f6cde"
2023-02-11 12:21:14 +01:00
dependencies = [
2023-08-05 22:14:51 +02:00
"autocorrect-derive 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
2023-02-11 12:21:14 +01:00
"diff",
"ignore",
"lazy_static",
"owo-colors",
"pest",
"pest_derive",
"regex",
"serde",
"serde_json",
"serde_repr",
"serde_yaml",
]
[[package]]
name = "autocorrect-cli"
2023-08-05 22:14:51 +02:00
version = "2.8.4"
2023-02-11 12:21:14 +01:00
dependencies = [
2023-08-05 22:14:51 +02:00
"autocorrect 2.8.4",
"clap",
2023-02-11 12:21:14 +01:00
"ignore",
"lazy_static",
"log",
"num_cpus",
"owo-colors",
"reqwest",
"self_update",
"sudo",
"threadpool",
2023-08-05 22:14:51 +02:00
"tokio",
2023-02-11 12:21:14 +01:00
"walkdir",
]
[[package]]
name = "autocorrect-derive"
2023-08-05 22:14:51 +02:00
version = "0.3.0"
2023-02-11 12:21:14 +01:00
dependencies = [
2023-08-05 22:14:51 +02:00
"quote",
"syn 1.0.109",
2023-02-11 12:21:14 +01:00
]
[[package]]
name = "autocorrect-derive"
version = "0.3.0"
2023-08-05 22:14:51 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b80889323facc446add06be71b9c4c000acd083b12563d9c914b86424bf2f17a"
2023-02-11 12:21:14 +01:00
dependencies = [
"quote",
2023-08-05 22:14:51 +02:00
"syn 1.0.109",
2023-02-11 12:21:14 +01:00
]
[[package]]
name = "autocorrect-java"
2023-08-05 22:14:51 +02:00
version = "2.8.4"
2023-02-11 12:21:14 +01:00
dependencies = [
2023-08-05 22:14:51 +02:00
"autocorrect 2.8.4",
2023-02-11 12:21:14 +01:00
"jni",
]
[[package]]
name = "autocorrect-node"
2023-08-05 22:14:51 +02:00
version = "2.8.4"
2023-02-11 12:21:14 +01:00
dependencies = [
2023-08-05 22:14:51 +02:00
"autocorrect 2.8.4",
"autocorrect-cli",
2023-02-11 12:21:14 +01:00
"napi",
"napi-build",
"napi-derive",
]
[[package]]
name = "autocorrect-py"
2023-08-05 22:14:51 +02:00
version = "2.8.4"
2023-02-11 12:21:14 +01:00
dependencies = [
2023-08-05 22:14:51 +02:00
"autocorrect 2.8.4",
2023-02-11 12:21:14 +01:00
"pyo3",
]
[[package]]
name = "autocorrect-rb"
2023-08-05 22:14:51 +02:00
version = "2.8.4"
2023-02-11 12:21:14 +01:00
dependencies = [
2023-08-05 22:14:51 +02:00
"autocorrect 2.8.4 (registry+https://github.com/rust-lang/crates.io-index)",
2023-02-11 12:21:14 +01:00
"magnus",
]
[[package]]
name = "autocorrect-wasm"
2023-08-05 22:14:51 +02:00
version = "2.8.4"
2023-02-11 12:21:14 +01:00
dependencies = [
2023-08-05 22:14:51 +02:00
"autocorrect 2.8.4",
2023-02-11 12:21:14 +01:00
"serde",
"serde_json",
"wasm-bindgen",
]
2023-08-05 22:14:51 +02:00
[[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-02-11 12:21:14 +01:00
[[package]]
name = "base64"
2023-08-05 22:14:51 +02:00
version = "0.21.2"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"
2023-02-11 12:21:14 +01:00
[[package]]
name = "bindgen"
2023-08-05 22:14:51 +02:00
version = "0.66.1"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "f2b84e06fc203107bfbad243f4aba2af864eb7db3b1cf46ea0a023b0b433d2a7"
2023-02-11 12:21:14 +01:00
dependencies = [
2023-08-05 22:14:51 +02:00
"bitflags 2.3.3",
2023-02-11 12:21:14 +01:00
"cexpr",
"clang-sys",
"lazy_static",
"lazycell",
"peeking_take_while",
"proc-macro2",
"quote",
"regex",
"rustc-hash",
"shlex",
2023-08-05 22:14:51 +02:00
"syn 2.0.28",
2023-02-11 12:21:14 +01:00
]
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
2023-08-05 22:14:51 +02:00
name = "bitflags"
version = "2.3.3"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42"
2023-02-11 12:21:14 +01:00
[[package]]
2023-08-05 22:14:51 +02:00
name = "block-buffer"
version = "0.10.4"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2023-02-11 12:21:14 +01:00
dependencies = [
2023-08-05 22:14:51 +02:00
"generic-array",
2023-02-11 12:21:14 +01:00
]
[[package]]
name = "bstr"
2023-08-05 22:14:51 +02:00
version = "1.6.0"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05"
2023-02-11 12:21:14 +01:00
dependencies = [
"memchr",
"serde",
]
[[package]]
name = "bumpalo"
2023-08-05 22:14:51 +02:00
version = "3.13.0"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
2023-02-11 12:21:14 +01:00
[[package]]
name = "bytes"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
[[package]]
name = "cast"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
[[package]]
name = "cc"
2023-08-05 22:14:51 +02:00
version = "1.0.81"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "6c6b2562119bf28c3439f7f02db99faf0aa1a8cdfe5772a2ee155d32227239f0"
dependencies = [
"libc",
]
2023-02-11 12:21:14 +01:00
[[package]]
name = "cesu8"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
[[package]]
name = "cexpr"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
dependencies = [
"nom",
]
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2023-08-05 22:14:51 +02:00
[[package]]
name = "ciborium"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "effd91f6c78e5a4ace8a5d3c0b6bfaec9e2baaef55f3efc00e45fb2e477ee926"
dependencies = [
"ciborium-io",
"ciborium-ll",
"serde",
]
[[package]]
name = "ciborium-io"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdf919175532b369853f5d5e20b26b43112613fd6fe7aee757e35f7a44642656"
[[package]]
name = "ciborium-ll"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "defaa24ecc093c77630e6c15e17c51f5e187bf35ee514f4e2d67baaa96dae22b"
dependencies = [
"ciborium-io",
"half",
]
2023-02-11 12:21:14 +01:00
[[package]]
name = "clang-sys"
2023-08-05 22:14:51 +02:00
version = "1.6.1"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f"
2023-02-11 12:21:14 +01:00
dependencies = [
"glob",
"libc",
"libloading",
]
[[package]]
name = "clap"
2023-08-05 22:14:51 +02:00
version = "4.3.19"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "5fd304a20bff958a57f04c4e96a2e7594cc4490a0e809cbd48bb6437edaa452d"
2023-02-11 12:21:14 +01:00
dependencies = [
2023-08-05 22:14:51 +02:00
"clap_builder",
"clap_derive",
"once_cell",
2023-02-11 12:21:14 +01:00
]
[[package]]
2023-08-05 22:14:51 +02:00
name = "clap_builder"
version = "4.3.19"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "01c6a3f08f1fe5662a35cfe393aec09c4df95f60ee93b7556505260f75eee9e1"
2023-02-11 12:21:14 +01:00
dependencies = [
2023-08-05 22:14:51 +02:00
"anstream",
"anstyle",
2023-02-11 12:21:14 +01:00
"clap_lex",
"strsim",
]
[[package]]
name = "clap_derive"
2023-08-05 22:14:51 +02:00
version = "4.3.12"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "54a9bb5758fc5dfe728d1019941681eccaf0cf8a4189b692a0ee2f2ecf90a050"
2023-02-11 12:21:14 +01:00
dependencies = [
"heck",
"proc-macro2",
"quote",
2023-08-05 22:14:51 +02:00
"syn 2.0.28",
2023-02-11 12:21:14 +01:00
]
[[package]]
name = "clap_lex"
2023-08-05 22:14:51 +02:00
version = "0.5.0"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"
[[package]]
name = "colorchoice"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
2023-02-11 12:21:14 +01:00
[[package]]
name = "combine"
version = "4.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4"
dependencies = [
"bytes",
"memchr",
]
[[package]]
name = "console"
2023-08-05 22:14:51 +02:00
version = "0.15.7"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8"
2023-02-11 12:21:14 +01:00
dependencies = [
"encode_unicode",
"lazy_static",
"libc",
2023-08-05 22:14:51 +02:00
"windows-sys 0.45.0",
2023-02-11 12:21:14 +01:00
]
[[package]]
name = "convert_case"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
dependencies = [
"unicode-segmentation",
]
[[package]]
name = "cpufeatures"
2023-08-05 22:14:51 +02:00
version = "0.2.9"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
2023-02-11 12:21:14 +01: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 = "criterion"
2023-08-05 22:14:51 +02:00
version = "0.5.1"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
2023-02-11 12:21:14 +01:00
dependencies = [
2023-08-05 22:14:51 +02:00
"anes",
2023-02-11 12:21:14 +01:00
"cast",
2023-08-05 22:14:51 +02:00
"ciborium",
"clap",
2023-02-11 12:21:14 +01:00
"criterion-plot",
2023-08-05 22:14:51 +02:00
"is-terminal",
2023-02-11 12:21:14 +01:00
"itertools",
"num-traits",
2023-08-05 22:14:51 +02:00
"once_cell",
2023-02-11 12:21:14 +01:00
"oorandom",
"plotters",
"rayon",
"regex",
"serde",
"serde_derive",
"serde_json",
"tinytemplate",
"walkdir",
]
[[package]]
name = "criterion-plot"
2023-08-05 22:14:51 +02:00
version = "0.5.0"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
2023-02-11 12:21:14 +01:00
dependencies = [
"cast",
"itertools",
]
[[package]]
name = "crossbeam-channel"
2023-08-05 22:14:51 +02:00
version = "0.5.8"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
2023-02-11 12:21:14 +01:00
dependencies = [
"cfg-if",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-deque"
2023-08-05 22:14:51 +02:00
version = "0.8.3"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
2023-02-11 12:21:14 +01:00
dependencies = [
"cfg-if",
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
2023-08-05 22:14:51 +02:00
version = "0.9.15"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
2023-02-11 12:21:14 +01:00
dependencies = [
"autocfg",
"cfg-if",
"crossbeam-utils",
2023-08-05 22:14:51 +02:00
"memoffset 0.9.0",
2023-02-11 12:21:14 +01:00
"scopeguard",
]
[[package]]
name = "crossbeam-utils"
2023-08-05 22:14:51 +02:00
version = "0.8.16"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
2023-02-11 12:21:14 +01:00
dependencies = [
"cfg-if",
]
[[package]]
name = "crypto-common"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
"generic-array",
"typenum",
]
[[package]]
name = "ctor"
2023-08-05 22:14:51 +02:00
version = "0.2.4"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "1f34ba9a9bcb8645379e9de8cb3ecfcf4d1c85ba66d90deb3259206fa5aa193b"
2023-02-11 12:21:14 +01:00
dependencies = [
"quote",
2023-08-05 22:14:51 +02:00
"syn 2.0.28",
2023-02-11 12:21:14 +01:00
]
[[package]]
name = "diff"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
[[package]]
name = "digest"
2023-08-05 22:14:51 +02:00
version = "0.10.7"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
2023-02-11 12:21:14 +01:00
dependencies = [
"block-buffer",
"crypto-common",
]
[[package]]
name = "either"
2023-08-05 22:14:51 +02:00
version = "1.9.0"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
2023-02-11 12:21:14 +01:00
[[package]]
name = "encode_unicode"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
[[package]]
name = "encoding_rs"
version = "0.8.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
dependencies = [
"cfg-if",
]
2023-08-05 22:14:51 +02:00
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2023-02-11 12:21:14 +01:00
[[package]]
name = "errno"
2023-08-05 22:14:51 +02:00
version = "0.3.2"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "6b30f669a7961ef1631673d2766cc92f52d64f7ef354d4fe0ddfd30ed52f0f4f"
2023-02-11 12:21:14 +01:00
dependencies = [
"errno-dragonfly",
"libc",
2023-08-05 22:14:51 +02:00
"windows-sys 0.48.0",
2023-02-11 12:21:14 +01:00
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "fastrand"
2023-08-05 22:14:51 +02:00
version = "2.0.0"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764"
2023-02-11 12:21:14 +01:00
[[package]]
name = "filetime"
2023-08-05 22:14:51 +02:00
version = "0.2.22"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0"
2023-02-11 12:21:14 +01:00
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
2023-08-05 22:14:51 +02:00
"windows-sys 0.48.0",
2023-02-11 12:21:14 +01:00
]
[[package]]
name = "flate2"
2023-08-05 22:14:51 +02:00
version = "1.0.26"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
2023-02-11 12:21:14 +01:00
dependencies = [
"crc32fast",
"miniz_oxide",
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "form_urlencoded"
2023-08-05 22:14:51 +02:00
version = "1.2.0"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
2023-02-11 12:21:14 +01:00
dependencies = [
"percent-encoding",
]
[[package]]
name = "futures-channel"
2023-08-05 22:14:51 +02:00
version = "0.3.28"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
2023-02-11 12:21:14 +01:00
dependencies = [
"futures-core",
]
[[package]]
name = "futures-core"
2023-08-05 22:14:51 +02:00
version = "0.3.28"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
2023-02-11 12:21:14 +01:00
[[package]]
name = "futures-io"
2023-08-05 22:14:51 +02:00
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
[[package]]
name = "futures-macro"
version = "0.3.28"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.28",
]
2023-02-11 12:21:14 +01:00
[[package]]
name = "futures-sink"
2023-08-05 22:14:51 +02:00
version = "0.3.28"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
2023-02-11 12:21:14 +01:00
[[package]]
name = "futures-task"
2023-08-05 22:14:51 +02:00
version = "0.3.28"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
2023-02-11 12:21:14 +01:00
[[package]]
name = "futures-util"
2023-08-05 22:14:51 +02:00
version = "0.3.28"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
2023-02-11 12:21:14 +01:00
dependencies = [
"futures-core",
"futures-io",
2023-08-05 22:14:51 +02:00
"futures-macro",
2023-02-11 12:21:14 +01:00
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
name = "generic-array"
2023-08-05 22:14:51 +02:00
version = "0.14.7"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2023-02-11 12:21:14 +01:00
dependencies = [
"typenum",
"version_check",
]
2023-08-05 22:14:51 +02:00
[[package]]
name = "gimli"
version = "0.27.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"
2023-02-11 12:21:14 +01:00
[[package]]
name = "glob"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
[[package]]
name = "globset"
2023-08-05 22:14:51 +02:00
version = "0.4.13"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "759c97c1e17c55525b57192c06a267cda0ac5210b222d6b82189a2338fa1c13d"
2023-02-11 12:21:14 +01:00
dependencies = [
"aho-corasick",
2023-08-05 22:14:51 +02:00
"bstr",
2023-02-11 12:21:14 +01:00
"fnv",
"log",
"regex",
]
[[package]]
name = "h2"
2023-08-05 22:14:51 +02:00
version = "0.3.20"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "97ec8491ebaf99c8eaa73058b045fe58073cd6be7f596ac993ced0b0a0c01049"
2023-02-11 12:21:14 +01:00
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
2023-08-05 22:14:51 +02:00
"indexmap 1.9.3",
2023-02-11 12:21:14 +01:00
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "half"
version = "1.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
[[package]]
name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
[[package]]
2023-08-05 22:14:51 +02:00
name = "hashbrown"
version = "0.14.0"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
2023-02-11 12:21:14 +01:00
[[package]]
2023-08-05 22:14:51 +02:00
name = "heck"
version = "0.4.1"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2023-02-11 12:21:14 +01:00
[[package]]
name = "hermit-abi"
2023-08-05 22:14:51 +02:00
version = "0.3.2"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
2023-02-11 12:21:14 +01:00
[[package]]
name = "http"
2023-08-05 22:14:51 +02:00
version = "0.2.9"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
2023-02-11 12:21:14 +01:00
dependencies = [
"bytes",
"fnv",
2023-08-05 22:14:51 +02:00
"itoa",
2023-02-11 12:21:14 +01:00
]
[[package]]
name = "http-body"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
dependencies = [
"bytes",
"http",
"pin-project-lite",
]
[[package]]
name = "httparse"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
[[package]]
name = "httpdate"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
[[package]]
name = "hyper"
2023-08-05 22:14:51 +02:00
version = "0.14.27"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
2023-02-11 12:21:14 +01:00
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"httpdate",
2023-08-05 22:14:51 +02:00
"itoa",
2023-02-11 12:21:14 +01:00
"pin-project-lite",
"socket2",
"tokio",
"tower-service",
"tracing",
"want",
]
[[package]]
name = "hyper-rustls"
2023-08-05 22:14:51 +02:00
version = "0.24.1"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "8d78e1e73ec14cf7375674f74d7dde185c8206fd9dea6fb6295e8a98098aaa97"
2023-02-11 12:21:14 +01:00
dependencies = [
2023-08-05 22:14:51 +02:00
"futures-util",
2023-02-11 12:21:14 +01:00
"http",
"hyper",
"rustls",
"tokio",
"tokio-rustls",
]
[[package]]
name = "idna"
2023-08-05 22:14:51 +02:00
version = "0.4.0"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
2023-02-11 12:21:14 +01:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "ignore"
version = "0.4.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492"
dependencies = [
"globset",
"lazy_static",
"log",
"memchr",
"regex",
"same-file",
"thread_local",
"walkdir",
"winapi-util",
]
[[package]]
name = "indexmap"
2023-08-05 22:14:51 +02:00
version = "1.9.3"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2023-02-11 12:21:14 +01:00
dependencies = [
"autocfg",
2023-08-05 22:14:51 +02:00
"hashbrown 0.12.3",
]
[[package]]
name = "indexmap"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
dependencies = [
"equivalent",
"hashbrown 0.14.0",
2023-02-11 12:21:14 +01:00
]
[[package]]
name = "indicatif"
version = "0.16.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d207dc617c7a380ab07ff572a6e52fa202a2a8f355860ac9c38e23f8196be1b"
dependencies = [
"console",
"lazy_static",
"number_prefix",
"regex",
]
[[package]]
name = "indoc"
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
[[package]]
name = "ipnet"
2023-08-05 22:14:51 +02:00
version = "2.8.0"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6"
2023-02-11 12:21:14 +01:00
[[package]]
name = "is-terminal"
2023-08-05 22:14:51 +02:00
version = "0.4.9"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
2023-02-11 12:21:14 +01:00
dependencies = [
2023-08-05 22:14:51 +02:00
"hermit-abi",
2023-02-11 12:21:14 +01:00
"rustix",
2023-08-05 22:14:51 +02:00
"windows-sys 0.48.0",
2023-02-11 12:21:14 +01:00
]
[[package]]
name = "itertools"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
dependencies = [
"either",
]
[[package]]
name = "itoa"
2023-08-05 22:14:51 +02:00
version = "1.0.9"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
2023-02-11 12:21:14 +01:00
[[package]]
name = "jni"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "039022cdf4d7b1cf548d31f60ae783138e5fd42013f6271049d7df7afadef96c"
dependencies = [
"cesu8",
"combine",
"jni-sys",
"log",
"thiserror",
"walkdir",
]
[[package]]
name = "jni-sys"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
[[package]]
name = "js-sys"
2023-08-05 22:14:51 +02:00
version = "0.3.64"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
2023-02-11 12:21:14 +01:00
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "lazycell"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
[[package]]
name = "libc"
2023-08-05 22:14:51 +02:00
version = "0.2.147"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
2023-02-11 12:21:14 +01:00
[[package]]
name = "libloading"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
dependencies = [
"cfg-if",
"winapi",
]
[[package]]
name = "linux-raw-sys"
2023-08-05 22:14:51 +02:00
version = "0.4.5"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503"
2023-02-11 12:21:14 +01:00
[[package]]
name = "lock_api"
2023-08-05 22:14:51 +02:00
version = "0.4.10"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
2023-02-11 12:21:14 +01:00
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
2023-08-05 22:14:51 +02:00
version = "0.4.19"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
2023-02-11 12:21:14 +01:00
[[package]]
name = "magnus"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc87660cd7daa49fddbfd524c836de54d5c927d520cd163f43700c5087c57d6c"
dependencies = [
"magnus-macros",
"rb-sys",
"rb-sys-env",
]
[[package]]
name = "magnus-macros"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "206cb23bfeea05180c97522ef6a3e52a4eb17b0ed2f30ee3ca9c4f994d2378ae"
dependencies = [
"proc-macro2",
"quote",
2023-08-05 22:14:51 +02:00
"syn 1.0.109",
2023-02-11 12:21:14 +01:00
]
[[package]]
name = "memchr"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
[[package]]
name = "memoffset"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
dependencies = [
"autocfg",
]
[[package]]
name = "memoffset"
2023-08-05 22:14:51 +02:00
version = "0.9.0"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
2023-02-11 12:21:14 +01:00
dependencies = [
"autocfg",
]
[[package]]
name = "mime"
2023-08-05 22:14:51 +02:00
version = "0.3.17"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2023-02-11 12:21:14 +01:00
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
[[package]]
name = "miniz_oxide"
2023-08-05 22:14:51 +02:00
version = "0.7.1"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
2023-02-11 12:21:14 +01:00
dependencies = [
"adler",
]
[[package]]
name = "mio"
2023-08-05 22:14:51 +02:00
version = "0.8.8"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
2023-02-11 12:21:14 +01:00
dependencies = [
"libc",
"wasi",
2023-08-05 22:14:51 +02:00
"windows-sys 0.48.0",
2023-02-11 12:21:14 +01:00
]
[[package]]
name = "napi"
2023-08-05 22:14:51 +02:00
version = "2.13.2"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "0ede2d12cd6fce44da537a4be1f5510c73be2506c2e32dfaaafd1f36968f3a0e"
2023-02-11 12:21:14 +01:00
dependencies = [
2023-08-05 22:14:51 +02:00
"bitflags 2.3.3",
2023-02-11 12:21:14 +01:00
"ctor",
2023-08-05 22:14:51 +02:00
"napi-derive",
2023-02-11 12:21:14 +01:00
"napi-sys",
"once_cell",
2023-08-05 22:14:51 +02:00
"tokio",
2023-02-11 12:21:14 +01:00
]
[[package]]
name = "napi-build"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "882a73d9ef23e8dc2ebbffb6a6ae2ef467c0f18ac10711e4cc59c5485d41df0e"
[[package]]
name = "napi-derive"
2023-08-05 22:14:51 +02:00
version = "2.13.0"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "da1c6a8fa84d549aa8708fcd062372bf8ec6e849de39016ab921067d21bde367"
2023-02-11 12:21:14 +01:00
dependencies = [
2023-08-05 22:14:51 +02:00
"cfg-if",
2023-02-11 12:21:14 +01:00
"convert_case",
"napi-derive-backend",
"proc-macro2",
"quote",
2023-08-05 22:14:51 +02:00
"syn 1.0.109",
2023-02-11 12:21:14 +01:00
]
[[package]]
name = "napi-derive-backend"
2023-08-05 22:14:51 +02:00
version = "1.0.52"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "20bbc7c69168d06a848f925ec5f0e0997f98e8c8d4f2cc30157f0da51c009e17"
2023-02-11 12:21:14 +01:00
dependencies = [
"convert_case",
"once_cell",
"proc-macro2",
"quote",
"regex",
2023-08-05 22:14:51 +02:00
"semver",
"syn 1.0.109",
2023-02-11 12:21:14 +01:00
]
[[package]]
name = "napi-sys"
version = "2.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "166b5ef52a3ab5575047a9fe8d4a030cdd0f63c96f071cd6907674453b07bae3"
dependencies = [
"libloading",
]
[[package]]
name = "nom"
version = "7.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
dependencies = [
"memchr",
"minimal-lexical",
]
[[package]]
name = "num-traits"
2023-08-05 22:14:51 +02:00
version = "0.2.16"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
2023-02-11 12:21:14 +01:00
dependencies = [
"autocfg",
]
[[package]]
name = "num_cpus"
2023-08-05 22:14:51 +02:00
version = "1.16.0"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
2023-02-11 12:21:14 +01:00
dependencies = [
2023-08-05 22:14:51 +02:00
"hermit-abi",
2023-02-11 12:21:14 +01:00
"libc",
]
[[package]]
name = "number_prefix"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
2023-08-05 22:14:51 +02:00
[[package]]
name = "object"
version = "0.31.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1"
dependencies = [
"memchr",
]
2023-02-11 12:21:14 +01:00
[[package]]
name = "once_cell"
2023-08-05 22:14:51 +02:00
version = "1.18.0"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
2023-02-11 12:21:14 +01:00
[[package]]
name = "oorandom"
version = "11.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
[[package]]
name = "owo-colors"
version = "3.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
[[package]]
name = "parking_lot"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2023-08-05 22:14:51 +02:00
version = "0.9.8"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
2023-02-11 12:21:14 +01:00
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"smallvec",
2023-08-05 22:14:51 +02:00
"windows-targets 0.48.1",
2023-02-11 12:21:14 +01:00
]
[[package]]
name = "peeking_take_while"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
[[package]]
name = "percent-encoding"
2023-08-05 22:14:51 +02:00
version = "2.3.0"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
2023-02-11 12:21:14 +01:00
[[package]]
name = "pest"
2023-08-05 22:14:51 +02:00
version = "2.7.2"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "1acb4a4365a13f749a93f1a094a7805e5cfa0955373a9de860d962eaa3a5fe5a"
2023-02-11 12:21:14 +01:00
dependencies = [
"thiserror",
"ucd-trie",
]
[[package]]
name = "pest_derive"
2023-08-05 22:14:51 +02:00
version = "2.7.2"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "666d00490d4ac815001da55838c500eafb0320019bbaa44444137c48b443a853"
2023-02-11 12:21:14 +01:00
dependencies = [
"pest",
"pest_generator",
]
[[package]]
name = "pest_generator"
2023-08-05 22:14:51 +02:00
version = "2.7.2"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "68ca01446f50dbda87c1786af8770d535423fa8a53aec03b8f4e3d7eb10e0929"
2023-02-11 12:21:14 +01:00
dependencies = [
"pest",
"pest_meta",
"proc-macro2",
"quote",
2023-08-05 22:14:51 +02:00
"syn 2.0.28",
2023-02-11 12:21:14 +01:00
]
[[package]]
name = "pest_meta"
2023-08-05 22:14:51 +02:00
version = "2.7.2"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "56af0a30af74d0445c0bf6d9d051c979b516a1a5af790d251daee76005420a48"
2023-02-11 12:21:14 +01:00
dependencies = [
"once_cell",
"pest",
"sha2",
]
[[package]]
name = "pin-project-lite"
2023-08-05 22:14:51 +02:00
version = "0.2.10"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "4c40d25201921e5ff0c862a505c6557ea88568a4e3ace775ab55e93f2f4f9d57"
2023-02-11 12:21:14 +01:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "plotters"
2023-08-05 22:14:51 +02:00
version = "0.3.5"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45"
2023-02-11 12:21:14 +01:00
dependencies = [
"num-traits",
"plotters-backend",
"plotters-svg",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "plotters-backend"
2023-08-05 22:14:51 +02:00
version = "0.3.5"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609"
2023-02-11 12:21:14 +01:00
[[package]]
name = "plotters-svg"
2023-08-05 22:14:51 +02:00
version = "0.3.5"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "38f6d39893cca0701371e3c27294f09797214b86f1fb951b89ade8ec04e2abab"
2023-02-11 12:21:14 +01:00
dependencies = [
"plotters-backend",
]
[[package]]
name = "pretty_assertions"
2023-08-05 22:14:51 +02:00
version = "1.4.0"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66"
2023-02-11 12:21:14 +01:00
dependencies = [
"diff",
"yansi",
]
[[package]]
name = "proc-macro2"
2023-08-05 22:14:51 +02:00
version = "1.0.66"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
2023-02-11 12:21:14 +01:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "pyo3"
version = "0.17.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "268be0c73583c183f2b14052337465768c07726936a260f480f0857cb95ba543"
dependencies = [
"cfg-if",
"indoc",
"libc",
"memoffset 0.6.5",
"parking_lot",
"pyo3-build-config",
"pyo3-ffi",
"pyo3-macros",
"unindent",
]
[[package]]
name = "pyo3-build-config"
version = "0.17.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28fcd1e73f06ec85bf3280c48c67e731d8290ad3d730f8be9dc07946923005c8"
dependencies = [
"once_cell",
"target-lexicon",
]
[[package]]
name = "pyo3-ffi"
version = "0.17.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f6cb136e222e49115b3c51c32792886defbfb0adead26a688142b346a0b9ffc"
dependencies = [
"libc",
"pyo3-build-config",
]
[[package]]
name = "pyo3-macros"
version = "0.17.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94144a1266e236b1c932682136dc35a9dee8d3589728f68130c7c3861ef96b28"
dependencies = [
"proc-macro2",
"pyo3-macros-backend",
"quote",
2023-08-05 22:14:51 +02:00
"syn 1.0.109",
2023-02-11 12:21:14 +01:00
]
[[package]]
name = "pyo3-macros-backend"
version = "0.17.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8df9be978a2d2f0cdebabb03206ed73b11314701a5bfe71b0d753b81997777f"
dependencies = [
"proc-macro2",
"quote",
2023-08-05 22:14:51 +02:00
"syn 1.0.109",
2023-02-11 12:21:14 +01:00
]
[[package]]
name = "quick-xml"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8533f14c8382aaad0d592c812ac3b826162128b65662331e1127b45c3d18536b"
dependencies = [
"memchr",
]
[[package]]
name = "quote"
2023-08-05 22:14:51 +02:00
version = "1.0.32"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "50f3b39ccfb720540debaa0164757101c08ecb8d326b15358ce76a62c7e85965"
2023-02-11 12:21:14 +01:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "rayon"
2023-08-05 22:14:51 +02:00
version = "1.7.0"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
2023-02-11 12:21:14 +01:00
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2023-08-05 22:14:51 +02:00
version = "1.11.0"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
2023-02-11 12:21:14 +01:00
dependencies = [
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils",
"num_cpus",
]
[[package]]
name = "rb-sys"
2023-08-05 22:14:51 +02:00
version = "0.9.81"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "a57240b308b155b09dce81e32829966a99f52d1088b45957e4283e526c5317a1"
2023-02-11 12:21:14 +01:00
dependencies = [
"rb-sys-build",
]
[[package]]
name = "rb-sys-build"
2023-08-05 22:14:51 +02:00
version = "0.9.81"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "f24ce877a4c5d07f06f6aa6fec3ac95e4b357b9f73b0f5445d8cbb7266d410e8"
2023-02-11 12:21:14 +01:00
dependencies = [
"bindgen",
2023-08-05 22:14:51 +02:00
"lazy_static",
"proc-macro2",
"quote",
2023-02-11 12:21:14 +01:00
"regex",
"shell-words",
2023-08-05 22:14:51 +02:00
"syn 2.0.28",
2023-02-11 12:21:14 +01:00
]
[[package]]
name = "rb-sys-env"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
[[package]]
name = "redox_syscall"
2023-08-05 22:14:51 +02:00
version = "0.3.5"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
2023-02-11 12:21:14 +01:00
dependencies = [
2023-08-05 22:14:51 +02:00
"bitflags 1.3.2",
2023-02-11 12:21:14 +01:00
]
[[package]]
name = "regex"
2023-08-05 22:14:51 +02:00
version = "1.9.2"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "5bc4f4d719ae1d92dc7e5ef3865f93af6e28c7af68ebd7a68a367932b88c1e2c"
2023-02-11 12:21:14 +01:00
dependencies = [
"aho-corasick",
"memchr",
2023-08-05 22:14:51 +02:00
"regex-automata",
2023-02-11 12:21:14 +01:00
"regex-syntax",
]
[[package]]
name = "regex-automata"
2023-08-05 22:14:51 +02:00
version = "0.3.5"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "26bb2039bb570943fc65037c16640a64fba171d3760138656fdfe62b3bd24239"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
2023-02-11 12:21:14 +01:00
[[package]]
name = "regex-syntax"
2023-08-05 22:14:51 +02:00
version = "0.7.4"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2"
2023-02-11 12:21:14 +01:00
[[package]]
name = "reqwest"
2023-08-05 22:14:51 +02:00
version = "0.11.18"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55"
2023-02-11 12:21:14 +01:00
dependencies = [
"base64",
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"hyper",
"hyper-rustls",
"ipnet",
"js-sys",
"log",
"mime",
"once_cell",
"percent-encoding",
"pin-project-lite",
"rustls",
"rustls-pemfile",
"serde",
"serde_json",
"serde_urlencoded",
"tokio",
"tokio-rustls",
"tower-service",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"webpki-roots",
"winreg",
]
[[package]]
name = "ring"
version = "0.16.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
dependencies = [
"cc",
"libc",
"once_cell",
"spin",
"untrusted",
"web-sys",
"winapi",
]
2023-08-05 22:14:51 +02:00
[[package]]
name = "rustc-demangle"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
2023-02-11 12:21:14 +01:00
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
[[package]]
name = "rustix"
2023-08-05 22:14:51 +02:00
version = "0.38.7"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "172891ebdceb05aa0005f533a6cbfca599ddd7d966f6f5d4d9b2e70478e70399"
2023-02-11 12:21:14 +01:00
dependencies = [
2023-08-05 22:14:51 +02:00
"bitflags 2.3.3",
2023-02-11 12:21:14 +01:00
"errno",
"libc",
"linux-raw-sys",
2023-08-05 22:14:51 +02:00
"windows-sys 0.48.0",
2023-02-11 12:21:14 +01:00
]
[[package]]
name = "rustls"
2023-08-05 22:14:51 +02:00
version = "0.21.6"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "1d1feddffcfcc0b33f5c6ce9a29e341e4cd59c3f78e7ee45f4a40c038b1d6cbb"
2023-02-11 12:21:14 +01:00
dependencies = [
"log",
"ring",
2023-08-05 22:14:51 +02:00
"rustls-webpki",
2023-02-11 12:21:14 +01:00
"sct",
]
[[package]]
name = "rustls-pemfile"
2023-08-05 22:14:51 +02:00
version = "1.0.3"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
2023-02-11 12:21:14 +01:00
dependencies = [
"base64",
]
2023-08-05 22:14:51 +02:00
[[package]]
name = "rustls-webpki"
version = "0.101.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "513722fd73ad80a71f72b61009ea1b584bcfa1483ca93949c8f290298837fa59"
dependencies = [
"ring",
"untrusted",
]
2023-02-11 12:21:14 +01:00
[[package]]
name = "ryu"
2023-08-05 22:14:51 +02:00
version = "1.0.15"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
2023-02-11 12:21:14 +01:00
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
[[package]]
name = "scopeguard"
2023-08-05 22:14:51 +02:00
version = "1.2.0"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2023-02-11 12:21:14 +01: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 = "self_update"
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88c865d17fb512577be02a09fd2fd96c31c7e46fe649205d84feefd8b2a332da"
dependencies = [
"either",
"flate2",
"hyper",
"indicatif",
"log",
"quick-xml",
"regex",
"reqwest",
"semver",
"serde_json",
"tar",
"tempfile",
]
[[package]]
name = "semver"
2023-08-05 22:14:51 +02:00
version = "1.0.18"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918"
2023-02-11 12:21:14 +01:00
[[package]]
name = "serde"
2023-08-05 22:14:51 +02:00
version = "1.0.181"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "6d3e73c93c3240c0bda063c239298e633114c69a888c3e37ca8bb33f343e9890"
2023-02-11 12:21:14 +01:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2023-08-05 22:14:51 +02:00
version = "1.0.181"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "be02f6cb0cd3a5ec20bbcfbcbd749f57daddb1a0882dc2e46a6c236c90b977ed"
2023-02-11 12:21:14 +01:00
dependencies = [
"proc-macro2",
"quote",
2023-08-05 22:14:51 +02:00
"syn 2.0.28",
2023-02-11 12:21:14 +01:00
]
[[package]]
name = "serde_json"
2023-08-05 22:14:51 +02:00
version = "1.0.104"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "076066c5f1078eac5b722a31827a8832fe108bed65dfa75e233c89f8206e976c"
2023-02-11 12:21:14 +01:00
dependencies = [
2023-08-05 22:14:51 +02:00
"itoa",
2023-02-11 12:21:14 +01:00
"ryu",
"serde",
]
[[package]]
name = "serde_repr"
2023-08-05 22:14:51 +02:00
version = "0.1.16"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "8725e1dfadb3a50f7e5ce0b1a540466f6ed3fe7a0fca2ac2b8b831d31316bd00"
2023-02-11 12:21:14 +01:00
dependencies = [
"proc-macro2",
"quote",
2023-08-05 22:14:51 +02:00
"syn 2.0.28",
2023-02-11 12:21:14 +01:00
]
[[package]]
name = "serde_urlencoded"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
dependencies = [
"form_urlencoded",
2023-08-05 22:14:51 +02:00
"itoa",
2023-02-11 12:21:14 +01:00
"ryu",
"serde",
]
[[package]]
name = "serde_yaml"
2023-08-05 22:14:51 +02:00
version = "0.9.25"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "1a49e178e4452f45cb61d0cd8cebc1b0fafd3e41929e996cef79aa3aca91f574"
2023-02-11 12:21:14 +01:00
dependencies = [
2023-08-05 22:14:51 +02:00
"indexmap 2.0.0",
"itoa",
2023-02-11 12:21:14 +01:00
"ryu",
"serde",
"unsafe-libyaml",
]
[[package]]
name = "sha2"
2023-08-05 22:14:51 +02:00
version = "0.10.7"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
2023-02-11 12:21:14 +01:00
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
[[package]]
name = "shell-words"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
[[package]]
name = "shlex"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
[[package]]
name = "slab"
2023-08-05 22:14:51 +02:00
version = "0.4.8"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
2023-02-11 12:21:14 +01:00
dependencies = [
"autocfg",
]
[[package]]
name = "smallvec"
2023-08-05 22:14:51 +02:00
version = "1.11.0"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
2023-02-11 12:21:14 +01:00
[[package]]
name = "socket2"
2023-08-05 22:14:51 +02:00
version = "0.4.9"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
2023-02-11 12:21:14 +01:00
dependencies = [
"libc",
"winapi",
]
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "sudo"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a88e74edf206f281aff2820aa2066c781331044c770626dcafe19491f214e05"
dependencies = [
"libc",
"log",
]
[[package]]
name = "syn"
2023-08-05 22:14:51 +02:00
version = "1.0.109"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "syn"
version = "2.0.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04361975b3f5e348b2189d8dc55bc942f278b2d482a6a0365de5bdd62d351567"
2023-02-11 12:21:14 +01:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "tar"
2023-08-05 22:14:51 +02:00
version = "0.4.39"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "ec96d2ffad078296368d46ff1cb309be1c23c513b4ab0e22a45de0185275ac96"
2023-02-11 12:21:14 +01:00
dependencies = [
"filetime",
"libc",
"xattr",
]
[[package]]
name = "target-lexicon"
2023-08-05 22:14:51 +02:00
version = "0.12.11"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a"
2023-02-11 12:21:14 +01:00
[[package]]
name = "tempfile"
2023-08-05 22:14:51 +02:00
version = "3.7.0"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "5486094ee78b2e5038a6382ed7645bc084dc2ec433426ca4c3cb61e2007b8998"
2023-02-11 12:21:14 +01:00
dependencies = [
"cfg-if",
"fastrand",
"redox_syscall",
2023-08-05 22:14:51 +02:00
"rustix",
"windows-sys 0.48.0",
2023-02-11 12:21:14 +01:00
]
[[package]]
name = "thiserror"
2023-08-05 22:14:51 +02:00
version = "1.0.44"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "611040a08a0439f8248d1990b111c95baa9c704c805fa1f62104b39655fd7f90"
2023-02-11 12:21:14 +01:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2023-08-05 22:14:51 +02:00
version = "1.0.44"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "090198534930841fab3a5d1bb637cde49e339654e606195f8d9c76eeb081dc96"
2023-02-11 12:21:14 +01:00
dependencies = [
"proc-macro2",
"quote",
2023-08-05 22:14:51 +02:00
"syn 2.0.28",
2023-02-11 12:21:14 +01:00
]
[[package]]
name = "thread_local"
2023-08-05 22:14:51 +02:00
version = "1.1.7"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
2023-02-11 12:21:14 +01:00
dependencies = [
"cfg-if",
"once_cell",
]
[[package]]
name = "threadpool"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
dependencies = [
"num_cpus",
]
[[package]]
name = "tinytemplate"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
dependencies = [
"serde",
"serde_json",
]
[[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"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
2023-08-05 22:14:51 +02:00
version = "1.29.1"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "532826ff75199d5833b9d2c5fe410f29235e25704ee5f0ef599fb51c21f4a4da"
2023-02-11 12:21:14 +01:00
dependencies = [
"autocfg",
2023-08-05 22:14:51 +02:00
"backtrace",
2023-02-11 12:21:14 +01:00
"bytes",
"libc",
"mio",
"num_cpus",
"pin-project-lite",
"socket2",
2023-08-05 22:14:51 +02:00
"tokio-macros",
"windows-sys 0.48.0",
]
[[package]]
name = "tokio-macros"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.28",
2023-02-11 12:21:14 +01:00
]
[[package]]
name = "tokio-rustls"
2023-08-05 22:14:51 +02:00
version = "0.24.1"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
2023-02-11 12:21:14 +01:00
dependencies = [
"rustls",
"tokio",
]
[[package]]
name = "tokio-util"
2023-08-05 22:14:51 +02:00
version = "0.7.8"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
2023-02-11 12:21:14 +01:00
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
"tracing",
]
[[package]]
name = "tower-service"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
[[package]]
name = "tracing"
version = "0.1.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
dependencies = [
"cfg-if",
"pin-project-lite",
"tracing-core",
]
[[package]]
name = "tracing-core"
2023-08-05 22:14:51 +02:00
version = "0.1.31"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
2023-02-11 12:21:14 +01:00
dependencies = [
"once_cell",
]
[[package]]
name = "try-lock"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
[[package]]
name = "typenum"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
[[package]]
name = "ucd-trie"
2023-08-05 22:14:51 +02:00
version = "0.1.6"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
2023-02-11 12:21:14 +01:00
[[package]]
name = "unicode-bidi"
2023-08-05 22:14:51 +02:00
version = "0.3.13"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
2023-02-11 12:21:14 +01:00
[[package]]
name = "unicode-ident"
2023-08-05 22:14:51 +02:00
version = "1.0.11"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
2023-02-11 12:21:14 +01:00
[[package]]
name = "unicode-normalization"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
dependencies = [
"tinyvec",
]
[[package]]
name = "unicode-segmentation"
version = "1.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
[[package]]
name = "unindent"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
[[package]]
name = "unsafe-libyaml"
2023-08-05 22:14:51 +02:00
version = "0.2.9"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "f28467d3e1d3c6586d8f25fa243f544f5800fec42d97032474e17222c2b75cfa"
2023-02-11 12:21:14 +01:00
[[package]]
name = "untrusted"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
[[package]]
name = "url"
2023-08-05 22:14:51 +02:00
version = "2.4.0"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb"
2023-02-11 12:21:14 +01:00
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
]
2023-08-05 22:14:51 +02:00
[[package]]
name = "utf8parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
2023-02-11 12:21:14 +01:00
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "walkdir"
2023-08-05 22:14:51 +02:00
version = "2.3.3"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
2023-02-11 12:21:14 +01:00
dependencies = [
"same-file",
"winapi-util",
]
[[package]]
name = "want"
2023-08-05 22:14:51 +02:00
version = "0.3.1"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2023-02-11 12:21:14 +01:00
dependencies = [
"try-lock",
]
[[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-08-05 22:14:51 +02:00
version = "0.2.87"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
2023-02-11 12:21:14 +01:00
dependencies = [
"cfg-if",
"serde",
"serde_json",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2023-08-05 22:14:51 +02:00
version = "0.2.87"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
2023-02-11 12:21:14 +01:00
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
2023-08-05 22:14:51 +02:00
"syn 2.0.28",
2023-02-11 12:21:14 +01:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2023-08-05 22:14:51 +02:00
version = "0.4.37"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
2023-02-11 12:21:14 +01:00
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2023-08-05 22:14:51 +02:00
version = "0.2.87"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
2023-02-11 12:21:14 +01:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2023-08-05 22:14:51 +02:00
version = "0.2.87"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
2023-02-11 12:21:14 +01:00
dependencies = [
"proc-macro2",
"quote",
2023-08-05 22:14:51 +02:00
"syn 2.0.28",
2023-02-11 12:21:14 +01:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2023-08-05 22:14:51 +02:00
version = "0.2.87"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
2023-02-11 12:21:14 +01:00
[[package]]
name = "web-sys"
2023-08-05 22:14:51 +02:00
version = "0.3.64"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
2023-02-11 12:21:14 +01: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"
version = "0.22.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
dependencies = [
"webpki",
]
[[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-sys"
2023-08-05 22:14:51 +02:00
version = "0.45.0"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
2023-02-11 12:21:14 +01:00
dependencies = [
2023-08-05 22:14:51 +02:00
"windows-targets 0.42.2",
2023-02-11 12:21:14 +01:00
]
[[package]]
name = "windows-sys"
2023-08-05 22:14:51 +02:00
version = "0.48.0"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
"windows-targets 0.48.1",
]
[[package]]
name = "windows-targets"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
2023-02-11 12:21:14 +01:00
dependencies = [
2023-08-05 22:14:51 +02:00
"windows_aarch64_gnullvm 0.42.2",
"windows_aarch64_msvc 0.42.2",
"windows_i686_gnu 0.42.2",
"windows_i686_msvc 0.42.2",
"windows_x86_64_gnu 0.42.2",
"windows_x86_64_gnullvm 0.42.2",
"windows_x86_64_msvc 0.42.2",
2023-02-11 12:21:14 +01:00
]
[[package]]
name = "windows-targets"
2023-08-05 22:14:51 +02:00
version = "0.48.1"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
2023-02-11 12:21:14 +01:00
dependencies = [
2023-08-05 22:14:51 +02:00
"windows_aarch64_gnullvm 0.48.0",
"windows_aarch64_msvc 0.48.0",
"windows_i686_gnu 0.48.0",
"windows_i686_msvc 0.48.0",
"windows_x86_64_gnu 0.48.0",
"windows_x86_64_gnullvm 0.48.0",
"windows_x86_64_msvc 0.48.0",
2023-02-11 12:21:14 +01:00
]
[[package]]
name = "windows_aarch64_gnullvm"
2023-08-05 22:14:51 +02:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.0"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
2023-02-11 12:21:14 +01:00
[[package]]
name = "windows_aarch64_msvc"
2023-08-05 22:14:51 +02:00
version = "0.42.2"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
[[package]]
name = "windows_i686_gnu"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
2023-02-11 12:21:14 +01:00
[[package]]
name = "windows_i686_gnu"
2023-08-05 22:14:51 +02:00
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
[[package]]
name = "windows_i686_msvc"
version = "0.42.2"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
2023-02-11 12:21:14 +01:00
[[package]]
name = "windows_i686_msvc"
2023-08-05 22:14:51 +02:00
version = "0.48.0"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
2023-02-11 12:21:14 +01:00
[[package]]
name = "windows_x86_64_gnu"
2023-08-05 22:14:51 +02:00
version = "0.42.2"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
2023-02-11 12:21:14 +01:00
[[package]]
name = "windows_x86_64_gnullvm"
2023-08-05 22:14:51 +02:00
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
[[package]]
name = "windows_x86_64_msvc"
version = "0.42.2"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
2023-02-11 12:21:14 +01:00
[[package]]
name = "windows_x86_64_msvc"
2023-08-05 22:14:51 +02:00
version = "0.48.0"
2023-02-11 12:21:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-05 22:14:51 +02:00
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
2023-02-11 12:21:14 +01:00
[[package]]
name = "winreg"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
dependencies = [
"winapi",
]
[[package]]
name = "xattr"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
dependencies = [
"libc",
]
[[package]]
name = "yansi"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"