zabbixlaunch/Cargo.lock

1224 lines
30 KiB
Plaintext
Raw Normal View History

2021-09-05 20:30:24 +02:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "alsa"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb213f6b3e4b1480a60931ca2035794aa67b73103d254715b1db7b70dcb3c934"
dependencies = [
"alsa-sys",
"bitflags",
"libc",
"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",
]
[[package]]
name = "autocfg"
version = "1.1.0"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2021-09-05 20:30:24 +02:00
[[package]]
name = "az"
version = "1.2.1"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b7e4c2464d97fe331d41de9d5db0def0a96f4d823b8b32a2efd503578988973"
2021-09-05 20:30:24 +02:00
[[package]]
name = "base64"
version = "0.21.0"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
2021-09-05 20:30:24 +02:00
[[package]]
name = "bitflags"
version = "1.3.2"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2021-09-05 20:30:24 +02:00
[[package]]
name = "bumpalo"
version = "3.12.0"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
2021-09-05 20:30:24 +02:00
[[package]]
name = "byteorder"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "bytes"
version = "1.4.0"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
2021-09-05 20:30:24 +02:00
[[package]]
name = "cc"
version = "1.0.79"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
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"
2021-09-09 00:50:28 +02:00
[[package]]
name = "clap"
version = "4.1.8"
2021-09-09 00:50:28 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3d7ae14b20b94cb02149ed21a86c423859cbe18dc7ed69845cace50e52b40a5"
2021-09-09 00:50:28 +02:00
dependencies = [
"bitflags",
2022-04-21 17:31:01 +02:00
"clap_lex",
2023-02-10 18:27:58 +01:00
"is-terminal",
2021-09-09 00:50:28 +02:00
"strsim",
"termcolor",
2021-09-09 00:50:28 +02:00
]
2022-04-21 17:31:01 +02:00
[[package]]
name = "clap_lex"
version = "0.3.2"
2022-04-21 17:31:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "350b9cf31731f9957399229e9b2adc51eeabdfbe9d71d9a0552275fd12710d09"
2022-04-21 17:31:01 +02:00
dependencies = [
"os_str_bytes",
]
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 = [
"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 = [
"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 = [
"core-foundation-sys",
2021-09-05 20:30:24 +02:00
]
[[package]]
name = "embedded-graphics"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "750082c65094fbcc4baf9ba31583ce9a8bb7f52cadfb96f6164b1bc7f922f32b"
dependencies = [
"az",
"byteorder",
"embedded-graphics-core",
"float-cmp",
"micromath",
]
[[package]]
name = "embedded-graphics-core"
version = "0.3.3"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8b1239db5f3eeb7e33e35bd10bd014e7b2537b17e071f726a09351431337cfa"
2021-09-05 20:30:24 +02:00
dependencies = [
"az",
"byteorder",
]
[[package]]
name = "encoding_rs"
version = "0.8.32"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
2021-09-05 20:30:24 +02:00
dependencies = [
"cfg-if 1.0.0",
]
2023-02-10 18:27:58 +01:00
[[package]]
name = "errno"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
dependencies = [
"errno-dragonfly",
"libc",
"winapi",
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
2021-09-05 20:30:24 +02:00
[[package]]
name = "float-cmp"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1267f4ac4f343772758f7b1bdcbe767c218bbab93bb432acbf5162bbf85a6c4"
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"
version = "1.1.0"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
2021-09-05 20:30:24 +02:00
dependencies = [
"percent-encoding",
]
[[package]]
name = "futures-channel"
version = "0.3.26"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e5317663a9089767a1ec00a487df42e0ca174b61b4483213ac24448e4664df5"
2021-09-05 20:30:24 +02:00
dependencies = [
"futures-core",
]
[[package]]
name = "futures-core"
version = "0.3.26"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608"
2021-09-05 20:30:24 +02:00
[[package]]
name = "futures-io"
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfb8371b6fb2aeb2d280374607aeabfc99d95c72edfe51692e42d3d7f0d08531"
2021-09-05 20:30:24 +02:00
[[package]]
name = "futures-sink"
version = "0.3.26"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f310820bb3e8cfd46c80db4d7fb8353e15dfff853a127158425f31e0be6c8364"
2021-09-05 20:30:24 +02:00
[[package]]
name = "futures-task"
version = "0.3.26"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcf79a1bf610b10f42aea489289c5a2c478a786509693b80cd39c44ccd936366"
2021-09-05 20:30:24 +02:00
[[package]]
name = "futures-util"
version = "0.3.26"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c1d6de3acfef38d2be4b1f543f553131788603495be83da675e180c8d6b7bd1"
2021-09-05 20:30:24 +02:00
dependencies = [
"futures-core",
"futures-io",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
name = "h2"
version = "0.3.16"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5be7b54589b581f624f566bf5d8eb2bab1db736c51528720b6bd36b96b55924d"
2021-09-05 20:30:24 +02:00
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "hashbrown"
version = "0.12.3"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2021-09-05 20:30:24 +02:00
[[package]]
name = "hermit-abi"
version = "0.2.6"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
2021-09-05 20:30:24 +02:00
dependencies = [
"libc",
]
2023-02-10 18:27:58 +01:00
[[package]]
name = "hermit-abi"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
2021-09-05 20:30:24 +02:00
[[package]]
name = "http"
version = "0.2.9"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
2021-09-05 20:30:24 +02:00
dependencies = [
"bytes",
"fnv",
"itoa",
]
[[package]]
name = "http-body"
2022-05-22 19:20:01 +02:00
version = "0.4.5"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-22 19:20:01 +02:00
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
2021-09-05 20:30:24 +02:00
dependencies = [
"bytes",
"http",
"pin-project-lite",
]
[[package]]
name = "httparse"
version = "1.8.0"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
2021-09-05 20:30:24 +02:00
[[package]]
name = "httpdate"
version = "1.0.2"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
2021-09-05 20:30:24 +02:00
[[package]]
name = "hyper"
version = "0.14.24"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e011372fa0b68db8350aa7a248930ecc7839bf46d8485577d69f117a75f164c"
2021-09-05 20:30:24 +02:00
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
"socket2",
"tokio",
"tower-service",
"tracing",
"want",
]
[[package]]
name = "hyper-rustls"
version = "0.23.2"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c"
2021-09-05 20:30:24 +02:00
dependencies = [
"http",
2021-09-05 20:30:24 +02:00
"hyper",
"rustls",
2021-09-05 20:30:24 +02:00
"tokio",
"tokio-rustls",
2021-09-05 20:30:24 +02:00
]
[[package]]
name = "idna"
version = "0.3.0"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
2021-09-05 20:30:24 +02:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "indexmap"
version = "1.9.2"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
2021-09-05 20:30:24 +02:00
dependencies = [
"autocfg",
"hashbrown",
]
2023-02-10 18:27:58 +01:00
[[package]]
name = "io-lifetimes"
version = "1.0.6"
2023-02-10 18:27:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfa919a82ea574332e2de6e74b4c36e74d41982b335080fa59d4ef31be20fdf3"
2023-02-10 18:27:58 +01:00
dependencies = [
"libc",
"windows-sys",
2023-02-10 18:27:58 +01:00
]
2021-09-05 20:30:24 +02:00
[[package]]
name = "ipnet"
version = "2.7.1"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146"
2021-09-05 20:30:24 +02:00
2023-02-10 18:27:58 +01:00
[[package]]
name = "is-terminal"
version = "0.4.4"
2023-02-10 18:27:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21b6b32576413a8e69b90e952e4a026476040d81017b80445deda5f2d3921857"
2023-02-10 18:27:58 +01:00
dependencies = [
"hermit-abi 0.3.1",
"io-lifetimes",
"rustix",
"windows-sys",
2023-02-10 18:27:58 +01:00
]
2021-09-05 20:30:24 +02:00
[[package]]
name = "itoa"
version = "1.0.6"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
2021-09-05 20:30:24 +02:00
[[package]]
name = "js-sys"
version = "0.3.61"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"
2021-09-05 20:30:24 +02:00
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "launchy"
version = "0.2.0"
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"
version = "0.2.140"
2023-02-10 18:27:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c"
2023-02-10 18:27:58 +01:00
[[package]]
name = "linux-raw-sys"
version = "0.1.4"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 18:27:58 +01:00
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
2021-09-05 20:30:24 +02:00
[[package]]
name = "log"
2022-05-04 19:04:29 +02:00
version = "0.4.17"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-04 19:04:29 +02:00
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
2021-09-05 20:30:24 +02:00
dependencies = [
"cfg-if 1.0.0",
]
[[package]]
name = "memalloc"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df39d232f5c40b0891c10216992c2f250c054105cb1e56f0fc9032db6203ecc1"
[[package]]
name = "memchr"
2022-05-04 19:04:29 +02:00
version = "2.5.0"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-04 19:04:29 +02:00
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2021-09-05 20:30:24 +02:00
[[package]]
name = "memoffset"
2023-02-10 18:27:58 +01:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 18:27:58 +01:00
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
dependencies = [
"autocfg",
]
2021-09-05 20:30:24 +02:00
[[package]]
name = "micromath"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc4010833aea396656c2f91ee704d51a6f1329ec2ab56ffd00bfd56f7481ea94"
[[package]]
name = "midir"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25df1e7836ca65078a121efed77049084a434838562b9892d0401bdfb59244cc"
dependencies = [
"alsa",
"bitflags",
"coremidi",
"js-sys",
"libc",
"memalloc",
"nix 0.15.0",
2021-09-05 20:30:24 +02:00
"wasm-bindgen",
"web-sys",
"winapi",
]
[[package]]
name = "mime"
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
[[package]]
name = "mio"
version = "0.8.6"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9"
2021-09-05 20:30:24 +02:00
dependencies = [
"libc",
"log",
"wasi 0.11.0+wasi-snapshot-preview1",
"windows-sys",
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 = [
"bitflags",
"cc",
"cfg-if 0.1.10",
"libc",
"void",
]
[[package]]
name = "nix"
2023-02-10 18:27:58 +01:00
version = "0.26.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 18:27:58 +01:00
checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
dependencies = [
"bitflags",
"cfg-if 1.0.0",
"libc",
"memoffset",
2023-02-10 18:27:58 +01:00
"pin-utils",
"static_assertions",
]
2021-09-05 20:30:24 +02:00
[[package]]
name = "num-traits"
2022-05-04 19:04:29 +02:00
version = "0.2.15"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-04 19:04:29 +02:00
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
2021-09-05 20:30:24 +02:00
dependencies = [
"autocfg",
]
[[package]]
name = "num_cpus"
version = "1.15.0"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
2021-09-05 20:30:24 +02:00
dependencies = [
"hermit-abi 0.2.6",
2021-09-05 20:30:24 +02:00
"libc",
]
[[package]]
name = "once_cell"
version = "1.17.1"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
2021-09-05 20:30:24 +02:00
[[package]]
name = "os_str_bytes"
version = "6.4.1"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
2021-09-05 20:30:24 +02:00
[[package]]
name = "percent-encoding"
version = "2.2.0"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
2021-09-05 20:30:24 +02:00
[[package]]
name = "pin-project-lite"
2022-04-29 17:35:33 +02:00
version = "0.2.9"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-29 17:35:33 +02:00
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
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"
version = "0.3.26"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
2021-09-05 20:30:24 +02:00
[[package]]
name = "proc-macro2"
version = "1.0.51"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6"
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
]
[[package]]
name = "quote"
version = "1.0.23"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
2021-09-05 20:30:24 +02:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "reqwest"
version = "0.11.14"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21eed90ec8570952d53b772ecf8f206aa1ec9a3d76b2521c56c42973f2d91ee9"
2021-09-05 20:30:24 +02:00
dependencies = [
"base64",
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
"h2",
2021-09-05 20:30:24 +02:00
"http",
"http-body",
"hyper",
"hyper-rustls",
2021-09-05 20:30:24 +02:00
"ipnet",
"js-sys",
"log",
"mime",
"once_cell",
2021-09-05 20:30:24 +02:00
"percent-encoding",
"pin-project-lite",
"rustls",
"rustls-pemfile",
2021-09-05 20:30:24 +02:00
"serde",
"serde_json",
"serde_urlencoded",
"tokio",
"tokio-rustls",
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",
"webpki-roots",
2021-09-05 20:30:24 +02:00
"winreg",
]
[[package]]
name = "ring"
version = "0.16.20"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
2021-09-05 20:30:24 +02:00
dependencies = [
"cc",
"libc",
"once_cell",
"spin",
"untrusted",
"web-sys",
2021-09-05 20:30:24 +02:00
"winapi",
]
2023-02-10 18:27:58 +01:00
[[package]]
name = "rustix"
version = "0.36.9"
2023-02-10 18:27:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd5c6ff11fecd55b40746d1995a02f2eb375bf8c00d192d521ee09f42bef37bc"
2023-02-10 18:27:58 +01:00
dependencies = [
"bitflags",
"errno",
"io-lifetimes",
"libc",
"linux-raw-sys",
"windows-sys",
2023-02-10 18:27:58 +01:00
]
2021-09-05 20:30:24 +02:00
[[package]]
name = "rustls"
version = "0.20.8"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f"
2021-09-05 20:30:24 +02:00
dependencies = [
"log",
"ring",
"sct",
"webpki",
2021-09-05 20:30:24 +02:00
]
[[package]]
name = "rustls-pemfile"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b"
dependencies = [
"base64",
]
2021-09-05 20:30:24 +02:00
[[package]]
name = "ryu"
version = "1.0.13"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
[[package]]
name = "sct"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
2021-09-05 20:30:24 +02:00
dependencies = [
"ring",
"untrusted",
2021-09-05 20:30:24 +02:00
]
[[package]]
name = "serde"
version = "1.0.154"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8cdd151213925e7f1ab45a9bbfb129316bd00799784b174b7cc7bcd16961c49e"
2021-09-05 20:30:24 +02:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.154"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fc80d722935453bcafdc2c9a73cd6fac4dc1938f0346035d84bf99fa9e33217"
2021-09-05 20:30:24 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_json"
version = "1.0.94"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c533a59c9d8a93a09c6ab31f0fd5e5f4dd1b8fc9434804029839884765d04ea"
2021-09-05 20:30:24 +02:00
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_urlencoded"
version = "0.7.1"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2021-09-05 20:30:24 +02:00
dependencies = [
"form_urlencoded",
"itoa",
"ryu",
"serde",
]
[[package]]
name = "slab"
version = "0.4.8"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
dependencies = [
"autocfg",
]
2021-09-05 20:30:24 +02:00
[[package]]
name = "socket2"
version = "0.4.9"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
2021-09-05 20:30:24 +02:00
dependencies = [
"libc",
2022-05-10 12:50:58 +02:00
"winapi",
2021-09-05 20:30:24 +02:00
]
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
2023-02-10 18:27:58 +01:00
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2021-09-09 00:50:28 +02:00
[[package]]
name = "strsim"
version = "0.10.0"
2021-09-09 00:50:28 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2021-09-09 00:50:28 +02:00
2021-09-05 20:30:24 +02:00
[[package]]
name = "syn"
version = "1.0.109"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
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]]
name = "termcolor"
version = "1.2.0"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
2021-09-05 20:30:24 +02:00
dependencies = [
"winapi-util",
2021-09-05 20:30:24 +02:00
]
[[package]]
name = "time"
version = "0.1.45"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
2021-09-05 20:30:24 +02:00
dependencies = [
"libc",
"wasi 0.10.0+wasi-snapshot-preview1",
2021-09-05 20:30:24 +02:00
"winapi",
]
[[package]]
name = "tinyvec"
2022-04-29 17:35:33 +02:00
version = "1.6.0"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-29 17:35:33 +02:00
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2021-09-05 20:30:24 +02:00
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.1"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2021-09-05 20:30:24 +02:00
[[package]]
name = "tokio"
version = "1.26.0"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03201d01c3c27a29c8a5cee5b55a93ddae1ccf6f08f65365c2c918f8c1b76f64"
2021-09-05 20:30:24 +02:00
dependencies = [
2022-07-16 11:42:30 +02:00
"autocfg",
2021-09-05 20:30:24 +02:00
"bytes",
"libc",
"memchr",
"mio",
"num_cpus",
"pin-project-lite",
"socket2",
"windows-sys",
2021-09-05 20:30:24 +02:00
]
[[package]]
name = "tokio-rustls"
2022-05-04 19:04:29 +02:00
version = "0.23.4"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-04 19:04:29 +02:00
checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
2021-09-05 20:30:24 +02:00
dependencies = [
"rustls",
2021-09-05 20:30:24 +02:00
"tokio",
"webpki",
2021-09-05 20:30:24 +02:00
]
[[package]]
name = "tokio-util"
version = "0.7.7"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2"
2021-09-05 20:30:24 +02:00
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
2022-04-11 10:19:14 +02:00
"tracing",
2021-09-05 20:30:24 +02:00
]
[[package]]
name = "tower-service"
2022-07-16 11:42:30 +02:00
version = "0.3.2"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-16 11:42:30 +02:00
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
2021-09-05 20:30:24 +02:00
[[package]]
name = "tracing"
version = "0.1.37"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
2021-09-05 20:30:24 +02:00
dependencies = [
"cfg-if 1.0.0",
"pin-project-lite",
"tracing-core",
]
[[package]]
name = "tracing-core"
version = "0.1.30"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
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"
version = "0.2.4"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
2021-09-05 20:30:24 +02:00
[[package]]
name = "unicode-bidi"
version = "0.3.11"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "524b68aca1d05e03fdf03fcdce2c6c94b6daf6d16861ddaa7e4f2b6638a9052c"
2021-09-05 20:30:24 +02:00
2022-05-22 19:20:01 +02:00
[[package]]
name = "unicode-ident"
version = "1.0.8"
2022-05-22 19:20:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
2022-05-22 19:20:01 +02:00
2021-09-05 20:30:24 +02:00
[[package]]
name = "unicode-normalization"
version = "0.1.22"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
2021-09-05 20:30:24 +02:00
dependencies = [
"tinyvec",
]
[[package]]
name = "untrusted"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
2021-09-05 20:30:24 +02:00
[[package]]
name = "url"
version = "2.3.1"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
2021-09-05 20:30:24 +02:00
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
]
[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
[[package]]
name = "want"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
dependencies = [
"log",
"try-lock",
]
[[package]]
name = "wasi"
version = "0.10.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2021-09-05 20:30:24 +02:00
[[package]]
name = "wasm-bindgen"
version = "0.2.84"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
2021-09-05 20:30:24 +02:00
dependencies = [
"cfg-if 1.0.0",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.84"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
2021-09-05 20:30:24 +02:00
dependencies = [
"bumpalo",
"log",
"once_cell",
2021-09-05 20:30:24 +02:00
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
version = "0.4.34"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454"
2021-09-05 20:30:24 +02:00
dependencies = [
"cfg-if 1.0.0",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.84"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
2021-09-05 20:30:24 +02:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.84"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
2021-09-05 20:30:24 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.84"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
2021-09-05 20:30:24 +02:00
[[package]]
name = "web-sys"
version = "0.3.61"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97"
2021-09-05 20:30:24 +02: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",
]
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-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
"winapi",
]
2021-09-05 20:30:24 +02:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2023-02-10 18:27:58 +01:00
[[package]]
name = "windows-sys"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
dependencies = [
"windows-targets",
]
[[package]]
name = "windows-targets"
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7"
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
2023-02-10 18:27:58 +01:00
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
2023-02-10 18:27:58 +01:00
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
[[package]]
name = "windows_aarch64_msvc"
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
[[package]]
name = "windows_i686_gnu"
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
[[package]]
name = "windows_i686_msvc"
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
[[package]]
name = "windows_x86_64_gnu"
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
[[package]]
name = "windows_x86_64_msvc"
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
2021-09-05 20:30:24 +02:00
[[package]]
name = "winreg"
version = "0.10.1"
2021-09-05 20:30:24 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
2021-09-05 20:30:24 +02:00
dependencies = [
"winapi",
]
[[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",
2023-02-10 18:27:58 +01:00
"nix 0.26.2",
2021-09-05 20:30:24 +02:00
"reqwest",
"serde",
"serde_json",
]