Authenticator/Cargo.lock

3793 lines
89 KiB
Text
Raw Normal View History

2019-09-03 00:07:06 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "adler"
2021-03-12 02:47:34 +01:00
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-12 02:47:34 +01:00
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2022-01-28 16:07:53 +01:00
[[package]]
name = "aead"
2022-12-24 20:07:00 +01:00
version = "0.5.1"
2022-01-28 16:07:53 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 20:07:00 +01:00
checksum = "5c192eb8f11fc081b0fe4259ba5af04217d4e0faddd02417310a927911abd7c8"
2022-01-28 16:07:53 +01:00
dependencies = [
2022-12-24 20:07:00 +01:00
"crypto-common",
2022-01-28 16:07:53 +01:00
"generic-array",
]
[[package]]
name = "aes"
2022-12-24 17:02:18 +01:00
version = "0.8.2"
2022-01-28 16:07:53 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "433cfd6710c9986c576a25ca913c39d66a6474107b406f34f91d4a8923395241"
2022-01-28 16:07:53 +01:00
dependencies = [
2023-02-14 20:04:25 +01:00
"cfg-if",
2022-12-24 20:07:00 +01:00
"cipher",
2022-01-28 16:07:53 +01:00
"cpufeatures",
2023-02-14 20:04:25 +01:00
"zeroize",
]
2022-01-28 16:07:53 +01:00
[[package]]
name = "aes-gcm"
2022-12-24 20:07:00 +01:00
version = "0.10.1"
2022-01-28 16:07:53 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 20:07:00 +01:00
checksum = "82e1366e0c69c9f927b1fa5ce2c7bf9eafc8f9268c0b9800729e8b267612447c"
2022-01-28 16:07:53 +01:00
dependencies = [
"aead",
2022-12-24 20:07:00 +01:00
"aes",
"cipher",
"ctr",
"ghash",
"subtle",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "aho-corasick"
2022-12-24 17:02:18 +01:00
version = "0.7.20"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
2019-09-03 00:07:06 +00:00
dependencies = [
"memchr",
2019-09-03 00:07:06 +00:00
]
2022-12-24 17:02:18 +01:00
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
2020-10-28 01:52:54 +01:00
[[package]]
name = "anyhow"
2023-03-19 11:37:39 +01:00
version = "1.0.70"
2020-10-28 01:52:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4"
2020-10-28 01:52:54 +01:00
[[package]]
name = "arrayref"
2023-03-25 16:37:36 +01:00
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 16:37:36 +01:00
checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
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"
[[package]]
name = "ashpd"
2023-03-25 16:37:36 +01:00
version = "0.4.0"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 16:37:36 +01:00
checksum = "31688b40eb5d739049f721d8405c33d3796b3f51f2bea84421a542dafe397e41"
dependencies = [
"enumflags2",
2022-12-24 17:02:18 +01:00
"futures-channel",
"futures-util",
"gdk4-wayland",
"gdk4-x11",
"gtk4",
2022-01-05 10:34:08 +01:00
"libc",
2022-12-24 17:02:18 +01:00
"once_cell",
2022-01-05 10:34:08 +01:00
"pipewire",
"rand",
"serde",
"serde_repr",
"tokio",
2022-12-27 14:07:10 +01:00
"tracing",
2022-12-24 17:02:18 +01:00
"url",
2023-02-14 20:04:25 +01:00
"zbus",
]
[[package]]
name = "async-broadcast"
2023-03-19 11:37:39 +01:00
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "7c48ccdbf6ca6b121e0f586cbc0e73ae440e56c67c30fa0873b4e110d9c26d2b"
dependencies = [
"event-listener",
"futures-core",
2023-03-19 11:37:39 +01:00
]
2021-11-14 17:21:01 +01:00
[[package]]
name = "async-recursion"
2023-03-19 11:37:39 +01:00
version = "1.0.4"
2022-12-24 17:02:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "0e97ce7de6cf12de5d7226c73f5ba9811622f4db3a5b91b55c53e987e5f91cba"
2022-12-24 17:02:18 +01:00
dependencies = [
"proc-macro2",
"quote",
2023-03-25 16:37:36 +01:00
"syn 2.0.10",
2022-12-24 17:02:18 +01:00
]
[[package]]
name = "async-trait"
2023-03-25 16:37:36 +01:00
version = "0.1.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 16:37:36 +01:00
checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842"
dependencies = [
"proc-macro2",
"quote",
2023-03-25 16:37:36 +01:00
"syn 2.0.10",
]
2022-12-24 17:02:18 +01:00
[[package]]
name = "atomic_refcell"
2023-02-14 20:04:25 +01:00
version = "0.1.9"
2022-12-24 17:02:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "857253367827bd9d0fd973f0ef15506a96e79e41b0ad7aa691203a4e3214f6c8"
2019-09-03 00:07:06 +00:00
[[package]]
name = "authenticator"
2022-12-27 14:51:14 +01:00
version = "4.2.0"
2019-09-03 00:07:06 +00:00
dependencies = [
"aes-gcm",
"anyhow",
"ashpd",
2021-02-05 10:09:59 +00:00
"binascii",
2023-02-26 10:51:49 +01:00
"data-encoding",
"diesel",
"diesel_migrations",
"favicon-scrapper",
"gettext-rs",
2022-01-05 10:34:08 +01:00
"gst-plugin-gtk4",
"gstreamer",
"gtk4",
2020-12-06 03:02:40 +01:00
"hex",
2023-03-25 16:37:36 +01:00
"image 0.24.6",
2021-01-21 18:56:56 +01:00
"libadwaita",
"once_cell",
"oo7",
"percent-encoding",
"prost",
2020-12-09 01:20:36 +01:00
"qrcode",
"rand",
"ring",
"rust-argon2",
2022-01-28 16:07:53 +01:00
"scrypt",
"search-provider",
2020-12-07 06:45:52 +01:00
"serde",
"serde_json",
"tokio",
"tracing",
"tracing-subscriber",
2020-12-05 03:40:12 +01:00
"unicase",
"url",
"uuid",
"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"
2022-12-24 17:02:18 +01:00
version = "0.13.1"
2020-11-08 05:48:55 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
2020-11-08 05:48:55 +01:00
2023-02-14 20:04:25 +01:00
[[package]]
name = "base64"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
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"
2023-02-14 20:04:25 +01:00
version = "0.64.0"
2022-01-05 10:34:08 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "c4243e6031260db77ede97ad86c27e501d646a27ab57b59a574f725d98ab1fb4"
2022-01-05 10:34:08 +01:00
dependencies = [
"bitflags",
"cexpr",
"clang-sys",
"lazy_static",
"lazycell",
"peeking_take_while",
"proc-macro2",
"quote",
"regex",
"rustc-hash",
"shlex",
2023-03-19 11:37:39 +01:00
"syn 1.0.109",
2022-01-05 10:34:08 +01:00
]
[[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
[[package]]
name = "blake2b_simd"
2023-02-14 20:04:25 +01:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "3c2f0dc9a68c6317d884f97cc36cf5a3d20ba14ce404227df55e1af708ab04bc"
dependencies = [
"arrayref",
2022-03-24 15:44:08 +01:00
"arrayvec",
2023-03-19 11:37:39 +01:00
"constant_time_eq 0.2.5",
]
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"
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2019-09-03 00:07:06 +00:00
2022-01-28 16:07:53 +01:00
[[package]]
name = "block-buffer"
2023-03-19 11:37:39 +01:00
version = "0.10.4"
2022-01-28 16:07:53 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2022-01-28 16:07:53 +01:00
dependencies = [
"generic-array",
]
2020-11-10 04:59:52 +01:00
[[package]]
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"
checksum = "0a90ec2df9600c28a01c56c4784c9207a96d2451833aeceb8cc97e4c9548bb78"
2020-11-10 04:59:52 +01:00
dependencies = [
"generic-array",
2020-11-10 04:59:52 +01:00
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "bumpalo"
2023-02-14 20:04:25 +01:00
version = "3.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
[[package]]
name = "bytecount"
version = "0.6.3"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "2c676a478f63e9fa2dd5368a42f28bba0d6c560b775f38583c8bbaa7fcd67c9c"
2019-09-03 00:07:06 +00:00
[[package]]
name = "bytemuck"
2023-03-19 11:37:39 +01:00
version = "1.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea"
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"
2023-02-14 20:04:25 +01:00
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
2019-09-03 00:07:06 +00:00
[[package]]
name = "cairo-rs"
2023-02-14 20:04:25 +01:00
version = "0.17.0"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "a8af54f5d48af1226928adc1f57edd22f5df1349e7da1fc96ae15cf43db0e871"
2020-10-28 01:52:54 +01:00
dependencies = [
"bitflags",
"cairo-sys-rs",
"glib",
"libc",
2022-12-24 17:02:18 +01:00
"once_cell",
"thiserror",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "cairo-sys-rs"
2023-02-14 20:04:25 +01:00
version = "0.17.0"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "f55382a01d30e5e53f185eee269124f5e21ab526595b872751278dfbb463594e"
2019-09-03 00:07:06 +00:00
dependencies = [
"glib-sys",
"libc",
2022-03-24 15:44:08 +01:00
"system-deps",
2019-09-03 00:07:06 +00:00
]
2023-02-14 20:04:25 +01:00
[[package]]
name = "camino"
2023-03-19 11:37:39 +01:00
version = "1.1.4"
2023-02-14 20:04:25 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "c530edf18f37068ac2d977409ed5cd50d53d73bc653c7647b48eb78976ac9ae2"
2023-02-14 20:04:25 +01:00
dependencies = [
"serde",
]
[[package]]
name = "cargo-platform"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"
dependencies = [
"serde",
]
[[package]]
name = "cargo_metadata"
version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"
dependencies = [
"camino",
"cargo-platform",
2023-03-19 11:37:39 +01:00
"semver",
2023-02-14 20:04:25 +01:00
"serde",
"serde_json",
]
[[package]]
name = "cbc"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
dependencies = [
2022-12-24 20:07:00 +01:00
"cipher",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "cc"
2023-02-14 20:04:25 +01:00
version = "1.0.79"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
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"
2023-03-25 16:37:36 +01:00
version = "0.14.0"
2021-03-23 20:05:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 16:37:36 +01:00
checksum = "a35b255461940a32985c627ce82900867c61db1659764d3675ea81963f72a4c6"
2021-03-23 20:05:58 +01:00
dependencies = [
"smallvec",
]
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"
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"
2023-03-19 11:37:39 +01:00
version = "0.4.24"
2022-01-05 10:34:08 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b"
2022-01-05 10:34:08 +01:00
dependencies = [
2022-12-24 17:02:18 +01:00
"iana-time-zone",
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-03-24 15:44:08 +01:00
[[package]]
name = "cipher"
2023-03-19 11:37:39 +01:00
version = "0.4.4"
2022-03-24 15:44:08 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2022-03-24 15:44:08 +01:00
dependencies = [
"crypto-common",
"inout",
2023-02-14 20:04:25 +01:00
"zeroize",
2022-03-24 15:44:08 +01:00
]
2022-01-05 10:34:08 +01:00
[[package]]
name = "clang-sys"
2023-03-19 11:37:39 +01:00
version = "1.6.0"
2022-01-05 10:34:08 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "77ed9a53e5d4d9c573ae844bfac6872b159cb1d1585a83b29e7a64b7eef7332a"
2022-01-05 10:34:08 +01:00
dependencies = [
"glob",
"libc",
]
2022-12-24 17:02:18 +01:00
[[package]]
name = "codespan-reporting"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
dependencies = [
"termcolor",
"unicode-width",
]
[[package]]
name = "color_quant"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
[[package]]
name = "constant_time_eq"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
2023-02-14 20:04:25 +01:00
[[package]]
name = "constant_time_eq"
2023-03-19 11:37:39 +01:00
version = "0.2.5"
2023-02-14 20:04:25 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "13418e745008f7349ec7e449155f419a61b92b58a99cc3616942b926825ec76b"
2023-02-14 20:04:25 +01:00
2019-09-03 00:07:06 +00:00
[[package]]
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"
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
2019-09-03 00:07:06 +00:00
dependencies = [
"core-foundation-sys",
"libc",
2019-09-03 00:07:06 +00:00
]
2022-01-05 10:34:08 +01:00
[[package]]
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"
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
2022-01-05 10:34:08 +01:00
2019-09-03 00:07:06 +00:00
[[package]]
name = "cpufeatures"
2023-03-25 16:37:36 +01:00
version = "0.2.6"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 16:37:36 +01:00
checksum = "280a9f2d8b3a38871a3c8a46fb80db65e5e5ed97da80c4d08bf27fb63e35e181"
dependencies = [
"libc",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "crc32fast"
2022-03-24 15:44:08 +01:00
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
dependencies = [
2023-02-14 20:04:25 +01:00
"cfg-if",
]
2022-01-28 16:07:53 +01:00
[[package]]
name = "crypto-common"
2022-12-24 17:02:18 +01:00
version = "0.1.6"
2022-01-28 16:07:53 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
2022-01-28 16:07:53 +01:00
dependencies = [
"generic-array",
"rand_core",
2022-03-24 15:44:08 +01:00
"typenum",
2022-01-28 16:07:53 +01:00
]
[[package]]
name = "ctr"
2022-12-24 20:07:00 +01:00
version = "0.9.2"
2022-01-28 16:07:53 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 20:07:00 +01:00
checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"
2022-01-28 16:07:53 +01:00
dependencies = [
2022-12-24 20:07:00 +01:00
"cipher",
2020-11-08 05:48:55 +01:00
]
[[package]]
2022-12-24 17:02:18 +01:00
name = "cxx"
version = "1.0.94"
2022-12-24 17:02:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f61f1b6389c3fe1c316bf8a4dccc90a38208354b330925bce1f74a6c4756eb93"
2022-12-24 17:02:18 +01:00
dependencies = [
"cc",
"cxxbridge-flags",
"cxxbridge-macro",
"link-cplusplus",
]
[[package]]
name = "cxx-build"
version = "1.0.94"
2022-12-24 17:02:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12cee708e8962df2aeb38f594aae5d827c022b6460ac71a7a3e2c3c2aae5a07b"
2022-12-24 17:02:18 +01:00
dependencies = [
"cc",
"codespan-reporting",
"once_cell",
"proc-macro2",
"quote",
"scratch",
2023-03-25 16:37:36 +01:00
"syn 2.0.10",
2022-12-24 17:02:18 +01:00
]
[[package]]
name = "cxxbridge-flags"
version = "1.0.94"
2022-12-24 17:02:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7944172ae7e4068c533afbb984114a56c46e9ccddda550499caa222902c7f7bb"
2022-12-24 17:02:18 +01:00
[[package]]
name = "cxxbridge-macro"
version = "1.0.94"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2345488264226bf682893e25de0769f3360aac9957980ec49361b083ddaa5bc5"
dependencies = [
2022-12-24 17:02:18 +01:00
"proc-macro2",
"quote",
2023-03-25 16:37:36 +01:00
"syn 2.0.10",
]
2023-02-26 10:51:49 +01:00
[[package]]
name = "data-encoding"
version = "2.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb"
[[package]]
name = "derivative"
2021-01-27 15:03:07 +01:00
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-27 15:03:07 +01:00
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
dependencies = [
"proc-macro2",
"quote",
2023-03-19 11:37:39 +01:00
"syn 1.0.109",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "diesel"
2023-02-14 20:04:25 +01:00
version = "2.0.3"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "4391a22b19c916e50bec4d6140f29bdda3e3bb187223fe6e3ea0b6e4d1021c04"
2019-09-03 00:07:06 +00:00
dependencies = [
"diesel_derives",
"libsqlite3-sys",
"r2d2",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "diesel_derives"
2023-03-19 11:37:39 +01:00
version = "2.0.2"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "0ad74fdcf086be3d4fdd142f67937678fe60ed431c3b2f08599e7687269410c4"
2019-09-03 00:07:06 +00:00
dependencies = [
2022-12-24 20:07:00 +01:00
"proc-macro-error",
"proc-macro2",
"quote",
2023-03-19 11:37:39 +01:00
"syn 1.0.109",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "diesel_migrations"
2022-12-24 20:07:00 +01:00
version = "2.0.0"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 20:07:00 +01:00
checksum = "e9ae22beef5e9d6fab9225ddb073c1c6c1a7a6ded5019d5da11d1e5c5adc34e2"
2019-09-03 00:07:06 +00:00
dependencies = [
2022-12-24 20:07:00 +01:00
"diesel",
"migrations_internals",
"migrations_macros",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "digest"
2022-12-24 17:02:18 +01:00
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
dependencies = [
"block-buffer",
"crypto-common",
"subtle",
]
2022-01-28 16:07:53 +01:00
[[package]]
name = "dirs"
version = "4.0.0"
2022-01-28 16:07:53 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
2022-01-28 16:07:53 +01:00
dependencies = [
2023-03-25 16:37:36 +01:00
"dirs-sys 0.3.7",
]
[[package]]
name = "dirs"
version = "5.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dece029acd3353e3a58ac2e3eb3c8d6c35827a892edc6cc4138ef9c33df46ecd"
dependencies = [
"dirs-sys 0.4.0",
]
[[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
]
2023-03-25 16:37:36 +01:00
[[package]]
name = "dirs-sys"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04414300db88f70d74c5ff54e50f9e1d1737d9a5b90f53fcf2e95ca2a9ab554b"
dependencies = [
"libc",
"redox_users",
"windows-sys 0.45.0",
]
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"
2019-09-03 00:07:06 +00:00
[[package]]
name = "either"
2023-02-14 20:04:25 +01:00
version = "1.8.1"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
2019-09-03 00:07:06 +00:00
[[package]]
name = "encoding_rs"
2023-02-14 20:04:25 +01:00
version = "0.8.32"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
2019-09-03 00:07:06 +00:00
dependencies = [
2023-02-14 20:04:25 +01:00
"cfg-if",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "enum-ordinalize"
2022-12-24 17:02:18 +01:00
version = "3.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "a62bb1df8b45ecb7ffa78dca1c17a438fb193eb083db0b1b494d2a61bcb5096a"
dependencies = [
"num-bigint",
"num-traits",
"proc-macro2",
"quote",
2023-03-19 11:37:39 +01:00
"rustc_version",
"syn 1.0.109",
]
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 = [
"enumflags2_derive",
"serde",
]
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",
2023-03-19 11:37:39 +01:00
"syn 1.0.109",
]
[[package]]
name = "errno"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
dependencies = [
"errno-dragonfly",
"libc",
"winapi",
2022-01-04 22:51:02 +01:00
]
2022-01-05 10:34:08 +01:00
[[package]]
name = "errno"
2023-02-14 20:04:25 +01:00
version = "0.3.0"
2022-01-05 10:34:08 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "50d6a0976c999d473fe89ad888d5a284e55366d9dc9038b1ba2aa15128c4afa0"
2022-01-05 10:34:08 +01:00
dependencies = [
"errno-dragonfly",
"libc",
2023-02-14 20:04:25 +01:00
"windows-sys 0.45.0",
2022-01-05 10:34:08 +01:00
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
2023-02-14 20:04:25 +01:00
[[package]]
name = "error-chain"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc"
dependencies = [
"version_check",
]
[[package]]
name = "event-listener"
2022-12-24 17:02:18 +01:00
version = "2.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
[[package]]
name = "fastrand"
2023-02-14 20:04:25 +01:00
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
dependencies = [
"instant",
]
[[package]]
name = "favicon-scrapper"
version = "0.1.0"
dependencies = [
2023-02-26 10:51:49 +01:00
"data-encoding",
2023-03-25 16:37:36 +01:00
"image 0.24.6",
"once_cell",
"percent-encoding",
"quick-xml",
"reqwest",
"svg_metadata",
2022-04-22 00:48:05 +02:00
"tokio",
"tracing",
"url",
]
[[package]]
name = "field-offset"
2023-03-19 11:37:39 +01:00
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "a3cf3a800ff6e860c863ca6d4b16fd999db8b752819c1606884047b73e468535"
dependencies = [
2023-03-19 11:37:39 +01:00
"memoffset 0.8.0",
"rustc_version",
]
2022-12-24 17:02:18 +01:00
[[package]]
name = "flate2"
version = "1.0.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
dependencies = [
"crc32fast",
"miniz_oxide",
]
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"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2019-09-03 00:07:06 +00: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]]
name = "form_urlencoded"
2022-12-24 17:02:18 +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-12-24 17:02:18 +01:00
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
2019-09-03 00:07:06 +00:00
dependencies = [
"percent-encoding",
2019-09-03 00:07:06 +00:00
]
2020-10-28 01:52:54 +01:00
[[package]]
name = "futures-channel"
2023-03-19 11:37:39 +01:00
version = "0.3.27"
2020-10-28 01:52:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "164713a5a0dcc3e7b4b1ed7d3b433cabc18025386f9339346e8daf15963cf7ac"
2020-10-28 01:52:54 +01:00
dependencies = [
"futures-core",
2020-10-28 01:52:54 +01:00
]
[[package]]
name = "futures-core"
2023-03-19 11:37:39 +01:00
version = "0.3.27"
2020-10-28 01:52:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "86d7a0c1aa76363dac491de0ee99faf6941128376f1cf96f07db7603b7de69dd"
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"
2023-03-19 11:37:39 +01:00
version = "0.3.27"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "1997dd9df74cdac935c76252744c1ed5794fac083242ea4fe77ef3ed60ba0f83"
2019-09-03 00:07:06 +00:00
dependencies = [
"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"
2023-03-19 11:37:39 +01:00
version = "0.3.27"
2020-10-28 01:52:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "89d422fa3cbe3b40dca574ab087abb5bc98258ea57eea3fd6f1fa7162c778b91"
2020-10-28 01:52:54 +01:00
[[package]]
name = "futures-macro"
2023-03-19 11:37:39 +01:00
version = "0.3.27"
2020-10-28 01:52:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "3eb14ed937631bd8b8b8977f2c198443447a8355b6e3ca599f38c975e5a963b6"
2020-10-28 01:52:54 +01:00
dependencies = [
"proc-macro2",
"quote",
2023-03-19 11:37:39 +01:00
"syn 1.0.109",
2020-10-28 01:52:54 +01:00
]
[[package]]
name = "futures-sink"
2023-03-19 11:37:39 +01:00
version = "0.3.27"
2020-10-28 01:52:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "ec93083a4aecafb2a80a885c9de1f0ccae9dbd32c2bb54b0c3a65690e0b8d2f2"
2020-10-28 01:52:54 +01:00
[[package]]
name = "futures-task"
2023-03-19 11:37:39 +01:00
version = "0.3.27"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "fd65540d33b37b16542a0438c12e6aeead10d4ac5d05bd3f805b8f35ab592879"
2020-10-28 01:52:54 +01:00
[[package]]
name = "futures-util"
2023-03-19 11:37:39 +01:00
version = "0.3.27"
2020-10-28 01:52:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "3ef6b17e481503ec85211fed8f39d1970f128935ca1f814cd32ac4a6842e84ab"
2020-10-28 01:52:54 +01:00
dependencies = [
"futures-core",
"futures-macro",
"futures-sink",
"futures-task",
2021-03-12 02:47:34 +01:00
"pin-project-lite",
"pin-utils",
"slab",
2020-10-28 01:52:54 +01:00
]
[[package]]
name = "gdk-pixbuf"
2023-02-14 20:04:25 +01:00
version = "0.17.0"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "b023fbe0c6b407bd3d9805d107d9800da3829dc5a676653210f1d5f16d7f59bf"
2020-11-08 05:48:55 +01:00
dependencies = [
2021-11-14 17:21:01 +01:00
"bitflags",
"gdk-pixbuf-sys",
"gio",
"glib",
"libc",
2023-02-14 20:04:25 +01:00
"once_cell",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "gdk-pixbuf-sys"
2023-02-14 20:04:25 +01:00
version = "0.17.0"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "7b41bd2b44ed49d99277d3925652a163038bd5ed943ec9809338ffb2f4391e3b"
2019-09-03 00:07:06 +00:00
dependencies = [
"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"
2023-03-19 11:37:39 +01:00
version = "0.6.3"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "c3abf96408a26e3eddf881a7f893a1e111767137136e347745e8ea6ed12731ff"
2020-10-28 01:52:54 +01:00
dependencies = [
"bitflags",
"cairo-rs",
"gdk-pixbuf",
"gdk4-sys",
"gio",
"glib",
"libc",
"pango",
2020-10-28 01:52:54 +01:00
]
[[package]]
name = "gdk4-sys"
2023-03-19 11:37:39 +01:00
version = "0.6.3"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "1bc92aa1608c089c49393d014c38ac0390d01e4841e1fedaa75dbcef77aaed64"
2019-09-03 00:07:06 +00:00
dependencies = [
"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
]
[[package]]
name = "gdk4-wayland"
2023-03-19 11:37:39 +01:00
version = "0.6.3"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "2fa73894ed86fe10157436123d8baae5f2924ebc4fa48a11d8f093e07b9ecbbd"
dependencies = [
"gdk4",
"gdk4-wayland-sys",
"gio",
"glib",
"libc",
]
[[package]]
name = "gdk4-wayland-sys"
2023-03-19 11:37:39 +01:00
version = "0.6.3"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "af41c5a9cd7e06f612b91ec45ecb423ab57921bbd92f56e46a67b962be198e0c"
dependencies = [
"glib-sys",
"libc",
2022-03-24 15:44:08 +01:00
"system-deps",
]
[[package]]
name = "gdk4-x11"
2023-03-19 11:37:39 +01:00
version = "0.6.3"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "17de2c3554d5127b9dfacd4d1801e2e3c9163bce01c6e1c407c054e9b771f2ee"
dependencies = [
"gdk4",
"gdk4-x11-sys",
"gio",
"glib",
"libc",
]
[[package]]
name = "gdk4-x11-sys"
2023-03-19 11:37:39 +01:00
version = "0.6.3"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "e6ca6c03d5019467d21671936edeba09f908039900af8ce4b834c19646031c72"
dependencies = [
"gdk4-sys",
"glib-sys",
"libc",
2022-03-24 15:44:08 +01:00
"system-deps",
]
[[package]]
name = "generic-array"
2022-12-24 17:02:18 +01:00
version = "0.14.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
dependencies = [
"typenum",
"version_check",
]
2021-01-23 12:26:46 +01:00
[[package]]
name = "getrandom"
2022-12-24 17:02:18 +01:00
version = "0.2.8"
2021-01-23 12:26:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
2021-01-23 12:26:46 +01:00
dependencies = [
2023-02-14 20:04:25 +01:00
"cfg-if",
2021-01-23 12:26:46 +01:00
"libc",
2022-12-24 17:02:18 +01:00
"wasi",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "gettext-rs"
version = "0.7.0"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e49ea8a8fad198aaa1f9655a2524b64b70eb06b2f3ff37da407566c93054f364"
2019-09-03 00:07:06 +00:00
dependencies = [
"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 = [
"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"
2022-12-24 20:07:00 +01:00
version = "0.5.0"
2022-01-28 16:07:53 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 20:07:00 +01:00
checksum = "d930750de5717d2dd0b8c0d42c076c0e884c81a73e6cab859bbd2339c71e3e40"
2022-01-28 16:07:53 +01:00
dependencies = [
"opaque-debug",
"polyval",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "gio"
2023-03-19 11:37:39 +01:00
version = "0.17.4"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "2261a3b4e922ec676d1c27ac466218c38cf5dcb49a759129e54bb5046e442125"
2020-10-28 01:52:54 +01:00
dependencies = [
"bitflags",
"futures-channel",
"futures-core",
"futures-io",
2022-12-24 17:02:18 +01:00
"futures-util",
"gio-sys",
"glib",
"libc",
"once_cell",
2022-12-24 17:02:18 +01:00
"pin-project-lite",
"smallvec",
"thiserror",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "gio-sys"
2023-03-19 11:37:39 +01:00
version = "0.17.4"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "6b1d43b0d7968b48455244ecafe41192871257f5740aa6b095eb19db78e362a5"
2019-09-03 00:07:06 +00:00
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
2022-03-24 15:44:08 +01:00
"system-deps",
"winapi",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "glib"
2023-03-19 11:37:39 +01:00
version = "0.17.5"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "cfb53061756195d76969292c2d2e329e01259276524a9bae6c9b73af62854773"
2020-10-28 01:52:54 +01:00
dependencies = [
"bitflags",
"futures-channel",
"futures-core",
"futures-executor",
"futures-task",
2022-12-24 17:02:18 +01:00
"futures-util",
"gio-sys",
"glib-macros",
"glib-sys",
"gobject-sys",
"libc",
2023-02-14 20:04:25 +01:00
"memchr",
"once_cell",
"smallvec",
2022-01-04 22:51:02 +01:00
"thiserror",
2020-10-28 01:52:54 +01:00
]
[[package]]
name = "glib-macros"
2023-03-25 16:37:36 +01:00
version = "0.17.6"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 16:37:36 +01:00
checksum = "32e73a9790e243f6d55d8e302426419f6084a1de7a84cd07f7268300408a19de"
2020-10-28 01:52:54 +01:00
dependencies = [
"anyhow",
2022-03-24 15:44:08 +01:00
"heck",
"proc-macro-crate",
"proc-macro-error",
"proc-macro2",
"quote",
2023-03-19 11:37:39 +01:00
"syn 1.0.109",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "glib-sys"
2023-03-19 11:37:39 +01:00
version = "0.17.4"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "49f00ad0a1bf548e61adfff15d83430941d9e1bb620e334f779edd1c745680a5"
2019-09-03 00:07:06 +00:00
dependencies = [
"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"
2023-02-14 20:04:25 +01:00
version = "0.3.1"
2022-01-05 10:34:08 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
2022-01-05 10:34:08 +01:00
[[package]]
name = "gobject-sys"
2023-03-19 11:37:39 +01:00
version = "0.17.4"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "15e75b0000a64632b2d8ca3cf856af9308e3a970844f6e9659bd197f026793d0"
dependencies = [
"glib-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 = "graphene-rs"
2023-02-14 20:04:25 +01:00
version = "0.17.1"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "21cf11565bb0e4dfc2f99d4775b6c329f0d40a2cff9c0066214d31a0e1b46256"
2019-09-03 00:07:06 +00:00
dependencies = [
"glib",
"graphene-sys",
"libc",
2019-09-03 00:07:06 +00:00
]
[[package]]
2020-10-28 01:52:54 +01:00
name = "graphene-sys"
2023-02-14 20:04:25 +01:00
version = "0.17.0"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "cf80a4849a8d9565410a8fec6fc3678e9c617f4ac7be182ca55ab75016e07af9"
2019-09-03 00:07:06 +00:00
dependencies = [
"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"
2023-03-19 11:37:39 +01:00
version = "0.6.3"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "6f01ef44fa7cac15e2da9978529383e6bee03e570ba5bf7036b4c10a15cc3a3c"
2020-10-28 01:52:54 +01:00
dependencies = [
"bitflags",
"cairo-rs",
"gdk4",
"glib",
"graphene-rs",
"gsk4-sys",
"libc",
"pango",
2020-10-28 01:52:54 +01:00
]
[[package]]
name = "gsk4-sys"
2023-03-19 11:37:39 +01:00
version = "0.6.3"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "c07a84fb4dcf1323d29435aa85e2f5f58bef564342bef06775ec7bd0da1f01b0"
2020-10-28 01:52:54 +01:00
dependencies = [
"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"
2023-03-25 16:37:36 +01:00
version = "0.10.5"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 16:37:36 +01:00
checksum = "e853e6f8b38ca7b5843e930b82470c07d998792cfa01a44fb4f5db9021751785"
2022-01-05 10:34:08 +01:00
dependencies = [
2022-12-27 13:11:09 +01:00
"gdk4-wayland",
"gdk4-x11",
2022-01-05 10:34:08 +01:00
"gst-plugin-version-helper",
"gstreamer",
"gstreamer-base",
2022-12-27 13:11:09 +01:00
"gstreamer-gl",
"gstreamer-gl-egl",
"gstreamer-gl-wayland",
"gstreamer-gl-x11",
2022-01-05 10:34:08 +01:00
"gstreamer-video",
"gtk4",
"once_cell",
]
[[package]]
name = "gst-plugin-version-helper"
2022-12-24 17:02:18 +01:00
version = "0.7.5"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "87921209945e5dc809848a100115fad65bd127671896f0206f45e272080cc4c9"
2022-01-05 10:34:08 +01:00
dependencies = [
"chrono",
2020-10-28 01:52:54 +01:00
]
[[package]]
name = "gstreamer"
2023-03-19 11:37:39 +01:00
version = "0.20.3"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "4c46cc10a7ab79329feb68bef54a242ced84c3147cc1b81bc5c6140346a1dbf9"
dependencies = [
"bitflags",
2023-02-14 20:04:25 +01:00
"cfg-if",
"futures-channel",
"futures-core",
"futures-util",
"glib",
"gstreamer-sys",
"libc",
"muldiv",
"num-integer",
2022-12-24 17:02:18 +01:00
"num-rational 0.4.1",
"once_cell",
2021-11-14 17:21:01 +01:00
"option-operations",
"paste",
"pretty-hex",
2023-02-14 20:04:25 +01:00
"smallvec",
"thiserror",
]
[[package]]
name = "gstreamer-base"
2023-02-14 20:04:25 +01:00
version = "0.20.0"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "5598bfedbff12675a6cddbe420b6a3ba5039c64aaf7df130db6339d09b634b0e"
dependencies = [
2022-12-24 17:02:18 +01:00
"atomic_refcell",
"bitflags",
2023-02-14 20:04:25 +01:00
"cfg-if",
"glib",
"gstreamer",
"gstreamer-base-sys",
"libc",
]
[[package]]
name = "gstreamer-base-sys"
2023-02-14 20:04:25 +01:00
version = "0.20.0"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "26114ed96f6668380f5a1554128159e98e06c3a7a8460f216d7cd6dce28f928c"
dependencies = [
"glib-sys",
"gobject-sys",
"gstreamer-sys",
"libc",
2022-03-24 15:44:08 +01:00
"system-deps",
]
2022-12-27 13:11:09 +01:00
[[package]]
name = "gstreamer-gl"
2023-02-14 20:04:25 +01:00
version = "0.20.0"
2022-12-27 13:11:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "b82b83d18ad1c4d890694b4bedde170c748462a11f51a68428671bc1bf93e71e"
2022-12-27 13:11:09 +01:00
dependencies = [
"bitflags",
"glib",
"gstreamer",
"gstreamer-base",
"gstreamer-gl-sys",
"gstreamer-video",
"libc",
"once_cell",
]
[[package]]
name = "gstreamer-gl-egl"
2023-02-14 20:04:25 +01:00
version = "0.20.0"
2022-12-27 13:11:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "1ec342886c7037cf18e07cf00aa5b60498ef5f9841aa36078a51f28d93970f93"
2022-12-27 13:11:09 +01:00
dependencies = [
"glib",
"gstreamer",
"gstreamer-gl",
"gstreamer-gl-egl-sys",
"libc",
]
[[package]]
name = "gstreamer-gl-egl-sys"
2023-02-14 20:04:25 +01:00
version = "0.20.0"
2022-12-27 13:11:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "c5f6f24c488311f09198e41826634e5e693149f10c9da1f6aa1be9e4e81e414e"
2022-12-27 13:11:09 +01:00
dependencies = [
"glib-sys",
"gstreamer-gl-sys",
"libc",
"system-deps",
]
[[package]]
name = "gstreamer-gl-sys"
2023-02-14 20:04:25 +01:00
version = "0.20.0"
2022-12-27 13:11:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "f08af9ae5ca5aa01c4875346bb7e61310b75a9afc3607b52a6b73470be93bbc7"
2022-12-27 13:11:09 +01:00
dependencies = [
"glib-sys",
"gobject-sys",
"gstreamer-base-sys",
"gstreamer-sys",
"gstreamer-video-sys",
"libc",
"system-deps",
]
[[package]]
name = "gstreamer-gl-wayland"
2023-02-14 20:04:25 +01:00
version = "0.20.0"
2022-12-27 13:11:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "b2e8229f920f1703cdd5415ed2a8caaa9dab7794be1a190bd7e3a3d91549f417"
2022-12-27 13:11:09 +01:00
dependencies = [
"glib",
"gstreamer",
"gstreamer-gl",
"gstreamer-gl-wayland-sys",
"libc",
]
[[package]]
name = "gstreamer-gl-wayland-sys"
2023-02-14 20:04:25 +01:00
version = "0.20.0"
2022-12-27 13:11:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "7812f3fd82eb23c3f7f564b4d5c3b175dcc1e1947a4dcb93dde9129d9197232f"
2022-12-27 13:11:09 +01:00
dependencies = [
"glib-sys",
"gstreamer-gl-sys",
"libc",
"system-deps",
]
[[package]]
name = "gstreamer-gl-x11"
2023-02-14 20:04:25 +01:00
version = "0.20.0"
2022-12-27 13:11:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "c4a82db426e6789bcb36e093100c97f8586f3a118bb7f268f36da9421044f646"
2022-12-27 13:11:09 +01:00
dependencies = [
"glib",
"gstreamer",
"gstreamer-gl",
"gstreamer-gl-x11-sys",
"libc",
]
[[package]]
name = "gstreamer-gl-x11-sys"
2023-02-14 20:04:25 +01:00
version = "0.20.0"
2022-12-27 13:11:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "ee27467cb653e78d5d4b0b275f45b2bce6520f5b8b6a241867ae98f3c56f23f1"
2022-12-27 13:11:09 +01:00
dependencies = [
"glib-sys",
"gstreamer-gl-sys",
"libc",
"system-deps",
]
[[package]]
name = "gstreamer-sys"
2023-02-14 20:04:25 +01:00
version = "0.20.0"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "e56fe047adef7d47dbafa8bc1340fddb53c325e16574763063702fc94b5786d2"
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"
2023-03-19 11:37:39 +01:00
version = "0.20.3"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "467cddb6a4135e72fefb6ba21262b1cca5493e9928792e88fe672ec0a37b761c"
2022-01-05 10:34:08 +01:00
dependencies = [
"bitflags",
2023-02-14 20:04:25 +01:00
"cfg-if",
2022-01-05 10:34:08 +01:00
"futures-channel",
"glib",
"gstreamer",
"gstreamer-base",
"gstreamer-video-sys",
"libc",
"once_cell",
]
[[package]]
name = "gstreamer-video-sys"
2023-02-14 20:04:25 +01:00
version = "0.20.0"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "66ddb6112d438aac0004d2db6053a572f92b1c5e0e9d6ff6c71d9245f7f73e46"
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",
]
2020-10-28 01:52:54 +01:00
[[package]]
name = "gtk4"
2023-03-19 11:37:39 +01:00
version = "0.6.4"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "1e30e124b5a605f6f5513db13958bfcd51d746607b20bc7bb718b33e303274ed"
dependencies = [
"bitflags",
"cairo-rs",
"field-offset",
"futures-channel",
"gdk-pixbuf",
"gdk4",
"gio",
"glib",
"graphene-rs",
"gsk4",
"gtk4-macros",
"gtk4-sys",
"libc",
"once_cell",
"pango",
]
[[package]]
name = "gtk4-macros"
2023-03-25 16:37:36 +01:00
version = "0.6.5"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 16:37:36 +01:00
checksum = "f041a797fb098bfb06e432c61738133604bfa3af57f13f1da3b9d46271422ef0"
dependencies = [
"anyhow",
"proc-macro-crate",
"proc-macro-error",
"proc-macro2",
"quote",
2023-03-19 11:37:39 +01:00
"syn 1.0.109",
2020-10-28 01:52:54 +01:00
]
[[package]]
name = "gtk4-sys"
2023-03-19 11:37:39 +01:00
version = "0.6.3"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "5f8283f707b07e019e76c7f2934bdd4180c277e08aa93f4c0d8dd07b7a34e22f"
2020-11-08 05:48:55 +01:00
dependencies = [
"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
]
[[package]]
name = "h2"
2023-03-19 11:37:39 +01:00
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "5be7b54589b581f624f566bf5d8eb2bab1db736c51528720b6bd36b96b55924d"
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "hashbrown"
2022-12-24 17:02:18 +01:00
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2022-01-04 22:51:02 +01:00
[[package]]
name = "heck"
2023-02-14 20:04:25 +01:00
version = "0.4.1"
2020-10-28 07:07:31 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2020-10-28 07:07:31 +01:00
2022-12-24 17:02:18 +01:00
[[package]]
name = "hermit-abi"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
dependencies = [
"libc",
]
2023-03-19 11:37:39 +01:00
[[package]]
name = "hermit-abi"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
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]]
name = "hkdf"
version = "0.12.3"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"
2019-09-03 00:07:06 +00:00
dependencies = [
"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 = [
"digest",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "http"
2023-03-19 11:37:39 +01:00
version = "0.2.9"
2020-10-28 07:07:31 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
dependencies = [
"bytes",
"fnv",
"itoa",
]
2020-10-28 07:07:31 +01:00
2019-09-03 00:07:06 +00:00
[[package]]
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 = [
"bytes",
"http",
"pin-project-lite",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "httparse"
2022-12-24 17:02:18 +01:00
version = "1.8.0"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
[[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
[[package]]
name = "hyper"
2023-03-19 11:37:39 +01:00
version = "0.14.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "cc5e554ff619822309ffd57d8734d77cd5ce6238bc956f037ea06c58238c9899"
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
"socket2",
"tokio",
"tower-service",
"tracing",
"want",
]
2022-12-24 17:02:18 +01:00
[[package]]
name = "iana-time-zone"
2023-03-25 16:37:36 +01:00
version = "0.1.54"
2022-12-24 17:02:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 16:37:36 +01:00
checksum = "0c17cc76786e99f8d2f055c11159e7f0091c42474dcc3189fbab96072e873e6d"
2022-12-24 17:02:18 +01:00
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
2023-03-25 16:37:36 +01:00
"windows",
2022-12-24 17:02:18 +01:00
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
dependencies = [
"cxx",
"cxx-build",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "idna"
2022-12-24 17:02:18 +01:00
version = "0.3.0"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
2019-09-03 00:07:06 +00:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "image"
2021-03-12 02:47:34 +01:00
version = "0.23.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-12 02:47:34 +01:00
checksum = "24ffcb7e7244a9bf19d35bf2883b9c080c4ced3c07a9895572178cdb8f13f6a1"
dependencies = [
"bytemuck",
"byteorder",
"color_quant",
"num-iter",
2021-03-12 02:47:34 +01:00
"num-rational 0.3.2",
"num-traits",
2022-03-24 15:44:08 +01:00
]
[[package]]
name = "image"
2023-03-25 16:37:36 +01:00
version = "0.24.6"
2022-03-24 15:44:08 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 16:37:36 +01:00
checksum = "527909aa81e20ac3a44803521443a765550f09b5130c2c2fa1ea59c2f8f50a3a"
2022-03-24 15:44:08 +01:00
dependencies = [
"bytemuck",
"byteorder",
"color_quant",
2022-12-24 17:02:18 +01:00
"num-rational 0.4.1",
2022-03-24 15:44:08 +01:00
"num-traits",
"png",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "indexmap"
2023-03-25 16:37:36 +01:00
version = "1.9.3"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 16:37:36 +01:00
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
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 = [
"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 = [
2023-02-14 20:04:25 +01:00
"cfg-if",
2020-10-28 07:07:31 +01:00
]
2019-09-03 00:07:06 +00:00
2023-03-19 11:37:39 +01:00
[[package]]
name = "io-lifetimes"
2023-03-25 16:37:36 +01:00
version = "1.0.9"
2023-03-19 11:37:39 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 16:37:36 +01:00
checksum = "09270fd4fa1111bc614ed2246c7ef56239a3063d5be0d1ec3b589c505d400aeb"
2023-03-19 11:37:39 +01:00
dependencies = [
"hermit-abi 0.3.1",
"libc",
"windows-sys 0.45.0",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "ipnet"
2023-02-14 20:04:25 +01:00
version = "2.7.1"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146"
2019-09-03 00:07:06 +00:00
[[package]]
name = "itertools"
2022-12-24 17:02:18 +01:00
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
dependencies = [
"either",
]
2022-01-04 22:51:02 +01:00
[[package]]
name = "itoa"
2023-03-19 11:37:39 +01:00
version = "1.0.6"
2022-01-04 22:51:02 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
2022-01-04 22:51:02 +01:00
2019-09-03 00:07:06 +00:00
[[package]]
name = "js-sys"
2023-02-14 20:04:25 +01:00
version = "0.3.61"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"
2019-09-03 00:07:06 +00:00
dependencies = [
"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"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2023-02-14 20:04:25 +01:00
dependencies = [
"spin",
]
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"
2023-02-14 20:04:25 +01:00
version = "0.3.1"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "b1c4efd2020a4fcedbad2c4a97de97bf6045e5dc49d61d5a5d0cfd753db60700"
dependencies = [
2022-12-24 17:02:18 +01:00
"bitflags",
"futures-channel",
"gdk-pixbuf",
"gdk4",
"gio",
"glib",
"gtk4",
2021-01-21 18:56:56 +01:00
"libadwaita-sys",
"libc",
2021-11-14 17:21:01 +01:00
"once_cell",
"pango",
2019-09-03 00:07:06 +00:00
]
[[package]]
2021-01-21 18:56:56 +01:00
name = "libadwaita-sys"
2023-02-14 20:04:25 +01:00
version = "0.3.0"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "0727b85b4fe2b1bed5ac90df6343de15cbf8118bfb96d7c3cc1512681a4b34ac"
2020-11-08 05:48:55 +01:00
dependencies = [
"gdk4-sys",
"gio-sys",
"glib-sys",
"gobject-sys",
"gtk4-sys",
"libc",
2022-12-24 17:02:18 +01:00
"pango-sys",
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"
2023-03-19 11:37:39 +01:00
version = "0.2.140"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c"
2022-01-05 10:34:08 +01:00
[[package]]
2023-02-14 20:04:25 +01:00
name = "libm"
version = "0.2.6"
2022-01-05 10:34:08 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb"
2022-01-05 10:34:08 +01:00
[[package]]
name = "libspa"
2023-02-14 20:04:25 +01:00
version = "0.6.0"
2022-01-05 10:34:08 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "667dfbb50c3d1f7ee1d33afdc04d1255923ece7642db3303046e7d63d997d77d"
2022-01-05 10:34:08 +01:00
dependencies = [
"bitflags",
"cc",
"cookie-factory",
2023-03-19 11:37:39 +01:00
"errno 0.3.0",
2022-01-05 10:34:08 +01:00
"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"
2023-02-14 20:04:25 +01:00
version = "0.6.0"
2022-01-05 10:34:08 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "79cf5b88f52534df7ca88d451ae9628e22124e3cc5c60966465a7db479534c7a"
2022-01-05 10:34:08 +01:00
dependencies = [
"bindgen",
2023-02-14 20:04:25 +01:00
"cc",
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"
2022-12-27 13:11:09 +01:00
version = "0.25.2"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-27 13:11:09 +01:00
checksum = "29f835d03d717946d28b1d1ed632eb6f0e24a299388ee623d0c23118d3e8a7fa"
2019-09-03 00:07:06 +00:00
dependencies = [
"pkg-config",
"vcpkg",
2019-09-03 00:07:06 +00:00
]
2022-12-24 17:02:18 +01:00
[[package]]
name = "link-cplusplus"
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
dependencies = [
"cc",
]
2023-03-19 11:37:39 +01:00
[[package]]
name = "linux-raw-sys"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
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"
checksum = "08d2c35b16f4483f6c26f0e4e9550717a2f6575bcd6f12a53ff0c490a94a6934"
2019-09-03 00:07:06 +00:00
dependencies = [
"lazy_static",
"objc",
"objc-foundation",
"regex",
"winapi",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "lock_api"
2022-12-24 17:02:18 +01:00
version = "0.4.9"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
2019-09-03 00:07:06 +00:00
dependencies = [
2022-04-15 00:46:56 +02:00
"autocfg",
"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 = [
2023-02-14 20:04:25 +01:00
"cfg-if",
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"
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
2020-10-28 01:52:54 +01:00
dependencies = [
"libc",
2020-10-28 01:52:54 +01:00
]
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
[[package]]
name = "memoffset"
2023-03-19 11:37:39 +01:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
dependencies = [
2020-12-14 23:12:33 +01:00
"autocfg",
]
2023-02-14 20:04:25 +01:00
[[package]]
name = "memoffset"
2023-03-19 11:37:39 +01:00
version = "0.8.0"
2023-02-14 20:04:25 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
2023-02-14 20:04:25 +01:00
dependencies = [
"autocfg",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "migrations_internals"
2022-12-24 20:07:00 +01:00
version = "2.0.0"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 20:07:00 +01:00
checksum = "c493c09323068c01e54c685f7da41a9ccf9219735c3766fbfd6099806ea08fbc"
2019-09-03 00:07:06 +00:00
dependencies = [
2022-12-24 20:07:00 +01:00
"serde",
2023-03-25 16:37:36 +01:00
"toml 0.5.11",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "migrations_macros"
2022-12-24 20:07:00 +01:00
version = "2.0.0"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 20:07:00 +01:00
checksum = "8a8ff27a350511de30cdabb77147501c36ef02e0451d957abea2f30caffb2b58"
2019-09-03 00:07:06 +00:00
dependencies = [
"migrations_internals",
"proc-macro2",
"quote",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "mime"
2023-03-25 16:37:36 +01:00
version = "0.3.17"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 16:37:36 +01:00
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
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"
[[package]]
name = "miniz_oxide"
2022-12-24 17:02:18 +01:00
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
dependencies = [
"adler",
]
[[package]]
name = "mio"
2023-02-14 20:04:25 +01:00
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9"
dependencies = [
"libc",
"log",
2022-12-24 17:02:18 +01:00
"wasi",
2023-02-14 20:04:25 +01:00
"windows-sys 0.45.0",
]
[[package]]
name = "muldiv"
2022-12-24 17:02:18 +01:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "956787520e75e9bd233246045d19f42fb73242759cc57fba9611d940ae96d4b0"
[[package]]
name = "native-tls"
2022-12-24 17:02:18 +01:00
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
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
]
[[package]]
name = "nix"
2023-02-14 20:04:25 +01:00
version = "0.26.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
dependencies = [
"bitflags",
2023-02-14 20:04:25 +01:00
"cfg-if",
"libc",
2023-02-14 20:04:25 +01:00
"memoffset 0.7.1",
"pin-utils",
"static_assertions",
]
2022-12-24 17:02:18 +01:00
[[package]]
2023-02-14 20:04:25 +01:00
name = "nom"
version = "7.1.3"
2022-12-24 17:02:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2022-12-24 17:02:18 +01:00
dependencies = [
2023-02-14 20:04:25 +01:00
"memchr",
"minimal-lexical",
2022-12-24 17:02:18 +01:00
]
2020-11-10 04:59:52 +01:00
[[package]]
name = "num"
version = "0.4.0"
2020-11-10 04:59:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43db66d1170d347f9a065114077f7dccb00c1b9478c89384490a3425279a4606"
2020-11-10 04:59:52 +01:00
dependencies = [
"num-bigint",
"num-complex",
"num-integer",
"num-iter",
2022-12-24 17:02:18 +01:00
"num-rational 0.4.1",
"num-traits",
]
[[package]]
name = "num-bigint"
2021-11-14 17:21:01 +01:00
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-14 17:21:01 +01:00
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
2023-02-14 20:04:25 +01:00
[[package]]
name = "num-bigint-dig"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2399c9463abc5f909349d8aa9ba080e0b88b3ce2885389b60b993f39b1a56905"
dependencies = [
"byteorder",
"lazy_static",
"libm",
"num-integer",
"num-iter",
"num-traits",
"rand",
"serde",
"smallvec",
"zeroize",
]
2020-11-10 04:59:52 +01:00
[[package]]
name = "num-complex"
2023-02-14 20:04:25 +01:00
version = "0.4.3"
2020-11-10 04:59:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "02e0d21255c828d6f128a1e41534206671e8c3ea0c62f32291e808dc82cff17d"
2020-11-10 04:59:52 +01:00
dependencies = [
"num-traits",
2020-11-10 04:59:52 +01:00
]
[[package]]
name = "num-integer"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
dependencies = [
2020-12-14 23:12:33 +01:00
"autocfg",
"num-traits",
]
[[package]]
name = "num-iter"
version = "0.1.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
dependencies = [
2020-12-14 23:12:33 +01:00
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-rational"
2020-11-08 05:48:55 +01:00
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"
dependencies = [
2020-12-14 23:12:33 +01:00
"autocfg",
"num-integer",
"num-traits",
]
2021-03-12 02:47:34 +01:00
[[package]]
name = "num-rational"
2022-12-24 17:02:18 +01:00
version = "0.4.1"
2021-03-12 02:47:34 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
2021-03-12 02:47:34 +01:00
dependencies = [
"autocfg",
"num-bigint",
2021-03-12 02:47:34 +01:00
"num-integer",
"num-traits",
]
[[package]]
name = "num-traits"
2022-05-28 22:22:46 +02:00
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-28 22:22:46 +02:00
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
dependencies = [
2020-12-14 23:12:33 +01:00
"autocfg",
]
[[package]]
name = "num_cpus"
2022-12-24 17:02:18 +01:00
version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
dependencies = [
2023-03-19 11:37:39 +01:00
"hermit-abi 0.2.6",
"libc",
]
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"
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
2020-10-28 01:52:54 +01:00
dependencies = [
"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"
checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
2020-10-28 01:52:54 +01:00
dependencies = [
"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"
checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
2020-10-28 01:52:54 +01:00
dependencies = [
"objc",
2020-10-28 01:52:54 +01:00
]
[[package]]
name = "once_cell"
2023-02-14 20:04:25 +01:00
version = "1.17.1"
2020-10-28 01:52:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
2020-10-28 01:52:54 +01:00
[[package]]
name = "oo7"
2023-03-25 16:37:36 +01:00
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 16:37:36 +01:00
checksum = "21f12a058b75ac86a0289c3f83d5ddecb627878510421c31b7b19503c096d186"
dependencies = [
2022-12-24 20:07:00 +01:00
"aes",
"byteorder",
"cbc",
2022-12-24 20:07:00 +01:00
"cipher",
"digest",
2023-03-25 16:37:36 +01:00
"dirs 5.0.0",
2023-02-14 20:04:25 +01:00
"futures-util",
"hkdf",
"hmac",
"num",
2023-02-14 20:04:25 +01:00
"num-bigint-dig",
"once_cell",
"pbkdf2",
"rand",
"serde",
"sha2",
"tokio",
"tracing",
2023-02-14 20:04:25 +01:00
"zbus",
"zeroize",
]
[[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"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
2019-09-03 00:07:06 +00:00
[[package]]
name = "openssl"
2023-03-25 16:37:36 +01:00
version = "0.10.48"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 16:37:36 +01:00
checksum = "518915b97df115dd36109bfa429a48b8f737bd05508cf9588977b599648926d2"
dependencies = [
"bitflags",
2023-02-14 20:04:25 +01:00
"cfg-if",
"foreign-types",
"libc",
"once_cell",
2022-05-28 22:22:46 +02:00
"openssl-macros",
"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",
2023-03-19 11:37:39 +01:00
"syn 1.0.109",
2022-05-28 22:22:46 +02:00
]
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"
2023-03-25 16:37:36 +01:00
version = "0.9.83"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 16:37:36 +01:00
checksum = "666416d899cf077260dac8698d60a60b435a46d57e82acb1be3d0dad87284e5b"
2019-09-03 00:07:06 +00:00
dependencies = [
2020-12-14 23:12:33 +01:00
"autocfg",
"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"
2022-12-24 17:02:18 +01:00
version = "0.5.0"
2021-06-29 00:23:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "7c26d27bb1aeab65138e4bf7666045169d1717febcc9ff870166be8348b223d0"
2021-11-14 17:21:01 +01:00
dependencies = [
"paste",
]
2022-01-04 22:51:02 +01:00
[[package]]
name = "ordered-stream"
2023-02-14 20:04:25 +01:00
version = "0.2.0"
2022-01-04 22:51:02 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
2022-12-24 17:02:18 +01:00
dependencies = [
"futures-core",
"pin-project-lite",
]
2021-11-14 17:21:01 +01:00
[[package]]
name = "pango"
2023-03-19 11:37:39 +01:00
version = "0.17.4"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "52c280b82a881e4208afb3359a8e7fde27a1b272280981f1f34610bed5770d37"
2019-09-03 00:07:06 +00:00
dependencies = [
"bitflags",
2022-12-24 17:02:18 +01:00
"gio",
"glib",
"libc",
"once_cell",
"pango-sys",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "pango-sys"
2023-02-14 20:04:25 +01:00
version = "0.17.0"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "4293d0f0b5525eb5c24734d30b0ed02cd02aa734f216883f376b54de49625de8"
2019-09-03 00:07:06 +00:00
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
2022-03-24 15:44:08 +01:00
"system-deps",
2019-09-03 00:07:06 +00:00
]
2022-05-28 22:22:46 +02:00
[[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",
2022-12-24 17:02:18 +01:00
"parking_lot_core",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "parking_lot_core"
2023-02-14 20:04:25 +01:00
version = "0.9.7"
2022-05-28 22:22:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
2022-05-28 22:22:46 +02:00
dependencies = [
2023-02-14 20:04:25 +01:00
"cfg-if",
2022-05-28 22:22:46 +02:00
"libc",
"redox_syscall",
"smallvec",
2023-02-14 20:04:25 +01:00
"windows-sys 0.45.0",
2022-05-28 22:22:46 +02:00
]
[[package]]
name = "paste"
2023-03-19 11:37:39 +01:00
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79"
2022-01-28 16:07:53 +01:00
[[package]]
name = "pbkdf2"
2023-03-25 16:37:36 +01:00
version = "0.12.1"
2022-01-28 16:07:53 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 16:37:36 +01:00
checksum = "f0ca0b5a68607598bf3bad68f32227a8164f6254833f84eafaac409cd6746c31"
2022-01-28 16:07:53 +01:00
dependencies = [
"digest",
"hmac",
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"
2022-12-24 17:02:18 +01:00
version = "2.2.0"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
2019-09-03 00:07:06 +00:00
2020-10-28 07:07:31 +01:00
[[package]]
name = "pin-project-lite"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
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"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2020-10-28 01:52:54 +01:00
2022-01-05 10:34:08 +01:00
[[package]]
name = "pipewire"
2023-02-14 20:04:25 +01:00
version = "0.6.0"
2022-01-05 10:34:08 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "dc2180a4a84b855be86e6cd72fa6fd4318278871d2b1082e7cd05fe64b135ccb"
2022-01-05 10:34:08 +01:00
dependencies = [
"anyhow",
"bitflags",
2023-03-19 11:37:39 +01:00
"errno 0.3.0",
2022-01-05 10:34:08 +01:00
"libc",
"libspa",
"libspa-sys",
2023-03-19 11:37:39 +01:00
"nix",
2022-01-05 10:34:08 +01:00
"once_cell",
"pipewire-sys",
"thiserror",
]
[[package]]
name = "pipewire-sys"
2023-02-14 20:04:25 +01:00
version = "0.6.0"
2022-01-05 10:34:08 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "a95290eedb7fb6aa3922fdc0261cd0ddeb940abcdbdef28778928106554d2123"
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-12-24 17:02:18 +01:00
version = "0.3.26"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
2019-09-03 00:07:06 +00:00
[[package]]
name = "png"
2022-12-24 17:02:18 +01:00
version = "0.17.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "5d708eaf860a19b19ce538740d2b4bdeeb8337fa53f7738455e706623ad5c638"
dependencies = [
"bitflags",
"crc32fast",
2022-12-24 17:02:18 +01:00
"flate2",
2022-04-15 00:46:56 +02:00
"miniz_oxide",
]
2022-01-28 16:07:53 +01:00
[[package]]
name = "polyval"
2022-12-24 20:07:00 +01:00
version = "0.6.0"
2022-01-28 16:07:53 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 20:07:00 +01:00
checksum = "7ef234e08c11dfcb2e56f79fd70f6f2eb7f025c0ce2333e82f4f0518ecad30c6"
2022-01-28 16:07:53 +01:00
dependencies = [
2023-02-14 20:04:25 +01:00
"cfg-if",
2022-01-28 16:07:53 +01:00
"cpufeatures",
"opaque-debug",
"universal-hash",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "ppv-lite86"
2022-12-24 17:02:18 +01:00
version = "0.2.17"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2019-09-03 00:07:06 +00:00
[[package]]
name = "pretty-hex"
version = "0.3.0"
2020-10-28 01:52:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6fa0831dd7cc608c38a5e323422a0077678fa5744aa2be4ad91c4ece8eec8d5"
2020-10-28 01:52:54 +01:00
[[package]]
name = "proc-macro-crate"
2023-03-19 11:37:39 +01:00
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
dependencies = [
2022-12-24 17:02:18 +01:00
"once_cell",
2023-02-14 20:04:25 +01:00
"toml_edit",
]
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"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
2020-10-28 01:52:54 +01:00
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
2023-03-19 11:37:39 +01:00
"syn 1.0.109",
"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"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
2020-10-28 01:52:54 +01:00
dependencies = [
"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"
2023-03-25 16:37:36 +01:00
version = "1.0.53"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 16:37:36 +01:00
checksum = "ba466839c78239c09faf015484e5cc04860f88242cff4d03eb038f04b4699b73"
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
]
[[package]]
name = "prost"
2023-03-19 11:37:39 +01:00
version = "0.11.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "e48e50df39172a3e7eb17e14642445da64996989bc212b583015435d39a58537"
dependencies = [
"bytes",
"prost-derive",
]
[[package]]
name = "prost-derive"
2023-03-19 11:37:39 +01:00
version = "0.11.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "4ea9b0f8cbe5e15a8a042d030bd96668db28ecb567ec37d691971ff5731d2b1b"
dependencies = [
"anyhow",
"itertools",
"proc-macro2",
"quote",
2023-03-19 11:37:39 +01:00
"syn 1.0.109",
]
2023-02-14 20:04:25 +01:00
[[package]]
name = "pulldown-cmark"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d9cc634bc78768157b5cbfe988ffcd1dcba95cd2b2f03a88316c08c6d00ed63"
dependencies = [
"bitflags",
"memchr",
"unicase",
]
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
]
[[package]]
name = "quick-xml"
version = "0.28.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5c1a97b1bc42b1d550bfb48d4262153fe400a12bab1511821736f7eac76d7e2"
dependencies = [
"memchr",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "quote"
2023-03-19 11:37:39 +01:00
version = "1.0.26"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
2019-09-03 00:07:06 +00:00
dependencies = [
"proc-macro2",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "r2d2"
2022-12-24 17:02:18 +01:00
version = "0.8.10"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "51de85fb3fb6524929c8a2eb85e6b6d363de4e8c48f9e2c2eac4944abc181c93"
2019-09-03 00:07:06 +00:00
dependencies = [
"log",
2022-12-24 17:02:18 +01:00
"parking_lot",
"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",
"rand_chacha",
"rand_core",
2021-01-23 12:26:46 +01:00
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
2021-01-23 12:26:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2021-01-23 12:26:46 +01:00
dependencies = [
"ppv-lite86",
"rand_core",
2021-01-23 12:26:46 +01:00
]
[[package]]
name = "rand_core"
2022-12-24 17:02:18 +01:00
version = "0.6.4"
2021-01-23 12:26:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2021-01-23 12:26:46 +01:00
dependencies = [
"getrandom",
2021-01-23 12:26:46 +01:00
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "redox_syscall"
2022-12-24 17:02:18 +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-12-24 17:02:18 +01:00
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
2021-03-12 02:47:34 +01:00
dependencies = [
"bitflags",
]
2019-09-03 00:07:06 +00: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"
2023-03-25 16:37:36 +01:00
version = "1.7.3"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 16:37:36 +01:00
checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d"
2019-09-03 00:07:06 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "regex-syntax"
2023-03-25 16:37:36 +01:00
version = "0.6.29"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 16:37:36 +01:00
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
2019-09-03 00:07:06 +00:00
[[package]]
name = "reqwest"
2023-03-25 16:37:36 +01:00
version = "0.11.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 16:37:36 +01:00
checksum = "0ba30cc2c0cd02af1222ed216ba659cdb2f879dfe3181852fe7c50b1d0005949"
dependencies = [
2023-02-14 20:04:25 +01:00
"base64 0.21.0",
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"hyper",
"ipnet",
"js-sys",
"log",
"mime",
2022-12-24 17:02:18 +01:00
"once_cell",
"percent-encoding",
"pin-project-lite",
"serde",
"serde_json",
"serde_urlencoded",
"tokio",
"tokio-native-tls",
2022-12-24 17:02:18 +01:00
"tower-service",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"winreg",
]
[[package]]
name = "ring"
2021-02-05 11:12:48 +01:00
version = "0.16.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-05 11:12:48 +01:00
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
dependencies = [
"cc",
"libc",
"once_cell",
"spin",
"untrusted",
"web-sys",
"winapi",
]
2021-01-31 22:18:52 +01:00
[[package]]
name = "roxmltree"
2023-02-14 20:04:25 +01:00
version = "0.18.0"
2021-01-31 22:18:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "d8f595a457b6b8c6cda66a48503e92ee8d19342f905948f29c383200ec9eb1d8"
2021-01-31 22:18:52 +01:00
dependencies = [
"xmlparser",
]
[[package]]
name = "rust-argon2"
2022-01-16 18:07:05 +01:00
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-16 18:07:05 +01:00
checksum = "b50162d19404029c1ceca6f6980fe40d45c8b369f6f44446fa14bb39573b5bb9"
dependencies = [
2022-12-24 20:07:00 +01:00
"base64 0.13.1",
"blake2b_simd",
2023-02-14 20:04:25 +01:00
"constant_time_eq 0.1.5",
]
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"
2023-03-19 11:37:39 +01:00
version = "0.4.0"
2021-03-12 02:47:34 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
2021-03-12 02:47:34 +01:00
dependencies = [
2023-03-19 11:37:39 +01:00
"semver",
2019-09-03 00:07:06 +00:00
]
2022-03-24 15:44:08 +01:00
[[package]]
2023-03-19 11:37:39 +01:00
name = "rustix"
2023-03-25 16:37:36 +01:00
version = "0.36.11"
2022-03-24 15:44:08 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 16:37:36 +01:00
checksum = "db4165c9963ab29e422d6c26fbc1d37f15bace6b2810221f9d925023480fcf0e"
2022-03-24 15:44:08 +01:00
dependencies = [
2023-03-19 11:37:39 +01:00
"bitflags",
"errno 0.2.8",
"io-lifetimes",
"libc",
"linux-raw-sys",
"windows-sys 0.45.0",
2022-03-24 15:44:08 +01:00
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "ryu"
2023-03-19 11:37:39 +01:00
version = "1.0.13"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
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-12-24 20:07:00 +01:00
"cipher",
2022-01-28 16:07:53 +01:00
]
2023-02-14 20:04:25 +01:00
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "schannel"
2023-02-14 20:04:25 +01:00
version = "0.1.21"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
2019-09-03 00:07:06 +00:00
dependencies = [
2023-02-14 20:04:25 +01:00
"windows-sys 0.42.0",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "scheduled-thread-pool"
2023-03-19 11:37:39 +01:00
version = "0.2.7"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "3cbc66816425a074528352f5789333ecff06ca41b36b0b0efdfbb29edc391a19"
2019-09-03 00:07:06 +00:00
dependencies = [
2022-12-24 17:02:18 +01:00
"parking_lot",
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"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2019-09-03 00:07:06 +00:00
2022-12-24 17:02:18 +01:00
[[package]]
name = "scratch"
2023-03-19 11:37:39 +01:00
version = "1.0.5"
2022-12-24 17:02:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1"
2022-12-24 17:02:18 +01:00
2022-01-28 16:07:53 +01:00
[[package]]
name = "scrypt"
2023-03-25 16:37:36 +01:00
version = "0.11.0"
2022-01-28 16:07:53 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 16:37:36 +01:00
checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
2022-01-28 16:07:53 +01:00
dependencies = [
"pbkdf2",
"salsa20",
"sha2",
2022-01-28 16:07:53 +01:00
]
[[package]]
name = "search-provider"
2023-03-25 16:37:36 +01:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 16:37:36 +01:00
checksum = "e6d9986972571f89042695af75fa5d07ffad1de8fc4c9adb34c3b2fc1f1896f7"
dependencies = [
2022-12-24 17:02:18 +01:00
"futures-channel",
"futures-util",
"serde",
2023-02-14 20:04:25 +01:00
"zbus",
2020-11-10 04:59:52 +01:00
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "security-framework"
2023-02-14 20:04:25 +01:00
version = "2.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254"
dependencies = [
"bitflags",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2023-02-14 20:04:25 +01:00
version = "2.8.0"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4"
2019-09-03 00:07:06 +00:00
dependencies = [
"core-foundation-sys",
"libc",
2021-03-12 02:47:34 +01:00
]
[[package]]
name = "semver"
2023-03-19 11:37:39 +01:00
version = "1.0.17"
2022-03-24 15:44:08 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
2023-02-14 20:04:25 +01:00
dependencies = [
"serde",
]
2022-03-24 15:44:08 +01:00
2019-09-03 00:07:06 +00:00
[[package]]
name = "serde"
2023-03-25 16:37:36 +01:00
version = "1.0.158"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 16:37:36 +01:00
checksum = "771d4d9c4163ee138805e12c710dd365e4f44be8be0503cb1bb9eb989425d9c9"
dependencies = [
"serde_derive",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "serde_derive"
2023-03-25 16:37:36 +01:00
version = "1.0.158"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 16:37:36 +01:00
checksum = "e801c1712f48475582b7696ac71e0ca34ebb30e09338425384269d9717c62cad"
2019-09-03 00:07:06 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-03-25 16:37:36 +01:00
"syn 2.0.10",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "serde_json"
2023-03-19 11:37:39 +01:00
version = "1.0.94"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "1c533a59c9d8a93a09c6ab31f0fd5e5f4dd1b8fc9434804029839884765d04ea"
2019-09-03 00:07:06 +00:00
dependencies = [
"itoa",
"ryu",
"serde",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "serde_repr"
2023-03-19 11:37:39 +01:00
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "bcec881020c684085e55a25f7fd888954d56609ef363479dc5a1305eb0d40cab"
dependencies = [
"proc-macro2",
"quote",
2023-03-25 16:37:36 +01:00
"syn 2.0.10",
]
[[package]]
name = "serde_spanned"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0efd8caf556a6cebd3b285caf480045fcc1ac04f6bd786b09a6f11af30c4fcf4"
dependencies = [
"serde",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "serde_urlencoded"
version = "0.7.1"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2019-09-03 00:07:06 +00:00
dependencies = [
"form_urlencoded",
"itoa",
"ryu",
"serde",
]
2022-12-24 17:02:18 +01:00
[[package]]
name = "sha1"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
dependencies = [
2023-02-14 20:04:25 +01:00
"cfg-if",
2022-12-24 17:02:18 +01:00
"cpufeatures",
"digest",
]
[[package]]
name = "sha2"
2022-12-24 17:02:18 +01:00
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
dependencies = [
2023-02-14 20:04:25 +01:00
"cfg-if",
"cpufeatures",
"digest",
2019-09-03 00:07:06 +00:00
]
2022-01-28 16:07:53 +01:00
[[package]]
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"
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
2022-01-28 16:07:53 +01:00
dependencies = [
"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]]
2023-02-14 20:04:25 +01:00
name = "skeptic"
version = "0.13.7"
2022-01-05 10:34:08 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "16d23b015676c90a0f01c197bfdc786c20342c73a0afdda9025adb0bc42940a8"
2022-01-05 10:34:08 +01:00
dependencies = [
2023-02-14 20:04:25 +01:00
"bytecount",
"cargo_metadata",
"error-chain",
"glob",
"pulldown-cmark",
"tempfile",
"walkdir",
2022-01-05 10:34:08 +01:00
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "slab"
2023-03-19 11:37:39 +01:00
version = "0.4.8"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
2022-12-24 17:02:18 +01:00
dependencies = [
"autocfg",
]
2020-10-28 01:52:54 +01:00
[[package]]
name = "smallvec"
2022-12-24 17:02:18 +01:00
version = "1.10.0"
2020-10-28 01:52:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
2020-10-28 01:52:54 +01:00
2021-03-23 20:05:58 +01:00
[[package]]
name = "socket2"
2023-03-19 11:37:39 +01:00
version = "0.4.9"
2021-03-23 20:05:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
2021-03-23 20:05:58 +01:00
dependencies = [
"libc",
"winapi",
]
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "subtle"
2021-11-14 17:21:01 +01:00
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-14 17:21:01 +01:00
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
2021-01-31 22:18:52 +01:00
[[package]]
name = "svg_metadata"
2023-02-14 20:04:25 +01:00
version = "0.4.4"
2021-01-31 22:18:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "a42f3d2c6f543a8c57cdb434697334f33faf56f9acc141e2bbe4bb1994055200"
2021-01-31 22:18:52 +01:00
dependencies = [
"doc-comment",
"lazy_static",
"regex",
"roxmltree",
2023-02-14 20:04:25 +01:00
"skeptic",
2021-01-31 22:18:52 +01:00
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "syn"
2023-03-19 11:37:39 +01:00
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "syn"
2023-03-25 16:37:36 +01:00
version = "2.0.10"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 16:37:36 +01:00
checksum = "5aad1363ed6d37b84299588d62d3a7d95b5a5c2d9aad5c85609fda12afaa1f40"
2019-09-03 00:07:06 +00:00
dependencies = [
"proc-macro2",
"quote",
2022-05-28 22:22:46 +02:00
"unicode-ident",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "synstructure"
version = "0.12.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
dependencies = [
"proc-macro2",
"quote",
2023-03-19 11:37:39 +01:00
"syn 1.0.109",
"unicode-xid",
]
2022-01-05 10:34:08 +01:00
[[package]]
name = "system-deps"
2023-03-25 16:37:36 +01:00
version = "6.0.4"
2020-10-28 01:52:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 16:37:36 +01:00
checksum = "555fc8147af6256f3931a36bb83ad0023240ce9cf2b319dec8236fd1f220b05f"
2020-10-28 01:52:54 +01:00
dependencies = [
2022-03-24 15:44:08 +01:00
"cfg-expr",
"heck",
"pkg-config",
2023-03-25 16:37:36 +01:00
"toml 0.7.3",
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
[[package]]
name = "tempfile"
2023-03-19 11:37:39 +01:00
version = "3.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "af18f7ae1acd354b992402e9ec5864359d693cd8a79dcbef59f76891701c1e95"
dependencies = [
2023-02-14 20:04:25 +01:00
"cfg-if",
"fastrand",
"redox_syscall",
2023-03-19 11:37:39 +01:00
"rustix",
"windows-sys 0.42.0",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "termcolor"
2023-02-14 20:04:25 +01:00
version = "1.2.0"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
2019-09-03 00:07:06 +00:00
dependencies = [
"winapi-util",
2019-09-03 00:07:06 +00:00
]
2020-10-28 01:52:54 +01:00
[[package]]
name = "thiserror"
2023-03-19 11:37:39 +01:00
version = "1.0.40"
2020-10-28 01:52:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
2020-10-28 01:52:54 +01:00
dependencies = [
"thiserror-impl",
2020-10-28 01:52:54 +01:00
]
[[package]]
name = "thiserror-impl"
2023-03-19 11:37:39 +01:00
version = "1.0.40"
2020-10-28 01:52:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
2020-10-28 01:52:54 +01:00
dependencies = [
"proc-macro2",
"quote",
2023-03-25 16:37:36 +01:00
"syn 2.0.10",
2020-10-28 01:52:54 +01:00
]
[[package]]
name = "thread_local"
2023-02-14 20:04:25 +01:00
version = "1.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
dependencies = [
2023-02-14 20:04:25 +01:00
"cfg-if",
"once_cell",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "tinyvec"
version = "1.6.0"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2019-09-03 00:07:06 +00:00
dependencies = [
"tinyvec_macros",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "tinyvec_macros"
2023-02-14 20:04:25 +01:00
version = "0.1.1"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2019-09-03 00:07:06 +00:00
[[package]]
name = "tokio"
2023-03-19 11:37:39 +01:00
version = "1.26.0"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "03201d01c3c27a29c8a5cee5b55a93ddae1ccf6f08f65365c2c918f8c1b76f64"
2019-09-03 00:07:06 +00:00
dependencies = [
2022-12-24 17:02:18 +01:00
"autocfg",
"bytes",
"libc",
"memchr",
"mio",
"num_cpus",
"pin-project-lite",
"socket2",
2022-04-22 00:48:05 +02:00
"tokio-macros",
2023-02-14 20:04:25 +01:00
"tracing",
2023-03-19 11:37:39 +01:00
"windows-sys 0.45.0",
2019-09-03 00:07:06 +00:00
]
2022-04-22 00:48:05 +02:00
[[package]]
name = "tokio-macros"
2022-12-24 17:02:18 +01:00
version = "1.8.2"
2022-04-22 00:48:05 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8"
2022-04-22 00:48:05 +02:00
dependencies = [
"proc-macro2",
"quote",
2023-03-19 11:37:39 +01:00
"syn 1.0.109",
2022-04-22 00:48:05 +02:00
]
[[package]]
name = "tokio-native-tls"
2023-02-14 20:04:25 +01:00
version = "0.3.1"
2020-11-16 17:13:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
2020-11-16 17:13:40 +01:00
dependencies = [
"native-tls",
"tokio",
2020-11-16 17:13:40 +01:00
]
[[package]]
name = "tokio-util"
2023-02-14 20:04:25 +01:00
version = "0.7.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2"
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
"tracing",
]
2019-09-03 00:07:06 +00:00
[[package]]
2020-10-28 07:07:31 +01:00
name = "toml"
2023-02-14 20:04:25 +01:00
version = "0.5.11"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
2019-09-03 00:07:06 +00:00
dependencies = [
"serde",
2019-09-03 00:07:06 +00:00
]
2023-03-25 16:37:36 +01:00
[[package]]
name = "toml"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b403acf6f2bb0859c93c7f0d967cb4a75a7ac552100f9322faf64dc047669b21"
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit",
]
2023-02-14 20:04:25 +01:00
[[package]]
name = "toml_datetime"
2023-03-19 11:37:39 +01:00
version = "0.6.1"
2023-02-14 20:04:25 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622"
2023-03-25 16:37:36 +01:00
dependencies = [
"serde",
]
2023-02-14 20:04:25 +01:00
[[package]]
name = "toml_edit"
2023-03-25 16:37:36 +01:00
version = "0.19.8"
2023-02-14 20:04:25 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 16:37:36 +01:00
checksum = "239410c8609e8125456927e6707163a3b1fdb40561e4b803bc041f466ccfdc13"
2023-02-14 20:04:25 +01:00
dependencies = [
"indexmap",
2023-03-25 16:37:36 +01:00
"serde",
"serde_spanned",
2023-02-14 20:04:25 +01:00
"toml_datetime",
2023-03-19 11:37:39 +01:00
"winnow",
2023-02-14 20:04:25 +01:00
]
[[package]]
name = "tower-service"
2022-12-24 17:02:18 +01:00
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
2019-09-03 00:07:06 +00:00
[[package]]
2020-10-28 07:07:31 +01:00
name = "tracing"
2022-12-24 17:02:18 +01:00
version = "0.1.37"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
2019-09-03 00:07:06 +00:00
dependencies = [
2023-02-14 20:04:25 +01:00
"cfg-if",
2021-03-12 02:47:34 +01:00
"pin-project-lite",
"tracing-attributes",
"tracing-core",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "tracing-attributes"
2022-12-24 17:02:18 +01:00
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
dependencies = [
"proc-macro2",
"quote",
2023-03-19 11:37:39 +01:00
"syn 1.0.109",
]
2019-09-03 00:07:06 +00:00
[[package]]
2020-10-28 07:07:31 +01:00
name = "tracing-core"
2022-12-24 17:02:18 +01:00
version = "0.1.30"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
2019-09-03 00:07:06 +00:00
dependencies = [
2022-06-11 15:56:27 +02:00
"once_cell",
]
[[package]]
name = "tracing-subscriber"
2022-12-24 17:02:18 +01:00
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70"
dependencies = [
"sharded-slab",
"thread_local",
"tracing-core",
2019-09-03 00:07:06 +00:00
]
2020-10-28 01:52:54 +01:00
[[package]]
name = "try-lock"
2023-02-14 20:04:25 +01:00
version = "0.2.4"
2020-10-28 01:52:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
2020-10-28 01:52:54 +01:00
2019-09-03 00:07:06 +00:00
[[package]]
name = "typenum"
2022-12-24 17:02:18 +01:00
version = "1.16.0"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
2019-09-03 00:07:06 +00:00
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"
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
2019-09-03 00:07:06 +00:00
dependencies = [
"version_check",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "unicode-bidi"
2023-03-25 16:37:36 +01:00
version = "0.3.13"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 16:37:36 +01:00
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
2019-09-03 00:07:06 +00:00
2022-05-28 22:22:46 +02:00
[[package]]
name = "unicode-ident"
2023-03-19 11:37:39 +01:00
version = "1.0.8"
2022-05-28 22:22:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
2022-05-28 22:22:46 +02:00
2019-09-03 00:07:06 +00:00
[[package]]
name = "unicode-normalization"
2022-12-24 17:02:18 +01:00
version = "0.1.22"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
2019-09-03 00:07:06 +00:00
dependencies = [
"tinyvec",
2019-09-03 00:07:06 +00:00
]
2022-01-05 10:34:08 +01:00
[[package]]
name = "unicode-width"
2022-12-24 17:02:18 +01:00
version = "0.1.10"
2022-01-05 10:34:08 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
2022-01-05 10:34:08 +01:00
2019-09-03 00:07:06 +00:00
[[package]]
name = "unicode-xid"
2022-12-24 17:02:18 +01:00
version = "0.2.4"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
2019-09-03 00:07:06 +00:00
[[package]]
name = "universal-hash"
2022-12-24 20:07:00 +01:00
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 20:07:00 +01:00
checksum = "7d3160b73c9a19f7e2939a2fdad446c57c1bbbbf4d919d3213ff1267a580d8b5"
dependencies = [
2022-12-24 20:07:00 +01:00
"crypto-common",
"subtle",
]
[[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"
2022-12-24 17:02:18 +01:00
version = "2.3.1"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
2019-09-03 00:07:06 +00:00
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
2022-12-24 17:02:18 +01:00
"serde",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "uuid"
2023-02-14 20:04:25 +01:00
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "1674845326ee10d37ca60470760d4288a6f80f304007d92e5c53bab78c9cfd79"
dependencies = [
"getrandom",
2021-01-27 15:03:07 +01:00
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2020-10-28 01:52:54 +01:00
[[package]]
name = "version-compare"
2022-12-24 17:02:18 +01:00
version = "0.1.1"
2020-10-28 01:52:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29"
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
2023-02-14 20:04:25 +01:00
[[package]]
name = "walkdir"
2023-03-19 11:37:39 +01:00
version = "2.3.3"
2023-02-14 20:04:25 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
2023-02-14 20:04:25 +01:00
dependencies = [
"same-file",
"winapi-util",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "want"
version = "0.3.0"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
dependencies = [
"log",
"try-lock",
]
2019-09-03 00:07:06 +00: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"
2023-02-14 20:04:25 +01:00
version = "0.2.84"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
2019-09-03 00:07:06 +00:00
dependencies = [
2023-02-14 20:04:25 +01:00
"cfg-if",
"wasm-bindgen-macro",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "wasm-bindgen-backend"
2023-02-14 20:04:25 +01:00
version = "0.2.84"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
2019-09-03 00:07:06 +00:00
dependencies = [
"bumpalo",
"log",
2022-12-24 17:02:18 +01:00
"once_cell",
"proc-macro2",
"quote",
2023-03-19 11:37:39 +01:00
"syn 1.0.109",
"wasm-bindgen-shared",
2020-10-28 07:07:31 +01:00
]
[[package]]
name = "wasm-bindgen-futures"
2023-02-14 20:04:25 +01:00
version = "0.4.34"
2020-10-28 07:07:31 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454"
2020-10-28 07:07:31 +01:00
dependencies = [
2023-02-14 20:04:25 +01:00
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "wasm-bindgen-macro"
2023-02-14 20:04:25 +01:00
version = "0.2.84"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
2019-09-03 00:07:06 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "wasm-bindgen-macro-support"
2023-02-14 20:04:25 +01:00
version = "0.2.84"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
2019-09-03 00:07:06 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-03-19 11:37:39 +01:00
"syn 1.0.109",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "wasm-bindgen-shared"
2023-02-14 20:04:25 +01:00
version = "0.2.84"
2020-10-28 07:07:31 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
2020-10-28 07:07:31 +01:00
[[package]]
name = "web-sys"
2023-02-14 20:04:25 +01:00
version = "0.3.61"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97"
2020-10-28 07:07:31 +01:00
dependencies = [
"js-sys",
"wasm-bindgen",
2020-10-28 07:07:31 +01:00
]
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"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2019-09-03 00:07:06 +00:00
dependencies = [
"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"
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"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
2019-09-03 00:07:06 +00:00
dependencies = [
"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"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2019-09-03 00:07:06 +00:00
2023-03-25 16:37:36 +01:00
[[package]]
name = "windows"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdacb41e6a96a052c6cb63a144f24900236121c6f63f4f8219fef5977ecb0c25"
dependencies = [
"windows-targets",
]
2022-12-24 17:02:18 +01:00
[[package]]
name = "windows-sys"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
dependencies = [
"windows_aarch64_gnullvm",
2023-02-14 20:04:25 +01:00
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
2022-12-24 17:02:18 +01:00
"windows_x86_64_gnullvm",
2023-02-14 20:04:25 +01:00
"windows_x86_64_msvc",
2022-05-28 22:22:46 +02:00
]
2022-12-24 17:02:18 +01:00
[[package]]
2023-02-14 20:04:25 +01:00
name = "windows-sys"
version = "0.45.0"
2022-12-24 17:02:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
dependencies = [
"windows-targets",
]
2022-12-24 17:02:18 +01:00
2022-05-28 22:22:46 +02:00
[[package]]
2023-02-14 20:04:25 +01:00
name = "windows-targets"
2023-03-19 11:37:39 +01:00
version = "0.42.2"
2022-05-28 22:22:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
2023-02-14 20:04:25 +01:00
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
]
2022-05-28 22:22:46 +02:00
2022-12-24 17:02:18 +01:00
[[package]]
2023-02-14 20:04:25 +01:00
name = "windows_aarch64_gnullvm"
2023-03-19 11:37:39 +01:00
version = "0.42.2"
2022-12-24 17:02:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
2022-12-24 17:02:18 +01:00
2022-05-28 22:22:46 +02:00
[[package]]
2023-02-14 20:04:25 +01:00
name = "windows_aarch64_msvc"
2023-03-19 11:37:39 +01:00
version = "0.42.2"
2022-05-28 22:22:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
2022-05-28 22:22:46 +02:00
2022-12-24 17:02:18 +01:00
[[package]]
name = "windows_i686_gnu"
2023-03-19 11:37:39 +01:00
version = "0.42.2"
2022-12-24 17:02:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
2022-12-24 17:02:18 +01:00
2022-05-28 22:22:46 +02:00
[[package]]
name = "windows_i686_msvc"
2023-03-19 11:37:39 +01:00
version = "0.42.2"
2022-12-24 17:02:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
2022-12-24 17:02:18 +01:00
2022-05-28 22:22:46 +02:00
[[package]]
name = "windows_x86_64_gnu"
2023-03-19 11:37:39 +01:00
version = "0.42.2"
2022-05-28 22:22:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
2022-12-24 17:02:18 +01:00
[[package]]
name = "windows_x86_64_gnullvm"
2023-03-19 11:37:39 +01:00
version = "0.42.2"
2022-12-24 17:02:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
2022-12-24 17:02:18 +01:00
2022-05-28 22:22:46 +02:00
[[package]]
name = "windows_x86_64_msvc"
2023-03-19 11:37:39 +01:00
version = "0.42.2"
2022-05-28 22:22:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
[[package]]
name = "winnow"
2023-03-25 16:37:36 +01:00
version = "0.4.1"
2023-03-19 11:37:39 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 16:37:36 +01:00
checksum = "ae8970b36c66498d8ff1d66685dc86b91b29db0c7739899012f63a63814b4b28"
2023-03-19 11:37:39 +01:00
dependencies = [
"memchr",
]
2022-12-24 17:02:18 +01: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"
2022-12-24 17:02:18 +01:00
version = "0.13.5"
2021-01-31 22:18:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd"
2021-01-31 22:18:52 +01:00
[[package]]
name = "zbar-rust"
2022-12-24 17:02:18 +01:00
version = "0.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "b08712bd2e1020ab69e475ccd66afa8e508bf93393a262e2ba56c549cd0865eb"
dependencies = [
"enum-ordinalize",
"libc",
"pkg-config",
]
[[package]]
name = "zbus"
2023-03-25 16:37:36 +01:00
version = "3.11.1"
2021-06-29 00:23:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 16:37:36 +01:00
checksum = "3dc29e76f558b2cb94190e8605ecfe77dd40f5df8c072951714b4b71a97f5848"
dependencies = [
"async-broadcast",
2023-02-14 20:04:25 +01:00
"async-recursion",
2021-11-14 17:21:01 +01:00
"async-trait",
"byteorder",
"derivative",
2023-03-25 16:37:36 +01:00
"dirs 4.0.0",
"enumflags2",
2021-11-14 17:21:01 +01:00
"event-listener",
"futures-core",
"futures-sink",
"futures-util",
"hex",
2022-03-24 15:44:08 +01:00
"lazy_static",
2023-03-19 11:37:39 +01:00
"nix",
2022-12-24 17:02:18 +01:00
"once_cell",
2023-02-14 20:04:25 +01:00
"ordered-stream",
2022-12-24 17:02:18 +01:00
"rand",
"serde",
"serde_repr",
2023-02-14 20:04:25 +01:00
"sha1",
2022-12-24 17:02:18 +01:00
"static_assertions",
2023-02-14 20:04:25 +01:00
"tokio",
2022-12-24 17:02:18 +01:00
"tracing",
2022-05-28 22:22:46 +02:00
"uds_windows",
2022-03-24 15:44:08 +01:00
"winapi",
2023-02-14 20:04:25 +01:00
"zbus_macros",
2021-11-14 17:21:01 +01:00
"zbus_names",
"zvariant",
]
[[package]]
name = "zbus_macros"
2023-03-25 16:37:36 +01:00
version = "3.11.1"
2021-06-29 00:23:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-25 16:37:36 +01:00
checksum = "62a80fd82c011cd08459eaaf1fd83d3090c1b61e6d5284360074a7475af3a85d"
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
"regex",
2023-03-19 11:37:39 +01:00
"syn 1.0.109",
"zvariant_utils",
]
2021-11-14 17:21:01 +01:00
[[package]]
name = "zbus_names"
2023-02-14 20:04:25 +01:00
version = "2.5.0"
2021-11-14 17:21:01 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 20:04:25 +01:00
checksum = "f34f314916bd89bdb9934154627fab152f4f28acdda03e7c4c68181b214fe7e3"
2021-11-14 17:21:01 +01:00
dependencies = [
"serde",
"static_assertions",
"zvariant",
2022-01-04 22:51:02 +01:00
]
[[package]]
name = "zeroize"
2022-12-24 17:02:18 +01:00
version = "1.5.7"
2022-01-04 22:51:02 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"
2022-01-04 22:51:02 +01:00
dependencies = [
"zeroize_derive",
]
[[package]]
name = "zeroize_derive"
2022-12-24 17:02:18 +01:00
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "44bf07cb3e50ea2003396695d58bf46bc9887a1f362260446fad6bc4e79bd36c"
dependencies = [
"proc-macro2",
"quote",
2023-03-19 11:37:39 +01:00
"syn 1.0.109",
"synstructure",
2021-11-14 17:21:01 +01:00
]
[[package]]
name = "zvariant"
2023-03-19 11:37:39 +01:00
version = "3.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "46fe4914a985446d6fd287019b5fceccce38303d71407d9e6e711d44954a05d8"
dependencies = [
"byteorder",
"enumflags2",
2021-11-14 17:21:01 +01:00
"libc",
"serde",
"static_assertions",
2022-12-24 17:02:18 +01:00
"url",
"zvariant_derive",
]
[[package]]
name = "zvariant_derive"
2023-03-19 11:37:39 +01:00
version = "3.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 11:37:39 +01:00
checksum = "34c20260af4b28b3275d6676c7e2a6be0d4332e8e0aba4616d34007fd84e462a"
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
2023-03-19 11:37:39 +01:00
"syn 1.0.109",
"zvariant_utils",
]
[[package]]
name = "zvariant_utils"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53b22993dbc4d128a17a3b6c92f1c63872dd67198537ee728d8b5d7c40640a8b"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]