2019-09-03 00:07:06 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-06-26 10:33:43 +02:00
|
|
|
version = 3
|
|
|
|
|
2020-10-28 18:04:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
2021-03-12 02:47:34 +01:00
|
|
|
version = "1.0.2"
|
2020-10-28 18:04:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-12 02:47:34 +01:00
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
2020-10-28 18:04:49 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "adler32"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
|
2020-10-28 18:04:49 +01:00
|
|
|
|
2022-01-28 16:07:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "aead"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2020-10-29 01:09:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "aes"
|
2022-04-27 15:27:28 +02:00
|
|
|
version = "0.7.5"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-27 15:27:28 +02:00
|
|
|
checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"
|
2020-10-29 01:09:40 +01:00
|
|
|
dependencies = [
|
2022-04-27 15:27:28 +02:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"cipher 0.3.0",
|
|
|
|
"cpufeatures",
|
|
|
|
"opaque-debug",
|
2022-01-28 16:07:53 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aes"
|
2022-04-27 15:27:28 +02:00
|
|
|
version = "0.8.1"
|
2022-01-28 16:07:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-27 15:27:28 +02:00
|
|
|
checksum = "bfe0133578c0986e1fe3dfcd4af1cc5b2dd6c3dbf534d69916ce16a2701d40ba"
|
2022-01-28 16:07:53 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2022-04-27 15:27:28 +02:00
|
|
|
"cipher 0.4.3",
|
2022-01-28 16:07:53 +01:00
|
|
|
"cpufeatures",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
2022-01-28 16:07:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "aes-gcm"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df5f85a83a7d8b0442b6aa7b504b8212c1733da07b98aae43d4bc21b2cb3cdf6"
|
|
|
|
dependencies = [
|
2022-04-17 00:38:17 +02:00
|
|
|
"aead",
|
2022-01-28 16:07:53 +01:00
|
|
|
"aes 0.7.5",
|
|
|
|
"cipher 0.3.0",
|
2022-04-17 00:38:17 +02:00
|
|
|
"ctr",
|
|
|
|
"ghash",
|
2020-12-03 15:10:24 +01:00
|
|
|
"subtle",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2021-06-26 10:33:43 +02:00
|
|
|
version = "0.7.18"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 10:33:43 +02:00
|
|
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"memchr",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
2022-01-05 10:34:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-10-28 01:52:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2022-04-22 00:37:13 +02:00
|
|
|
version = "1.0.57"
|
2020-10-28 01:52:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-22 00:37:13 +02:00
|
|
|
checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc"
|
2020-10-28 01:52:54 +01:00
|
|
|
|
2021-01-23 14:36:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
|
|
|
|
|
2022-01-16 18:07:05 +01:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
|
|
|
|
|
2020-10-28 18:04:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ashpd"
|
2022-05-28 22:22:46 +02:00
|
|
|
version = "0.3.2"
|
2022-01-16 18:07:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-28 22:22:46 +02:00
|
|
|
checksum = "6dcc8ed0b5211687437636d8c95f6a608f4281d142101b3b5d314b38bfadd40f"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2022-04-27 15:27:28 +02:00
|
|
|
"enumflags2",
|
2021-06-26 10:33:43 +02:00
|
|
|
"futures",
|
2020-12-06 01:16:31 +01:00
|
|
|
"gdk4-wayland",
|
|
|
|
"gdk4-x11",
|
|
|
|
"gtk4",
|
2022-01-05 10:34:08 +01:00
|
|
|
"libc",
|
|
|
|
"pipewire",
|
2022-04-17 00:38:17 +02:00
|
|
|
"rand",
|
2020-12-03 15:10:24 +01:00
|
|
|
"serde",
|
|
|
|
"serde_repr",
|
2022-04-27 15:27:28 +02:00
|
|
|
"zbus",
|
2021-06-26 10:33:43 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-broadcast"
|
2022-05-28 22:22:46 +02:00
|
|
|
version = "0.4.0"
|
2021-06-26 10:33:43 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-28 22:22:46 +02:00
|
|
|
checksum = "1bbd92a9bd0e9c1298118ecf8a2f825e86b12c3ec9e411573e34aaf3a0c03cdd"
|
2021-06-26 10:33:43 +02:00
|
|
|
dependencies = [
|
|
|
|
"easy-parallel",
|
|
|
|
"event-listener",
|
|
|
|
"futures-core",
|
2022-05-28 22:22:46 +02:00
|
|
|
"parking_lot 0.11.2",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
2020-10-29 01:09:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "async-channel"
|
2021-03-12 02:47:34 +01:00
|
|
|
version = "1.6.1"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-12 02:47:34 +01:00
|
|
|
checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"
|
2020-10-29 01:09:40 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"concurrent-queue",
|
|
|
|
"event-listener",
|
|
|
|
"futures-core",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-executor"
|
2021-06-26 10:33:43 +02:00
|
|
|
version = "1.4.1"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 10:33:43 +02:00
|
|
|
checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"
|
2020-10-29 01:09:40 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"async-task",
|
|
|
|
"concurrent-queue",
|
|
|
|
"fastrand",
|
|
|
|
"futures-lite",
|
|
|
|
"once_cell",
|
2021-06-26 10:33:43 +02:00
|
|
|
"slab",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-io"
|
2022-05-28 22:22:46 +02:00
|
|
|
version = "1.7.0"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-28 22:22:46 +02:00
|
|
|
checksum = "e5e18f61464ae81cde0a23e713ae8fd299580c54d697a35820cfd0625b8b0e07"
|
2020-10-29 01:09:40 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"concurrent-queue",
|
|
|
|
"futures-lite",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"parking",
|
|
|
|
"polling",
|
2021-06-26 10:33:43 +02:00
|
|
|
"slab",
|
|
|
|
"socket2",
|
2020-12-03 15:10:24 +01:00
|
|
|
"waker-fn",
|
|
|
|
"winapi",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
2021-01-21 18:47:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "async-lock"
|
2022-03-24 15:44:08 +01:00
|
|
|
version = "2.5.0"
|
2021-01-21 18:47:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 15:44:08 +01:00
|
|
|
checksum = "e97a171d191782fba31bb902b14ad94e24a68145032b7eedf871ab0bc0d077b6"
|
2021-01-21 18:47:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"event-listener",
|
|
|
|
]
|
|
|
|
|
2021-11-14 17:21:01 +01:00
|
|
|
[[package]]
|
|
|
|
name = "async-recursion"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-10-29 01:09:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "async-task"
|
2022-03-24 15:44:08 +01:00
|
|
|
version = "4.2.0"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 15:44:08 +01:00
|
|
|
checksum = "30696a84d817107fc028e049980e09d5e140e8da8f1caeb17e8e950658a3cea9"
|
2020-10-29 01:09:40 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2022-06-03 18:59:39 +02:00
|
|
|
version = "0.1.56"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-03 18:59:39 +02:00
|
|
|
checksum = "96cf8829f67d2eab0b2dfa42c5d0ef737e0724e4a82b01b3e292456202b19716"
|
2020-10-29 01:09:40 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
2020-10-28 07:07:31 +01:00
|
|
|
version = "0.2.14"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "authenticator"
|
2022-06-06 09:41:26 +02:00
|
|
|
version = "4.1.5"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2022-04-17 00:38:17 +02:00
|
|
|
"aes-gcm",
|
2020-12-03 15:10:24 +01:00
|
|
|
"anyhow",
|
|
|
|
"ashpd",
|
2022-01-28 16:07:53 +01:00
|
|
|
"base64",
|
2021-02-05 10:09:59 +00:00
|
|
|
"binascii",
|
2020-12-03 15:10:24 +01:00
|
|
|
"diesel",
|
|
|
|
"diesel_migrations",
|
2022-04-22 00:32:58 +02:00
|
|
|
"favicon-scrapper",
|
2020-12-03 15:10:24 +01:00
|
|
|
"gettext-rs",
|
2022-01-05 10:34:08 +01:00
|
|
|
"gst-plugin-gtk4",
|
2021-01-23 01:41:57 +01:00
|
|
|
"gstreamer",
|
2020-12-03 15:10:24 +01:00
|
|
|
"gtk-macros",
|
|
|
|
"gtk4",
|
2020-12-06 03:02:40 +01:00
|
|
|
"hex",
|
2022-04-27 15:27:28 +02:00
|
|
|
"image 0.24.2",
|
2021-01-21 18:56:56 +01:00
|
|
|
"libadwaita",
|
2020-12-03 15:10:24 +01:00
|
|
|
"once_cell",
|
2022-04-27 15:27:28 +02:00
|
|
|
"oo7",
|
2020-12-08 05:40:10 +01:00
|
|
|
"percent-encoding",
|
2020-12-09 01:20:36 +01:00
|
|
|
"qrcode",
|
2022-04-17 00:38:17 +02:00
|
|
|
"rand",
|
2020-12-06 21:05:25 +01:00
|
|
|
"ring",
|
2021-01-23 14:36:34 +01:00
|
|
|
"rust-argon2",
|
2022-01-28 16:07:53 +01:00
|
|
|
"scrypt",
|
2022-01-23 20:48:29 +01:00
|
|
|
"search-provider",
|
2020-12-07 06:45:52 +01:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2022-04-17 00:38:17 +02:00
|
|
|
"tokio",
|
2022-04-27 15:27:28 +02:00
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
2020-12-05 03:40:12 +01:00
|
|
|
"unicase",
|
2020-12-03 15:10:24 +01:00
|
|
|
"url",
|
2022-01-31 15:57:41 +01:00
|
|
|
"uuid",
|
2020-12-03 15:10:24 +01:00
|
|
|
"zbar-rust",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-03-24 15:44:08 +01:00
|
|
|
version = "1.1.0"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 15:44:08 +01:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
2020-11-08 05:48:55 +01:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
2020-11-08 05:48:55 +01:00
|
|
|
|
2022-04-27 15:27:28 +02:00
|
|
|
[[package]]
|
|
|
|
name = "base64ct"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dea908e7347a8c64e378c17e30ef880ad73e3b4498346b055c2c00ea342f3179"
|
|
|
|
|
2021-02-05 10:09:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "binascii"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "383d29d513d8764dcdc42ea295d979eb99c3c9f00607b3692cf68a431f7dca72"
|
|
|
|
|
2022-01-05 10:34:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bindgen"
|
|
|
|
version = "0.59.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cexpr",
|
|
|
|
"clang-sys",
|
|
|
|
"clap",
|
2022-04-27 15:27:28 +02:00
|
|
|
"env_logger",
|
2022-01-05 10:34:08 +01:00
|
|
|
"lazy_static",
|
|
|
|
"lazycell",
|
|
|
|
"log",
|
|
|
|
"peeking_take_while",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"rustc-hash",
|
|
|
|
"shlex",
|
|
|
|
"which",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-03-24 15:44:08 +01:00
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
2022-01-05 10:34:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 15:44:08 +01:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2022-01-05 10:34:08 +01:00
|
|
|
|
2021-01-23 14:36:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "blake2b_simd"
|
2022-01-16 18:07:05 +01:00
|
|
|
version = "1.0.0"
|
2021-01-23 14:36:34 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-16 18:07:05 +01:00
|
|
|
checksum = "72936ee4afc7f8f736d1c38383b56480b5497b4617b4a77bdbf1d2ababc76127"
|
2021-01-23 14:36:34 +01:00
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
2022-03-24 15:44:08 +01:00
|
|
|
"arrayvec",
|
2021-01-23 14:36:34 +01:00
|
|
|
"constant_time_eq",
|
|
|
|
]
|
|
|
|
|
2020-10-28 01:52:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "block"
|
|
|
|
version = "0.1.6"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
2022-01-28 16:07:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2022-03-24 15:44:08 +01:00
|
|
|
version = "0.10.2"
|
2022-01-28 16:07:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 15:44:08 +01:00
|
|
|
checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
|
2022-01-28 16:07:53 +01:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2020-11-10 04:59:52 +01:00
|
|
|
[[package]]
|
2022-04-27 15:27:28 +02:00
|
|
|
name = "block-padding"
|
|
|
|
version = "0.3.2"
|
2020-11-10 04:59:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-27 15:27:28 +02:00
|
|
|
checksum = "0a90ec2df9600c28a01c56c4784c9207a96d2451833aeceb8cc97e4c9548bb78"
|
2020-11-10 04:59:52 +01:00
|
|
|
dependencies = [
|
2022-04-27 15:27:28 +02:00
|
|
|
"generic-array",
|
2020-11-10 04:59:52 +01:00
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2022-06-03 18:59:39 +02:00
|
|
|
version = "3.10.0"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-03 18:59:39 +02:00
|
|
|
checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
2020-10-28 18:04:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2022-04-15 00:46:56 +02:00
|
|
|
version = "1.9.1"
|
2020-10-28 18:04:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-15 00:46:56 +02:00
|
|
|
checksum = "cdead85bdec19c194affaeeb670c0e41fe23de31459efd1c174d049269cf02cc"
|
2020-10-28 18:04:49 +01:00
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2021-03-12 02:47:34 +01:00
|
|
|
version = "1.4.3"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-12 02:47:34 +01:00
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
2021-01-10 00:57:38 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2021-11-14 17:21:01 +01:00
|
|
|
version = "1.1.0"
|
2021-01-10 00:57:38 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-14 17:21:01 +01:00
|
|
|
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
|
2021-01-10 00:57:38 +01:00
|
|
|
|
2020-10-29 01:09:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cache-padded"
|
2022-01-04 22:51:02 +01:00
|
|
|
version = "1.2.0"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-04 22:51:02 +01:00
|
|
|
checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"
|
2020-10-29 01:09:40 +01:00
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cairo-rs"
|
2022-04-27 15:27:28 +02:00
|
|
|
version = "0.15.11"
|
2022-01-16 18:07:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-27 15:27:28 +02:00
|
|
|
checksum = "62be3562254e90c1c6050a72aa638f6315593e98c5cdaba9017cedbabf0a5dee"
|
2020-10-28 01:52:54 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"bitflags",
|
|
|
|
"cairo-sys-rs",
|
|
|
|
"glib",
|
|
|
|
"libc",
|
|
|
|
"thiserror",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cairo-sys-rs"
|
2022-01-16 18:07:05 +01:00
|
|
|
version = "0.15.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c55d429bef56ac9172d25fecb85dc8068307d17acd74b377866b7a1ef25d3c8"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"glib-sys",
|
|
|
|
"libc",
|
2022-03-24 15:44:08 +01:00
|
|
|
"system-deps",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
2022-04-27 15:27:28 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cbc"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
|
|
|
|
dependencies = [
|
|
|
|
"cipher 0.4.3",
|
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2022-03-24 15:44:08 +01:00
|
|
|
version = "1.0.73"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 15:44:08 +01:00
|
|
|
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
2022-01-05 10:34:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cexpr"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
|
|
|
dependencies = [
|
2022-03-24 15:44:08 +01:00
|
|
|
"nom",
|
2022-01-05 10:34:08 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-expr"
|
2022-05-28 22:22:46 +02:00
|
|
|
version = "0.10.3"
|
2021-03-23 20:05:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-28 22:22:46 +02:00
|
|
|
checksum = "0aacacf4d96c24b2ad6eb8ee6df040e4f27b0d0b39a5710c30091baa830485db"
|
2021-03-23 20:05:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2020-10-28 07:07:31 +01:00
|
|
|
version = "0.1.10"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-10-28 07:07:31 +01:00
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
2020-12-09 01:20:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "checked_int_cast"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "17cc5e6b5ab06331c33589842070416baa137e8b0eb912b008cfd4a78ada7919"
|
|
|
|
|
2022-01-05 10:34:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
|
|
|
version = "0.4.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
|
|
|
|
dependencies = [
|
2022-01-16 18:07:05 +01:00
|
|
|
"libc",
|
2022-01-05 10:34:08 +01:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
2022-01-16 18:07:05 +01:00
|
|
|
"winapi",
|
2022-01-05 10:34:08 +01:00
|
|
|
]
|
|
|
|
|
2022-01-28 16:07:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cipher"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2022-03-24 15:44:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cipher"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d1873270f8f7942c191139cb8a40fd228da6c3fd2fc376d7e92d47aa14aeb59e"
|
|
|
|
dependencies = [
|
|
|
|
"crypto-common",
|
|
|
|
"inout",
|
|
|
|
]
|
|
|
|
|
2022-01-05 10:34:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "clang-sys"
|
2022-05-28 22:22:46 +02:00
|
|
|
version = "1.3.3"
|
2022-01-05 10:34:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-28 22:22:46 +02:00
|
|
|
checksum = "5a050e2153c5be08febd6734e29298e844fdb0fa21aeddd63b4eb7baa106c69b"
|
2022-01-05 10:34:08 +01:00
|
|
|
dependencies = [
|
|
|
|
"glob",
|
|
|
|
"libc",
|
|
|
|
"libloading",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
|
|
|
version = "2.34.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
|
|
|
|
dependencies = [
|
|
|
|
"ansi_term",
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
|
|
|
"strsim",
|
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
|
|
|
]
|
|
|
|
|
2020-10-28 18:04:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "color_quant"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
|
2020-10-28 18:04:49 +01:00
|
|
|
|
2020-10-29 01:09:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "concurrent-queue"
|
|
|
|
version = "1.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"
|
2020-10-29 01:09:40 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"cache-padded",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
2021-01-23 14:36:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
2022-04-17 00:38:17 +02:00
|
|
|
name = "cookie-factory"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "396de984970346b0d9e93d1415082923c679e5ae5c3ee3dcbd104f5610af126b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
|
|
|
version = "0.9.3"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-17 00:38:17 +02:00
|
|
|
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2022-04-17 00:38:17 +02:00
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
2022-01-05 10:34:08 +01:00
|
|
|
[[package]]
|
2022-04-17 00:38:17 +02:00
|
|
|
name = "core-foundation-sys"
|
|
|
|
version = "0.8.3"
|
2022-01-05 10:34:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-17 00:38:17 +02:00
|
|
|
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
2022-01-05 10:34:08 +01:00
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
2021-06-26 10:33:43 +02:00
|
|
|
name = "cpufeatures"
|
2022-03-24 15:44:08 +01:00
|
|
|
version = "0.2.2"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 15:44:08 +01:00
|
|
|
checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"
|
2021-06-26 10:33:43 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2019-09-03 00:07:06 +00:00
|
|
|
|
2020-10-28 18:04:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2022-03-24 15:44:08 +01:00
|
|
|
version = "1.3.2"
|
2020-10-28 18:04:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 15:44:08 +01:00
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"cfg-if 1.0.0",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2022-03-24 15:44:08 +01:00
|
|
|
version = "0.8.8"
|
2020-10-28 18:04:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 15:44:08 +01:00
|
|
|
checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"lazy_static",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
2022-01-28 16:07:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
2022-03-24 15:44:08 +01:00
|
|
|
version = "0.1.3"
|
2022-01-28 16:07:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 15:44:08 +01:00
|
|
|
checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8"
|
2022-01-28 16:07:53 +01:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
2022-04-27 15:27:28 +02:00
|
|
|
"rand_core",
|
2022-03-24 15:44:08 +01:00
|
|
|
"typenum",
|
2022-01-28 16:07:53 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ctr"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"
|
|
|
|
dependencies = [
|
|
|
|
"cipher 0.3.0",
|
2020-11-08 05:48:55 +01:00
|
|
|
]
|
|
|
|
|
2020-10-28 18:04:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "deflate"
|
2022-03-24 15:44:08 +01:00
|
|
|
version = "1.0.0"
|
2020-10-28 18:04:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 15:44:08 +01:00
|
|
|
checksum = "c86f7e25f518f4b81808a2cf1c50996a61f5c2eb394b2393bd87f2a4780a432f"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"adler32",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derivative"
|
2021-01-27 15:03:07 +01:00
|
|
|
version = "2.2.0"
|
2020-10-28 18:04:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-27 15:03:07 +01:00
|
|
|
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "diesel"
|
2021-11-14 17:21:01 +01:00
|
|
|
version = "1.4.8"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-14 17:21:01 +01:00
|
|
|
checksum = "b28135ecf6b7d446b43e27e225622a038cc4e2930a1022f51cdb97ada19b8e4d"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"byteorder",
|
|
|
|
"diesel_derives",
|
|
|
|
"libsqlite3-sys",
|
|
|
|
"r2d2",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "diesel_derives"
|
2020-10-28 07:07:31 +01:00
|
|
|
version = "1.4.1"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "45f5098f628d02a7a0f68ddba586fb61e80edec3bdc1be3b921f4ceec60858d3"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "diesel_migrations"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "bf3cde8413353dc7f5d72fa8ce0b99a560a359d2c5ef1e5817ca731cd9008f4c"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"migrations_internals",
|
|
|
|
"migrations_macros",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-10-29 01:09:40 +01:00
|
|
|
name = "digest"
|
2022-04-27 15:27:28 +02:00
|
|
|
version = "0.10.3"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-27 15:27:28 +02:00
|
|
|
checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"
|
2020-10-29 01:09:40 +01:00
|
|
|
dependencies = [
|
2022-04-27 15:27:28 +02:00
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
|
|
|
"subtle",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
2022-01-28 16:07:53 +01:00
|
|
|
[[package]]
|
2022-04-27 15:27:28 +02:00
|
|
|
name = "dirs"
|
|
|
|
version = "4.0.0"
|
2022-01-28 16:07:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-27 15:27:28 +02:00
|
|
|
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
|
2022-01-28 16:07:53 +01:00
|
|
|
dependencies = [
|
2022-04-27 15:27:28 +02:00
|
|
|
"dirs-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
|
|
|
"winapi",
|
2022-01-28 16:07:53 +01:00
|
|
|
]
|
|
|
|
|
2021-01-31 22:18:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "doc-comment"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
|
|
|
|
|
2021-06-26 10:33:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "easy-parallel"
|
2022-01-04 22:51:02 +01:00
|
|
|
version = "3.2.0"
|
2021-06-26 10:33:43 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-04 22:51:02 +01:00
|
|
|
checksum = "6907e25393cdcc1f4f3f513d9aac1e840eb1cc341a0fccb01171f7d14d10b946"
|
2021-06-26 10:33:43 +02:00
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2020-10-28 07:07:31 +01:00
|
|
|
version = "1.6.1"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2022-04-15 00:46:56 +02:00
|
|
|
version = "0.8.31"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-15 00:46:56 +02:00
|
|
|
checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"cfg-if 1.0.0",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
2020-10-28 18:04:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "enum-ordinalize"
|
2022-03-24 15:44:08 +01:00
|
|
|
version = "3.1.11"
|
2020-10-28 18:04:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 15:44:08 +01:00
|
|
|
checksum = "2170fc0efee383079a8bdd05d6ea2a184d2a0f07a1c1dcabdb2fd5e9f24bc36c"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2022-04-27 15:27:28 +02:00
|
|
|
"num-bigint",
|
2020-12-03 15:10:24 +01:00
|
|
|
"num-traits",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-03-24 15:44:08 +01:00
|
|
|
"rustc_version 0.4.0",
|
2020-12-03 15:10:24 +01:00
|
|
|
"syn",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
2022-01-04 22:51:02 +01:00
|
|
|
[[package]]
|
|
|
|
name = "enumflags2"
|
2022-04-15 00:46:56 +02:00
|
|
|
version = "0.7.5"
|
2022-01-04 22:51:02 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-15 00:46:56 +02:00
|
|
|
checksum = "e75d4cd21b95383444831539909fbb14b9dc3fdceb2a6f5d36577329a1f55ccb"
|
2022-01-04 22:51:02 +01:00
|
|
|
dependencies = [
|
2022-04-27 15:27:28 +02:00
|
|
|
"enumflags2_derive",
|
2020-12-03 15:10:24 +01:00
|
|
|
"serde",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
2022-01-04 22:51:02 +01:00
|
|
|
[[package]]
|
|
|
|
name = "enumflags2_derive"
|
2022-03-24 15:44:08 +01:00
|
|
|
version = "0.7.4"
|
2022-01-04 22:51:02 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 15:44:08 +01:00
|
|
|
checksum = "f58dc3c5e468259f19f2d46304a6b28f1c3d034442e14b322d2b850e36f6d5ae"
|
2022-01-04 22:51:02 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-01-05 10:34:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
|
|
|
|
dependencies = [
|
|
|
|
"atty",
|
2022-04-27 15:27:28 +02:00
|
|
|
"humantime",
|
2022-01-05 10:34:08 +01:00
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2020-10-29 01:09:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
2022-01-23 20:48:29 +01:00
|
|
|
version = "2.5.2"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-23 20:48:29 +01:00
|
|
|
checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71"
|
2020-10-29 01:09:40 +01:00
|
|
|
|
2020-10-28 18:04:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2022-01-23 20:48:29 +01:00
|
|
|
version = "1.7.0"
|
2020-10-28 18:04:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-23 20:48:29 +01:00
|
|
|
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
|
2020-12-03 15:10:24 +01:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
2022-04-22 00:32:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "favicon-scrapper"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"base64",
|
2022-04-27 15:27:28 +02:00
|
|
|
"image 0.24.2",
|
2022-04-22 00:32:58 +02:00
|
|
|
"once_cell",
|
|
|
|
"percent-encoding",
|
|
|
|
"quick-xml",
|
|
|
|
"reqwest",
|
|
|
|
"svg_metadata",
|
2022-04-22 00:48:05 +02:00
|
|
|
"tokio",
|
2022-04-27 15:27:28 +02:00
|
|
|
"tracing",
|
2022-04-22 00:32:58 +02:00
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2020-12-03 15:10:24 +01:00
|
|
|
[[package]]
|
|
|
|
name = "field-offset"
|
2021-06-26 10:33:43 +02:00
|
|
|
version = "0.3.4"
|
2020-12-03 15:10:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 10:33:43 +02:00
|
|
|
checksum = "1e1c54951450cbd39f3dbcf1005ac413b49487dabf18a720ad2383eccfeffb92"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2021-03-12 02:47:34 +01:00
|
|
|
"memoffset",
|
|
|
|
"rustc_version 0.3.3",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
2020-10-28 07:07:31 +01:00
|
|
|
version = "1.0.7"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
2022-04-17 00:38:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
|
|
dependencies = [
|
|
|
|
"foreign-types-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
2020-10-29 01:09:40 +01:00
|
|
|
name = "form_urlencoded"
|
2021-03-12 02:47:34 +01:00
|
|
|
version = "1.0.1"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-12 02:47:34 +01:00
|
|
|
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
2021-11-14 17:21:01 +01:00
|
|
|
[[package]]
|
|
|
|
name = "fragile"
|
2022-04-15 00:46:56 +02:00
|
|
|
version = "1.2.0"
|
2021-11-14 17:21:01 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-15 00:46:56 +02:00
|
|
|
checksum = "e9d758e60b45e8d749c89c1b389ad8aee550f86aa12e2b9298b546dda7a82ab1"
|
2021-11-14 17:21:01 +01:00
|
|
|
|
2020-10-28 01:52:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2022-03-24 15:44:08 +01:00
|
|
|
version = "0.3.21"
|
2020-10-28 01:52:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 15:44:08 +01:00
|
|
|
checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"
|
2020-10-28 01:52:54 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
2020-10-28 01:52:54 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2022-03-24 15:44:08 +01:00
|
|
|
version = "0.3.21"
|
2020-10-28 01:52:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 15:44:08 +01:00
|
|
|
checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
|
2020-10-28 01:52:54 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
2020-10-28 01:52:54 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2022-03-24 15:44:08 +01:00
|
|
|
version = "0.3.21"
|
2020-10-28 01:52:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 15:44:08 +01:00
|
|
|
checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
|
2020-10-28 01:52:54 +01:00
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
2020-10-28 01:52:54 +01:00
|
|
|
name = "futures-executor"
|
2022-03-24 15:44:08 +01:00
|
|
|
version = "0.3.21"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 15:44:08 +01:00
|
|
|
checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-10-28 01:52:54 +01:00
|
|
|
name = "futures-io"
|
2022-03-24 15:44:08 +01:00
|
|
|
version = "0.3.21"
|
2020-10-28 01:52:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 15:44:08 +01:00
|
|
|
checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
|
2020-10-28 01:52:54 +01:00
|
|
|
|
2020-10-29 01:09:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "futures-lite"
|
2021-06-26 10:33:43 +02:00
|
|
|
version = "1.12.0"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 10:33:43 +02:00
|
|
|
checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
|
2020-10-29 01:09:40 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"fastrand",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"memchr",
|
|
|
|
"parking",
|
2021-03-12 02:47:34 +01:00
|
|
|
"pin-project-lite",
|
2020-12-03 15:10:24 +01:00
|
|
|
"waker-fn",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
2020-10-28 01:52:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2022-03-24 15:44:08 +01:00
|
|
|
version = "0.3.21"
|
2020-10-28 01:52:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 15:44:08 +01:00
|
|
|
checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"
|
2020-10-28 01:52:54 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-10-28 01:52:54 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2022-03-24 15:44:08 +01:00
|
|
|
version = "0.3.21"
|
2020-10-28 01:52:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 15:44:08 +01:00
|
|
|
checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
|
2020-10-28 01:52:54 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2022-03-24 15:44:08 +01:00
|
|
|
version = "0.3.21"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 15:44:08 +01:00
|
|
|
checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
|
2020-10-28 01:52:54 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2022-03-24 15:44:08 +01:00
|
|
|
version = "0.3.21"
|
2020-10-28 01:52:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 15:44:08 +01:00
|
|
|
checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
|
2020-10-28 01:52:54 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
2021-03-12 02:47:34 +01:00
|
|
|
"pin-project-lite",
|
2020-12-03 15:10:24 +01:00
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
2020-10-28 01:52:54 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gdk-pixbuf"
|
2022-04-27 15:27:28 +02:00
|
|
|
version = "0.15.11"
|
2022-01-16 18:07:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-27 15:27:28 +02:00
|
|
|
checksum = "ad38dd9cc8b099cceecdf41375bb6d481b1b5a7cd5cd603e10a69a9383f8619a"
|
2020-11-08 05:48:55 +01:00
|
|
|
dependencies = [
|
2021-11-14 17:21:01 +01:00
|
|
|
"bitflags",
|
2020-12-03 15:10:24 +01:00
|
|
|
"gdk-pixbuf-sys",
|
|
|
|
"gio",
|
|
|
|
"glib",
|
|
|
|
"libc",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gdk-pixbuf-sys"
|
2022-03-24 15:44:08 +01:00
|
|
|
version = "0.15.10"
|
2022-01-16 18:07:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 15:44:08 +01:00
|
|
|
checksum = "140b2f5378256527150350a8346dbdb08fadc13453a7a2d73aecd5fab3c402a7"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"gio-sys",
|
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
|
|
|
"libc",
|
2022-03-24 15:44:08 +01:00
|
|
|
"system-deps",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-10-28 01:52:54 +01:00
|
|
|
name = "gdk4"
|
2022-06-06 09:41:26 +02:00
|
|
|
version = "0.4.8"
|
2022-01-16 18:07:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-06 09:41:26 +02:00
|
|
|
checksum = "4fabb7cf843c26b085a5d68abb95d0c0bf27a9ae2eeff9c4adb503a1eb580876"
|
2020-10-28 01:52:54 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"bitflags",
|
|
|
|
"cairo-rs",
|
|
|
|
"gdk-pixbuf",
|
|
|
|
"gdk4-sys",
|
|
|
|
"gio",
|
|
|
|
"glib",
|
|
|
|
"libc",
|
|
|
|
"pango",
|
2020-10-28 01:52:54 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gdk4-sys"
|
2022-06-06 09:41:26 +02:00
|
|
|
version = "0.4.8"
|
2022-01-16 18:07:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-06 09:41:26 +02:00
|
|
|
checksum = "efe7dcb44f5c00aeabff3f69abfc5673de46559070f89bd3fbb7b66485d9cef2"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"cairo-sys-rs",
|
|
|
|
"gdk-pixbuf-sys",
|
|
|
|
"gio-sys",
|
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
|
|
|
"libc",
|
|
|
|
"pango-sys",
|
2022-01-16 18:07:05 +01:00
|
|
|
"pkg-config",
|
2022-03-24 15:44:08 +01:00
|
|
|
"system-deps",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
2020-12-06 01:16:31 +01:00
|
|
|
[[package]]
|
|
|
|
name = "gdk4-wayland"
|
2022-06-06 09:41:26 +02:00
|
|
|
version = "0.4.8"
|
2022-01-16 18:07:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-06 09:41:26 +02:00
|
|
|
checksum = "cf81f00824c5f9862764c18ef061efe12b9c4f10614f74d3eaf1f18852c335e2"
|
2020-12-06 01:16:31 +01:00
|
|
|
dependencies = [
|
|
|
|
"gdk4",
|
|
|
|
"gdk4-wayland-sys",
|
|
|
|
"gio",
|
|
|
|
"glib",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gdk4-wayland-sys"
|
2022-06-06 09:41:26 +02:00
|
|
|
version = "0.4.8"
|
2022-01-16 18:07:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-06 09:41:26 +02:00
|
|
|
checksum = "41f2375ec73e2ec6815cdf1da330ff2e020b46fab9057d1e06f44909f1789898"
|
2020-12-06 01:16:31 +01:00
|
|
|
dependencies = [
|
|
|
|
"glib-sys",
|
|
|
|
"libc",
|
2022-03-24 15:44:08 +01:00
|
|
|
"system-deps",
|
2020-12-06 01:16:31 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gdk4-x11"
|
2022-06-06 09:41:26 +02:00
|
|
|
version = "0.4.8"
|
2022-01-16 18:07:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-06 09:41:26 +02:00
|
|
|
checksum = "be84e388c6b74cce3f9232904ce87ae1857ee3a41a20d9d8a16ae8792799b27c"
|
2020-12-06 01:16:31 +01:00
|
|
|
dependencies = [
|
|
|
|
"gdk4",
|
|
|
|
"gdk4-x11-sys",
|
|
|
|
"gio",
|
|
|
|
"glib",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gdk4-x11-sys"
|
2022-06-06 09:41:26 +02:00
|
|
|
version = "0.4.8"
|
2022-01-16 18:07:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-06 09:41:26 +02:00
|
|
|
checksum = "3f85f9dabcc847c0733246822bebb476dcbb93f5a964d561b46b69f00fdbbf44"
|
2020-12-06 01:16:31 +01:00
|
|
|
dependencies = [
|
|
|
|
"gdk4-sys",
|
|
|
|
"glib-sys",
|
|
|
|
"libc",
|
2022-03-24 15:44:08 +01:00
|
|
|
"system-deps",
|
2020-12-06 01:16:31 +01:00
|
|
|
]
|
|
|
|
|
2020-10-29 01:09:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2022-01-04 22:51:02 +01:00
|
|
|
version = "0.14.5"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-04 22:51:02 +01:00
|
|
|
checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
|
2020-10-29 01:09:40 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"typenum",
|
|
|
|
"version_check",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
2021-01-23 12:26:46 +01:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2022-04-15 00:46:56 +02:00
|
|
|
version = "0.2.6"
|
2021-01-23 12:26:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-15 00:46:56 +02:00
|
|
|
checksum = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad"
|
2021-01-23 12:26:46 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
2021-01-29 19:06:02 +01:00
|
|
|
"wasi 0.10.2+wasi-snapshot-preview1",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gettext-rs"
|
2021-06-26 10:33:43 +02:00
|
|
|
version = "0.7.0"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 10:33:43 +02:00
|
|
|
checksum = "e49ea8a8fad198aaa1f9655a2524b64b70eb06b2f3ff37da407566c93054f364"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"gettext-sys",
|
|
|
|
"locale_config",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gettext-sys"
|
2022-03-24 15:44:08 +01:00
|
|
|
version = "0.21.3"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 15:44:08 +01:00
|
|
|
checksum = "c63ce2e00f56a206778276704bbe38564c8695249fdc8f354b4ef71c57c3839d"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"cc",
|
2021-11-14 17:21:01 +01:00
|
|
|
"temp-dir",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
2022-01-28 16:07:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ghash"
|
|
|
|
version = "0.4.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"
|
|
|
|
dependencies = [
|
|
|
|
"opaque-debug",
|
2022-04-17 00:38:17 +02:00
|
|
|
"polyval",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gio"
|
2022-04-27 15:27:28 +02:00
|
|
|
version = "0.15.11"
|
2022-01-16 18:07:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-27 15:27:28 +02:00
|
|
|
checksum = "0f132be35e05d9662b9fa0fee3f349c6621f7782e0105917f4cc73c1bf47eceb"
|
2020-10-28 01:52:54 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"bitflags",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"gio-sys",
|
|
|
|
"glib",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"thiserror",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gio-sys"
|
2022-03-24 15:44:08 +01:00
|
|
|
version = "0.15.10"
|
2022-01-16 18:07:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 15:44:08 +01:00
|
|
|
checksum = "32157a475271e2c4a023382e9cab31c4584ee30a97da41d3c4e9fdd605abcf8d"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
|
|
|
"libc",
|
2022-03-24 15:44:08 +01:00
|
|
|
"system-deps",
|
2020-12-03 15:10:24 +01:00
|
|
|
"winapi",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glib"
|
2022-04-27 15:27:28 +02:00
|
|
|
version = "0.15.11"
|
2022-01-16 18:07:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-27 15:27:28 +02:00
|
|
|
checksum = "bd124026a2fa8c33a3d17a3fe59c103f2d9fa5bd92c19e029e037736729abeab"
|
2020-10-28 01:52:54 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"bitflags",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-task",
|
|
|
|
"glib-macros",
|
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"smallvec",
|
2022-01-04 22:51:02 +01:00
|
|
|
"thiserror",
|
2020-10-28 01:52:54 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glib-macros"
|
2022-04-27 15:27:28 +02:00
|
|
|
version = "0.15.11"
|
2022-01-16 18:07:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-27 15:27:28 +02:00
|
|
|
checksum = "25a68131a662b04931e71891fb14aaf65ee4b44d08e8abc10f49e77418c86c64"
|
2020-10-28 01:52:54 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"anyhow",
|
2022-03-24 15:44:08 +01:00
|
|
|
"heck",
|
2022-04-27 15:27:28 +02:00
|
|
|
"proc-macro-crate",
|
2020-12-03 15:10:24 +01:00
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glib-sys"
|
2022-03-24 15:44:08 +01:00
|
|
|
version = "0.15.10"
|
2022-01-16 18:07:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 15:44:08 +01:00
|
|
|
checksum = "ef4b192f8e65e9cf76cbf4ea71fa8e3be4a0e18ffe3d68b8da6836974cc5bad4"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"libc",
|
2022-03-24 15:44:08 +01:00
|
|
|
"system-deps",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
2022-01-05 10:34:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
|
|
|
|
2020-10-29 01:09:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "gobject-sys"
|
2022-03-24 15:44:08 +01:00
|
|
|
version = "0.15.10"
|
2022-01-16 18:07:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 15:44:08 +01:00
|
|
|
checksum = "0d57ce44246becd17153bd035ab4d32cfee096a657fc01f2231c9278378d1e0a"
|
2020-10-29 01:09:40 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"glib-sys",
|
|
|
|
"libc",
|
2022-03-24 15:44:08 +01:00
|
|
|
"system-deps",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
2019-09-03 00:07:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-10-28 01:52:54 +01:00
|
|
|
name = "graphene-rs"
|
2022-01-16 18:07:05 +01:00
|
|
|
version = "0.15.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7c54f9fbbeefdb62c99f892dfca35f83991e2cb5b46a8dc2a715e58612f85570"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"glib",
|
|
|
|
"graphene-sys",
|
|
|
|
"libc",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-10-28 01:52:54 +01:00
|
|
|
name = "graphene-sys"
|
2022-03-24 15:44:08 +01:00
|
|
|
version = "0.15.10"
|
2022-01-16 18:07:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 15:44:08 +01:00
|
|
|
checksum = "fa691fc7337ba1df599afb55c3bcb85c04f1b3f17362570e9bb0ff0d1bc3028a"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"glib-sys",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
2022-03-24 15:44:08 +01:00
|
|
|
"system-deps",
|
2020-10-28 01:52:54 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gsk4"
|
2022-06-06 09:41:26 +02:00
|
|
|
version = "0.4.8"
|
2022-01-16 18:07:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-06 09:41:26 +02:00
|
|
|
checksum = "05e9020d333280b3aa38d496495bfa9b50712eebf1ad63f0ec5bcddb5eb61be4"
|
2020-10-28 01:52:54 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"bitflags",
|
|
|
|
"cairo-rs",
|
|
|
|
"gdk4",
|
|
|
|
"glib",
|
|
|
|
"graphene-rs",
|
|
|
|
"gsk4-sys",
|
|
|
|
"libc",
|
|
|
|
"pango",
|
2020-10-28 01:52:54 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gsk4-sys"
|
2022-06-06 09:41:26 +02:00
|
|
|
version = "0.4.8"
|
2022-01-16 18:07:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-06 09:41:26 +02:00
|
|
|
checksum = "7add39ccf60078508c838643a2dcc91f045c46ed63b5ea6ab701b2e25bda3fea"
|
2020-10-28 01:52:54 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"cairo-sys-rs",
|
|
|
|
"gdk4-sys",
|
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
|
|
|
"graphene-sys",
|
|
|
|
"libc",
|
|
|
|
"pango-sys",
|
2022-03-24 15:44:08 +01:00
|
|
|
"system-deps",
|
2022-01-05 10:34:08 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gst-plugin-gtk4"
|
2022-03-24 15:44:08 +01:00
|
|
|
version = "0.1.1"
|
2022-01-16 18:07:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 15:44:08 +01:00
|
|
|
checksum = "e62e047edb1932887c20105c681203d138ebeb61b83b9e0b368cdec1d0fbc0cc"
|
2022-01-05 10:34:08 +01:00
|
|
|
dependencies = [
|
|
|
|
"fragile",
|
|
|
|
"gst-plugin-version-helper",
|
|
|
|
"gstreamer",
|
|
|
|
"gstreamer-base",
|
|
|
|
"gstreamer-video",
|
|
|
|
"gtk4",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gst-plugin-version-helper"
|
2022-01-16 18:07:05 +01:00
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3a6a4dd1cb931cc6b49af354a68f21b3aee46b5b07370215d942f3a71542123f"
|
2022-01-05 10:34:08 +01:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
2020-10-28 01:52:54 +01:00
|
|
|
]
|
|
|
|
|
2021-01-23 01:41:57 +01:00
|
|
|
[[package]]
|
|
|
|
name = "gstreamer"
|
2022-04-27 15:27:28 +02:00
|
|
|
version = "0.18.8"
|
2022-01-16 18:07:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-27 15:27:28 +02:00
|
|
|
checksum = "d66363bacf5e4f6eb281564adc2902e44c52ae5c45082423e7439e9012b75456"
|
2021-01-23 01:41:57 +01:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"glib",
|
|
|
|
"gstreamer-sys",
|
|
|
|
"libc",
|
|
|
|
"muldiv",
|
2021-01-29 19:06:02 +01:00
|
|
|
"num-integer",
|
2021-03-12 02:47:34 +01:00
|
|
|
"num-rational 0.4.0",
|
2021-01-23 01:41:57 +01:00
|
|
|
"once_cell",
|
2021-11-14 17:21:01 +01:00
|
|
|
"option-operations",
|
2021-01-23 01:41:57 +01:00
|
|
|
"paste",
|
|
|
|
"pretty-hex",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gstreamer-base"
|
2021-11-14 17:21:01 +01:00
|
|
|
version = "0.18.0"
|
2022-01-16 18:07:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "224f35f36582407caf58ded74854526beeecc23d0cf64b8d1c3e00584ed6863f"
|
2021-01-23 01:41:57 +01:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"glib",
|
|
|
|
"gstreamer",
|
|
|
|
"gstreamer-base-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gstreamer-base-sys"
|
2021-11-14 17:21:01 +01:00
|
|
|
version = "0.18.0"
|
2022-01-16 18:07:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a083493c3c340e71fa7c66eebda016e9fafc03eb1b4804cf9b2bad61994b078e"
|
2021-01-23 01:41:57 +01:00
|
|
|
dependencies = [
|
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
|
|
|
"gstreamer-sys",
|
|
|
|
"libc",
|
2022-03-24 15:44:08 +01:00
|
|
|
"system-deps",
|
2021-01-23 01:41:57 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gstreamer-sys"
|
2021-11-14 17:21:01 +01:00
|
|
|
version = "0.18.0"
|
2022-01-16 18:07:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e3517a65d3c2e6f8905b456eba5d53bda158d664863aef960b44f651cb7d33e2"
|
2021-01-23 01:41:57 +01:00
|
|
|
dependencies = [
|
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
|
|
|
"libc",
|
2022-03-24 15:44:08 +01:00
|
|
|
"system-deps",
|
2022-01-05 10:34:08 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gstreamer-video"
|
2022-04-15 00:46:56 +02:00
|
|
|
version = "0.18.7"
|
2022-01-16 18:07:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-15 00:46:56 +02:00
|
|
|
checksum = "9418adfc72dafa1ad9eb106527ce4804887d101027c4528ec28c7d29cc899519"
|
2022-01-05 10:34:08 +01:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"futures-channel",
|
|
|
|
"glib",
|
|
|
|
"gstreamer",
|
|
|
|
"gstreamer-base",
|
|
|
|
"gstreamer-video-sys",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gstreamer-video-sys"
|
2022-03-24 15:44:08 +01:00
|
|
|
version = "0.18.3"
|
2022-01-16 18:07:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 15:44:08 +01:00
|
|
|
checksum = "33331b1675e73b5b000c796354278eca7fdde9327015971d9f41afe28b96e0dc"
|
2022-01-05 10:34:08 +01:00
|
|
|
dependencies = [
|
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
|
|
|
"gstreamer-base-sys",
|
|
|
|
"gstreamer-sys",
|
|
|
|
"libc",
|
2022-03-24 15:44:08 +01:00
|
|
|
"system-deps",
|
2021-01-23 01:41:57 +01:00
|
|
|
]
|
|
|
|
|
2020-10-28 01:52:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "gtk-macros"
|
2021-06-26 10:33:43 +02:00
|
|
|
version = "0.3.0"
|
2020-10-28 01:52:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 10:33:43 +02:00
|
|
|
checksum = "da5bf7748fd4cd0b2490df8debcc911809dbcbee4ece9531b96c29a9c729de5a"
|
2020-10-28 01:52:54 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gtk4"
|
2022-06-06 09:41:26 +02:00
|
|
|
version = "0.4.8"
|
2022-01-16 18:07:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-06 09:41:26 +02:00
|
|
|
checksum = "c64f0c2a3d80e899dc3febddad5bac193ffcf74a0fd7e31037f30dd34d6f7396"
|
2020-12-03 15:10:24 +01:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cairo-rs",
|
|
|
|
"field-offset",
|
2021-01-14 12:40:47 -08:00
|
|
|
"futures-channel",
|
2020-12-03 15:10:24 +01:00
|
|
|
"gdk-pixbuf",
|
|
|
|
"gdk4",
|
|
|
|
"gio",
|
|
|
|
"glib",
|
|
|
|
"graphene-rs",
|
|
|
|
"gsk4",
|
|
|
|
"gtk4-macros",
|
|
|
|
"gtk4-sys",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"pango",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gtk4-macros"
|
2022-06-06 09:41:26 +02:00
|
|
|
version = "0.4.8"
|
2022-01-16 18:07:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-06 09:41:26 +02:00
|
|
|
checksum = "fafbcc920af4eb677d7d164853e7040b9de5a22379c596f570190c675d45f7a7"
|
2020-12-03 15:10:24 +01:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2022-04-27 15:27:28 +02:00
|
|
|
"proc-macro-crate",
|
2020-12-03 15:10:24 +01:00
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
2022-03-24 15:44:08 +01:00
|
|
|
"quick-xml",
|
2020-12-03 15:10:24 +01:00
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-10-28 01:52:54 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gtk4-sys"
|
2022-06-06 09:41:26 +02:00
|
|
|
version = "0.4.8"
|
2022-01-16 18:07:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-06 09:41:26 +02:00
|
|
|
checksum = "5bc8006eea634b7c72da3ff79e24606e45f21b3b832a3c5a1f543f5f97eb0f63"
|
2020-11-08 05:48:55 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"cairo-sys-rs",
|
|
|
|
"gdk-pixbuf-sys",
|
|
|
|
"gdk4-sys",
|
|
|
|
"gio-sys",
|
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
|
|
|
"graphene-sys",
|
|
|
|
"gsk4-sys",
|
|
|
|
"libc",
|
|
|
|
"pango-sys",
|
2022-03-24 15:44:08 +01:00
|
|
|
"system-deps",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
2022-04-17 00:38:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
|
|
|
version = "0.3.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"indexmap",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
|
|
|
|
2022-01-04 22:51:02 +01:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
|
|
|
|
|
2020-10-28 07:07:31 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-06-26 10:33:43 +02:00
|
|
|
version = "0.1.19"
|
2020-10-28 07:07:31 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 10:33:43 +02:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2020-10-28 07:07:31 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"libc",
|
2020-10-28 07:07:31 +01:00
|
|
|
]
|
|
|
|
|
2020-12-06 03:02:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
2021-03-12 02:47:34 +01:00
|
|
|
version = "0.4.3"
|
2020-12-06 03:02:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-12 02:47:34 +01:00
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
2022-01-28 16:07:53 +01:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2020-12-06 03:02:40 +01:00
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
2020-10-29 01:09:40 +01:00
|
|
|
name = "hkdf"
|
2022-04-27 15:27:28 +02:00
|
|
|
version = "0.12.3"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-27 15:27:28 +02:00
|
|
|
checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2022-04-27 15:27:28 +02:00
|
|
|
"hmac",
|
2022-01-28 16:07:53 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
2022-03-24 15:44:08 +01:00
|
|
|
version = "0.12.1"
|
2022-01-28 16:07:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 15:44:08 +01:00
|
|
|
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
2022-01-28 16:07:53 +01:00
|
|
|
dependencies = [
|
2022-04-27 15:27:28 +02:00
|
|
|
"digest",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-10-29 01:09:40 +01:00
|
|
|
name = "http"
|
2022-04-27 15:27:28 +02:00
|
|
|
version = "0.2.7"
|
2020-10-28 07:07:31 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-27 15:27:28 +02:00
|
|
|
checksum = "ff8670570af52249509a86f5e3e18a08c60b177071826898fde8997cf5f6bfbb"
|
2020-10-29 01:09:40 +01:00
|
|
|
dependencies = [
|
2022-04-17 00:38:17 +02:00
|
|
|
"bytes",
|
2020-12-03 15:10:24 +01:00
|
|
|
"fnv",
|
2022-01-23 20:48:29 +01:00
|
|
|
"itoa",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
2020-10-28 07:07:31 +01:00
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
2022-04-17 00:38:17 +02:00
|
|
|
name = "http-body"
|
2022-05-28 22:22:46 +02:00
|
|
|
version = "0.4.5"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-28 22:22:46 +02:00
|
|
|
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2022-04-17 00:38:17 +02:00
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"pin-project-lite",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-04-17 00:38:17 +02:00
|
|
|
name = "httparse"
|
2022-04-27 15:27:28 +02:00
|
|
|
version = "1.7.1"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-27 15:27:28 +02:00
|
|
|
checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c"
|
2022-04-17 00:38:17 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
2022-01-05 10:34:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
|
|
2022-04-17 00:38:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2022-05-28 22:22:46 +02:00
|
|
|
version = "0.14.19"
|
2022-04-17 00:38:17 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-28 22:22:46 +02:00
|
|
|
checksum = "42dc3c131584288d375f2d07f822b0cb012d8c6fb899a5b9fdb3cb7eb9b6004f"
|
2022-04-17 00:38:17 +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-tls"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"hyper",
|
|
|
|
"native-tls",
|
|
|
|
"tokio",
|
|
|
|
"tokio-native-tls",
|
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2021-06-26 10:33:43 +02:00
|
|
|
version = "0.2.3"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 10:33:43 +02:00
|
|
|
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
2020-10-28 18:04:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "image"
|
2021-03-12 02:47:34 +01:00
|
|
|
version = "0.23.14"
|
2020-10-28 18:04:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-12 02:47:34 +01:00
|
|
|
checksum = "24ffcb7e7244a9bf19d35bf2883b9c080c4ced3c07a9895572178cdb8f13f6a1"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"bytemuck",
|
|
|
|
"byteorder",
|
|
|
|
"color_quant",
|
|
|
|
"num-iter",
|
2021-03-12 02:47:34 +01:00
|
|
|
"num-rational 0.3.2",
|
2020-12-03 15:10:24 +01:00
|
|
|
"num-traits",
|
2022-03-24 15:44:08 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "image"
|
2022-04-27 15:27:28 +02:00
|
|
|
version = "0.24.2"
|
2022-03-24 15:44:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-27 15:27:28 +02:00
|
|
|
checksum = "28edd9d7bc256be2502e325ac0628bde30b7001b9b52e0abe31a1a9dc2701212"
|
2022-03-24 15:44:08 +01:00
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
"byteorder",
|
|
|
|
"color_quant",
|
|
|
|
"num-iter",
|
|
|
|
"num-rational 0.4.0",
|
|
|
|
"num-traits",
|
2020-12-03 15:10:24 +01:00
|
|
|
"png",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
2022-04-17 00:38:17 +02:00
|
|
|
name = "indexmap"
|
2022-05-28 22:22:46 +02:00
|
|
|
version = "1.8.2"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-28 22:22:46 +02:00
|
|
|
checksum = "e6012d540c5baa3589337a98ce73408de9b5a25ec9fc2c6fd6be8f0d39e0ca5a"
|
2022-04-17 00:38:17 +02:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"hashbrown",
|
|
|
|
]
|
2019-09-03 00:07:06 +00:00
|
|
|
|
2022-03-24 15:44:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "inout"
|
2022-04-15 00:46:56 +02:00
|
|
|
version = "0.1.3"
|
2022-03-24 15:44:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-15 00:46:56 +02:00
|
|
|
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
|
2022-03-24 15:44:08 +01:00
|
|
|
dependencies = [
|
2022-04-27 15:27:28 +02:00
|
|
|
"block-padding",
|
2022-03-24 15:44:08 +01:00
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
2020-10-28 07:07:31 +01:00
|
|
|
name = "instant"
|
2021-11-14 17:21:01 +01:00
|
|
|
version = "0.1.12"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-14 17:21:01 +01:00
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
2020-10-28 07:07:31 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"cfg-if 1.0.0",
|
2020-10-28 07:07:31 +01:00
|
|
|
]
|
2019-09-03 00:07:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
2022-04-17 00:38:17 +02:00
|
|
|
name = "ipnet"
|
2022-04-17 03:34:50 +02:00
|
|
|
version = "2.5.0"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-17 03:34:50 +02:00
|
|
|
checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
2022-01-04 22:51:02 +01:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2022-05-28 22:22:46 +02:00
|
|
|
version = "1.0.2"
|
2022-01-04 22:51:02 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-28 22:22:46 +02:00
|
|
|
checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
|
2022-01-04 22:51:02 +01:00
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2022-04-15 00:46:56 +02:00
|
|
|
version = "0.3.57"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-15 00:46:56 +02:00
|
|
|
checksum = "671a26f820db17c2a2750743f1dd03bafd15b98c9f30c7c2628c024c05d73397"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"wasm-bindgen",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
2022-01-05 10:34:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
2021-01-21 18:56:56 +01:00
|
|
|
name = "libadwaita"
|
2022-03-24 15:44:08 +01:00
|
|
|
version = "0.1.1"
|
2022-01-16 18:07:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 15:44:08 +01:00
|
|
|
checksum = "f2ae453d28e3b91f03749f02b1531e8cfe315a1d0762b77a61797d2ab80bb87d"
|
2020-12-03 15:10:24 +01:00
|
|
|
dependencies = [
|
|
|
|
"gdk-pixbuf",
|
|
|
|
"gdk4",
|
|
|
|
"gio",
|
|
|
|
"glib",
|
|
|
|
"gtk4",
|
2021-01-21 18:56:56 +01:00
|
|
|
"libadwaita-sys",
|
2020-12-03 15:10:24 +01:00
|
|
|
"libc",
|
2021-11-14 17:21:01 +01:00
|
|
|
"once_cell",
|
2020-12-03 15:10:24 +01:00
|
|
|
"pango",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-01-21 18:56:56 +01:00
|
|
|
name = "libadwaita-sys"
|
2022-01-16 18:07:05 +01:00
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f18b6ac4cadd252a89f5cba0a5a4e99836131795d6fad37b859ac79e8cb7d2c8"
|
2020-11-08 05:48:55 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"gdk4-sys",
|
|
|
|
"gio-sys",
|
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
|
|
|
"gtk4-sys",
|
|
|
|
"libc",
|
2022-03-24 15:44:08 +01:00
|
|
|
"system-deps",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
2021-01-21 18:56:56 +01:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2022-05-28 22:22:46 +02:00
|
|
|
version = "0.2.126"
|
2020-12-06 01:16:31 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-28 22:22:46 +02:00
|
|
|
checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
|
2020-12-06 01:16:31 +01:00
|
|
|
|
2022-01-05 10:34:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2022-01-16 18:07:05 +01:00
|
|
|
version = "0.7.3"
|
2022-01-05 10:34:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-16 18:07:05 +01:00
|
|
|
checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
|
2022-01-05 10:34:08 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libspa"
|
2022-03-24 15:44:08 +01:00
|
|
|
version = "0.5.0"
|
2022-01-05 10:34:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 15:44:08 +01:00
|
|
|
checksum = "a8bb02bbc8d550e2f0a31989c61e1ac3c883bab2edee49ffcb5d5ca18266786d"
|
2022-01-05 10:34:08 +01:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cc",
|
|
|
|
"cookie-factory",
|
|
|
|
"errno",
|
|
|
|
"libc",
|
|
|
|
"libspa-sys",
|
2022-03-24 15:44:08 +01:00
|
|
|
"nom",
|
|
|
|
"system-deps",
|
2022-01-05 10:34:08 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libspa-sys"
|
2022-03-24 15:44:08 +01:00
|
|
|
version = "0.5.0"
|
2022-01-05 10:34:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 15:44:08 +01:00
|
|
|
checksum = "9e8d2e38d6cdd10d7d78eb0cb409c127cf16da2c296d9623375551e309616d4d"
|
2022-01-05 10:34:08 +01:00
|
|
|
dependencies = [
|
|
|
|
"bindgen",
|
2022-03-24 15:44:08 +01:00
|
|
|
"system-deps",
|
2022-01-05 10:34:08 +01:00
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libsqlite3-sys"
|
2021-06-26 10:33:43 +02:00
|
|
|
version = "0.22.2"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 10:33:43 +02:00
|
|
|
checksum = "290b64917f8b0cb885d9de0f9959fe1f775d7fa12f1da2db9001c1c8ab60f89d"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "locale_config"
|
2020-10-28 01:52:54 +01:00
|
|
|
version = "0.3.0"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "08d2c35b16f4483f6c26f0e4e9550717a2f6575bcd6f12a53ff0c490a94a6934"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"lazy_static",
|
|
|
|
"objc",
|
|
|
|
"objc-foundation",
|
|
|
|
"regex",
|
|
|
|
"winapi",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2022-04-15 00:46:56 +02:00
|
|
|
version = "0.4.7"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-15 00:46:56 +02:00
|
|
|
checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2022-04-15 00:46:56 +02:00
|
|
|
"autocfg",
|
2020-12-03 15:10:24 +01:00
|
|
|
"scopeguard",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2022-05-28 22:22:46 +02:00
|
|
|
version = "0.4.17"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-28 22:22:46 +02:00
|
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2021-01-27 15:03:07 +01:00
|
|
|
"cfg-if 1.0.0",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
2020-10-28 01:52:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "malloc_buf"
|
|
|
|
version = "0.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
|
2020-10-28 01:52:54 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"libc",
|
2020-10-28 01:52:54 +01:00
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2021-11-14 17:21:01 +01:00
|
|
|
version = "0.1.9"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-14 17:21:01 +01:00
|
|
|
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2022-05-28 22:22:46 +02:00
|
|
|
version = "2.5.0"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-28 22:22:46 +02:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
2020-12-03 15:10:24 +01:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2022-01-04 22:51:02 +01:00
|
|
|
version = "0.6.5"
|
2020-12-03 15:10:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-04 22:51:02 +01:00
|
|
|
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2020-12-14 23:12:33 +01:00
|
|
|
"autocfg",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "migrations_internals"
|
2020-10-28 07:07:31 +01:00
|
|
|
version = "1.4.1"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "2b4fc84e4af020b837029e017966f86a1c2d5e83e64b589963d5047525995860"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"diesel",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "migrations_macros"
|
2020-10-28 07:07:31 +01:00
|
|
|
version = "1.4.2"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "9753f12909fd8d923f75ae5c3258cae1ed3c8ec052e1b38c93c21a6d157f789c"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"migrations_internals",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2020-10-28 07:07:31 +01:00
|
|
|
version = "0.3.16"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
2022-01-05 10:34:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
2020-10-28 18:04:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2022-05-31 20:20:38 +02:00
|
|
|
version = "0.5.3"
|
2020-10-28 18:04:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-31 20:20:38 +02:00
|
|
|
checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"adler",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
2022-04-17 00:38:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2022-05-28 22:22:46 +02:00
|
|
|
version = "0.8.3"
|
2022-04-17 00:38:17 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-28 22:22:46 +02:00
|
|
|
checksum = "713d550d9b44d89174e066b7a6217ae06234c10cb47819a88290d2b353c31799"
|
2022-04-17 00:38:17 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2022-05-28 22:22:46 +02:00
|
|
|
"windows-sys",
|
2022-04-17 00:38:17 +02:00
|
|
|
]
|
|
|
|
|
2021-01-23 01:41:57 +01:00
|
|
|
[[package]]
|
|
|
|
name = "muldiv"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b5136edda114182728ccdedb9f5eda882781f35fa6e80cc360af12a8932507f3"
|
|
|
|
|
2022-04-17 00:38:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "native-tls"
|
|
|
|
version = "0.2.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fd7e2f3618557f980e0b17e8856252eee3c97fa12c54dff0ca290fb6266ca4a9"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"openssl",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
"security-framework-sys",
|
|
|
|
"tempfile",
|
2022-03-24 15:44:08 +01:00
|
|
|
]
|
|
|
|
|
2022-01-05 10:34:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
|
|
|
version = "0.14.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c722bee1037d430d0f8e687bbdbf222f27cc6e4e68d5caf630857bb2b6dbdce"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cc",
|
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"libc",
|
|
|
|
"void",
|
|
|
|
]
|
|
|
|
|
2020-12-06 01:16:31 +01:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2022-01-04 22:51:02 +01:00
|
|
|
version = "0.23.1"
|
2020-12-06 01:16:31 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-04 22:51:02 +01:00
|
|
|
checksum = "9f866317acbd3a240710c63f065ffb1e4fd466259045ccb504130b7f668f35c6"
|
2021-06-26 10:33:43 +02:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cc",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"memoffset",
|
|
|
|
]
|
|
|
|
|
2022-01-05 10:34:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2022-03-24 15:44:08 +01:00
|
|
|
version = "7.1.1"
|
2022-01-05 10:34:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 15:44:08 +01:00
|
|
|
checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
|
2022-01-05 10:34:08 +01:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"minimal-lexical",
|
|
|
|
]
|
|
|
|
|
2020-11-10 04:59:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "num"
|
2022-04-27 15:27:28 +02:00
|
|
|
version = "0.4.0"
|
2020-11-10 04:59:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-27 15:27:28 +02:00
|
|
|
checksum = "43db66d1170d347f9a065114077f7dccb00c1b9478c89384490a3425279a4606"
|
2020-11-10 04:59:52 +01:00
|
|
|
dependencies = [
|
2022-04-27 15:27:28 +02:00
|
|
|
"num-bigint",
|
2020-12-03 15:10:24 +01:00
|
|
|
"num-complex",
|
|
|
|
"num-integer",
|
|
|
|
"num-iter",
|
2022-04-27 15:27:28 +02:00
|
|
|
"num-rational 0.4.0",
|
2020-12-03 15:10:24 +01:00
|
|
|
"num-traits",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
2021-06-26 10:33:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
2021-11-14 17:21:01 +01:00
|
|
|
version = "0.4.3"
|
2021-06-26 10:33:43 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-14 17:21:01 +01:00
|
|
|
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
|
2021-06-26 10:33:43 +02:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2020-11-10 04:59:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "num-complex"
|
2022-04-27 15:27:28 +02:00
|
|
|
version = "0.4.1"
|
2020-11-10 04:59:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-27 15:27:28 +02:00
|
|
|
checksum = "97fbc387afefefd5e9e39493299f3069e14a140dd34dc19b4c1c1a8fddb6a790"
|
2020-11-10 04:59:52 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"num-traits",
|
2020-11-10 04:59:52 +01:00
|
|
|
]
|
|
|
|
|
2020-10-28 18:04:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2022-04-27 15:27:28 +02:00
|
|
|
version = "0.1.45"
|
2020-10-28 18:04:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-27 15:27:28 +02:00
|
|
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2020-12-14 23:12:33 +01:00
|
|
|
"autocfg",
|
2020-12-03 15:10:24 +01:00
|
|
|
"num-traits",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-iter"
|
2022-04-27 15:27:28 +02:00
|
|
|
version = "0.1.43"
|
2020-10-28 18:04:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-27 15:27:28 +02:00
|
|
|
checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2020-12-14 23:12:33 +01:00
|
|
|
"autocfg",
|
2020-12-03 15:10:24 +01:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
2020-11-08 05:48:55 +01:00
|
|
|
version = "0.3.2"
|
2020-10-28 18:04:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2020-12-14 23:12:33 +01:00
|
|
|
"autocfg",
|
2020-12-03 15:10:24 +01:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
2021-03-12 02:47:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2022-04-27 15:27:28 +02:00
|
|
|
"num-bigint",
|
2021-03-12 02:47:34 +01:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2020-10-28 18:04:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2022-05-28 22:22:46 +02:00
|
|
|
version = "0.2.15"
|
2020-10-28 18:04:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-28 22:22:46 +02:00
|
|
|
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2020-12-14 23:12:33 +01:00
|
|
|
"autocfg",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2022-01-04 22:51:02 +01:00
|
|
|
version = "1.13.1"
|
2020-10-28 18:04:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-04 22:51:02 +01:00
|
|
|
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
2020-10-28 01:52:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "objc"
|
|
|
|
version = "0.2.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
|
2020-10-28 01:52:54 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"malloc_buf",
|
2020-10-28 01:52:54 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "objc-foundation"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
|
2020-10-28 01:52:54 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"block",
|
|
|
|
"objc",
|
|
|
|
"objc_id",
|
2020-10-28 01:52:54 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "objc_id"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
|
2020-10-28 01:52:54 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"objc",
|
2020-10-28 01:52:54 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2022-05-28 22:22:46 +02:00
|
|
|
version = "1.12.0"
|
2020-10-28 01:52:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-28 22:22:46 +02:00
|
|
|
checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225"
|
2020-10-28 01:52:54 +01:00
|
|
|
|
2022-04-27 15:27:28 +02:00
|
|
|
[[package]]
|
|
|
|
name = "oo7"
|
2022-06-03 18:59:39 +02:00
|
|
|
version = "0.1.0-alpha.5"
|
2022-04-27 15:27:28 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-03 18:59:39 +02:00
|
|
|
checksum = "e614140b3625a16ddde5880e5c6429d4ef901883256edf496cceb62af1c7b6f8"
|
2022-04-27 15:27:28 +02:00
|
|
|
dependencies = [
|
|
|
|
"aes 0.8.1",
|
|
|
|
"byteorder",
|
|
|
|
"cbc",
|
|
|
|
"cipher 0.4.3",
|
|
|
|
"digest",
|
|
|
|
"dirs",
|
|
|
|
"futures",
|
|
|
|
"hkdf",
|
|
|
|
"hmac",
|
|
|
|
"num",
|
|
|
|
"once_cell",
|
|
|
|
"pbkdf2",
|
|
|
|
"rand",
|
|
|
|
"serde",
|
|
|
|
"sha2",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
"zbus",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2020-10-29 01:09:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
|
|
|
version = "0.3.0"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
2022-04-17 00:38:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2022-05-28 22:22:46 +02:00
|
|
|
version = "0.10.40"
|
2022-04-17 00:38:17 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-28 22:22:46 +02:00
|
|
|
checksum = "fb81a6430ac911acb25fe5ac8f1d2af1b4ea8a4fdfda0f1ee4292af2e2d8eb0e"
|
2022-04-17 00:38:17 +02:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"foreign-types",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
2022-05-28 22:22:46 +02:00
|
|
|
"openssl-macros",
|
2022-04-17 00:38:17 +02:00
|
|
|
"openssl-sys",
|
|
|
|
]
|
|
|
|
|
2022-05-28 22:22:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
2022-01-16 18:07:05 +01:00
|
|
|
version = "0.1.5"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-16 18:07:05 +01:00
|
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2022-06-03 18:59:39 +02:00
|
|
|
version = "0.9.74"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-03 18:59:39 +02:00
|
|
|
checksum = "835363342df5fba8354c5b453325b110ffd54044e588c539cf2f20a8014e4cb1"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-14 23:12:33 +01:00
|
|
|
"autocfg",
|
2020-12-03 15:10:24 +01:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-14 17:21:01 +01:00
|
|
|
name = "option-operations"
|
|
|
|
version = "0.4.0"
|
2021-06-29 00:23:20 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-14 17:21:01 +01:00
|
|
|
checksum = "95d6113415f41b268f1195907427519769e40ee6f28cbb053795098a2c16f447"
|
|
|
|
dependencies = [
|
|
|
|
"paste",
|
|
|
|
]
|
|
|
|
|
2022-01-04 22:51:02 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ordered-stream"
|
|
|
|
version = "0.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "44630c059eacfd6e08bdaa51b1db2ce33119caa4ddc1235e923109aa5f25ccb1"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2021-11-14 17:21:01 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pango"
|
2022-03-24 15:44:08 +01:00
|
|
|
version = "0.15.10"
|
2022-01-16 18:07:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 15:44:08 +01:00
|
|
|
checksum = "22e4045548659aee5313bde6c582b0d83a627b7904dd20dc2d9ef0895d414e4f"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"bitflags",
|
|
|
|
"glib",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"pango-sys",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pango-sys"
|
2022-03-24 15:44:08 +01:00
|
|
|
version = "0.15.10"
|
2022-01-16 18:07:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 15:44:08 +01:00
|
|
|
checksum = "d2a00081cde4661982ed91d80ef437c20eacaf6aa1a5962c0279ae194662c3aa"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
|
|
|
"libc",
|
2022-03-24 15:44:08 +01:00
|
|
|
"system-deps",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
2020-10-29 01:09:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "parking"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
|
2020-10-29 01:09:40 +01:00
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2021-11-14 17:21:01 +01:00
|
|
|
version = "0.11.2"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-14 17:21:01 +01:00
|
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"instant",
|
|
|
|
"lock_api",
|
2022-05-28 22:22:46 +02:00
|
|
|
"parking_lot_core 0.8.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2022-05-31 20:20:38 +02:00
|
|
|
version = "0.12.1"
|
2022-05-28 22:22:46 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-31 20:20:38 +02:00
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
2022-05-28 22:22:46 +02:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core 0.9.3",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2021-11-14 17:21:01 +01:00
|
|
|
version = "0.8.5"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-14 17:21:01 +01:00
|
|
|
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-05 20:43:52 +01:00
|
|
|
"cfg-if 1.0.0",
|
2020-12-03 15:10:24 +01:00
|
|
|
"instant",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
|
|
|
"winapi",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
2022-05-28 22:22:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
2022-04-27 15:27:28 +02:00
|
|
|
[[package]]
|
|
|
|
name = "password-hash"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e029e94abc8fb0065241c308f1ac6bc8d20f450e8f7c5f0b25cd9b8d526ba294"
|
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
|
|
|
"rand_core",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2021-01-23 01:41:57 +01:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2022-04-15 00:46:56 +02:00
|
|
|
version = "1.0.7"
|
2021-01-23 01:41:57 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-15 00:46:56 +02:00
|
|
|
checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"
|
2021-01-23 01:41:57 +01:00
|
|
|
|
2022-01-28 16:07:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pbkdf2"
|
2022-03-24 15:44:08 +01:00
|
|
|
version = "0.11.0"
|
2022-01-28 16:07:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 15:44:08 +01:00
|
|
|
checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
|
2022-01-28 16:07:53 +01:00
|
|
|
dependencies = [
|
2022-04-27 15:27:28 +02:00
|
|
|
"digest",
|
|
|
|
"hmac",
|
|
|
|
"password-hash",
|
|
|
|
"sha2",
|
2022-01-28 16:07:53 +01:00
|
|
|
]
|
|
|
|
|
2022-01-05 10:34:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "peeking_take_while"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
2020-10-28 07:07:31 +01:00
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.1.0"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
2021-03-12 02:47:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
|
|
|
version = "2.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
|
|
|
|
dependencies = [
|
|
|
|
"ucd-trie",
|
|
|
|
]
|
|
|
|
|
2020-10-28 07:07:31 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2022-04-27 15:27:28 +02:00
|
|
|
version = "0.2.9"
|
2020-12-03 15:10:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-27 15:27:28 +02:00
|
|
|
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
|
2020-10-28 07:07:31 +01:00
|
|
|
|
2020-10-28 01:52:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
2020-10-28 01:52:54 +01:00
|
|
|
|
2022-01-05 10:34:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pipewire"
|
2022-05-28 22:22:46 +02:00
|
|
|
version = "0.5.0"
|
2022-01-05 10:34:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-28 22:22:46 +02:00
|
|
|
checksum = "d80fef8219c37f479f3d62d70167f3daaa90b71a083f7fd88d69e49f05f0ecdc"
|
2022-01-05 10:34:08 +01:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"bitflags",
|
|
|
|
"errno",
|
|
|
|
"libc",
|
|
|
|
"libspa",
|
|
|
|
"libspa-sys",
|
|
|
|
"once_cell",
|
|
|
|
"pipewire-sys",
|
|
|
|
"signal",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pipewire-sys"
|
2022-03-24 15:44:08 +01:00
|
|
|
version = "0.5.0"
|
2022-01-05 10:34:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 15:44:08 +01:00
|
|
|
checksum = "3f6d4262ea1fd3b01786046d1892cc49e9578d872faf8723d95dc7affc810ee4"
|
2022-01-05 10:34:08 +01:00
|
|
|
dependencies = [
|
|
|
|
"bindgen",
|
|
|
|
"libspa-sys",
|
2022-03-24 15:44:08 +01:00
|
|
|
"system-deps",
|
2022-01-05 10:34:08 +01:00
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2022-04-15 00:46:56 +02:00
|
|
|
version = "0.3.25"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-15 00:46:56 +02:00
|
|
|
checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
2020-10-28 18:04:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "png"
|
2022-03-24 15:44:08 +01:00
|
|
|
version = "0.17.5"
|
2020-10-28 18:04:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 15:44:08 +01:00
|
|
|
checksum = "dc38c0ad57efb786dd57b9864e5b18bae478c00c824dc55a38bbc9da95dde3ba"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"bitflags",
|
|
|
|
"crc32fast",
|
|
|
|
"deflate",
|
2022-04-15 00:46:56 +02:00
|
|
|
"miniz_oxide",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
2020-10-29 01:09:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "polling"
|
2021-11-14 17:21:01 +01:00
|
|
|
version = "2.2.0"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-14 17:21:01 +01:00
|
|
|
checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"
|
2020-10-29 01:09:40 +01:00
|
|
|
dependencies = [
|
2021-03-23 20:05:58 +01:00
|
|
|
"cfg-if 1.0.0",
|
2020-12-03 15:10:24 +01:00
|
|
|
"libc",
|
|
|
|
"log",
|
2021-06-26 10:33:43 +02:00
|
|
|
"wepoll-ffi",
|
2020-12-03 15:10:24 +01:00
|
|
|
"winapi",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
2022-01-28 16:07:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "polyval"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"cpufeatures",
|
|
|
|
"opaque-debug",
|
|
|
|
"universal-hash",
|
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2022-01-04 22:51:02 +01:00
|
|
|
version = "0.2.16"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-04 22:51:02 +01:00
|
|
|
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
2021-01-23 01:41:57 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pretty-hex"
|
2022-04-27 15:27:28 +02:00
|
|
|
version = "0.3.0"
|
2020-10-28 01:52:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-27 15:27:28 +02:00
|
|
|
checksum = "c6fa0831dd7cc608c38a5e323422a0077678fa5744aa2be4ad91c4ece8eec8d5"
|
2020-10-28 01:52:54 +01:00
|
|
|
|
2021-06-26 10:33:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
2022-03-24 15:44:08 +01:00
|
|
|
version = "1.1.3"
|
2021-06-26 10:33:43 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 15:44:08 +01:00
|
|
|
checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"
|
2021-06-26 10:33:43 +02:00
|
|
|
dependencies = [
|
|
|
|
"thiserror",
|
|
|
|
"toml",
|
|
|
|
]
|
|
|
|
|
2020-10-28 01:52:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
2020-10-28 01:52:54 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"version_check",
|
2020-10-28 01:52:54 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
2020-10-28 01:52:54 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
2020-10-28 01:52:54 +01:00
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2022-05-28 22:22:46 +02:00
|
|
|
version = "1.0.39"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-28 22:22:46 +02:00
|
|
|
checksum = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2022-05-28 22:22:46 +02:00
|
|
|
"unicode-ident",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
2020-12-09 01:20:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "qrcode"
|
|
|
|
version = "0.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "16d2f1455f3630c6e5107b4f2b94e74d76dea80736de0981fd27644216cff57f"
|
|
|
|
dependencies = [
|
|
|
|
"checked_int_cast",
|
2022-03-24 15:44:08 +01:00
|
|
|
"image 0.23.14",
|
2020-12-09 01:20:36 +01:00
|
|
|
]
|
|
|
|
|
2020-10-29 01:09:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "quick-xml"
|
2021-03-19 17:06:17 +09:00
|
|
|
version = "0.22.0"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-19 17:06:17 +09:00
|
|
|
checksum = "8533f14c8382aaad0d592c812ac3b826162128b65662331e1127b45c3d18536b"
|
2020-10-29 01:09:40 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"memchr",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2022-04-15 00:46:56 +02:00
|
|
|
version = "1.0.18"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-15 00:46:56 +02:00
|
|
|
checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"proc-macro2",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "r2d2"
|
2020-10-28 07:07:31 +01:00
|
|
|
version = "0.8.9"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "545c5bc2b880973c9c10e4067418407a0ccaa3091781d1671d46eb35107cb26f"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"log",
|
2022-05-28 22:22:46 +02:00
|
|
|
"parking_lot 0.11.2",
|
2020-12-03 15:10:24 +01:00
|
|
|
"scheduled-thread-pool",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
2021-01-23 12:26:46 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2022-03-24 15:44:08 +01:00
|
|
|
version = "0.8.5"
|
2021-01-23 12:26:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 15:44:08 +01:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2021-01-23 12:26:46 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-04-17 00:38:17 +02:00
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
2021-01-23 12:26:46 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2021-06-26 10:33:43 +02:00
|
|
|
version = "0.3.1"
|
2021-01-23 12:26:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 10:33:43 +02:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2021-01-23 12:26:46 +01:00
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2022-04-17 00:38:17 +02:00
|
|
|
"rand_core",
|
2021-01-23 12:26:46 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2021-06-26 10:33:43 +02:00
|
|
|
version = "0.6.3"
|
2021-01-23 12:26:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 10:33:43 +02:00
|
|
|
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
|
2021-01-23 12:26:46 +01:00
|
|
|
dependencies = [
|
2022-04-17 00:38:17 +02:00
|
|
|
"getrandom",
|
2021-01-23 12:26:46 +01:00
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2022-04-15 00:46:56 +02:00
|
|
|
version = "0.2.13"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-15 00:46:56 +02:00
|
|
|
checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
|
2021-03-12 02:47:34 +01:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
2019-09-03 00:07:06 +00:00
|
|
|
|
2022-04-27 15:27:28 +02:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"redox_syscall",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2022-05-28 22:22:46 +02:00
|
|
|
version = "1.5.6"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-28 22:22:46 +02:00
|
|
|
checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2022-05-28 22:22:46 +02:00
|
|
|
version = "0.6.26"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-28 22:22:46 +02:00
|
|
|
checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
2022-04-17 00:38:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
|
|
|
version = "0.11.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "46a1f7aa4f35e5e8b4160449f51afc758f0ce6454315a9fa7d0d113e958c41eb"
|
|
|
|
dependencies = [
|
|
|
|
"base64",
|
|
|
|
"bytes",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"hyper-tls",
|
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"native-tls",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"tokio",
|
|
|
|
"tokio-native-tls",
|
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
"winreg",
|
|
|
|
]
|
|
|
|
|
2020-12-06 06:10:48 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
2021-02-05 11:12:48 +01:00
|
|
|
version = "0.16.20"
|
2020-12-06 06:10:48 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-05 11:12:48 +01:00
|
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
2020-12-06 06:10:48 +01:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
2022-04-17 03:57:49 +02:00
|
|
|
"spin",
|
2020-12-06 06:10:48 +01:00
|
|
|
"untrusted",
|
|
|
|
"web-sys",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-01-31 22:18:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "roxmltree"
|
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dbf7d7b1ea646d380d0e8153158063a6da7efe30ddbf3184042848e3f8a6f671"
|
|
|
|
dependencies = [
|
|
|
|
"xmlparser",
|
|
|
|
]
|
|
|
|
|
2021-01-23 14:36:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rust-argon2"
|
2022-01-16 18:07:05 +01:00
|
|
|
version = "1.0.0"
|
2021-01-23 14:36:34 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-16 18:07:05 +01:00
|
|
|
checksum = "b50162d19404029c1ceca6f6980fe40d45c8b369f6f44446fa14bb39573b5bb9"
|
2021-01-23 14:36:34 +01:00
|
|
|
dependencies = [
|
2021-03-12 02:47:34 +01:00
|
|
|
"base64",
|
2021-01-23 14:36:34 +01:00
|
|
|
"blake2b_simd",
|
|
|
|
"constant_time_eq",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2022-01-05 10:34:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
2021-03-12 02:47:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"
|
|
|
|
dependencies = [
|
|
|
|
"semver 0.11.0",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
2022-03-24 15:44:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
|
|
|
dependencies = [
|
2022-05-28 22:22:46 +02:00
|
|
|
"semver 1.0.9",
|
2022-03-24 15:44:08 +01:00
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2022-05-28 22:22:46 +02:00
|
|
|
version = "1.0.10"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-28 22:22:46 +02:00
|
|
|
checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
2022-01-28 16:07:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "salsa20"
|
2022-03-24 15:44:08 +01:00
|
|
|
version = "0.10.2"
|
2022-01-28 16:07:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 15:44:08 +01:00
|
|
|
checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
|
2022-01-28 16:07:53 +01:00
|
|
|
dependencies = [
|
2022-03-24 15:44:08 +01:00
|
|
|
"cipher 0.4.3",
|
2022-01-28 16:07:53 +01:00
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
2022-05-28 22:22:46 +02:00
|
|
|
version = "0.1.20"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-28 22:22:46 +02:00
|
|
|
checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"lazy_static",
|
2022-05-28 22:22:46 +02:00
|
|
|
"windows-sys",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scheduled-thread-pool"
|
2022-05-28 22:22:46 +02:00
|
|
|
version = "0.2.6"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-28 22:22:46 +02:00
|
|
|
checksum = "977a7519bff143a44f842fd07e80ad1329295bd71686457f18e496736f4bf9bf"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2022-05-31 20:20:38 +02:00
|
|
|
"parking_lot 0.12.1",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2020-10-28 07:07:31 +01:00
|
|
|
version = "1.1.0"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
2022-01-28 16:07:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "scrypt"
|
2022-03-24 15:44:08 +01:00
|
|
|
version = "0.10.0"
|
2022-01-28 16:07:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 15:44:08 +01:00
|
|
|
checksum = "9f9e24d2b632954ded8ab2ef9fea0a0c769ea56ea98bddbafbad22caeeadf45d"
|
2022-01-28 16:07:53 +01:00
|
|
|
dependencies = [
|
2022-04-27 15:27:28 +02:00
|
|
|
"hmac",
|
2022-01-28 16:07:53 +01:00
|
|
|
"pbkdf2",
|
|
|
|
"salsa20",
|
2022-04-27 15:27:28 +02:00
|
|
|
"sha2",
|
2022-01-28 16:07:53 +01:00
|
|
|
]
|
|
|
|
|
2022-01-23 20:48:29 +01:00
|
|
|
[[package]]
|
|
|
|
name = "search-provider"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "350ac7d1c6898fa22b7ac0e4fbc857997c1b5f077ece7cdb1415c13954402f17"
|
|
|
|
dependencies = [
|
|
|
|
"futures",
|
|
|
|
"serde",
|
2022-04-27 15:27:28 +02:00
|
|
|
"zbus",
|
|
|
|
"zvariant",
|
|
|
|
"zvariant_derive",
|
2020-11-10 04:59:52 +01:00
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
2022-04-17 00:38:17 +02:00
|
|
|
name = "security-framework"
|
|
|
|
version = "2.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
|
|
|
version = "2.6.1"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-17 00:38:17 +02:00
|
|
|
checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2022-04-17 00:38:17 +02:00
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
2021-03-12 02:47:34 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
|
|
|
|
dependencies = [
|
2022-04-17 00:38:17 +02:00
|
|
|
"semver-parser",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
2022-03-24 15:44:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2022-05-28 22:22:46 +02:00
|
|
|
version = "1.0.9"
|
2022-03-24 15:44:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-28 22:22:46 +02:00
|
|
|
checksum = "8cb243bdfdb5936c8dc3c45762a19d12ab4550cdc753bc247637d4ec35a040fd"
|
2022-03-24 15:44:08 +01:00
|
|
|
|
2021-03-12 02:47:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
|
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2022-05-28 22:22:46 +02:00
|
|
|
version = "1.0.137"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-28 22:22:46 +02:00
|
|
|
checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"serde_derive",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
2019-09-03 00:07:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2022-05-28 22:22:46 +02:00
|
|
|
version = "1.0.137"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-28 22:22:46 +02:00
|
|
|
checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2022-05-28 22:22:46 +02:00
|
|
|
version = "1.0.81"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-28 22:22:46 +02:00
|
|
|
checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2022-01-23 20:48:29 +01:00
|
|
|
"itoa",
|
2020-12-03 15:10:24 +01:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
2020-10-28 18:04:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "serde_repr"
|
2022-05-28 22:22:46 +02:00
|
|
|
version = "0.1.8"
|
2020-10-28 18:04:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-28 22:22:46 +02:00
|
|
|
checksum = "a2ad84e47328a31223de7fed7a4f5087f2d6ddfe586cf3ca25b7a165bc0a5aed"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
2022-01-23 20:48:29 +01:00
|
|
|
version = "0.7.1"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-23 20:48:29 +01:00
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"form_urlencoded",
|
2022-01-23 20:48:29 +01:00
|
|
|
"itoa",
|
2020-12-03 15:10:24 +01:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
2022-01-16 18:07:05 +01:00
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770"
|
|
|
|
dependencies = [
|
|
|
|
"sha1_smol",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha1_smol"
|
|
|
|
version = "1.0.0"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-16 18:07:05 +01:00
|
|
|
checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
|
2020-10-29 01:09:40 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2022-04-27 15:27:28 +02:00
|
|
|
version = "0.10.2"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-27 15:27:28 +02:00
|
|
|
checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"
|
2020-10-29 01:09:40 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"cfg-if 1.0.0",
|
2021-06-26 10:33:43 +02:00
|
|
|
"cpufeatures",
|
2022-04-27 15:27:28 +02:00
|
|
|
"digest",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
2022-01-28 16:07:53 +01:00
|
|
|
[[package]]
|
2022-04-27 15:27:28 +02:00
|
|
|
name = "sharded-slab"
|
|
|
|
version = "0.1.4"
|
2022-01-28 16:07:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-27 15:27:28 +02:00
|
|
|
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
|
2022-01-28 16:07:53 +01:00
|
|
|
dependencies = [
|
2022-04-27 15:27:28 +02:00
|
|
|
"lazy_static",
|
2022-01-28 16:07:53 +01:00
|
|
|
]
|
|
|
|
|
2022-01-05 10:34:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2f6ce83b159ab6984d2419f495134972b48754d13ff2e3f8c998339942b56ed9"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"nix 0.14.1",
|
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2022-04-15 00:46:56 +02:00
|
|
|
version = "0.4.6"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-15 00:46:56 +02:00
|
|
|
checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"
|
2021-06-26 10:33:43 +02:00
|
|
|
|
2020-10-28 01:52:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2022-01-16 18:07:05 +01:00
|
|
|
version = "1.8.0"
|
2020-10-28 01:52:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-16 18:07:05 +01:00
|
|
|
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
|
2020-10-28 01:52:54 +01:00
|
|
|
|
2021-03-23 20:05:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2022-03-24 15:44:08 +01:00
|
|
|
version = "0.4.4"
|
2021-03-23 20:05:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 15:44:08 +01:00
|
|
|
checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
|
2021-03-23 20:05:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-12-06 06:10:48 +01:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
|
2021-06-26 10:33:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
|
2022-01-05 10:34:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
|
|
|
|
2020-10-29 01:09:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2021-11-14 17:21:01 +01:00
|
|
|
version = "2.4.1"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-14 17:21:01 +01:00
|
|
|
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
|
2020-10-29 01:09:40 +01:00
|
|
|
|
2021-01-31 22:18:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "svg_metadata"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d39f36262efe61096a17aa42140b0e44b9189806c3fa71ab3cff123429938eb0"
|
|
|
|
dependencies = [
|
|
|
|
"doc-comment",
|
|
|
|
"lazy_static",
|
|
|
|
"regex",
|
|
|
|
"roxmltree",
|
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2022-06-03 18:59:39 +02:00
|
|
|
version = "1.0.96"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-03 18:59:39 +02:00
|
|
|
checksum = "0748dd251e24453cb8717f0354206b91557e4ec8703673a4b30208f2abaf1ebf"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-05-28 22:22:46 +02:00
|
|
|
"unicode-ident",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
2022-04-27 15:27:28 +02:00
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
|
|
|
version = "0.12.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
2022-01-05 10:34:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "system-deps"
|
2022-03-24 15:44:08 +01:00
|
|
|
version = "6.0.2"
|
2020-10-28 01:52:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 15:44:08 +01:00
|
|
|
checksum = "a1a45a1c4c9015217e12347f2a411b57ce2c4fc543913b14b6fe40483328e709"
|
2020-10-28 01:52:54 +01:00
|
|
|
dependencies = [
|
2022-03-24 15:44:08 +01:00
|
|
|
"cfg-expr",
|
|
|
|
"heck",
|
2020-12-03 15:10:24 +01:00
|
|
|
"pkg-config",
|
|
|
|
"toml",
|
2022-03-24 15:44:08 +01:00
|
|
|
"version-compare",
|
2020-10-28 01:52:54 +01:00
|
|
|
]
|
|
|
|
|
2021-03-23 20:05:58 +01:00
|
|
|
[[package]]
|
2021-11-14 17:21:01 +01:00
|
|
|
name = "temp-dir"
|
|
|
|
version = "0.1.11"
|
2021-03-23 20:05:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-14 17:21:01 +01:00
|
|
|
checksum = "af547b166dd1ea4b472165569fc456cfb6818116f854690b0ff205e636523dab"
|
2021-03-23 20:05:58 +01:00
|
|
|
|
2022-04-17 00:38:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
|
|
|
version = "3.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"fastrand",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"remove_dir_all",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2022-03-24 15:44:08 +01:00
|
|
|
version = "1.1.3"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 15:44:08 +01:00
|
|
|
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"winapi-util",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
2022-01-05 10:34:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2020-10-28 01:52:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2022-05-28 22:22:46 +02:00
|
|
|
version = "1.0.31"
|
2020-10-28 01:52:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-28 22:22:46 +02:00
|
|
|
checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"
|
2020-10-28 01:52:54 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"thiserror-impl",
|
2020-10-28 01:52:54 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2022-05-28 22:22:46 +02:00
|
|
|
version = "1.0.31"
|
2020-10-28 01:52:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-28 22:22:46 +02:00
|
|
|
checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"
|
2020-10-28 01:52:54 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-10-28 01:52:54 +01:00
|
|
|
]
|
|
|
|
|
2022-04-27 15:27:28 +02:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
|
|
|
version = "1.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
|
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
2022-04-17 00:38:17 +02:00
|
|
|
name = "tinyvec"
|
2022-04-27 15:27:28 +02:00
|
|
|
version = "1.6.0"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-27 15:27:28 +02:00
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2022-04-17 00:38:17 +02:00
|
|
|
"tinyvec_macros",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-04-17 00:38:17 +02:00
|
|
|
name = "tinyvec_macros"
|
|
|
|
version = "0.1.0"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-17 00:38:17 +02:00
|
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
2022-04-17 00:38:17 +02:00
|
|
|
name = "tokio"
|
2022-06-06 09:41:26 +02:00
|
|
|
version = "1.19.1"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-06 09:41:26 +02:00
|
|
|
checksum = "95eec79ea28c00a365f539f1961e9278fbcaf81c0ff6aaf0e93c181352446948"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2022-04-17 00:38:17 +02:00
|
|
|
"bytes",
|
|
|
|
"libc",
|
|
|
|
"memchr",
|
|
|
|
"mio",
|
|
|
|
"num_cpus",
|
2022-04-27 15:27:28 +02:00
|
|
|
"once_cell",
|
2022-04-17 00:38:17 +02:00
|
|
|
"pin-project-lite",
|
|
|
|
"socket2",
|
2022-04-22 00:48:05 +02:00
|
|
|
"tokio-macros",
|
2022-04-17 00:38:17 +02:00
|
|
|
"winapi",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
2022-04-22 00:48:05 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2022-06-06 09:41:26 +02:00
|
|
|
version = "1.8.0"
|
2022-04-22 00:48:05 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-06 09:41:26 +02:00
|
|
|
checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"
|
2022-04-22 00:48:05 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-10-29 01:09:40 +01:00
|
|
|
[[package]]
|
2022-04-17 00:38:17 +02:00
|
|
|
name = "tokio-native-tls"
|
|
|
|
version = "0.3.0"
|
2020-11-16 17:13:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-17 00:38:17 +02:00
|
|
|
checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
|
2020-11-16 17:13:40 +01:00
|
|
|
dependencies = [
|
2022-04-17 00:38:17 +02:00
|
|
|
"native-tls",
|
|
|
|
"tokio",
|
2020-11-16 17:13:40 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-04-17 00:38:17 +02:00
|
|
|
name = "tokio-util"
|
2022-06-06 09:41:26 +02:00
|
|
|
version = "0.7.3"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-06 09:41:26 +02:00
|
|
|
checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45"
|
2022-04-17 00:38:17 +02:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
]
|
2020-10-29 01:09:40 +01:00
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
2020-10-28 07:07:31 +01:00
|
|
|
name = "toml"
|
2022-04-17 00:38:17 +02:00
|
|
|
version = "0.5.9"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-17 00:38:17 +02:00
|
|
|
checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"serde",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
2022-04-17 00:38:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
2020-10-28 07:07:31 +01:00
|
|
|
name = "tracing"
|
2022-04-17 00:38:17 +02:00
|
|
|
version = "0.1.34"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-17 00:38:17 +02:00
|
|
|
checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"cfg-if 1.0.0",
|
2021-03-12 02:47:34 +01:00
|
|
|
"pin-project-lite",
|
2020-12-03 15:10:24 +01:00
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
2020-10-29 01:09:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2022-04-27 15:27:28 +02:00
|
|
|
version = "0.1.21"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-27 15:27:28 +02:00
|
|
|
checksum = "cc6b8ad3567499f98a1db7a752b07a7c8c7c7c34c332ec00effb2b0027974b7c"
|
2020-10-29 01:09:40 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
2020-10-28 07:07:31 +01:00
|
|
|
name = "tracing-core"
|
2022-04-15 00:46:56 +02:00
|
|
|
version = "0.1.26"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-15 00:46:56 +02:00
|
|
|
checksum = "f54c8ca710e81886d498c2fd3331b56c93aa248d49de2222ad2742247c60072f"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"lazy_static",
|
2022-04-27 15:27:28 +02:00
|
|
|
"valuable",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
|
|
|
version = "0.3.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4bc28f93baff38037f64e6f43d34cfa1605f27a49c34e8a04c5e78b0babf2596"
|
|
|
|
dependencies = [
|
|
|
|
"ansi_term",
|
|
|
|
"sharded-slab",
|
|
|
|
"smallvec",
|
|
|
|
"thread_local",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
2020-10-28 01:52:54 +01:00
|
|
|
[[package]]
|
2022-04-17 00:38:17 +02:00
|
|
|
name = "try-lock"
|
|
|
|
version = "0.2.3"
|
2020-10-28 01:52:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-17 00:38:17 +02:00
|
|
|
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
|
2020-10-28 01:52:54 +01:00
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
2020-10-29 01:09:40 +01:00
|
|
|
name = "typenum"
|
2022-01-04 22:51:02 +01:00
|
|
|
version = "1.15.0"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-04 22:51:02 +01:00
|
|
|
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
2021-03-12 02:47:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ucd-trie"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
|
|
|
|
|
2022-05-28 22:22:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "uds_windows"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ce65604324d3cce9b966701489fbd0cf318cb1f7bd9dd07ac9a4ee6fb791930d"
|
|
|
|
dependencies = [
|
|
|
|
"tempfile",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
2020-10-28 07:07:31 +01:00
|
|
|
version = "2.6.0"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"version_check",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2022-04-27 15:27:28 +02:00
|
|
|
version = "0.3.8"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-27 15:27:28 +02:00
|
|
|
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
2022-05-28 22:22:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee"
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2021-06-26 10:33:43 +02:00
|
|
|
version = "0.1.19"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 10:33:43 +02:00
|
|
|
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"tinyvec",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
2022-01-05 10:34:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2022-05-28 22:22:46 +02:00
|
|
|
version = "0.2.3"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-28 22:22:46 +02:00
|
|
|
checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
2020-10-29 01:09:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "universal-hash"
|
2021-11-14 17:21:01 +01:00
|
|
|
version = "0.4.1"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-14 17:21:01 +01:00
|
|
|
checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"
|
2020-10-29 01:09:40 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"generic-array",
|
|
|
|
"subtle",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
2020-12-06 06:10:48 +01:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2021-06-26 10:33:43 +02:00
|
|
|
version = "2.2.2"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 10:33:43 +02:00
|
|
|
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
2022-01-31 15:57:41 +01:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2022-06-03 18:59:39 +02:00
|
|
|
version = "1.1.1"
|
2022-01-31 15:57:41 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-03 18:59:39 +02:00
|
|
|
checksum = "c6d5d669b51467dcf7b2f1a796ce0f955f05f01cafda6c19d6e95f730df29238"
|
2022-01-31 15:57:41 +01:00
|
|
|
dependencies = [
|
2022-04-17 00:38:17 +02:00
|
|
|
"getrandom",
|
2021-01-27 15:03:07 +01:00
|
|
|
]
|
|
|
|
|
2022-04-27 15:27:28 +02:00
|
|
|
[[package]]
|
|
|
|
name = "valuable"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
2021-06-26 10:33:43 +02:00
|
|
|
version = "0.2.15"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 10:33:43 +02:00
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
2020-10-29 01:09:40 +01:00
|
|
|
|
2022-01-05 10:34:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
|
|
|
|
2020-10-28 01:52:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "version-compare"
|
2022-01-04 22:51:02 +01:00
|
|
|
version = "0.1.0"
|
2020-10-28 01:52:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-04 22:51:02 +01:00
|
|
|
checksum = "fe88247b92c1df6b6de80ddc290f3976dbdf2f5f5d3fd049a9fb598c6dd5ca73"
|
2020-10-28 01:52:54 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-01-04 22:51:02 +01:00
|
|
|
version = "0.9.4"
|
2020-10-28 01:52:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-04 22:51:02 +01:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2020-10-28 01:52:54 +01:00
|
|
|
|
2020-10-28 18:04:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "void"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
2020-10-28 18:04:49 +01:00
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
2020-10-29 01:09:40 +01:00
|
|
|
name = "waker-fn"
|
|
|
|
version = "1.1.0"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
2022-04-17 00:38:17 +02:00
|
|
|
name = "want"
|
|
|
|
version = "0.3.0"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-17 00:38:17 +02:00
|
|
|
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"try-lock",
|
|
|
|
]
|
2019-09-03 00:07:06 +00:00
|
|
|
|
2021-01-23 12:26:46 +01:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2021-01-29 19:06:02 +01:00
|
|
|
version = "0.10.2+wasi-snapshot-preview1"
|
2021-01-23 12:26:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-29 19:06:02 +01:00
|
|
|
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
2021-01-23 12:26:46 +01:00
|
|
|
|
2022-04-17 00:38:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2022-04-15 00:46:56 +02:00
|
|
|
version = "0.2.80"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-15 00:46:56 +02:00
|
|
|
checksum = "27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"wasm-bindgen-macro",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2022-04-15 00:46:56 +02:00
|
|
|
version = "0.2.80"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-15 00:46:56 +02:00
|
|
|
checksum = "53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"bumpalo",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
2020-10-28 07:07:31 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2022-04-15 00:46:56 +02:00
|
|
|
version = "0.4.30"
|
2020-10-28 07:07:31 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-15 00:46:56 +02:00
|
|
|
checksum = "6f741de44b75e14c35df886aff5f1eb73aa114fa5d4d00dcd37b5e01259bf3b2"
|
2020-10-28 07:07:31 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2022-04-15 00:46:56 +02:00
|
|
|
version = "0.2.80"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-15 00:46:56 +02:00
|
|
|
checksum = "17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2022-04-15 00:46:56 +02:00
|
|
|
version = "0.2.80"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-15 00:46:56 +02:00
|
|
|
checksum = "99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2022-04-15 00:46:56 +02:00
|
|
|
version = "0.2.80"
|
2020-10-28 07:07:31 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-15 00:46:56 +02:00
|
|
|
checksum = "d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744"
|
2020-10-28 07:07:31 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2022-04-15 00:46:56 +02:00
|
|
|
version = "0.3.57"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-15 00:46:56 +02:00
|
|
|
checksum = "7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283"
|
2020-10-28 07:07:31 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2020-10-28 07:07:31 +01:00
|
|
|
]
|
2019-09-03 00:07:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-06-26 10:33:43 +02:00
|
|
|
name = "wepoll-ffi"
|
|
|
|
version = "0.1.2"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 10:33:43 +02:00
|
|
|
checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"
|
2020-10-29 01:09:40 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"cc",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
2019-09-03 00:07:06 +00:00
|
|
|
|
2022-01-05 10:34:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
2022-03-24 15:44:08 +01:00
|
|
|
version = "4.2.5"
|
2022-01-05 10:34:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 15:44:08 +01:00
|
|
|
checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"
|
2022-01-05 10:34:08 +01:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-10-28 01:52:54 +01:00
|
|
|
version = "0.3.9"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2020-10-28 07:07:31 +01:00
|
|
|
version = "0.1.5"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"winapi",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
2022-05-28 22:22:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_msvc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
|
|
|
|
|
2022-04-17 00:38:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-01-31 22:18:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "xmlparser"
|
|
|
|
version = "0.13.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "114ba2b24d2167ef6d67d7d04c8cc86522b87f490025f39f0303b7db5bf5e3d8"
|
|
|
|
|
2020-10-28 18:04:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "zbar-rust"
|
2022-03-24 15:44:08 +01:00
|
|
|
version = "0.0.19"
|
2020-10-28 18:04:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-24 15:44:08 +01:00
|
|
|
checksum = "1194aefd2495c9d456e12787f51d8741df7265bb72dc40fa41a17e63d396a007"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"enum-ordinalize",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
2021-06-26 10:33:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "zbus"
|
2022-05-28 22:22:46 +02:00
|
|
|
version = "2.2.0"
|
2021-06-29 00:23:20 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-28 22:22:46 +02:00
|
|
|
checksum = "53819092b9db813b2c6168b097b4b13ad284d81c9f2b0165a0a1b190e505a1f3"
|
2021-06-26 10:33:43 +02:00
|
|
|
dependencies = [
|
|
|
|
"async-broadcast",
|
|
|
|
"async-channel",
|
|
|
|
"async-executor",
|
|
|
|
"async-io",
|
|
|
|
"async-lock",
|
2021-11-14 17:21:01 +01:00
|
|
|
"async-recursion",
|
2021-06-26 10:33:43 +02:00
|
|
|
"async-task",
|
2021-11-14 17:21:01 +01:00
|
|
|
"async-trait",
|
2021-06-26 10:33:43 +02:00
|
|
|
"byteorder",
|
|
|
|
"derivative",
|
2022-04-27 15:27:28 +02:00
|
|
|
"enumflags2",
|
2021-11-14 17:21:01 +01:00
|
|
|
"event-listener",
|
2021-06-26 10:33:43 +02:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"hex",
|
2022-03-24 15:44:08 +01:00
|
|
|
"lazy_static",
|
2022-01-04 22:51:02 +01:00
|
|
|
"nix 0.23.1",
|
2021-06-26 10:33:43 +02:00
|
|
|
"once_cell",
|
2022-01-04 22:51:02 +01:00
|
|
|
"ordered-stream",
|
2022-04-17 00:38:17 +02:00
|
|
|
"rand",
|
2021-06-26 10:33:43 +02:00
|
|
|
"serde",
|
|
|
|
"serde_repr",
|
|
|
|
"sha1",
|
|
|
|
"static_assertions",
|
2022-04-27 15:27:28 +02:00
|
|
|
"tokio",
|
2022-05-28 22:22:46 +02:00
|
|
|
"uds_windows",
|
2022-03-24 15:44:08 +01:00
|
|
|
"winapi",
|
2022-04-27 15:27:28 +02:00
|
|
|
"zbus_macros",
|
2021-11-14 17:21:01 +01:00
|
|
|
"zbus_names",
|
2022-04-27 15:27:28 +02:00
|
|
|
"zvariant",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
2021-06-26 10:33:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "zbus_macros"
|
2022-05-28 22:22:46 +02:00
|
|
|
version = "2.2.0"
|
2021-06-29 00:23:20 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-28 22:22:46 +02:00
|
|
|
checksum = "c7174ebe6722c280d6d132d694bb5664ce50a788cb70eeb518e7fc1ca095a114"
|
2021-06-26 10:33:43 +02:00
|
|
|
dependencies = [
|
2022-04-27 15:27:28 +02:00
|
|
|
"proc-macro-crate",
|
2021-06-26 10:33:43 +02:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-11-14 17:21:01 +01:00
|
|
|
[[package]]
|
|
|
|
name = "zbus_names"
|
2022-01-16 18:07:05 +01:00
|
|
|
version = "2.1.0"
|
2021-11-14 17:21:01 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-16 18:07:05 +01:00
|
|
|
checksum = "45dfcdcf87b71dad505d30cc27b1b7b88a64b6d1c435648f48f9dbc1fdc4b7e1"
|
2021-11-14 17:21:01 +01:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"static_assertions",
|
2022-04-27 15:27:28 +02:00
|
|
|
"zvariant",
|
2022-01-04 22:51:02 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-04-27 15:27:28 +02:00
|
|
|
name = "zeroize"
|
2022-05-28 22:22:46 +02:00
|
|
|
version = "1.5.5"
|
2022-01-04 22:51:02 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-28 22:22:46 +02:00
|
|
|
checksum = "94693807d016b2f2d2e14420eb3bfcca689311ff775dcf113d74ea624b7cdf07"
|
2022-01-04 22:51:02 +01:00
|
|
|
dependencies = [
|
2022-04-27 15:27:28 +02:00
|
|
|
"zeroize_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zeroize_derive"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f8f187641dad4f680d25c4bfc4225b418165984179f26ca76ec4fb6441d3a17"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"synstructure",
|
2021-11-14 17:21:01 +01:00
|
|
|
]
|
|
|
|
|
2020-10-28 18:04:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "zvariant"
|
2022-05-28 22:22:46 +02:00
|
|
|
version = "3.2.1"
|
2020-10-28 18:04:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-28 22:22:46 +02:00
|
|
|
checksum = "cbd1abd8bc2c855412b9c8af9fc11c0d695c73c732ad5a1a1be10f3fd4bf19b2"
|
2021-06-26 10:33:43 +02:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
2022-04-27 15:27:28 +02:00
|
|
|
"enumflags2",
|
2021-11-14 17:21:01 +01:00
|
|
|
"libc",
|
2021-06-26 10:33:43 +02:00
|
|
|
"serde",
|
|
|
|
"static_assertions",
|
2022-04-27 15:27:28 +02:00
|
|
|
"zvariant_derive",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zvariant_derive"
|
2022-05-28 22:22:46 +02:00
|
|
|
version = "3.2.1"
|
2020-10-28 18:04:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-28 22:22:46 +02:00
|
|
|
checksum = "abebd57382dfacf3e7bbdd7b7c3d162d6ed0687a78f046263ddef4ddabc275ae"
|
2021-06-26 10:33:43 +02:00
|
|
|
dependencies = [
|
2022-04-27 15:27:28 +02:00
|
|
|
"proc-macro-crate",
|
2021-06-26 10:33:43 +02:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|