2021-09-05 20:30:24 +02:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2024-12-30 22:24:39 +01:00
|
|
|
version = 4
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
|
|
|
version = "0.24.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "adler2"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
2021-09-05 20:30:24 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "alsa"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eb213f6b3e4b1480a60931ca2035794aa67b73103d254715b1db7b70dcb3c934"
|
|
|
|
dependencies = [
|
|
|
|
"alsa-sys",
|
2024-12-30 22:24:39 +01:00
|
|
|
"bitflags 1.3.2",
|
2021-09-05 20:30:24 +02:00
|
|
|
"libc",
|
2021-10-10 22:08:21 +02:00
|
|
|
"nix 0.15.0",
|
2021-09-05 20:30:24 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "alsa-sys"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2023-08-11 17:35:37 +02:00
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "0.6.18"
|
2023-08-11 17:35:37 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
|
2023-08-11 17:35:37 +02:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-query",
|
|
|
|
"anstyle-wincon",
|
|
|
|
"colorchoice",
|
2024-12-30 22:24:39 +01:00
|
|
|
"is_terminal_polyfill",
|
2023-08-11 17:35:37 +02:00
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "1.0.10"
|
2023-08-11 17:35:37 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
|
2023-08-11 17:35:37 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "0.2.6"
|
2023-08-11 17:35:37 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
|
2023-08-11 17:35:37 +02:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "1.1.2"
|
2023-08-11 17:35:37 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
|
2023-08-11 17:35:37 +02:00
|
|
|
dependencies = [
|
2024-12-30 22:24:39 +01:00
|
|
|
"windows-sys 0.59.0",
|
2023-08-11 17:35:37 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "3.0.6"
|
2023-08-11 17:35:37 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
|
2023-08-11 17:35:37 +02:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
2024-12-30 22:24:39 +01:00
|
|
|
"windows-sys 0.59.0",
|
2023-08-11 17:35:37 +02:00
|
|
|
]
|
|
|
|
|
2021-09-05 20:30:24 +02:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "1.4.0"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
2021-09-05 20:30:24 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "az"
|
2023-03-10 19:25:19 +01:00
|
|
|
version = "1.2.1"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 19:25:19 +01:00
|
|
|
checksum = "7b7e4c2464d97fe331d41de9d5db0def0a96f4d823b8b32a2efd503578988973"
|
2021-09-05 20:30:24 +02:00
|
|
|
|
2024-12-30 22:24:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
|
|
|
version = "0.3.74"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
|
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
|
|
|
"windows-targets",
|
|
|
|
]
|
|
|
|
|
2021-09-05 20:30:24 +02:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "0.22.1"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
2021-09-05 20:30:24 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-10-10 22:08:21 +02:00
|
|
|
version = "1.3.2"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-10 22:08:21 +02:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2021-09-05 20:30:24 +02:00
|
|
|
|
2024-12-30 22:24:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "2.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
|
|
|
|
2021-09-05 20:30:24 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "3.16.0"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
2021-09-05 20:30:24 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "1.5.0"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2021-09-05 20:30:24 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "1.9.0"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
|
2021-09-05 20:30:24 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "1.2.6"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "8d6dbb628b8f8555f86d0323c2eb39e3ec81901f4b83e091db8a6a76d316a333"
|
|
|
|
dependencies = [
|
|
|
|
"shlex",
|
|
|
|
]
|
2021-09-05 20:30:24 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2024-12-30 22:24:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cfg_aliases"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
|
|
|
|
2021-09-09 00:50:28 +02:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "4.5.23"
|
2021-09-09 00:50:28 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "3135e7ec2ef7b10c6ed8950f0f792ed96ee093fa088608f1c76e569722700c84"
|
2021-09-09 00:50:28 +02:00
|
|
|
dependencies = [
|
2023-08-11 17:35:37 +02:00
|
|
|
"clap_builder",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "4.5.23"
|
2023-08-11 17:35:37 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "30582fc632330df2bd26877bde0c1f4470d57c582bbc070376afcd04d8cb4838"
|
2023-08-11 17:35:37 +02:00
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
2022-04-21 17:31:01 +02:00
|
|
|
"clap_lex",
|
2021-09-09 00:50:28 +02:00
|
|
|
"strsim",
|
|
|
|
]
|
|
|
|
|
2022-04-21 17:31:01 +02:00
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "0.7.4"
|
2022-04-21 17:31:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
|
2023-08-11 17:35:37 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "colorchoice"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "1.0.3"
|
2023-08-11 17:35:37 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
|
2022-04-21 17:31:01 +02:00
|
|
|
|
2021-09-05 20:30:24 +02:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "25bfd746d203017f7d5cbd31ee5d8e17f94b6521c7af77ece6c9e4b2d4b16c67"
|
|
|
|
dependencies = [
|
2022-03-01 18:09:20 +01:00
|
|
|
"core-foundation-sys",
|
2021-09-05 20:30:24 +02:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "065a5d7ffdcbc8fa145d6f0746f3555025b9097a9e9cda59f7467abae670c78d"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "coremidi"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "99f92de5534f182bad5f91cad85611ab222cb6e237a0555e06c65a24936c3173"
|
|
|
|
dependencies = [
|
2022-03-01 18:09:20 +01:00
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
2021-09-05 20:30:24 +02:00
|
|
|
"coremidi-sys",
|
|
|
|
"time",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "coremidi-sys"
|
|
|
|
version = "2.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "07f05827cebb30dcd539ff1ac9bf6764f574a15fa147f8572f99d7617142f95e"
|
|
|
|
dependencies = [
|
2022-03-01 18:09:20 +01:00
|
|
|
"core-foundation-sys",
|
2021-09-05 20:30:24 +02:00
|
|
|
]
|
|
|
|
|
2024-12-30 22:24:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "displaydoc"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-09-05 20:30:24 +02:00
|
|
|
[[package]]
|
|
|
|
name = "embedded-graphics"
|
2023-08-11 17:35:37 +02:00
|
|
|
version = "0.8.1"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-11 17:35:37 +02:00
|
|
|
checksum = "0649998afacf6d575d126d83e68b78c0ab0e00ca2ac7e9b3db11b4cbe8274ef0"
|
2021-09-05 20:30:24 +02:00
|
|
|
dependencies = [
|
|
|
|
"az",
|
|
|
|
"byteorder",
|
|
|
|
"embedded-graphics-core",
|
|
|
|
"float-cmp",
|
|
|
|
"micromath",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "embedded-graphics-core"
|
2023-08-11 17:35:37 +02:00
|
|
|
version = "0.4.0"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-11 17:35:37 +02:00
|
|
|
checksum = "ba9ecd261f991856250d2207f6d8376946cd9f412a2165d3b75bc87a0bc7a044"
|
2021-09-05 20:30:24 +02:00
|
|
|
dependencies = [
|
|
|
|
"az",
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "float-cmp"
|
2023-08-11 17:35:37 +02:00
|
|
|
version = "0.9.0"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-11 17:35:37 +02:00
|
|
|
checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
|
2021-09-05 20:30:24 +02:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "1.2.1"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
2021-09-05 20:30:24 +02:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "0.3.31"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
2021-09-05 20:30:24 +02:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
2024-12-30 22:24:39 +01:00
|
|
|
"futures-sink",
|
2021-09-05 20:30:24 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "0.3.31"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
2021-09-05 20:30:24 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "0.3.31"
|
2022-03-01 18:09:20 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
2022-03-01 18:09:20 +01:00
|
|
|
|
2021-09-05 20:30:24 +02:00
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "0.3.31"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
2021-09-05 20:30:24 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "0.3.31"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
2021-09-05 20:30:24 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "0.3.31"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
2021-09-05 20:30:24 +02:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
2024-12-30 22:24:39 +01:00
|
|
|
"futures-sink",
|
2021-09-05 20:30:24 +02:00
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-12-30 22:24:39 +01:00
|
|
|
name = "getrandom"
|
|
|
|
version = "0.2.15"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
2021-09-05 20:30:24 +02:00
|
|
|
dependencies = [
|
2024-12-30 22:24:39 +01:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"js-sys",
|
2021-09-05 20:30:24 +02:00
|
|
|
"libc",
|
2024-12-30 22:24:39 +01:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
|
|
|
"wasm-bindgen",
|
2021-09-05 20:30:24 +02:00
|
|
|
]
|
|
|
|
|
2023-02-10 18:27:58 +01:00
|
|
|
[[package]]
|
2024-12-30 22:24:39 +01:00
|
|
|
name = "gimli"
|
|
|
|
version = "0.31.1"
|
2023-02-10 18:27:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
2023-02-10 18:27:58 +01:00
|
|
|
|
2021-09-05 20:30:24 +02:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "1.2.0"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
|
2021-09-05 20:30:24 +02:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"itoa",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "1.0.1"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
2021-09-05 20:30:24 +02:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-12-30 22:24:39 +01:00
|
|
|
name = "http-body-util"
|
|
|
|
version = "0.1.2"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
2021-09-05 20:30:24 +02:00
|
|
|
|
|
|
|
[[package]]
|
2024-12-30 22:24:39 +01:00
|
|
|
name = "httparse"
|
|
|
|
version = "1.9.5"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
|
2021-09-05 20:30:24 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "1.5.2"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "256fb8d4bd6413123cc9d91832d78325c48ff41677595be797d90f42969beae0"
|
2021-09-05 20:30:24 +02:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
|
|
|
"itoa",
|
|
|
|
"pin-project-lite",
|
2024-12-30 22:24:39 +01:00
|
|
|
"smallvec",
|
2021-09-05 20:30:24 +02:00
|
|
|
"tokio",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-03-01 18:09:20 +01:00
|
|
|
name = "hyper-rustls"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "0.27.5"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
|
2021-09-05 20:30:24 +02:00
|
|
|
dependencies = [
|
2024-12-30 22:24:39 +01:00
|
|
|
"futures-util",
|
2022-03-15 13:26:12 +01:00
|
|
|
"http",
|
2021-09-05 20:30:24 +02:00
|
|
|
"hyper",
|
2024-12-30 22:24:39 +01:00
|
|
|
"hyper-util",
|
2022-03-01 18:09:20 +01:00
|
|
|
"rustls",
|
2024-12-30 22:24:39 +01:00
|
|
|
"rustls-pki-types",
|
2021-09-05 20:30:24 +02:00
|
|
|
"tokio",
|
2022-03-01 18:09:20 +01:00
|
|
|
"tokio-rustls",
|
2024-12-30 22:24:39 +01:00
|
|
|
"tower-service",
|
|
|
|
"webpki-roots",
|
2021-09-05 20:30:24 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-12-30 22:24:39 +01:00
|
|
|
name = "hyper-util"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"pin-project-lite",
|
|
|
|
"socket2",
|
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_collections"
|
|
|
|
version = "1.5.0"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
|
2021-09-05 20:30:24 +02:00
|
|
|
dependencies = [
|
2024-12-30 22:24:39 +01:00
|
|
|
"displaydoc",
|
|
|
|
"yoke",
|
|
|
|
"zerofrom",
|
|
|
|
"zerovec",
|
2021-09-05 20:30:24 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-12-30 22:24:39 +01:00
|
|
|
name = "icu_locid"
|
|
|
|
version = "1.5.0"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
|
2021-09-05 20:30:24 +02:00
|
|
|
dependencies = [
|
2024-12-30 22:24:39 +01:00
|
|
|
"displaydoc",
|
|
|
|
"litemap",
|
|
|
|
"tinystr",
|
|
|
|
"writeable",
|
|
|
|
"zerovec",
|
2021-09-05 20:30:24 +02:00
|
|
|
]
|
|
|
|
|
2023-02-10 18:27:58 +01:00
|
|
|
[[package]]
|
2024-12-30 22:24:39 +01:00
|
|
|
name = "icu_locid_transform"
|
|
|
|
version = "1.5.0"
|
2023-02-10 18:27:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
|
2023-02-10 18:27:58 +01:00
|
|
|
dependencies = [
|
2024-12-30 22:24:39 +01:00
|
|
|
"displaydoc",
|
|
|
|
"icu_locid",
|
|
|
|
"icu_locid_transform_data",
|
|
|
|
"icu_provider",
|
|
|
|
"tinystr",
|
|
|
|
"zerovec",
|
2023-02-10 18:27:58 +01:00
|
|
|
]
|
|
|
|
|
2021-09-05 20:30:24 +02:00
|
|
|
[[package]]
|
2024-12-30 22:24:39 +01:00
|
|
|
name = "icu_locid_transform_data"
|
|
|
|
version = "1.5.0"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
|
2021-09-05 20:30:24 +02:00
|
|
|
|
2023-02-10 18:27:58 +01:00
|
|
|
[[package]]
|
2024-12-30 22:24:39 +01:00
|
|
|
name = "icu_normalizer"
|
|
|
|
version = "1.5.0"
|
2023-02-10 18:27:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
|
2023-02-10 18:27:58 +01:00
|
|
|
dependencies = [
|
2024-12-30 22:24:39 +01:00
|
|
|
"displaydoc",
|
|
|
|
"icu_collections",
|
|
|
|
"icu_normalizer_data",
|
|
|
|
"icu_properties",
|
|
|
|
"icu_provider",
|
|
|
|
"smallvec",
|
|
|
|
"utf16_iter",
|
|
|
|
"utf8_iter",
|
|
|
|
"write16",
|
|
|
|
"zerovec",
|
2023-02-10 18:27:58 +01:00
|
|
|
]
|
|
|
|
|
2024-12-30 22:24:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "icu_normalizer_data"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_properties"
|
|
|
|
version = "1.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_collections",
|
|
|
|
"icu_locid_transform",
|
|
|
|
"icu_properties_data",
|
|
|
|
"icu_provider",
|
|
|
|
"tinystr",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_properties_data"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_provider"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_locid",
|
|
|
|
"icu_provider_macros",
|
|
|
|
"stable_deref_trait",
|
|
|
|
"tinystr",
|
|
|
|
"writeable",
|
|
|
|
"yoke",
|
|
|
|
"zerofrom",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_provider_macros"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
|
|
|
|
dependencies = [
|
|
|
|
"idna_adapter",
|
|
|
|
"smallvec",
|
|
|
|
"utf8_iter",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "idna_adapter"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
|
|
|
|
dependencies = [
|
|
|
|
"icu_normalizer",
|
|
|
|
"icu_properties",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
|
|
|
version = "2.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "is_terminal_polyfill"
|
|
|
|
version = "1.70.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
|
|
|
|
|
2021-09-05 20:30:24 +02:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "1.0.14"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
|
2021-09-05 20:30:24 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "0.3.76"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
|
2021-09-05 20:30:24 +02:00
|
|
|
dependencies = [
|
2024-12-30 22:24:39 +01:00
|
|
|
"once_cell",
|
2021-09-05 20:30:24 +02:00
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "launchy"
|
2022-03-15 13:26:12 +01:00
|
|
|
version = "0.2.0"
|
2023-03-10 19:25:19 +01:00
|
|
|
source = "git+https://github.com/paulbsd/launchy?branch=develop-launchpad-mini-mk3#a33e210ef1685f04877589be271893e408a9d3aa"
|
2021-09-05 20:30:24 +02:00
|
|
|
dependencies = [
|
|
|
|
"midir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "0.2.169"
|
2023-02-10 18:27:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
|
2023-02-10 18:27:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
2024-12-30 22:24:39 +01:00
|
|
|
name = "litemap"
|
|
|
|
version = "0.7.4"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
|
2021-09-05 20:30:24 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "0.4.22"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
2021-09-05 20:30:24 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memalloc"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df39d232f5c40b0891c10216992c2f250c054105cb1e56f0fc9032db6203ecc1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "2.7.4"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
2021-10-10 22:08:21 +02:00
|
|
|
|
2021-09-05 20:30:24 +02:00
|
|
|
[[package]]
|
|
|
|
name = "micromath"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "2.1.0"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "c3c8dda44ff03a2f238717214da50f65d5a53b45cd213a7370424ffdb6fae815"
|
2021-09-05 20:30:24 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "midir"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "25df1e7836ca65078a121efed77049084a434838562b9892d0401bdfb59244cc"
|
|
|
|
dependencies = [
|
|
|
|
"alsa",
|
2024-12-30 22:24:39 +01:00
|
|
|
"bitflags 1.3.2",
|
2021-09-05 20:30:24 +02:00
|
|
|
"coremidi",
|
|
|
|
"js-sys",
|
|
|
|
"libc",
|
|
|
|
"memalloc",
|
2021-10-10 22:08:21 +02:00
|
|
|
"nix 0.15.0",
|
2021-09-05 20:30:24 +02:00
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2023-08-11 17:35:37 +02:00
|
|
|
version = "0.3.17"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-11 17:35:37 +02:00
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
2021-09-05 20:30:24 +02:00
|
|
|
|
2024-12-30 22:24:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ffbe83022cedc1d264172192511ae958937694cd57ce297164951b8b3568394"
|
|
|
|
dependencies = [
|
|
|
|
"adler2",
|
|
|
|
]
|
|
|
|
|
2021-09-05 20:30:24 +02:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "1.0.3"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
|
2021-09-05 20:30:24 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-03-15 13:26:12 +01:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2024-12-30 22:24:39 +01:00
|
|
|
"windows-sys 0.52.0",
|
2021-09-05 20:30:24 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
|
|
|
version = "0.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3b2e0b4f3320ed72aaedb9a5ac838690a8047c7b275da22711fddff4f8a14229"
|
|
|
|
dependencies = [
|
2024-12-30 22:24:39 +01:00
|
|
|
"bitflags 1.3.2",
|
2021-09-05 20:30:24 +02:00
|
|
|
"cc",
|
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"libc",
|
|
|
|
"void",
|
|
|
|
]
|
|
|
|
|
2021-10-10 22:08:21 +02:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "0.29.0"
|
2021-10-10 22:08:21 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
|
2021-10-10 22:08:21 +02:00
|
|
|
dependencies = [
|
2024-12-30 22:24:39 +01:00
|
|
|
"bitflags 2.6.0",
|
2021-10-10 22:08:21 +02:00
|
|
|
"cfg-if 1.0.0",
|
2024-12-30 22:24:39 +01:00
|
|
|
"cfg_aliases",
|
2021-10-10 22:08:21 +02:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-09-05 20:30:24 +02:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "0.2.19"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
2021-09-05 20:30:24 +02:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-12-30 22:24:39 +01:00
|
|
|
name = "object"
|
|
|
|
version = "0.36.7"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
|
2021-09-05 20:30:24 +02:00
|
|
|
dependencies = [
|
2024-12-30 22:24:39 +01:00
|
|
|
"memchr",
|
2021-09-05 20:30:24 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "1.20.2"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
2021-09-05 20:30:24 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "2.3.1"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
2021-09-05 20:30:24 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "0.2.15"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
|
2021-09-05 20:30:24 +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"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "0.3.31"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
|
|
|
|
dependencies = [
|
|
|
|
"zerocopy",
|
|
|
|
]
|
2021-09-05 20:30:24 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "1.0.92"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0"
|
2021-09-05 20:30:24 +02:00
|
|
|
dependencies = [
|
2022-05-22 19:20:01 +02:00
|
|
|
"unicode-ident",
|
2021-09-05 20:30:24 +02:00
|
|
|
]
|
|
|
|
|
2024-12-30 22:24:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "quinn"
|
|
|
|
version = "0.11.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"pin-project-lite",
|
|
|
|
"quinn-proto",
|
|
|
|
"quinn-udp",
|
|
|
|
"rustc-hash",
|
|
|
|
"rustls",
|
|
|
|
"socket2",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quinn-proto"
|
|
|
|
version = "0.11.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"getrandom",
|
|
|
|
"rand",
|
|
|
|
"ring",
|
|
|
|
"rustc-hash",
|
|
|
|
"rustls",
|
|
|
|
"rustls-pki-types",
|
|
|
|
"slab",
|
|
|
|
"thiserror",
|
|
|
|
"tinyvec",
|
|
|
|
"tracing",
|
|
|
|
"web-time",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quinn-udp"
|
|
|
|
version = "0.5.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1c40286217b4ba3a71d644d752e6a0b71f13f1b6a2c5311acfcbe0c2418ed904"
|
|
|
|
dependencies = [
|
|
|
|
"cfg_aliases",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"socket2",
|
|
|
|
"tracing",
|
|
|
|
"windows-sys 0.59.0",
|
|
|
|
]
|
|
|
|
|
2021-09-05 20:30:24 +02:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "1.0.38"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
|
2021-09-05 20:30:24 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2024-12-30 22:24:39 +01: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",
|
|
|
|
]
|
|
|
|
|
2021-09-05 20:30:24 +02:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "0.12.11"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "7fe060fe50f524be480214aba758c71f99f90ee8c83c5a36b5e9e1d568eb4eb3"
|
2021-09-05 20:30:24 +02:00
|
|
|
dependencies = [
|
|
|
|
"base64",
|
|
|
|
"bytes",
|
2024-12-30 22:24:39 +01:00
|
|
|
"futures-channel",
|
2021-09-05 20:30:24 +02:00
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
2024-12-30 22:24:39 +01:00
|
|
|
"http-body-util",
|
2021-09-05 20:30:24 +02:00
|
|
|
"hyper",
|
2022-03-01 18:09:20 +01:00
|
|
|
"hyper-rustls",
|
2024-12-30 22:24:39 +01:00
|
|
|
"hyper-util",
|
2021-09-05 20:30:24 +02:00
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"log",
|
|
|
|
"mime",
|
2023-03-10 19:25:19 +01:00
|
|
|
"once_cell",
|
2021-09-05 20:30:24 +02:00
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
2024-12-30 22:24:39 +01:00
|
|
|
"quinn",
|
2022-03-01 18:09:20 +01:00
|
|
|
"rustls",
|
2022-03-15 13:26:12 +01:00
|
|
|
"rustls-pemfile",
|
2024-12-30 22:24:39 +01:00
|
|
|
"rustls-pki-types",
|
2021-09-05 20:30:24 +02:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
2024-12-30 22:24:39 +01:00
|
|
|
"sync_wrapper",
|
2021-09-05 20:30:24 +02:00
|
|
|
"tokio",
|
2022-03-01 18:09:20 +01:00
|
|
|
"tokio-rustls",
|
2024-12-30 22:24:39 +01:00
|
|
|
"tower",
|
2022-07-16 11:42:30 +02:00
|
|
|
"tower-service",
|
2021-09-05 20:30:24 +02:00
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
2022-03-01 18:09:20 +01:00
|
|
|
"webpki-roots",
|
2024-12-30 22:24:39 +01:00
|
|
|
"windows-registry",
|
2021-09-05 20:30:24 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-03-01 18:09:20 +01:00
|
|
|
name = "ring"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "0.17.8"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
|
2021-09-05 20:30:24 +02:00
|
|
|
dependencies = [
|
2022-03-01 18:09:20 +01:00
|
|
|
"cc",
|
2024-12-30 22:24:39 +01:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"getrandom",
|
2022-03-01 18:09:20 +01:00
|
|
|
"libc",
|
|
|
|
"spin",
|
|
|
|
"untrusted",
|
2024-12-30 22:24:39 +01:00
|
|
|
"windows-sys 0.52.0",
|
2021-09-05 20:30:24 +02:00
|
|
|
]
|
|
|
|
|
2023-02-10 18:27:58 +01:00
|
|
|
[[package]]
|
2024-12-30 22:24:39 +01:00
|
|
|
name = "rustc-demangle"
|
|
|
|
version = "0.1.24"
|
2023-02-10 18:27:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497"
|
2023-02-10 18:27:58 +01:00
|
|
|
|
2021-09-05 20:30:24 +02:00
|
|
|
[[package]]
|
2022-03-01 18:09:20 +01:00
|
|
|
name = "rustls"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "0.23.20"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "5065c3f250cbd332cd894be57c40fa52387247659b14a2d6041d121547903b1b"
|
2021-09-05 20:30:24 +02:00
|
|
|
dependencies = [
|
2024-12-30 22:24:39 +01:00
|
|
|
"once_cell",
|
2022-03-01 18:09:20 +01:00
|
|
|
"ring",
|
2024-12-30 22:24:39 +01:00
|
|
|
"rustls-pki-types",
|
|
|
|
"rustls-webpki",
|
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
2021-09-05 20:30:24 +02:00
|
|
|
]
|
|
|
|
|
2022-03-15 13:26:12 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "2.2.0"
|
2022-03-15 13:26:12 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
|
2022-03-15 13:26:12 +01:00
|
|
|
dependencies = [
|
2024-12-30 22:24:39 +01:00
|
|
|
"rustls-pki-types",
|
2022-03-15 13:26:12 +01:00
|
|
|
]
|
|
|
|
|
2021-09-05 20:30:24 +02:00
|
|
|
[[package]]
|
2024-12-30 22:24:39 +01:00
|
|
|
name = "rustls-pki-types"
|
|
|
|
version = "1.10.1"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "d2bf47e6ff922db3825eb750c4e2ff784c6ff8fb9e13046ef6a1d1c5401b0b37"
|
|
|
|
dependencies = [
|
|
|
|
"web-time",
|
|
|
|
]
|
2022-03-01 18:09:20 +01:00
|
|
|
|
|
|
|
[[package]]
|
2024-12-30 22:24:39 +01:00
|
|
|
name = "rustls-webpki"
|
|
|
|
version = "0.102.8"
|
2022-03-01 18:09:20 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
|
2021-09-05 20:30:24 +02:00
|
|
|
dependencies = [
|
2022-03-01 18:09:20 +01:00
|
|
|
"ring",
|
2024-12-30 22:24:39 +01:00
|
|
|
"rustls-pki-types",
|
2022-03-01 18:09:20 +01:00
|
|
|
"untrusted",
|
2021-09-05 20:30:24 +02:00
|
|
|
]
|
|
|
|
|
2024-12-30 22:24:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
|
|
|
version = "1.0.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
|
|
|
|
2021-09-05 20:30:24 +02:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "1.0.217"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
|
2021-09-05 20:30:24 +02:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "1.0.217"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
|
2021-09-05 20:30:24 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-12-30 22:24:39 +01:00
|
|
|
"syn",
|
2021-09-05 20:30:24 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "1.0.134"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d"
|
2021-09-05 20:30:24 +02:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
2024-12-30 22:24:39 +01:00
|
|
|
"memchr",
|
2021-09-05 20:30:24 +02:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
2022-03-15 13:26:12 +01:00
|
|
|
version = "0.7.1"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-15 13:26:12 +01:00
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
2021-09-05 20:30:24 +02:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2024-12-30 22:24:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
|
|
2021-09-05 20:30:24 +02:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "0.4.9"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
2023-03-10 19:25:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2021-09-05 20:30:24 +02:00
|
|
|
|
2024-12-30 22:24:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
|
|
|
version = "1.13.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
|
|
|
|
2021-09-05 20:30:24 +02:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "0.5.8"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
|
2021-09-05 20:30:24 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-12-30 22:24:39 +01:00
|
|
|
"windows-sys 0.52.0",
|
2021-09-05 20:30:24 +02:00
|
|
|
]
|
|
|
|
|
2022-03-01 18:09:20 +01:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "0.9.8"
|
2022-03-01 18:09:20 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
2022-03-01 18:09:20 +01:00
|
|
|
|
2023-02-10 18:27:58 +01:00
|
|
|
[[package]]
|
2024-12-30 22:24:39 +01:00
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.2.0"
|
2023-02-10 18:27:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
2023-02-10 18:27:58 +01:00
|
|
|
|
2021-09-09 00:50:28 +02:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "0.11.1"
|
2021-09-09 00:50:28 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
|
|
|
version = "2.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
2021-09-09 00:50:28 +02:00
|
|
|
|
2021-09-05 20:30:24 +02:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "2.0.93"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "9c786062daee0d6db1132800e623df74274a0a87322d8e183338e01b3d98d058"
|
2021-09-05 20:30:24 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-05-22 19:20:01 +02:00
|
|
|
"unicode-ident",
|
2021-09-05 20:30:24 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-12-30 22:24:39 +01:00
|
|
|
name = "sync_wrapper"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
|
|
|
version = "0.13.1"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
|
2021-09-05 20:30:24 +02:00
|
|
|
dependencies = [
|
2023-08-11 17:35:37 +02:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-12-30 22:24:39 +01:00
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
|
|
|
version = "2.0.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc"
|
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
|
|
|
version = "2.0.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2021-09-05 20:30:24 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2023-03-10 19:25:19 +01:00
|
|
|
version = "0.1.45"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 19:25:19 +01:00
|
|
|
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
|
2021-09-05 20:30:24 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-03-15 13:26:12 +01:00
|
|
|
"wasi 0.10.0+wasi-snapshot-preview1",
|
2021-09-05 20:30:24 +02:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2024-12-30 22:24:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tinystr"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
2021-09-05 20:30:24 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "1.8.1"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "022db8904dfa342efe721985167e9fcd16c29b226db4397ed752a761cfce81e8"
|
2021-09-05 20:30:24 +02:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
2023-03-10 19:25:19 +01:00
|
|
|
version = "0.1.1"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-10 19:25:19 +01:00
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2021-09-05 20:30:24 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "1.42.0"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551"
|
2021-09-05 20:30:24 +02:00
|
|
|
dependencies = [
|
2024-12-30 22:24:39 +01:00
|
|
|
"backtrace",
|
2021-09-05 20:30:24 +02:00
|
|
|
"bytes",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"pin-project-lite",
|
2022-03-15 13:26:12 +01:00
|
|
|
"socket2",
|
2024-12-30 22:24:39 +01:00
|
|
|
"windows-sys 0.52.0",
|
2021-09-05 20:30:24 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-03-01 18:09:20 +01:00
|
|
|
name = "tokio-rustls"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "0.26.1"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
|
2021-09-05 20:30:24 +02:00
|
|
|
dependencies = [
|
2022-03-01 18:09:20 +01:00
|
|
|
"rustls",
|
2021-09-05 20:30:24 +02:00
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-12-30 22:24:39 +01:00
|
|
|
name = "tower"
|
|
|
|
version = "0.5.2"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
|
2021-09-05 20:30:24 +02:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
2024-12-30 22:24:39 +01:00
|
|
|
"futures-util",
|
2021-09-05 20:30:24 +02:00
|
|
|
"pin-project-lite",
|
2024-12-30 22:24:39 +01:00
|
|
|
"sync_wrapper",
|
2021-09-05 20:30:24 +02:00
|
|
|
"tokio",
|
2024-12-30 22:24:39 +01:00
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
2021-09-05 20:30:24 +02:00
|
|
|
]
|
|
|
|
|
2024-12-30 22:24:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tower-layer"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
|
|
|
|
|
2021-09-05 20:30:24 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "0.3.3"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
2021-09-05 20:30:24 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "0.1.41"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
|
2021-09-05 20:30:24 +02:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "0.1.33"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
|
2021-09-05 20:30:24 +02:00
|
|
|
dependencies = [
|
2022-07-16 11:42:30 +02:00
|
|
|
"once_cell",
|
2021-09-05 20:30:24 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "0.2.5"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
2021-09-05 20:30:24 +02:00
|
|
|
|
2022-05-22 19:20:01 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "1.0.14"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
|
2021-09-05 20:30:24 +02:00
|
|
|
|
2022-03-01 18:09:20 +01:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "0.9.0"
|
2022-03-01 18:09:20 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
2022-03-01 18:09:20 +01:00
|
|
|
|
2021-09-05 20:30:24 +02:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "2.5.4"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
|
2021-09-05 20:30:24 +02:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2024-12-30 22:24:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "utf16_iter"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "utf8_iter"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|
|
|
|
2023-08-11 17:35:37 +02:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "0.2.2"
|
2023-08-11 17:35:37 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
2023-08-11 17:35:37 +02:00
|
|
|
|
2021-09-05 20:30:24 +02:00
|
|
|
[[package]]
|
|
|
|
name = "void"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "want"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "0.3.1"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
2021-09-05 20:30:24 +02:00
|
|
|
dependencies = [
|
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.10.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
|
|
|
|
|
2022-03-15 13:26:12 +01:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2021-09-05 20:30:24 +02:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "0.2.99"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
|
2021-09-05 20:30:24 +02:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2024-12-30 22:24:39 +01:00
|
|
|
"once_cell",
|
2021-09-05 20:30:24 +02:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "0.2.99"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
|
2021-09-05 20:30:24 +02:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-12-30 22:24:39 +01:00
|
|
|
"syn",
|
2021-09-05 20:30:24 +02:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "0.4.49"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
|
2021-09-05 20:30:24 +02:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"js-sys",
|
2024-12-30 22:24:39 +01:00
|
|
|
"once_cell",
|
2021-09-05 20:30:24 +02:00
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "0.2.99"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
|
2021-09-05 20:30:24 +02:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "0.2.99"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
|
2021-09-05 20:30:24 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-12-30 22:24:39 +01:00
|
|
|
"syn",
|
2021-09-05 20:30:24 +02:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "0.2.99"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
|
2021-09-05 20:30:24 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "0.3.76"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
|
2021-09-05 20:30:24 +02:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2022-03-01 18:09:20 +01:00
|
|
|
[[package]]
|
2024-12-30 22:24:39 +01:00
|
|
|
name = "web-time"
|
|
|
|
version = "1.1.0"
|
2022-03-01 18:09:20 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
|
2022-03-01 18:09:20 +01:00
|
|
|
dependencies = [
|
2024-12-30 22:24:39 +01:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2022-03-01 18:09:20 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "0.26.7"
|
2022-03-01 18:09:20 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
|
2022-03-01 18:09:20 +01:00
|
|
|
dependencies = [
|
2024-12-30 22:24:39 +01:00
|
|
|
"rustls-pki-types",
|
2022-03-01 18:09:20 +01:00
|
|
|
]
|
|
|
|
|
2021-09-05 20:30:24 +02:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
2023-02-10 18:27:58 +01:00
|
|
|
[[package]]
|
2024-12-30 22:24:39 +01:00
|
|
|
name = "windows-registry"
|
|
|
|
version = "0.2.0"
|
2023-02-10 18:27:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
|
2023-02-10 18:27:58 +01:00
|
|
|
dependencies = [
|
2024-12-30 22:24:39 +01:00
|
|
|
"windows-result",
|
|
|
|
"windows-strings",
|
|
|
|
"windows-targets",
|
2023-08-11 17:35:37 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-12-30 22:24:39 +01:00
|
|
|
name = "windows-result"
|
|
|
|
version = "0.2.0"
|
2023-08-11 17:35:37 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
|
2023-08-11 17:35:37 +02:00
|
|
|
dependencies = [
|
2024-12-30 22:24:39 +01:00
|
|
|
"windows-targets",
|
2023-08-11 17:35:37 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-12-30 22:24:39 +01:00
|
|
|
name = "windows-strings"
|
|
|
|
version = "0.1.0"
|
2023-08-11 17:35:37 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
|
2023-08-11 17:35:37 +02:00
|
|
|
dependencies = [
|
2024-12-30 22:24:39 +01:00
|
|
|
"windows-result",
|
|
|
|
"windows-targets",
|
2023-02-10 18:27:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-12-30 22:24:39 +01:00
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.52.0"
|
2023-02-10 18:27:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
2023-02-10 18:27:58 +01:00
|
|
|
dependencies = [
|
2024-12-30 22:24:39 +01:00
|
|
|
"windows-targets",
|
2023-02-10 18:27:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-12-30 22:24:39 +01:00
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.59.0"
|
2023-02-10 18:27:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets",
|
|
|
|
]
|
2023-08-11 17:35:37 +02:00
|
|
|
|
|
|
|
[[package]]
|
2024-12-30 22:24:39 +01:00
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.52.6"
|
2023-08-11 17:35:37 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_gnullvm",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
|
|
|
]
|
2023-08-11 17:35:37 +02:00
|
|
|
|
|
|
|
[[package]]
|
2024-12-30 22:24:39 +01:00
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.52.6"
|
2023-08-11 17:35:37 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
2023-02-10 18:27:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "0.52.6"
|
2023-08-11 17:35:37 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
2023-08-11 17:35:37 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "0.52.6"
|
2023-08-11 17:35:37 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
2023-08-11 17:35:37 +02:00
|
|
|
|
|
|
|
[[package]]
|
2024-12-30 22:24:39 +01:00
|
|
|
name = "windows_i686_gnullvm"
|
|
|
|
version = "0.52.6"
|
2023-02-10 18:27:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
2023-02-10 18:27:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "0.52.6"
|
2023-02-10 18:27:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
2023-02-10 18:27:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-12-30 22:24:39 +01:00
|
|
|
version = "0.52.6"
|
2023-08-11 17:35:37 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
2023-08-11 17:35:37 +02:00
|
|
|
|
|
|
|
[[package]]
|
2024-12-30 22:24:39 +01:00
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.52.6"
|
2023-08-11 17:35:37 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2023-08-11 17:35:37 +02:00
|
|
|
|
|
|
|
[[package]]
|
2024-12-30 22:24:39 +01:00
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.52.6"
|
2023-02-10 18:27:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
2023-02-10 18:27:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
2024-12-30 22:24:39 +01:00
|
|
|
name = "write16"
|
|
|
|
version = "1.0.0"
|
2023-08-11 17:35:37 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
|
2023-08-11 17:35:37 +02:00
|
|
|
|
|
|
|
[[package]]
|
2024-12-30 22:24:39 +01:00
|
|
|
name = "writeable"
|
|
|
|
version = "0.5.5"
|
2023-02-10 18:27:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
|
2023-02-10 18:27:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
2024-12-30 22:24:39 +01:00
|
|
|
name = "yoke"
|
|
|
|
version = "0.7.5"
|
2023-02-10 18:27:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"stable_deref_trait",
|
|
|
|
"yoke-derive",
|
|
|
|
"zerofrom",
|
|
|
|
]
|
2023-02-10 18:27:58 +01:00
|
|
|
|
2021-09-05 20:30:24 +02:00
|
|
|
[[package]]
|
2024-12-30 22:24:39 +01:00
|
|
|
name = "yoke-derive"
|
|
|
|
version = "0.7.5"
|
2021-09-05 20:30:24 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-30 22:24:39 +01:00
|
|
|
checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
|
2021-09-05 20:30:24 +02:00
|
|
|
dependencies = [
|
2024-12-30 22:24:39 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"synstructure",
|
2021-09-05 20:30:24 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zabbixlaunch"
|
2022-05-04 19:04:29 +02:00
|
|
|
version = "1.0.1"
|
2021-09-05 20:30:24 +02:00
|
|
|
dependencies = [
|
2021-09-09 00:50:28 +02:00
|
|
|
"clap",
|
2021-09-05 20:30:24 +02:00
|
|
|
"embedded-graphics",
|
|
|
|
"launchy",
|
2024-12-30 22:24:39 +01:00
|
|
|
"nix 0.29.0",
|
2021-09-05 20:30:24 +02:00
|
|
|
"reqwest",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
2024-12-30 22:24:39 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
|
|
|
version = "0.7.35"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
|
|
|
version = "0.7.35"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerofrom"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
|
|
|
|
dependencies = [
|
|
|
|
"zerofrom-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerofrom-derive"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"synstructure",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zeroize"
|
|
|
|
version = "1.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerovec"
|
|
|
|
version = "0.10.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
|
|
|
|
dependencies = [
|
|
|
|
"yoke",
|
|
|
|
"zerofrom",
|
|
|
|
"zerovec-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerovec-derive"
|
|
|
|
version = "0.10.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|