Authenticator/Cargo.lock

3937 lines
92 KiB
Plaintext
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 01:47:34 +00:00
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-12 01:47:34 +00:00
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2022-01-28 15:07:53 +00:00
[[package]]
name = "aead"
2022-12-24 19:07:00 +00:00
version = "0.5.1"
2022-01-28 15:07:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 19:07:00 +00:00
checksum = "5c192eb8f11fc081b0fe4259ba5af04217d4e0faddd02417310a927911abd7c8"
2022-01-28 15:07:53 +00:00
dependencies = [
2022-12-24 19:07:00 +00:00
"crypto-common",
2022-01-28 15:07:53 +00:00
"generic-array",
]
[[package]]
name = "aes"
2022-12-24 16:02:18 +00:00
version = "0.8.2"
2022-01-28 15:07:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "433cfd6710c9986c576a25ca913c39d66a6474107b406f34f91d4a8923395241"
2022-01-28 15:07:53 +00:00
dependencies = [
2023-02-14 19:04:25 +00:00
"cfg-if",
2022-12-24 19:07:00 +00:00
"cipher",
2022-01-28 15:07:53 +00:00
"cpufeatures",
2023-02-14 19:04:25 +00:00
"zeroize",
]
2022-01-28 15:07:53 +00:00
[[package]]
name = "aes-gcm"
2022-12-24 19:07:00 +00:00
version = "0.10.1"
2022-01-28 15:07:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 19:07:00 +00:00
checksum = "82e1366e0c69c9f927b1fa5ce2c7bf9eafc8f9268c0b9800729e8b267612447c"
2022-01-28 15:07:53 +00:00
dependencies = [
"aead",
2022-12-24 19:07:00 +00:00
"aes",
"cipher",
"ctr",
"ghash",
"subtle",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "aho-corasick"
2022-12-24 16:02:18 +00: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 16:02:18 +00:00
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
2019-09-03 00:07:06 +00:00
dependencies = [
"memchr",
2019-09-03 00:07:06 +00:00
]
2022-12-24 16:02:18 +00: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 00:52:54 +00:00
[[package]]
name = "anyhow"
2023-02-14 19:04:25 +00:00
version = "1.0.69"
2020-10-28 00:52:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800"
2020-10-28 00:52:54 +00:00
[[package]]
name = "arrayref"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
2022-01-16 17:07:05 +00:00
[[package]]
name = "arrayvec"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
[[package]]
name = "ashpd"
2023-02-14 19:04:25 +00:00
version = "0.4.0-alpha.4"
2022-01-16 17:07:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "3a03db93e3739203252bfe98ad0b31d4039a978c46c5673f5bf0e0c4ac2b42be"
dependencies = [
"enumflags2",
2022-12-24 16:02:18 +00:00
"futures-channel",
"futures-util",
"gdk4-wayland",
"gdk4-x11",
"gtk4",
2022-01-05 09:34:08 +00:00
"libc",
2022-12-24 16:02:18 +00:00
"once_cell",
2022-01-05 09:34:08 +00:00
"pipewire",
"rand",
"serde",
"serde_repr",
"tokio",
2022-12-27 13:07:10 +00:00
"tracing",
2022-12-24 16:02:18 +00:00
"url",
2023-02-14 19:04:25 +00:00
"zbus",
]
[[package]]
name = "async-broadcast"
2023-02-14 19:04:25 +00:00
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "1b19760fa2b7301cf235360ffd6d3558b1ed4249edd16d6cca8d690cee265b95"
dependencies = [
"event-listener",
"futures-core",
2022-12-24 16:02:18 +00:00
"parking_lot",
]
[[package]]
name = "async-executor"
2022-12-24 16:02:18 +00:00
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "17adb73da160dfb475c183343c8cccd80721ea5a605d3eb57125f0a7b7a92d0b"
dependencies = [
2022-12-24 16:02:18 +00:00
"async-lock",
"async-task",
"concurrent-queue",
"fastrand",
"futures-lite",
"slab",
]
[[package]]
name = "async-io"
2022-12-24 16:02:18 +00:00
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "8c374dda1ed3e7d8f0d9ba58715f924862c63eae6849c92d3a18e7fbde9e2794"
dependencies = [
2022-12-24 16:02:18 +00:00
"async-lock",
"autocfg",
"concurrent-queue",
"futures-lite",
"libc",
"log",
"parking",
"polling",
"slab",
"socket2",
"waker-fn",
2022-12-24 16:02:18 +00:00
"windows-sys 0.42.0",
]
2021-01-21 17:47:50 +00:00
[[package]]
name = "async-lock"
2022-12-24 16:02:18 +00:00
version = "2.6.0"
2021-01-21 17:47:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "c8101efe8695a6c17e02911402145357e718ac92d3ff88ae8419e84b1707b685"
2021-01-21 17:47:50 +00:00
dependencies = [
"event-listener",
2022-12-24 16:02:18 +00:00
"futures-lite",
2021-01-21 17:47:50 +00:00
]
2021-11-14 16:21:01 +00:00
[[package]]
name = "async-recursion"
2023-02-14 19:04:25 +00:00
version = "1.0.2"
2022-12-24 16:02:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "3b015a331cc64ebd1774ba119538573603427eaace0a1950c423ab971f903796"
2022-12-24 16:02:18 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "async-task"
2022-12-24 16:02:18 +00:00
version = "4.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524"
[[package]]
name = "async-trait"
2023-02-14 19:04:25 +00:00
version = "0.1.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "1cd7fce9ba8c3c042128ce72d8b2ddbf3a05747efb67ea0313c635e10bda47a2"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-12-24 16:02:18 +00:00
[[package]]
name = "atomic_refcell"
2023-02-14 19:04:25 +00:00
version = "0.1.9"
2022-12-24 16:02:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "857253367827bd9d0fd973f0ef15506a96e79e41b0ad7aa691203a4e3214f6c8"
2019-09-03 00:07:06 +00:00
[[package]]
name = "authenticator"
2022-12-27 13:51:14 +00: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 09:51:49 +00:00
"data-encoding",
"diesel",
"diesel_migrations",
"favicon-scrapper",
"gettext-rs",
2022-01-05 09:34:08 +00:00
"gst-plugin-gtk4",
"gstreamer",
"gtk-macros",
"gtk4",
2020-12-06 02:02:40 +00:00
"hex",
2022-12-24 16:02:18 +00:00
"image 0.24.5",
2021-01-21 17:56:56 +00:00
"libadwaita",
"once_cell",
"oo7",
"percent-encoding",
"prost",
2020-12-09 00:20:36 +00:00
"qrcode",
"rand",
"ring",
"rust-argon2",
2022-01-28 15:07:53 +00:00
"scrypt",
"search-provider",
2020-12-07 05:45:52 +00:00
"serde",
"serde_json",
"tokio",
"tracing",
"tracing-subscriber",
2020-12-05 02:40:12 +00:00
"unicase",
"url",
"uuid",
"zbar-rust",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "autocfg"
2022-03-24 14:44:08 +00: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 14:44:08 +00:00
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2019-09-03 00:07:06 +00:00
2020-11-08 04:48:55 +00:00
[[package]]
name = "base64"
2022-12-24 16:02:18 +00:00
version = "0.13.1"
2020-11-08 04:48:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
2020-11-08 04:48:55 +00:00
2023-02-14 19:04:25 +00:00
[[package]]
name = "base64"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
[[package]]
name = "base64ct"
2022-12-24 16:02:18 +00:00
version = "1.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "b645a089122eccb6111b4f81cbc1a49f5900ac4666bb93ac027feaecf15607bf"
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 09:34:08 +00:00
[[package]]
name = "bindgen"
2023-02-14 19:04:25 +00:00
version = "0.64.0"
2022-01-05 09:34:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "c4243e6031260db77ede97ad86c27e501d646a27ab57b59a574f725d98ab1fb4"
2022-01-05 09:34:08 +00:00
dependencies = [
"bitflags",
"cexpr",
"clang-sys",
"lazy_static",
"lazycell",
"peeking_take_while",
"proc-macro2",
"quote",
"regex",
"rustc-hash",
"shlex",
2023-02-14 19:04:25 +00:00
"syn",
2022-01-05 09:34:08 +00:00
]
[[package]]
2022-03-24 14:44:08 +00:00
name = "bitflags"
version = "1.3.2"
2022-01-05 09:34:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 14:44:08 +00:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2022-01-05 09:34:08 +00:00
[[package]]
name = "blake2b_simd"
2023-02-14 19:04:25 +00:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "3c2f0dc9a68c6317d884f97cc36cf5a3d20ba14ce404227df55e1af708ab04bc"
dependencies = [
"arrayref",
2022-03-24 14:44:08 +00:00
"arrayvec",
2023-02-14 19:04:25 +00:00
"constant_time_eq 0.2.4",
]
2020-10-28 00:52:54 +00: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 15:07:53 +00:00
[[package]]
name = "block-buffer"
2022-12-24 16:02:18 +00:00
version = "0.10.3"
2022-01-28 15:07:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
2022-01-28 15:07:53 +00:00
dependencies = [
"generic-array",
]
2020-11-10 03:59:52 +00:00
[[package]]
name = "block-padding"
version = "0.3.2"
2020-11-10 03:59:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a90ec2df9600c28a01c56c4784c9207a96d2451833aeceb8cc97e4c9548bb78"
2020-11-10 03:59:52 +00:00
dependencies = [
"generic-array",
2020-11-10 03:59:52 +00:00
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "bumpalo"
2023-02-14 19:04:25 +00: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 19:04:25 +00:00
checksum = "2c676a478f63e9fa2dd5368a42f28bba0d6c560b775f38583c8bbaa7fcd67c9c"
2019-09-03 00:07:06 +00:00
[[package]]
name = "bytemuck"
2023-02-14 19:04:25 +00:00
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "c041d3eab048880cb0b86b256447da3f18859a163c3b8d8893f4e6368abe6393"
2019-09-03 00:07:06 +00:00
[[package]]
name = "byteorder"
2021-03-12 01:47:34 +00: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 01:47:34 +00:00
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2019-09-03 00:07:06 +00:00
2021-01-09 23:57:38 +00:00
[[package]]
name = "bytes"
2023-02-14 19:04:25 +00:00
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
2019-09-03 00:07:06 +00:00
[[package]]
name = "cairo-rs"
2023-02-14 19:04:25 +00:00
version = "0.17.0"
2022-01-16 17:07:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "a8af54f5d48af1226928adc1f57edd22f5df1349e7da1fc96ae15cf43db0e871"
2020-10-28 00:52:54 +00:00
dependencies = [
"bitflags",
"cairo-sys-rs",
"glib",
"libc",
2022-12-24 16:02:18 +00:00
"once_cell",
"thiserror",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "cairo-sys-rs"
2023-02-14 19:04:25 +00:00
version = "0.17.0"
2022-01-16 17:07:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "f55382a01d30e5e53f185eee269124f5e21ab526595b872751278dfbb463594e"
2019-09-03 00:07:06 +00:00
dependencies = [
"glib-sys",
"libc",
2022-03-24 14:44:08 +00:00
"system-deps",
2019-09-03 00:07:06 +00:00
]
2023-02-14 19:04:25 +00:00
[[package]]
name = "camino"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c77df041dc383319cc661b428b6961a005db4d6808d5e12536931b1ca9556055"
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",
"semver 1.0.16",
"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 19:07:00 +00:00
"cipher",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "cc"
2023-02-14 19:04:25 +00: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 19:04:25 +00:00
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
2019-09-03 00:07:06 +00:00
2022-01-05 09:34:08 +00:00
[[package]]
name = "cexpr"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
dependencies = [
2022-03-24 14:44:08 +00:00
"nom",
2022-01-05 09:34:08 +00:00
]
[[package]]
name = "cfg-expr"
2022-12-24 16:02:18 +00:00
version = "0.11.0"
2021-03-23 19:05:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "b0357a6402b295ca3a86bc148e84df46c02e41f41fef186bda662557ef6328aa"
2021-03-23 19:05:58 +00:00
dependencies = [
"smallvec",
]
2019-09-03 00:07:06 +00:00
[[package]]
2020-10-28 06:07:31 +00: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 00:20:36 +00: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 09:34:08 +00:00
[[package]]
name = "chrono"
2022-12-24 16:02:18 +00:00
version = "0.4.23"
2022-01-05 09:34:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"
2022-01-05 09:34:08 +00:00
dependencies = [
2022-12-24 16:02:18 +00:00
"iana-time-zone",
2022-01-05 09:34:08 +00:00
"num-integer",
"num-traits",
2022-01-16 17:07:05 +00:00
"winapi",
2022-01-05 09:34:08 +00:00
]
2022-03-24 14:44:08 +00:00
[[package]]
name = "cipher"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1873270f8f7942c191139cb8a40fd228da6c3fd2fc376d7e92d47aa14aeb59e"
dependencies = [
"crypto-common",
"inout",
2023-02-14 19:04:25 +00:00
"zeroize",
2022-03-24 14:44:08 +00:00
]
2022-01-05 09:34:08 +00:00
[[package]]
name = "clang-sys"
2022-12-24 16:02:18 +00:00
version = "1.4.0"
2022-01-05 09:34:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "fa2e27ae6ab525c3d369ded447057bca5438d86dc3a68f6faafb8269ba82ebf3"
2022-01-05 09:34:08 +00:00
dependencies = [
"glob",
"libc",
]
2022-12-24 16:02:18 +00: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 = "concurrent-queue"
2023-02-14 19:04:25 +00:00
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "c278839b831783b70278b14df4d45e1beb1aad306c07bb796637de9a0e323e8e"
dependencies = [
2022-12-24 16:02:18 +00:00
"crossbeam-utils",
]
[[package]]
name = "constant_time_eq"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
2023-02-14 19:04:25 +00:00
[[package]]
name = "constant_time_eq"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3ad85c1f65dc7b37604eb0e89748faf0b9653065f2a8ef69f96a687ec1e9279"
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 09:34:08 +00:00
[[package]]
name = "core-foundation-sys"
version = "0.8.3"
2022-01-05 09:34:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
2022-01-05 09:34:08 +00:00
2019-09-03 00:07:06 +00:00
[[package]]
name = "cpufeatures"
2022-12-24 16:02:18 +00:00
version = "0.2.5"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
dependencies = [
"libc",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "crc32fast"
2022-03-24 14:44:08 +00:00
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 14:44:08 +00:00
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
dependencies = [
2023-02-14 19:04:25 +00:00
"cfg-if",
]
[[package]]
name = "crossbeam-utils"
2022-12-24 16:02:18 +00:00
version = "0.8.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"
dependencies = [
2023-02-14 19:04:25 +00:00
"cfg-if",
]
2022-01-28 15:07:53 +00:00
[[package]]
name = "crypto-common"
2022-12-24 16:02:18 +00:00
version = "0.1.6"
2022-01-28 15:07:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
2022-01-28 15:07:53 +00:00
dependencies = [
"generic-array",
"rand_core",
2022-03-24 14:44:08 +00:00
"typenum",
2022-01-28 15:07:53 +00:00
]
[[package]]
name = "ctr"
2022-12-24 19:07:00 +00:00
version = "0.9.2"
2022-01-28 15:07:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 19:07:00 +00:00
checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"
2022-01-28 15:07:53 +00:00
dependencies = [
2022-12-24 19:07:00 +00:00
"cipher",
2020-11-08 04:48:55 +00:00
]
[[package]]
2022-12-24 16:02:18 +00:00
name = "cxx"
2023-02-14 19:04:25 +00:00
version = "1.0.90"
2022-12-24 16:02:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "90d59d9acd2a682b4e40605a242f6670eaa58c5957471cbf85e8aa6a0b97a5e8"
2022-12-24 16:02:18 +00:00
dependencies = [
"cc",
"cxxbridge-flags",
"cxxbridge-macro",
"link-cplusplus",
]
[[package]]
name = "cxx-build"
2023-02-14 19:04:25 +00:00
version = "1.0.90"
2022-12-24 16:02:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "ebfa40bda659dd5c864e65f4c9a2b0aff19bea56b017b9b77c73d3766a453a38"
2022-12-24 16:02:18 +00:00
dependencies = [
"cc",
"codespan-reporting",
"once_cell",
"proc-macro2",
"quote",
"scratch",
"syn",
]
[[package]]
name = "cxxbridge-flags"
2023-02-14 19:04:25 +00:00
version = "1.0.90"
2022-12-24 16:02:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "457ce6757c5c70dc6ecdbda6925b958aae7f959bda7d8fb9bde889e34a09dc03"
2022-12-24 16:02:18 +00:00
[[package]]
name = "cxxbridge-macro"
2023-02-14 19:04:25 +00:00
version = "1.0.90"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "ebf883b7aacd7b2aeb2a7b338648ee19f57c140d4ee8e52c68979c6b2f7f2263"
dependencies = [
2022-12-24 16:02:18 +00:00
"proc-macro2",
"quote",
"syn",
]
2023-02-26 09:51:49 +00: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 14:03:07 +00:00
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-27 14:03:07 +00:00
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "diesel"
2023-02-14 19:04:25 +00: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 19:04:25 +00: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"
2022-12-24 19:07:00 +00:00
version = "2.0.1"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 19:07:00 +00:00
checksum = "143b758c91dbc3fe1fdcb0dba5bd13276c6a66422f2ef5795b58488248a310aa"
2019-09-03 00:07:06 +00:00
dependencies = [
2022-12-24 19:07:00 +00:00
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "diesel_migrations"
2022-12-24 19:07:00 +00: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 19:07:00 +00:00
checksum = "e9ae22beef5e9d6fab9225ddb073c1c6c1a7a6ded5019d5da11d1e5c5adc34e2"
2019-09-03 00:07:06 +00:00
dependencies = [
2022-12-24 19:07:00 +00:00
"diesel",
"migrations_internals",
"migrations_macros",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "digest"
2022-12-24 16:02:18 +00:00
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
dependencies = [
"block-buffer",
"crypto-common",
"subtle",
]
2022-01-28 15:07:53 +00:00
[[package]]
name = "dirs"
version = "4.0.0"
2022-01-28 15:07:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
2022-01-28 15:07:53 +00:00
dependencies = [
"dirs-sys",
]
[[package]]
name = "dirs-sys"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
dependencies = [
"libc",
"redox_users",
"winapi",
2022-01-28 15:07:53 +00:00
]
2021-01-31 21:18:52 +00: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 19:04:25 +00: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 19:04:25 +00:00
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
2019-09-03 00:07:06 +00:00
[[package]]
name = "encoding_rs"
2023-02-14 19:04:25 +00: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 19:04:25 +00:00
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
2019-09-03 00:07:06 +00:00
dependencies = [
2023-02-14 19:04:25 +00:00
"cfg-if",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "enum-ordinalize"
2022-12-24 16:02:18 +00:00
version = "3.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "a62bb1df8b45ecb7ffa78dca1c17a438fb193eb083db0b1b494d2a61bcb5096a"
dependencies = [
"num-bigint",
"num-traits",
"proc-macro2",
"quote",
2022-03-24 14:44:08 +00:00
"rustc_version 0.4.0",
"syn",
]
2022-01-04 21:51:02 +00:00
[[package]]
name = "enumflags2"
2022-04-14 22:46:56 +00:00
version = "0.7.5"
2022-01-04 21:51:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-14 22:46:56 +00:00
checksum = "e75d4cd21b95383444831539909fbb14b9dc3fdceb2a6f5d36577329a1f55ccb"
2022-01-04 21:51:02 +00:00
dependencies = [
"enumflags2_derive",
"serde",
]
2022-01-04 21:51:02 +00:00
[[package]]
name = "enumflags2_derive"
2022-03-24 14:44:08 +00:00
version = "0.7.4"
2022-01-04 21:51:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 14:44:08 +00:00
checksum = "f58dc3c5e468259f19f2d46304a6b28f1c3d034442e14b322d2b850e36f6d5ae"
2022-01-04 21:51:02 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-01-05 09:34:08 +00:00
[[package]]
name = "errno"
2023-02-14 19:04:25 +00:00
version = "0.3.0"
2022-01-05 09:34:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "50d6a0976c999d473fe89ad888d5a284e55366d9dc9038b1ba2aa15128c4afa0"
2022-01-05 09:34:08 +00:00
dependencies = [
"errno-dragonfly",
"libc",
2023-02-14 19:04:25 +00:00
"windows-sys 0.45.0",
2022-01-05 09:34:08 +00: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 19:04:25 +00: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 16:02:18 +00:00
version = "2.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
[[package]]
name = "fastrand"
2023-02-14 19:04:25 +00:00
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
dependencies = [
"instant",
]
[[package]]
name = "favicon-scrapper"
version = "0.1.0"
dependencies = [
2023-02-26 09:51:49 +00:00
"data-encoding",
2022-12-24 16:02:18 +00:00
"image 0.24.5",
"once_cell",
"percent-encoding",
"quick-xml",
"reqwest",
"svg_metadata",
2022-04-21 22:48:05 +00:00
"tokio",
"tracing",
"url",
]
[[package]]
name = "field-offset"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e1c54951450cbd39f3dbcf1005ac413b49487dabf18a720ad2383eccfeffb92"
dependencies = [
2023-02-14 19:04:25 +00:00
"memoffset 0.6.5",
2021-03-12 01:47:34 +00:00
"rustc_version 0.3.3",
]
2022-12-24 16:02:18 +00: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 06:07:31 +00: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 16:02:18 +00: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 16:02:18 +00: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 00:52:54 +00:00
[[package]]
name = "futures-channel"
2023-02-14 19:04:25 +00:00
version = "0.3.26"
2020-10-28 00:52:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "2e5317663a9089767a1ec00a487df42e0ca174b61b4483213ac24448e4664df5"
2020-10-28 00:52:54 +00:00
dependencies = [
"futures-core",
2020-10-28 00:52:54 +00:00
]
[[package]]
name = "futures-core"
2023-02-14 19:04:25 +00:00
version = "0.3.26"
2020-10-28 00:52:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608"
2020-10-28 00:52:54 +00:00
2019-09-03 00:07:06 +00:00
[[package]]
2020-10-28 00:52:54 +00:00
name = "futures-executor"
2023-02-14 19:04:25 +00:00
version = "0.3.26"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "e8de0a35a6ab97ec8869e32a2473f4b1324459e14c29275d14b10cb1fd19b50e"
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 00:52:54 +00:00
name = "futures-io"
2023-02-14 19:04:25 +00:00
version = "0.3.26"
2020-10-28 00:52:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "bfb8371b6fb2aeb2d280374607aeabfc99d95c72edfe51692e42d3d7f0d08531"
2020-10-28 00:52:54 +00:00
[[package]]
name = "futures-lite"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
dependencies = [
"fastrand",
"futures-core",
"futures-io",
"memchr",
"parking",
2021-03-12 01:47:34 +00:00
"pin-project-lite",
"waker-fn",
]
2020-10-28 00:52:54 +00:00
[[package]]
name = "futures-macro"
2023-02-14 19:04:25 +00:00
version = "0.3.26"
2020-10-28 00:52:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "95a73af87da33b5acf53acfebdc339fe592ecf5357ac7c0a7734ab9d8c876a70"
2020-10-28 00:52:54 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2020-10-28 00:52:54 +00:00
]
[[package]]
name = "futures-sink"
2023-02-14 19:04:25 +00:00
version = "0.3.26"
2020-10-28 00:52:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "f310820bb3e8cfd46c80db4d7fb8353e15dfff853a127158425f31e0be6c8364"
2020-10-28 00:52:54 +00:00
[[package]]
name = "futures-task"
2023-02-14 19:04:25 +00:00
version = "0.3.26"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "dcf79a1bf610b10f42aea489289c5a2c478a786509693b80cd39c44ccd936366"
2020-10-28 00:52:54 +00:00
[[package]]
name = "futures-util"
2023-02-14 19:04:25 +00:00
version = "0.3.26"
2020-10-28 00:52:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "9c1d6de3acfef38d2be4b1f543f553131788603495be83da675e180c8d6b7bd1"
2020-10-28 00:52:54 +00:00
dependencies = [
"futures-core",
"futures-macro",
"futures-sink",
"futures-task",
2021-03-12 01:47:34 +00:00
"pin-project-lite",
"pin-utils",
"slab",
2020-10-28 00:52:54 +00:00
]
[[package]]
name = "gdk-pixbuf"
2023-02-14 19:04:25 +00:00
version = "0.17.0"
2022-01-16 17:07:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "b023fbe0c6b407bd3d9805d107d9800da3829dc5a676653210f1d5f16d7f59bf"
2020-11-08 04:48:55 +00:00
dependencies = [
2021-11-14 16:21:01 +00:00
"bitflags",
"gdk-pixbuf-sys",
"gio",
"glib",
"libc",
2023-02-14 19:04:25 +00:00
"once_cell",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "gdk-pixbuf-sys"
2023-02-14 19:04:25 +00:00
version = "0.17.0"
2022-01-16 17:07:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "7b41bd2b44ed49d99277d3925652a163038bd5ed943ec9809338ffb2f4391e3b"
2019-09-03 00:07:06 +00:00
dependencies = [
"gio-sys",
"glib-sys",
"gobject-sys",
"libc",
2022-03-24 14:44:08 +00:00
"system-deps",
2019-09-03 00:07:06 +00:00
]
[[package]]
2020-10-28 00:52:54 +00:00
name = "gdk4"
2023-02-14 19:04:25 +00:00
version = "0.6.0"
2022-01-16 17:07:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "6e4887e17b6926db51f1e538d871a8b1f5ceb5dfa3bd0034dc42ec355b390d8f"
2020-10-28 00:52:54 +00:00
dependencies = [
"bitflags",
"cairo-rs",
"gdk-pixbuf",
"gdk4-sys",
"gio",
"glib",
"libc",
"pango",
2020-10-28 00:52:54 +00:00
]
[[package]]
name = "gdk4-sys"
2023-02-14 19:04:25 +00:00
version = "0.6.0"
2022-01-16 17:07:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "f4993c019bf03d18137c00ddafb2b23e73f7cbb45ae244f52af2542a3f4a9452"
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 17:07:05 +00:00
"pkg-config",
2022-03-24 14:44:08 +00:00
"system-deps",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "gdk4-wayland"
2023-02-14 19:04:25 +00:00
version = "0.6.0"
2022-01-16 17:07:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "0f6101812fc251eeb7ba5babe62b291505a8e6f64326929b657923049e39acee"
dependencies = [
"gdk4",
"gdk4-wayland-sys",
"gio",
"glib",
"libc",
]
[[package]]
name = "gdk4-wayland-sys"
2023-02-14 19:04:25 +00:00
version = "0.6.0"
2022-01-16 17:07:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "f9b33e54388919cb9f289075202eefeee9b4633188d835ce77d81224dc4cd219"
dependencies = [
"glib-sys",
"libc",
2022-03-24 14:44:08 +00:00
"system-deps",
]
[[package]]
name = "gdk4-x11"
2023-02-14 19:04:25 +00:00
version = "0.6.0"
2022-01-16 17:07:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "f843aaaa34487384060dd86ef9737ebd5d6dbd90e75d73991f3b706aee645b13"
dependencies = [
"gdk4",
"gdk4-x11-sys",
"gio",
"glib",
"libc",
]
[[package]]
name = "gdk4-x11-sys"
2023-02-14 19:04:25 +00:00
version = "0.6.0"
2022-01-16 17:07:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "7eafef0f400d191b6176144e7c7d41c8027232d563e1def5460b9328638eecdd"
dependencies = [
"gdk4-sys",
"glib-sys",
"libc",
2022-03-24 14:44:08 +00:00
"system-deps",
]
[[package]]
name = "generic-array"
2022-12-24 16:02:18 +00:00
version = "0.14.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
dependencies = [
"typenum",
"version_check",
]
2021-01-23 11:26:46 +00:00
[[package]]
name = "getrandom"
2022-12-24 16:02:18 +00:00
version = "0.2.8"
2021-01-23 11:26:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
2021-01-23 11:26:46 +00:00
dependencies = [
2023-02-14 19:04:25 +00:00
"cfg-if",
2021-01-23 11:26:46 +00:00
"libc",
2022-12-24 16:02:18 +00: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 14:44:08 +00: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 14:44:08 +00:00
checksum = "c63ce2e00f56a206778276704bbe38564c8695249fdc8f354b4ef71c57c3839d"
2019-09-03 00:07:06 +00:00
dependencies = [
"cc",
2021-11-14 16:21:01 +00:00
"temp-dir",
2019-09-03 00:07:06 +00:00
]
2022-01-28 15:07:53 +00:00
[[package]]
name = "ghash"
2022-12-24 19:07:00 +00:00
version = "0.5.0"
2022-01-28 15:07:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 19:07:00 +00:00
checksum = "d930750de5717d2dd0b8c0d42c076c0e884c81a73e6cab859bbd2339c71e3e40"
2022-01-28 15:07:53 +00:00
dependencies = [
"opaque-debug",
"polyval",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "gio"
2023-02-14 19:04:25 +00:00
version = "0.17.0"
2022-01-16 17:07:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "1981edf8679d2f2c8ec3120015867f45aa0a1c2d5e3e129ca2f7dda174d3d2a9"
2020-10-28 00:52:54 +00:00
dependencies = [
"bitflags",
"futures-channel",
"futures-core",
"futures-io",
2022-12-24 16:02:18 +00:00
"futures-util",
"gio-sys",
"glib",
"libc",
"once_cell",
2022-12-24 16:02:18 +00:00
"pin-project-lite",
"smallvec",
"thiserror",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "gio-sys"
2023-02-14 19:04:25 +00:00
version = "0.17.0"
2022-01-16 17:07:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "b5d3076ecb86c8c3a672c9843d6232b3a344fb81d304d0ba1ac64b23343efa46"
2019-09-03 00:07:06 +00:00
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
2022-03-24 14:44:08 +00:00
"system-deps",
"winapi",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "glib"
2023-02-14 19:04:25 +00:00
version = "0.17.1"
2022-01-16 17:07:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "91b429154ec5943185aeeaf79e646297567b6a056965f1e89da2657a0e23255b"
2020-10-28 00:52:54 +00:00
dependencies = [
"bitflags",
"futures-channel",
"futures-core",
"futures-executor",
"futures-task",
2022-12-24 16:02:18 +00:00
"futures-util",
"gio-sys",
"glib-macros",
"glib-sys",
"gobject-sys",
"libc",
2023-02-14 19:04:25 +00:00
"memchr",
"once_cell",
"smallvec",
2022-01-04 21:51:02 +00:00
"thiserror",
2020-10-28 00:52:54 +00:00
]
[[package]]
name = "glib-macros"
2023-02-14 19:04:25 +00:00
version = "0.17.1"
2022-01-16 17:07:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "9bc80ac951300ca288dd9ab3863743c37a608fb0e5ca12863495640ec6b781ab"
2020-10-28 00:52:54 +00:00
dependencies = [
"anyhow",
2022-03-24 14:44:08 +00:00
"heck",
"proc-macro-crate",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "glib-sys"
2023-02-14 19:04:25 +00:00
version = "0.17.0"
2022-01-16 17:07:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "9ddcb73fa8236277bedadaaadb76aef49c85d66340f83bece244f46c2d4f0e01"
2019-09-03 00:07:06 +00:00
dependencies = [
"libc",
2022-03-24 14:44:08 +00:00
"system-deps",
2019-09-03 00:07:06 +00:00
]
2022-01-05 09:34:08 +00:00
[[package]]
name = "glob"
2023-02-14 19:04:25 +00:00
version = "0.3.1"
2022-01-05 09:34:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
2022-01-05 09:34:08 +00:00
[[package]]
name = "gobject-sys"
2023-02-14 19:04:25 +00:00
version = "0.17.0"
2022-01-16 17:07:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "9a0155d388840c77d61b033b66ef4f9bc7f4133d83df83572d6b4fb234a3be7d"
dependencies = [
"glib-sys",
"libc",
2022-03-24 14:44:08 +00:00
"system-deps",
]
2019-09-03 00:07:06 +00:00
[[package]]
2020-10-28 00:52:54 +00:00
name = "graphene-rs"
2023-02-14 19:04:25 +00:00
version = "0.17.1"
2022-01-16 17:07:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00: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 00:52:54 +00:00
name = "graphene-sys"
2023-02-14 19:04:25 +00:00
version = "0.17.0"
2022-01-16 17:07:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "cf80a4849a8d9565410a8fec6fc3678e9c617f4ac7be182ca55ab75016e07af9"
2019-09-03 00:07:06 +00:00
dependencies = [
"glib-sys",
"libc",
"pkg-config",
2022-03-24 14:44:08 +00:00
"system-deps",
2020-10-28 00:52:54 +00:00
]
[[package]]
name = "gsk4"
2023-02-14 19:04:25 +00:00
version = "0.6.0"
2022-01-16 17:07:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "432f981e4ea9f0739a5731d8a649acb794a3a729d2254e559ce7d613b17caf95"
2020-10-28 00:52:54 +00:00
dependencies = [
"bitflags",
"cairo-rs",
"gdk4",
"glib",
"graphene-rs",
"gsk4-sys",
"libc",
"pango",
2020-10-28 00:52:54 +00:00
]
[[package]]
name = "gsk4-sys"
2023-02-14 19:04:25 +00:00
version = "0.6.0"
2022-01-16 17:07:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "096cb59175b0915ebf69c05a45263c0c989bd8537b8f2169912d0de644ba6a76"
2020-10-28 00:52:54 +00:00
dependencies = [
"cairo-sys-rs",
"gdk4-sys",
"glib-sys",
"gobject-sys",
"graphene-sys",
"libc",
"pango-sys",
2022-03-24 14:44:08 +00:00
"system-deps",
2022-01-05 09:34:08 +00:00
]
[[package]]
name = "gst-plugin-gtk4"
2023-02-14 19:04:25 +00:00
version = "0.10.0"
2022-01-16 17:07:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "2f38df9956c32e9aa41df32cc624adc33397f73e8572d41016d9f31b2b875ccb"
2022-01-05 09:34:08 +00:00
dependencies = [
2022-12-27 12:11:09 +00:00
"gdk4-wayland",
"gdk4-x11",
2022-01-05 09:34:08 +00:00
"gst-plugin-version-helper",
"gstreamer",
"gstreamer-base",
2022-12-27 12:11:09 +00:00
"gstreamer-gl",
"gstreamer-gl-egl",
"gstreamer-gl-wayland",
"gstreamer-gl-x11",
2022-01-05 09:34:08 +00:00
"gstreamer-video",
"gtk4",
"once_cell",
]
[[package]]
name = "gst-plugin-version-helper"
2022-12-24 16:02:18 +00:00
version = "0.7.5"
2022-01-16 17:07:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "87921209945e5dc809848a100115fad65bd127671896f0206f45e272080cc4c9"
2022-01-05 09:34:08 +00:00
dependencies = [
"chrono",
2020-10-28 00:52:54 +00:00
]
[[package]]
name = "gstreamer"
2023-02-14 19:04:25 +00:00
version = "0.20.0"
2022-01-16 17:07:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "6d73132d9be53e8317e92169e06aea63be6712210fa254b4f17b76f207bd44cf"
dependencies = [
"bitflags",
2023-02-14 19:04:25 +00:00
"cfg-if",
"futures-channel",
"futures-core",
"futures-util",
"glib",
"gstreamer-sys",
"libc",
"muldiv",
"num-integer",
2022-12-24 16:02:18 +00:00
"num-rational 0.4.1",
"once_cell",
2021-11-14 16:21:01 +00:00
"option-operations",
"paste",
"pretty-hex",
2023-02-14 19:04:25 +00:00
"smallvec",
"thiserror",
]
[[package]]
name = "gstreamer-base"
2023-02-14 19:04:25 +00:00
version = "0.20.0"
2022-01-16 17:07:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "5598bfedbff12675a6cddbe420b6a3ba5039c64aaf7df130db6339d09b634b0e"
dependencies = [
2022-12-24 16:02:18 +00:00
"atomic_refcell",
"bitflags",
2023-02-14 19:04:25 +00:00
"cfg-if",
"glib",
"gstreamer",
"gstreamer-base-sys",
"libc",
]
[[package]]
name = "gstreamer-base-sys"
2023-02-14 19:04:25 +00:00
version = "0.20.0"
2022-01-16 17:07:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "26114ed96f6668380f5a1554128159e98e06c3a7a8460f216d7cd6dce28f928c"
dependencies = [
"glib-sys",
"gobject-sys",
"gstreamer-sys",
"libc",
2022-03-24 14:44:08 +00:00
"system-deps",
]
2022-12-27 12:11:09 +00:00
[[package]]
name = "gstreamer-gl"
2023-02-14 19:04:25 +00:00
version = "0.20.0"
2022-12-27 12:11:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "b82b83d18ad1c4d890694b4bedde170c748462a11f51a68428671bc1bf93e71e"
2022-12-27 12:11:09 +00:00
dependencies = [
"bitflags",
"glib",
"gstreamer",
"gstreamer-base",
"gstreamer-gl-sys",
"gstreamer-video",
"libc",
"once_cell",
]
[[package]]
name = "gstreamer-gl-egl"
2023-02-14 19:04:25 +00:00
version = "0.20.0"
2022-12-27 12:11:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "1ec342886c7037cf18e07cf00aa5b60498ef5f9841aa36078a51f28d93970f93"
2022-12-27 12:11:09 +00:00
dependencies = [
"glib",
"gstreamer",
"gstreamer-gl",
"gstreamer-gl-egl-sys",
"libc",
]
[[package]]
name = "gstreamer-gl-egl-sys"
2023-02-14 19:04:25 +00:00
version = "0.20.0"
2022-12-27 12:11:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "c5f6f24c488311f09198e41826634e5e693149f10c9da1f6aa1be9e4e81e414e"
2022-12-27 12:11:09 +00:00
dependencies = [
"glib-sys",
"gstreamer-gl-sys",
"libc",
"system-deps",
]
[[package]]
name = "gstreamer-gl-sys"
2023-02-14 19:04:25 +00:00
version = "0.20.0"
2022-12-27 12:11:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "f08af9ae5ca5aa01c4875346bb7e61310b75a9afc3607b52a6b73470be93bbc7"
2022-12-27 12:11:09 +00: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 19:04:25 +00:00
version = "0.20.0"
2022-12-27 12:11:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "b2e8229f920f1703cdd5415ed2a8caaa9dab7794be1a190bd7e3a3d91549f417"
2022-12-27 12:11:09 +00:00
dependencies = [
"glib",
"gstreamer",
"gstreamer-gl",
"gstreamer-gl-wayland-sys",
"libc",
]
[[package]]
name = "gstreamer-gl-wayland-sys"
2023-02-14 19:04:25 +00:00
version = "0.20.0"
2022-12-27 12:11:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "7812f3fd82eb23c3f7f564b4d5c3b175dcc1e1947a4dcb93dde9129d9197232f"
2022-12-27 12:11:09 +00:00
dependencies = [
"glib-sys",
"gstreamer-gl-sys",
"libc",
"system-deps",
]
[[package]]
name = "gstreamer-gl-x11"
2023-02-14 19:04:25 +00:00
version = "0.20.0"
2022-12-27 12:11:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "c4a82db426e6789bcb36e093100c97f8586f3a118bb7f268f36da9421044f646"
2022-12-27 12:11:09 +00:00
dependencies = [
"glib",
"gstreamer",
"gstreamer-gl",
"gstreamer-gl-x11-sys",
"libc",
]
[[package]]
name = "gstreamer-gl-x11-sys"
2023-02-14 19:04:25 +00:00
version = "0.20.0"
2022-12-27 12:11:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "ee27467cb653e78d5d4b0b275f45b2bce6520f5b8b6a241867ae98f3c56f23f1"
2022-12-27 12:11:09 +00:00
dependencies = [
"glib-sys",
"gstreamer-gl-sys",
"libc",
"system-deps",
]
[[package]]
name = "gstreamer-sys"
2023-02-14 19:04:25 +00:00
version = "0.20.0"
2022-01-16 17:07:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "e56fe047adef7d47dbafa8bc1340fddb53c325e16574763063702fc94b5786d2"
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
2022-03-24 14:44:08 +00:00
"system-deps",
2022-01-05 09:34:08 +00:00
]
[[package]]
name = "gstreamer-video"
2023-02-14 19:04:25 +00:00
version = "0.20.1"
2022-01-16 17:07:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "5f74a5a277e91afde7f049174e6c84cfe670c7ae424a4a15ab309e60f25336f7"
2022-01-05 09:34:08 +00:00
dependencies = [
"bitflags",
2023-02-14 19:04:25 +00:00
"cfg-if",
2022-01-05 09:34:08 +00:00
"futures-channel",
"glib",
"gstreamer",
"gstreamer-base",
"gstreamer-video-sys",
"libc",
"once_cell",
]
[[package]]
name = "gstreamer-video-sys"
2023-02-14 19:04:25 +00:00
version = "0.20.0"
2022-01-16 17:07:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "66ddb6112d438aac0004d2db6053a572f92b1c5e0e9d6ff6c71d9245f7f73e46"
2022-01-05 09:34:08 +00:00
dependencies = [
"glib-sys",
"gobject-sys",
"gstreamer-base-sys",
"gstreamer-sys",
"libc",
2022-03-24 14:44:08 +00:00
"system-deps",
]
2020-10-28 00:52:54 +00:00
[[package]]
name = "gtk-macros"
version = "0.3.0"
2020-10-28 00:52:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da5bf7748fd4cd0b2490df8debcc911809dbcbee4ece9531b96c29a9c729de5a"
2020-10-28 00:52:54 +00:00
[[package]]
name = "gtk4"
2023-02-14 19:04:25 +00:00
version = "0.6.1"
2022-01-16 17:07:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "73421200ad9c3919d0720779b345b05d31a6ce9998e74fc27012f12580822e46"
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-02-14 19:04:25 +00:00
version = "0.6.0"
2022-01-16 17:07:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "db4676c4f90d8b010e88cb4558f61f47d76d6f6b8e6f6b89e62640f443907f61"
dependencies = [
"anyhow",
"proc-macro-crate",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
2020-10-28 00:52:54 +00:00
]
[[package]]
name = "gtk4-sys"
2023-02-14 19:04:25 +00:00
version = "0.6.0"
2022-01-16 17:07:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "e13cf3bc9559f71963c957eb639060b643e1276ae47b892ef6091d5bc15c3e1b"
2020-11-08 04:48:55 +00: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 14:44:08 +00:00
"system-deps",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "h2"
2022-12-24 16:02:18 +00:00
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4"
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "hashbrown"
2022-12-24 16:02:18 +00:00
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2022-01-04 21:51:02 +00:00
[[package]]
name = "heck"
2023-02-14 19:04:25 +00:00
version = "0.4.1"
2020-10-28 06:07:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2020-10-28 06:07:31 +00:00
2022-12-24 16:02:18 +00:00
[[package]]
name = "hermit-abi"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
dependencies = [
"libc",
]
2020-12-06 02:02:40 +00:00
[[package]]
name = "hex"
2021-03-12 01:47:34 +00:00
version = "0.4.3"
2020-12-06 02:02:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-12 01:47:34 +00:00
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2022-01-28 15:07:53 +00:00
dependencies = [
"serde",
]
2020-12-06 02:02:40 +00: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 15:07:53 +00:00
]
[[package]]
name = "hmac"
2022-03-24 14:44:08 +00:00
version = "0.12.1"
2022-01-28 15:07:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 14:44:08 +00:00
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
2022-01-28 15:07:53 +00:00
dependencies = [
"digest",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "http"
2022-06-11 13:56:27 +00:00
version = "0.2.8"
2020-10-28 06:07:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-11 13:56:27 +00:00
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
dependencies = [
"bytes",
"fnv",
"itoa",
]
2020-10-28 06:07:31 +00:00
2019-09-03 00:07:06 +00:00
[[package]]
name = "http-body"
2022-05-28 20:22:46 +00: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 20:22:46 +00: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 16:02:18 +00: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 16:02:18 +00: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-02-14 19:04:25 +00:00
version = "0.14.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "5e011372fa0b68db8350aa7a248930ecc7839bf46d8485577d69f117a75f164c"
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
"socket2",
"tokio",
"tower-service",
"tracing",
"want",
]
[[package]]
name = "hyper-tls"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
dependencies = [
"bytes",
"hyper",
"native-tls",
"tokio",
"tokio-native-tls",
]
2022-12-24 16:02:18 +00:00
[[package]]
name = "iana-time-zone"
version = "0.1.53"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
"winapi",
]
[[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 16:02:18 +00: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 16:02:18 +00: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 01:47:34 +00:00
version = "0.23.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-12 01:47:34 +00:00
checksum = "24ffcb7e7244a9bf19d35bf2883b9c080c4ced3c07a9895572178cdb8f13f6a1"
dependencies = [
"bytemuck",
"byteorder",
"color_quant",
"num-iter",
2021-03-12 01:47:34 +00:00
"num-rational 0.3.2",
"num-traits",
2022-03-24 14:44:08 +00:00
]
[[package]]
name = "image"
2022-12-24 16:02:18 +00:00
version = "0.24.5"
2022-03-24 14:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "69b7ea949b537b0fd0af141fff8c77690f2ce96f4f41f042ccb6c69c6c965945"
2022-03-24 14:44:08 +00:00
dependencies = [
"bytemuck",
"byteorder",
"color_quant",
2022-12-24 16:02:18 +00:00
"num-rational 0.4.1",
2022-03-24 14:44:08 +00:00
"num-traits",
"png",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "indexmap"
2022-12-24 16:02:18 +00:00
version = "1.9.2"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
dependencies = [
"autocfg",
"hashbrown",
]
2019-09-03 00:07:06 +00:00
2022-03-24 14:44:08 +00:00
[[package]]
name = "inout"
2022-04-14 22:46:56 +00:00
version = "0.1.3"
2022-03-24 14:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-14 22:46:56 +00:00
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
2022-03-24 14:44:08 +00:00
dependencies = [
"block-padding",
2022-03-24 14:44:08 +00:00
"generic-array",
]
2019-09-03 00:07:06 +00:00
[[package]]
2020-10-28 06:07:31 +00:00
name = "instant"
2021-11-14 16:21:01 +00: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 16:21:01 +00:00
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
2020-10-28 06:07:31 +00:00
dependencies = [
2023-02-14 19:04:25 +00:00
"cfg-if",
2020-10-28 06:07:31 +00:00
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "ipnet"
2023-02-14 19:04:25 +00: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 19:04:25 +00:00
checksum = "30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146"
2019-09-03 00:07:06 +00:00
[[package]]
name = "itertools"
2022-12-24 16:02:18 +00:00
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
dependencies = [
"either",
]
2022-01-04 21:51:02 +00:00
[[package]]
name = "itoa"
2022-12-24 16:02:18 +00:00
version = "1.0.5"
2022-01-04 21:51:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
2022-01-04 21:51:02 +00:00
2019-09-03 00:07:06 +00:00
[[package]]
name = "js-sys"
2023-02-14 19:04:25 +00: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 19:04:25 +00: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 19:04:25 +00:00
dependencies = [
"spin",
]
2019-09-03 00:07:06 +00:00
2022-01-05 09:34:08 +00: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 17:56:56 +00:00
name = "libadwaita"
2023-02-14 19:04:25 +00:00
version = "0.3.1"
2022-01-16 17:07:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "b1c4efd2020a4fcedbad2c4a97de97bf6045e5dc49d61d5a5d0cfd753db60700"
dependencies = [
2022-12-24 16:02:18 +00:00
"bitflags",
"futures-channel",
"gdk-pixbuf",
"gdk4",
"gio",
"glib",
"gtk4",
2021-01-21 17:56:56 +00:00
"libadwaita-sys",
"libc",
2021-11-14 16:21:01 +00:00
"once_cell",
"pango",
2019-09-03 00:07:06 +00:00
]
[[package]]
2021-01-21 17:56:56 +00:00
name = "libadwaita-sys"
2023-02-14 19:04:25 +00:00
version = "0.3.0"
2022-01-16 17:07:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "0727b85b4fe2b1bed5ac90df6343de15cbf8118bfb96d7c3cc1512681a4b34ac"
2020-11-08 04:48:55 +00:00
dependencies = [
"gdk4-sys",
"gio-sys",
"glib-sys",
"gobject-sys",
"gtk4-sys",
"libc",
2022-12-24 16:02:18 +00:00
"pango-sys",
2022-03-24 14:44:08 +00:00
"system-deps",
2019-09-03 00:07:06 +00:00
]
2021-01-21 17:56:56 +00:00
[[package]]
name = "libc"
2022-12-24 16:02:18 +00:00
version = "0.2.139"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
2022-01-05 09:34:08 +00:00
[[package]]
2023-02-14 19:04:25 +00:00
name = "libm"
version = "0.2.6"
2022-01-05 09:34:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb"
2022-01-05 09:34:08 +00:00
[[package]]
name = "libspa"
2023-02-14 19:04:25 +00:00
version = "0.6.0"
2022-01-05 09:34:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "667dfbb50c3d1f7ee1d33afdc04d1255923ece7642db3303046e7d63d997d77d"
2022-01-05 09:34:08 +00:00
dependencies = [
"bitflags",
"cc",
"cookie-factory",
"errno",
"libc",
"libspa-sys",
2022-03-24 14:44:08 +00:00
"nom",
"system-deps",
2022-01-05 09:34:08 +00:00
]
[[package]]
name = "libspa-sys"
2023-02-14 19:04:25 +00:00
version = "0.6.0"
2022-01-05 09:34:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "79cf5b88f52534df7ca88d451ae9628e22124e3cc5c60966465a7db479534c7a"
2022-01-05 09:34:08 +00:00
dependencies = [
"bindgen",
2023-02-14 19:04:25 +00:00
"cc",
2022-03-24 14:44:08 +00:00
"system-deps",
2022-01-05 09:34:08 +00:00
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "libsqlite3-sys"
2022-12-27 12:11:09 +00: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 12:11:09 +00: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 16:02:18 +00:00
[[package]]
name = "link-cplusplus"
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
dependencies = [
"cc",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "locale_config"
2020-10-28 00:52:54 +00: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 16:02:18 +00: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 16:02:18 +00:00
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
2019-09-03 00:07:06 +00:00
dependencies = [
2022-04-14 22:46:56 +00:00
"autocfg",
"scopeguard",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "log"
2022-05-28 20:22:46 +00: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 20:22:46 +00:00
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
2019-09-03 00:07:06 +00:00
dependencies = [
2023-02-14 19:04:25 +00:00
"cfg-if",
2019-09-03 00:07:06 +00:00
]
2020-10-28 00:52:54 +00:00
[[package]]
name = "malloc_buf"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
2020-10-28 00:52:54 +00:00
dependencies = [
"libc",
2020-10-28 00:52:54 +00:00
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "memchr"
2022-05-28 20:22:46 +00: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 20:22:46 +00:00
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2019-09-03 00:07:06 +00:00
[[package]]
name = "memoffset"
2022-01-04 21:51:02 +00:00
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-04 21:51:02 +00:00
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
dependencies = [
2020-12-14 22:12:33 +00:00
"autocfg",
]
2023-02-14 19:04:25 +00:00
[[package]]
name = "memoffset"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
dependencies = [
"autocfg",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "migrations_internals"
2022-12-24 19:07:00 +00: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 19:07:00 +00:00
checksum = "c493c09323068c01e54c685f7da41a9ccf9219735c3766fbfd6099806ea08fbc"
2019-09-03 00:07:06 +00:00
dependencies = [
2022-12-24 19:07:00 +00:00
"serde",
"toml",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "migrations_macros"
2022-12-24 19:07:00 +00: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 19:07:00 +00: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"
2020-10-28 06:07:31 +00:00
version = "0.3.16"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
2019-09-03 00:07:06 +00:00
2022-01-05 09:34:08 +00: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 16:02:18 +00:00
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
dependencies = [
"adler",
]
[[package]]
name = "mio"
2023-02-14 19:04:25 +00:00
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9"
dependencies = [
"libc",
"log",
2022-12-24 16:02:18 +00:00
"wasi",
2023-02-14 19:04:25 +00:00
"windows-sys 0.45.0",
]
[[package]]
name = "muldiv"
2022-12-24 16:02:18 +00:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "956787520e75e9bd233246045d19f42fb73242759cc57fba9611d940ae96d4b0"
[[package]]
name = "native-tls"
2022-12-24 16:02:18 +00:00
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
dependencies = [
"lazy_static",
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
2022-03-24 14:44:08 +00:00
]
2022-01-05 09:34:08 +00:00
[[package]]
name = "nix"
2023-02-14 19:04:25 +00:00
version = "0.25.1"
2022-01-05 09:34:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4"
2022-01-05 09:34:08 +00:00
dependencies = [
2023-02-14 19:04:25 +00:00
"autocfg",
2022-01-05 09:34:08 +00:00
"bitflags",
2023-02-14 19:04:25 +00:00
"cfg-if",
2022-01-05 09:34:08 +00:00
"libc",
2023-02-14 19:04:25 +00:00
"memoffset 0.6.5",
"pin-utils",
2022-01-05 09:34:08 +00:00
]
[[package]]
name = "nix"
2023-02-14 19:04:25 +00:00
version = "0.26.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
dependencies = [
"bitflags",
2023-02-14 19:04:25 +00:00
"cfg-if",
"libc",
2023-02-14 19:04:25 +00:00
"memoffset 0.7.1",
"pin-utils",
"static_assertions",
]
2022-12-24 16:02:18 +00:00
[[package]]
2023-02-14 19:04:25 +00:00
name = "nom"
version = "7.1.3"
2022-12-24 16:02:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2022-12-24 16:02:18 +00:00
dependencies = [
2023-02-14 19:04:25 +00:00
"memchr",
"minimal-lexical",
2022-12-24 16:02:18 +00:00
]
2022-01-05 09:34:08 +00:00
[[package]]
2023-02-14 19:04:25 +00:00
name = "nom8"
version = "0.2.0"
2022-01-05 09:34:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "ae01545c9c7fc4486ab7debaf2aad7003ac19431791868fb2e8066df97fad2f8"
2022-01-05 09:34:08 +00:00
dependencies = [
"memchr",
]
2022-12-24 16:02:18 +00:00
[[package]]
name = "nu-ansi-term"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
dependencies = [
"overload",
"winapi",
]
2020-11-10 03:59:52 +00:00
[[package]]
name = "num"
version = "0.4.0"
2020-11-10 03:59:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43db66d1170d347f9a065114077f7dccb00c1b9478c89384490a3425279a4606"
2020-11-10 03:59:52 +00:00
dependencies = [
"num-bigint",
"num-complex",
"num-integer",
"num-iter",
2022-12-24 16:02:18 +00:00
"num-rational 0.4.1",
"num-traits",
]
[[package]]
name = "num-bigint"
2021-11-14 16:21:01 +00:00
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-14 16:21:01 +00:00
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
2023-02-14 19:04:25 +00: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 03:59:52 +00:00
[[package]]
name = "num-complex"
2023-02-14 19:04:25 +00:00
version = "0.4.3"
2020-11-10 03:59:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "02e0d21255c828d6f128a1e41534206671e8c3ea0c62f32291e808dc82cff17d"
2020-11-10 03:59:52 +00:00
dependencies = [
"num-traits",
2020-11-10 03:59:52 +00: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 22:12:33 +00: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 22:12:33 +00:00
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-rational"
2020-11-08 04:48:55 +00:00
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"
dependencies = [
2020-12-14 22:12:33 +00:00
"autocfg",
"num-integer",
"num-traits",
]
2021-03-12 01:47:34 +00:00
[[package]]
name = "num-rational"
2022-12-24 16:02:18 +00:00
version = "0.4.1"
2021-03-12 01:47:34 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
2021-03-12 01:47:34 +00:00
dependencies = [
"autocfg",
"num-bigint",
2021-03-12 01:47:34 +00:00
"num-integer",
"num-traits",
]
[[package]]
name = "num-traits"
2022-05-28 20:22:46 +00:00
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-28 20:22:46 +00:00
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
dependencies = [
2020-12-14 22:12:33 +00:00
"autocfg",
]
[[package]]
name = "num_cpus"
2022-12-24 16:02:18 +00:00
version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
dependencies = [
2023-02-14 19:04:25 +00:00
"hermit-abi",
"libc",
]
2020-10-28 00:52:54 +00:00
[[package]]
name = "objc"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
2020-10-28 00:52:54 +00:00
dependencies = [
"malloc_buf",
2020-10-28 00:52:54 +00:00
]
[[package]]
name = "objc-foundation"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
2020-10-28 00:52:54 +00:00
dependencies = [
"block",
"objc",
"objc_id",
2020-10-28 00:52:54 +00:00
]
[[package]]
name = "objc_id"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
2020-10-28 00:52:54 +00:00
dependencies = [
"objc",
2020-10-28 00:52:54 +00:00
]
[[package]]
name = "once_cell"
2023-02-14 19:04:25 +00:00
version = "1.17.1"
2020-10-28 00:52:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
2020-10-28 00:52:54 +00:00
[[package]]
name = "oo7"
2023-02-14 19:04:25 +00:00
version = "0.1.0-beta.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "c82bf340132fbbb0d03040dae4b0b53aee24c7b74ea59f5dfd65552542ba6ddc"
dependencies = [
2022-12-24 19:07:00 +00:00
"aes",
"byteorder",
"cbc",
2022-12-24 19:07:00 +00:00
"cipher",
"digest",
"dirs",
2023-02-14 19:04:25 +00:00
"futures-util",
"hkdf",
"hmac",
"num",
2023-02-14 19:04:25 +00:00
"num-bigint-dig",
"once_cell",
"pbkdf2",
"rand",
"serde",
"sha2",
"tokio",
"tracing",
2023-02-14 19:04:25 +00: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"
2022-12-24 16:02:18 +00:00
version = "0.10.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "b102428fd03bc5edf97f62620f7298614c45cedf287c271e7ed450bbaf83f2e1"
dependencies = [
"bitflags",
2023-02-14 19:04:25 +00:00
"cfg-if",
"foreign-types",
"libc",
"once_cell",
2022-05-28 20:22:46 +00:00
"openssl-macros",
"openssl-sys",
]
2022-05-28 20:22:46 +00:00
[[package]]
name = "openssl-macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "openssl-probe"
2022-01-16 17:07:05 +00: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 17:07:05 +00:00
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
2019-09-03 00:07:06 +00:00
[[package]]
name = "openssl-sys"
2022-12-24 16:02:18 +00:00
version = "0.9.80"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "23bbbf7854cd45b83958ebe919f0e8e516793727652e27fda10a8384cfc790b7"
2019-09-03 00:07:06 +00:00
dependencies = [
2020-12-14 22:12:33 +00:00
"autocfg",
"cc",
"libc",
"pkg-config",
"vcpkg",
2019-09-03 00:07:06 +00:00
]
[[package]]
2021-11-14 16:21:01 +00:00
name = "option-operations"
2022-12-24 16:02:18 +00:00
version = "0.5.0"
2021-06-28 22:23:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "7c26d27bb1aeab65138e4bf7666045169d1717febcc9ff870166be8348b223d0"
2021-11-14 16:21:01 +00:00
dependencies = [
"paste",
]
2022-01-04 21:51:02 +00:00
[[package]]
name = "ordered-stream"
2023-02-14 19:04:25 +00:00
version = "0.2.0"
2022-01-04 21:51:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
2022-12-24 16:02:18 +00:00
dependencies = [
"futures-core",
"pin-project-lite",
]
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2021-11-14 16:21:01 +00:00
[[package]]
name = "pango"
2023-02-14 19:04:25 +00:00
version = "0.17.0"
2022-01-16 17:07:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "243c048be90312220fb3bd578176eed8290568274a93c95040289d39349384bc"
2019-09-03 00:07:06 +00:00
dependencies = [
"bitflags",
2022-12-24 16:02:18 +00:00
"gio",
"glib",
"libc",
"once_cell",
"pango-sys",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "pango-sys"
2023-02-14 19:04:25 +00:00
version = "0.17.0"
2022-01-16 17:07:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "4293d0f0b5525eb5c24734d30b0ed02cd02aa734f216883f376b54de49625de8"
2019-09-03 00:07:06 +00:00
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
2022-03-24 14:44:08 +00:00
"system-deps",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "parking"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
2022-05-28 20:22:46 +00:00
[[package]]
name = "parking_lot"
2022-05-31 18:20:38 +00:00
version = "0.12.1"
2022-05-28 20:22:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-31 18:20:38 +00:00
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2022-05-28 20:22:46 +00:00
dependencies = [
"lock_api",
2022-12-24 16:02:18 +00:00
"parking_lot_core",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "parking_lot_core"
2023-02-14 19:04:25 +00:00
version = "0.9.7"
2022-05-28 20:22:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
2022-05-28 20:22:46 +00:00
dependencies = [
2023-02-14 19:04:25 +00:00
"cfg-if",
2022-05-28 20:22:46 +00:00
"libc",
"redox_syscall",
"smallvec",
2023-02-14 19:04:25 +00:00
"windows-sys 0.45.0",
2022-05-28 20:22:46 +00:00
]
[[package]]
name = "password-hash"
2022-12-24 16:02:18 +00:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
dependencies = [
"base64ct",
"rand_core",
"subtle",
]
[[package]]
name = "paste"
2022-12-24 16:02:18 +00:00
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "d01a5bd0424d00070b0098dd17ebca6f961a959dead1dbcbbbc1d1cd8d3deeba"
2022-01-28 15:07:53 +00:00
[[package]]
name = "pbkdf2"
2022-03-24 14:44:08 +00:00
version = "0.11.0"
2022-01-28 15:07:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 14:44:08 +00:00
checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
2022-01-28 15:07:53 +00:00
dependencies = [
"digest",
"hmac",
"password-hash",
"sha2",
2022-01-28 15:07:53 +00:00
]
2022-01-05 09:34:08 +00: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 06:07:31 +00:00
name = "percent-encoding"
2022-12-24 16:02:18 +00: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 16:02:18 +00:00
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
2019-09-03 00:07:06 +00:00
2021-03-12 01:47:34 +00:00
[[package]]
name = "pest"
2023-02-14 19:04:25 +00:00
version = "2.5.5"
2021-03-12 01:47:34 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "028accff104c4e513bad663bbcd2ad7cfd5304144404c31ed0a77ac103d00660"
2021-03-12 01:47:34 +00:00
dependencies = [
2022-12-24 16:02:18 +00:00
"thiserror",
2021-03-12 01:47:34 +00:00
"ucd-trie",
]
2020-10-28 06:07:31 +00: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 06:07:31 +00:00
2020-10-28 00:52:54 +00:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2020-10-28 00:52:54 +00:00
2022-01-05 09:34:08 +00:00
[[package]]
name = "pipewire"
2023-02-14 19:04:25 +00:00
version = "0.6.0"
2022-01-05 09:34:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "dc2180a4a84b855be86e6cd72fa6fd4318278871d2b1082e7cd05fe64b135ccb"
2022-01-05 09:34:08 +00:00
dependencies = [
"anyhow",
"bitflags",
"errno",
"libc",
"libspa",
"libspa-sys",
2023-02-14 19:04:25 +00:00
"nix 0.26.2",
2022-01-05 09:34:08 +00:00
"once_cell",
"pipewire-sys",
"thiserror",
]
[[package]]
name = "pipewire-sys"
2023-02-14 19:04:25 +00:00
version = "0.6.0"
2022-01-05 09:34:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "a95290eedb7fb6aa3922fdc0261cd0ddeb940abcdbdef28778928106554d2123"
2022-01-05 09:34:08 +00:00
dependencies = [
"bindgen",
"libspa-sys",
2022-03-24 14:44:08 +00:00
"system-deps",
2022-01-05 09:34:08 +00:00
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "pkg-config"
2022-12-24 16:02:18 +00: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 16:02:18 +00:00
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
2019-09-03 00:07:06 +00:00
[[package]]
name = "png"
2022-12-24 16:02:18 +00:00
version = "0.17.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "5d708eaf860a19b19ce538740d2b4bdeeb8337fa53f7738455e706623ad5c638"
dependencies = [
"bitflags",
"crc32fast",
2022-12-24 16:02:18 +00:00
"flate2",
2022-04-14 22:46:56 +00:00
"miniz_oxide",
]
[[package]]
name = "polling"
2022-12-24 16:02:18 +00:00
version = "2.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "22122d5ec4f9fe1b3916419b76be1e80bcb93f618d071d2edf841b137b2a2bd6"
dependencies = [
2022-12-24 16:02:18 +00:00
"autocfg",
2023-02-14 19:04:25 +00:00
"cfg-if",
"libc",
"log",
"wepoll-ffi",
2022-12-24 16:02:18 +00:00
"windows-sys 0.42.0",
]
2022-01-28 15:07:53 +00:00
[[package]]
name = "polyval"
2022-12-24 19:07:00 +00:00
version = "0.6.0"
2022-01-28 15:07:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 19:07:00 +00:00
checksum = "7ef234e08c11dfcb2e56f79fd70f6f2eb7f025c0ce2333e82f4f0518ecad30c6"
2022-01-28 15:07:53 +00:00
dependencies = [
2023-02-14 19:04:25 +00:00
"cfg-if",
2022-01-28 15:07:53 +00:00
"cpufeatures",
"opaque-debug",
"universal-hash",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "ppv-lite86"
2022-12-24 16:02:18 +00: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 16:02:18 +00:00
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2019-09-03 00:07:06 +00:00
[[package]]
name = "pretty-hex"
version = "0.3.0"
2020-10-28 00:52:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6fa0831dd7cc608c38a5e323422a0077678fa5744aa2be4ad91c4ece8eec8d5"
2020-10-28 00:52:54 +00:00
[[package]]
name = "proc-macro-crate"
2023-02-14 19:04:25 +00:00
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "66618389e4ec1c7afe67d51a9bf34ff9236480f8d51e7489b7d5ab0303c13f34"
dependencies = [
2022-12-24 16:02:18 +00:00
"once_cell",
2023-02-14 19:04:25 +00:00
"toml_edit",
]
2020-10-28 00:52:54 +00: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 00:52:54 +00:00
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
"syn",
"version_check",
2020-10-28 00:52:54 +00: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 00:52:54 +00:00
dependencies = [
"proc-macro2",
"quote",
"version_check",
2020-10-28 00:52:54 +00:00
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "proc-macro2"
2023-02-14 19:04:25 +00:00
version = "1.0.51"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6"
2019-09-03 00:07:06 +00:00
dependencies = [
2022-05-28 20:22:46 +00:00
"unicode-ident",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "prost"
2023-02-14 19:04:25 +00:00
version = "0.11.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "21dc42e00223fc37204bd4aa177e69420c604ca4a183209a8f9de30c6d934698"
dependencies = [
"bytes",
"prost-derive",
]
[[package]]
name = "prost-derive"
2023-02-14 19:04:25 +00:00
version = "0.11.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "8bda8c0881ea9f722eb9629376db3d0b903b462477c1aafcb0566610ac28ac5d"
dependencies = [
"anyhow",
"itertools",
"proc-macro2",
"quote",
"syn",
]
2023-02-14 19:04:25 +00: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 00:20:36 +00: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 14:44:08 +00:00
"image 0.23.14",
2020-12-09 00:20:36 +00:00
]
[[package]]
name = "quick-xml"
version = "0.27.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffc053f057dd768a56f62cd7e434c42c831d296968997e9ac1f76ea7c2d14c41"
dependencies = [
"memchr",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "quote"
2022-12-24 16:02:18 +00:00
version = "1.0.23"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
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 16:02:18 +00: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 16:02:18 +00:00
checksum = "51de85fb3fb6524929c8a2eb85e6b6d363de4e8c48f9e2c2eac4944abc181c93"
2019-09-03 00:07:06 +00:00
dependencies = [
"log",
2022-12-24 16:02:18 +00:00
"parking_lot",
"scheduled-thread-pool",
2019-09-03 00:07:06 +00:00
]
2021-01-23 11:26:46 +00:00
[[package]]
name = "rand"
2022-03-24 14:44:08 +00:00
version = "0.8.5"
2021-01-23 11:26:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 14:44:08 +00:00
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2021-01-23 11:26:46 +00:00
dependencies = [
"libc",
"rand_chacha",
"rand_core",
2021-01-23 11:26:46 +00:00
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
2021-01-23 11:26:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2021-01-23 11:26:46 +00:00
dependencies = [
"ppv-lite86",
"rand_core",
2021-01-23 11:26:46 +00:00
]
[[package]]
name = "rand_core"
2022-12-24 16:02:18 +00:00
version = "0.6.4"
2021-01-23 11:26:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2021-01-23 11:26:46 +00:00
dependencies = [
"getrandom",
2021-01-23 11:26:46 +00:00
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "redox_syscall"
2022-12-24 16:02:18 +00: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 16:02:18 +00:00
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
2021-03-12 01:47:34 +00: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-02-14 19:04:25 +00:00
version = "1.7.1"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
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"
2022-12-24 16:02:18 +00:00
version = "0.6.28"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
2019-09-03 00:07:06 +00:00
[[package]]
name = "remove_dir_all"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
dependencies = [
"winapi",
]
[[package]]
name = "reqwest"
2023-02-14 19:04:25 +00:00
version = "0.11.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "21eed90ec8570952d53b772ecf8f206aa1ec9a3d76b2521c56c42973f2d91ee9"
dependencies = [
2023-02-14 19:04:25 +00:00
"base64 0.21.0",
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"hyper",
"hyper-tls",
"ipnet",
"js-sys",
"log",
"mime",
"native-tls",
2022-12-24 16:02:18 +00:00
"once_cell",
"percent-encoding",
"pin-project-lite",
"serde",
"serde_json",
"serde_urlencoded",
"tokio",
"tokio-native-tls",
2022-12-24 16:02:18 +00:00
"tower-service",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"winreg",
]
[[package]]
name = "ring"
2021-02-05 10:12:48 +00:00
version = "0.16.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-05 10:12:48 +00:00
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
dependencies = [
"cc",
"libc",
"once_cell",
"spin",
"untrusted",
"web-sys",
"winapi",
]
2021-01-31 21:18:52 +00:00
[[package]]
name = "roxmltree"
2023-02-14 19:04:25 +00:00
version = "0.18.0"
2021-01-31 21:18:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "d8f595a457b6b8c6cda66a48503e92ee8d19342f905948f29c383200ec9eb1d8"
2021-01-31 21:18:52 +00:00
dependencies = [
"xmlparser",
]
[[package]]
name = "rust-argon2"
2022-01-16 17:07:05 +00:00
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-16 17:07:05 +00:00
checksum = "b50162d19404029c1ceca6f6980fe40d45c8b369f6f44446fa14bb39573b5bb9"
dependencies = [
2022-12-24 19:07:00 +00:00
"base64 0.13.1",
"blake2b_simd",
2023-02-14 19:04:25 +00:00
"constant_time_eq 0.1.5",
"crossbeam-utils",
]
2022-01-05 09:34:08 +00:00
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2021-03-12 01:47:34 +00:00
[[package]]
name = "rustc_version"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"
dependencies = [
"semver 0.11.0",
2019-09-03 00:07:06 +00:00
]
2022-03-24 14:44:08 +00:00
[[package]]
name = "rustc_version"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
2022-12-24 16:02:18 +00:00
"semver 1.0.16",
2022-03-24 14:44:08 +00:00
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "ryu"
2022-12-24 16:02:18 +00:00
version = "1.0.12"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
2019-09-03 00:07:06 +00:00
2022-01-28 15:07:53 +00:00
[[package]]
name = "salsa20"
2022-03-24 14:44:08 +00:00
version = "0.10.2"
2022-01-28 15:07:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 14:44:08 +00:00
checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
2022-01-28 15:07:53 +00:00
dependencies = [
2022-12-24 19:07:00 +00:00
"cipher",
2022-01-28 15:07:53 +00:00
]
2023-02-14 19:04:25 +00: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 19:04:25 +00: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 19:04:25 +00:00
checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
2019-09-03 00:07:06 +00:00
dependencies = [
2023-02-14 19:04:25 +00:00
"windows-sys 0.42.0",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "scheduled-thread-pool"
2022-05-28 20:22:46 +00:00
version = "0.2.6"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-28 20:22:46 +00:00
checksum = "977a7519bff143a44f842fd07e80ad1329295bd71686457f18e496736f4bf9bf"
2019-09-03 00:07:06 +00:00
dependencies = [
2022-12-24 16:02:18 +00:00
"parking_lot",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "scopeguard"
2020-10-28 06:07:31 +00: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 16:02:18 +00:00
[[package]]
name = "scratch"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2"
2022-01-28 15:07:53 +00:00
[[package]]
name = "scrypt"
2022-03-24 14:44:08 +00:00
version = "0.10.0"
2022-01-28 15:07:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 14:44:08 +00:00
checksum = "9f9e24d2b632954ded8ab2ef9fea0a0c769ea56ea98bddbafbad22caeeadf45d"
2022-01-28 15:07:53 +00:00
dependencies = [
"hmac",
2022-01-28 15:07:53 +00:00
"pbkdf2",
"salsa20",
"sha2",
2022-01-28 15:07:53 +00:00
]
[[package]]
name = "search-provider"
2023-02-14 19:04:25 +00:00
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "06eb6bab7a8e98f762e91aa4e492049939e43d1038da52286fca9468b7226c5b"
dependencies = [
2022-12-24 16:02:18 +00:00
"futures-channel",
"futures-util",
"serde",
2023-02-14 19:04:25 +00:00
"zbus",
2020-11-10 03:59:52 +00:00
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "security-framework"
2023-02-14 19:04:25 +00:00
version = "2.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254"
dependencies = [
"bitflags",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2023-02-14 19:04:25 +00: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 19:04:25 +00:00
checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4"
2019-09-03 00:07:06 +00:00
dependencies = [
"core-foundation-sys",
"libc",
2021-03-12 01:47:34 +00:00
]
[[package]]
name = "semver"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
dependencies = [
"semver-parser",
2019-09-03 00:07:06 +00:00
]
2022-03-24 14:44:08 +00:00
[[package]]
name = "semver"
2022-12-24 16:02:18 +00:00
version = "1.0.16"
2022-03-24 14:44:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a"
2023-02-14 19:04:25 +00:00
dependencies = [
"serde",
]
2022-03-24 14:44:08 +00:00
2021-03-12 01:47:34 +00:00
[[package]]
name = "semver-parser"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
dependencies = [
"pest",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "serde"
2022-12-27 12:11:09 +00:00
version = "1.0.152"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-27 12:11:09 +00:00
checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
dependencies = [
"serde_derive",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "serde_derive"
2022-12-27 12:11:09 +00:00
version = "1.0.152"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-27 12:11:09 +00:00
checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"
2019-09-03 00:07:06 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "serde_json"
2023-02-14 19:04:25 +00:00
version = "1.0.93"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76"
2019-09-03 00:07:06 +00:00
dependencies = [
"itoa",
"ryu",
"serde",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "serde_repr"
2022-12-24 16:02:18 +00:00
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "9a5ec9fa74a20ebbe5d9ac23dac1fc96ba0ecfe9f50f2843b52e537b10fbcb4e"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
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 16:02:18 +00:00
[[package]]
name = "sha1"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
dependencies = [
2023-02-14 19:04:25 +00:00
"cfg-if",
2022-12-24 16:02:18 +00:00
"cpufeatures",
"digest",
]
[[package]]
name = "sha2"
2022-12-24 16:02:18 +00:00
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
dependencies = [
2023-02-14 19:04:25 +00:00
"cfg-if",
"cpufeatures",
"digest",
2019-09-03 00:07:06 +00:00
]
2022-01-28 15:07:53 +00:00
[[package]]
name = "sharded-slab"
version = "0.1.4"
2022-01-28 15:07:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
2022-01-28 15:07:53 +00:00
dependencies = [
"lazy_static",
2022-01-28 15:07:53 +00:00
]
2022-01-05 09:34:08 +00:00
[[package]]
name = "shlex"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
[[package]]
2023-02-14 19:04:25 +00:00
name = "skeptic"
version = "0.13.7"
2022-01-05 09:34:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "16d23b015676c90a0f01c197bfdc786c20342c73a0afdda9025adb0bc42940a8"
2022-01-05 09:34:08 +00:00
dependencies = [
2023-02-14 19:04:25 +00:00
"bytecount",
"cargo_metadata",
"error-chain",
"glob",
"pulldown-cmark",
"tempfile",
"walkdir",
2022-01-05 09:34:08 +00:00
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "slab"
2022-12-24 16:02:18 +00:00
version = "0.4.7"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
dependencies = [
"autocfg",
]
2020-10-28 00:52:54 +00:00
[[package]]
name = "smallvec"
2022-12-24 16:02:18 +00:00
version = "1.10.0"
2020-10-28 00:52:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
2020-10-28 00:52:54 +00:00
2021-03-23 19:05:58 +00:00
[[package]]
name = "socket2"
2022-12-24 16:02:18 +00:00
version = "0.4.7"
2021-03-23 19:05:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
2021-03-23 19:05:58 +00: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 16:21:01 +00:00
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-14 16:21:01 +00:00
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
2021-01-31 21:18:52 +00:00
[[package]]
name = "svg_metadata"
2023-02-14 19:04:25 +00:00
version = "0.4.4"
2021-01-31 21:18:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "a42f3d2c6f543a8c57cdb434697334f33faf56f9acc141e2bbe4bb1994055200"
2021-01-31 21:18:52 +00:00
dependencies = [
"doc-comment",
"lazy_static",
"regex",
"roxmltree",
2023-02-14 19:04:25 +00:00
"skeptic",
2021-01-31 21:18:52 +00:00
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "syn"
2022-12-24 16:02:18 +00:00
version = "1.0.107"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
2019-09-03 00:07:06 +00:00
dependencies = [
"proc-macro2",
"quote",
2022-05-28 20:22:46 +00: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",
"syn",
"unicode-xid",
]
2022-01-05 09:34:08 +00:00
[[package]]
name = "system-deps"
2022-12-24 16:02:18 +00:00
version = "6.0.3"
2020-10-28 00:52:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "2955b1fe31e1fa2fbd1976b71cc69a606d7d4da16f6de3333d0c92d51419aeff"
2020-10-28 00:52:54 +00:00
dependencies = [
2022-03-24 14:44:08 +00:00
"cfg-expr",
"heck",
"pkg-config",
"toml",
2022-03-24 14:44:08 +00:00
"version-compare",
2020-10-28 00:52:54 +00:00
]
2021-03-23 19:05:58 +00:00
[[package]]
2021-11-14 16:21:01 +00:00
name = "temp-dir"
version = "0.1.11"
2021-03-23 19:05:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-14 16:21:01 +00:00
checksum = "af547b166dd1ea4b472165569fc456cfb6818116f854690b0ff205e636523dab"
2021-03-23 19:05:58 +00:00
[[package]]
name = "tempfile"
version = "3.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
dependencies = [
2023-02-14 19:04:25 +00:00
"cfg-if",
"fastrand",
"libc",
"redox_syscall",
"remove_dir_all",
"winapi",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "termcolor"
2023-02-14 19:04:25 +00: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 19:04:25 +00: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 00:52:54 +00:00
[[package]]
name = "thiserror"
2022-12-24 16:02:18 +00:00
version = "1.0.38"
2020-10-28 00:52:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
2020-10-28 00:52:54 +00:00
dependencies = [
"thiserror-impl",
2020-10-28 00:52:54 +00:00
]
[[package]]
name = "thiserror-impl"
2022-12-24 16:02:18 +00:00
version = "1.0.38"
2020-10-28 00:52:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
2020-10-28 00:52:54 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2020-10-28 00:52:54 +00:00
]
[[package]]
name = "thread_local"
2023-02-14 19:04:25 +00:00
version = "1.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
dependencies = [
2023-02-14 19:04:25 +00: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 19:04:25 +00: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 19:04:25 +00:00
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2019-09-03 00:07:06 +00:00
[[package]]
name = "tokio"
2023-02-14 19:04:25 +00:00
version = "1.25.0"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "c8e00990ebabbe4c14c08aca901caed183ecd5c09562a12c824bb53d3c3fd3af"
2019-09-03 00:07:06 +00:00
dependencies = [
2022-12-24 16:02:18 +00:00
"autocfg",
"bytes",
"libc",
"memchr",
"mio",
"num_cpus",
"pin-project-lite",
"socket2",
2022-04-21 22:48:05 +00:00
"tokio-macros",
2023-02-14 19:04:25 +00:00
"tracing",
2022-12-24 16:02:18 +00:00
"windows-sys 0.42.0",
2019-09-03 00:07:06 +00:00
]
2022-04-21 22:48:05 +00:00
[[package]]
name = "tokio-macros"
2022-12-24 16:02:18 +00:00
version = "1.8.2"
2022-04-21 22:48:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8"
2022-04-21 22:48:05 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "tokio-native-tls"
2023-02-14 19:04:25 +00:00
version = "0.3.1"
2020-11-16 16:13:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
2020-11-16 16:13:40 +00:00
dependencies = [
"native-tls",
"tokio",
2020-11-16 16:13:40 +00:00
]
[[package]]
name = "tokio-util"
2023-02-14 19:04:25 +00:00
version = "0.7.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00: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 06:07:31 +00:00
name = "toml"
2023-02-14 19:04:25 +00: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 19:04:25 +00:00
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
2019-09-03 00:07:06 +00:00
dependencies = [
"serde",
2019-09-03 00:07:06 +00:00
]
2023-02-14 19:04:25 +00:00
[[package]]
name = "toml_datetime"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4553f467ac8e3d374bc9a177a26801e5d0f9b211aa1673fb137a403afd1c9cf5"
[[package]]
name = "toml_edit"
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56c59d8dd7d0dcbc6428bf7aa2f0e823e26e43b3c9aca15bbc9475d23e5fa12b"
dependencies = [
"indexmap",
"nom8",
"toml_datetime",
]
[[package]]
name = "tower-service"
2022-12-24 16:02:18 +00:00
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
2019-09-03 00:07:06 +00:00
[[package]]
2020-10-28 06:07:31 +00:00
name = "tracing"
2022-12-24 16:02:18 +00: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 16:02:18 +00:00
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
2019-09-03 00:07:06 +00:00
dependencies = [
2023-02-14 19:04:25 +00:00
"cfg-if",
2021-03-12 01:47:34 +00:00
"pin-project-lite",
"tracing-attributes",
"tracing-core",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "tracing-attributes"
2022-12-24 16:02:18 +00:00
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2019-09-03 00:07:06 +00:00
[[package]]
2020-10-28 06:07:31 +00:00
name = "tracing-core"
2022-12-24 16:02:18 +00: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 16:02:18 +00:00
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
2019-09-03 00:07:06 +00:00
dependencies = [
2022-06-11 13:56:27 +00:00
"once_cell",
"valuable",
]
[[package]]
name = "tracing-log"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
dependencies = [
"lazy_static",
"log",
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
2022-12-24 16:02:18 +00:00
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70"
dependencies = [
2022-12-24 16:02:18 +00:00
"nu-ansi-term",
"sharded-slab",
"smallvec",
"thread_local",
"tracing-core",
"tracing-log",
2019-09-03 00:07:06 +00:00
]
2020-10-28 00:52:54 +00:00
[[package]]
name = "try-lock"
2023-02-14 19:04:25 +00:00
version = "0.2.4"
2020-10-28 00:52:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
2020-10-28 00:52:54 +00:00
2019-09-03 00:07:06 +00:00
[[package]]
name = "typenum"
2022-12-24 16:02:18 +00: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 16:02:18 +00:00
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
2019-09-03 00:07:06 +00:00
2021-03-12 01:47:34 +00:00
[[package]]
name = "ucd-trie"
2022-12-24 16:02:18 +00:00
version = "0.1.5"
2021-03-12 01:47:34 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
2021-03-12 01:47:34 +00:00
2022-05-28 20:22:46 +00: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 06:07:31 +00: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-02-14 19:04:25 +00:00
version = "0.3.10"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "d54675592c1dbefd78cbd98db9bacd89886e1ca50692a0692baefffdeb92dd58"
2019-09-03 00:07:06 +00:00
2022-05-28 20:22:46 +00:00
[[package]]
name = "unicode-ident"
2022-12-24 16:02:18 +00:00
version = "1.0.6"
2022-05-28 20:22:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
2022-05-28 20:22:46 +00:00
2019-09-03 00:07:06 +00:00
[[package]]
name = "unicode-normalization"
2022-12-24 16:02:18 +00: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 16:02:18 +00:00
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
2019-09-03 00:07:06 +00:00
dependencies = [
"tinyvec",
2019-09-03 00:07:06 +00:00
]
2022-01-05 09:34:08 +00:00
[[package]]
name = "unicode-width"
2022-12-24 16:02:18 +00:00
version = "0.1.10"
2022-01-05 09:34:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
2022-01-05 09:34:08 +00:00
2019-09-03 00:07:06 +00:00
[[package]]
name = "unicode-xid"
2022-12-24 16:02:18 +00: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 16:02:18 +00:00
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
2019-09-03 00:07:06 +00:00
[[package]]
name = "universal-hash"
2022-12-24 19:07:00 +00:00
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 19:07:00 +00:00
checksum = "7d3160b73c9a19f7e2939a2fdad446c57c1bbbbf4d919d3213ff1267a580d8b5"
dependencies = [
2022-12-24 19:07:00 +00: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 16:02:18 +00: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 16:02:18 +00:00
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
2019-09-03 00:07:06 +00:00
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
2022-12-24 16:02:18 +00:00
"serde",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "uuid"
2023-02-14 19:04:25 +00:00
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "1674845326ee10d37ca60470760d4288a6f80f304007d92e5c53bab78c9cfd79"
dependencies = [
"getrandom",
2021-01-27 14:03:07 +00:00
]
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
2019-09-03 00:07:06 +00:00
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2020-10-28 00:52:54 +00:00
[[package]]
name = "version-compare"
2022-12-24 16:02:18 +00:00
version = "0.1.1"
2020-10-28 00:52:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29"
2020-10-28 00:52:54 +00:00
[[package]]
name = "version_check"
2022-01-04 21:51:02 +00:00
version = "0.9.4"
2020-10-28 00:52:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-04 21:51:02 +00:00
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2020-10-28 00:52:54 +00:00
2019-09-03 00:07:06 +00:00
[[package]]
name = "waker-fn"
version = "1.1.0"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
2019-09-03 00:07:06 +00:00
2023-02-14 19:04:25 +00:00
[[package]]
name = "walkdir"
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
dependencies = [
"same-file",
"winapi",
"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 19:04:25 +00: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 19:04:25 +00:00
checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
2019-09-03 00:07:06 +00:00
dependencies = [
2023-02-14 19:04:25 +00:00
"cfg-if",
"wasm-bindgen-macro",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "wasm-bindgen-backend"
2023-02-14 19:04:25 +00: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 19:04:25 +00:00
checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
2019-09-03 00:07:06 +00:00
dependencies = [
"bumpalo",
"log",
2022-12-24 16:02:18 +00:00
"once_cell",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
2020-10-28 06:07:31 +00:00
]
[[package]]
name = "wasm-bindgen-futures"
2023-02-14 19:04:25 +00:00
version = "0.4.34"
2020-10-28 06:07:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454"
2020-10-28 06:07:31 +00:00
dependencies = [
2023-02-14 19:04:25 +00: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 19:04:25 +00: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 19:04:25 +00: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 19:04:25 +00: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 19:04:25 +00:00
checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
2019-09-03 00:07:06 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "wasm-bindgen-shared"
2023-02-14 19:04:25 +00:00
version = "0.2.84"
2020-10-28 06:07:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
2020-10-28 06:07:31 +00:00
[[package]]
name = "web-sys"
2023-02-14 19:04:25 +00: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 19:04:25 +00:00
checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97"
2020-10-28 06:07:31 +00:00
dependencies = [
"js-sys",
"wasm-bindgen",
2020-10-28 06:07:31 +00:00
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "wepoll-ffi"
version = "0.1.2"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"
dependencies = [
"cc",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "winapi"
2020-10-28 00:52:54 +00: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 06:07:31 +00: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
2022-12-24 16:02:18 +00: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 19:04:25 +00:00
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
2022-12-24 16:02:18 +00:00
"windows_x86_64_gnullvm",
2023-02-14 19:04:25 +00:00
"windows_x86_64_msvc",
2022-05-28 20:22:46 +00:00
]
2022-12-24 16:02:18 +00:00
[[package]]
2023-02-14 19:04:25 +00:00
name = "windows-sys"
version = "0.45.0"
2022-12-24 16:02:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
dependencies = [
"windows-targets",
]
2022-12-24 16:02:18 +00:00
2022-05-28 20:22:46 +00:00
[[package]]
2023-02-14 19:04:25 +00:00
name = "windows-targets"
version = "0.42.1"
2022-05-28 20:22:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7"
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 20:22:46 +00:00
2022-12-24 16:02:18 +00:00
[[package]]
2023-02-14 19:04:25 +00:00
name = "windows_aarch64_gnullvm"
version = "0.42.1"
2022-12-24 16:02:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
2022-12-24 16:02:18 +00:00
2022-05-28 20:22:46 +00:00
[[package]]
2023-02-14 19:04:25 +00:00
name = "windows_aarch64_msvc"
version = "0.42.1"
2022-05-28 20:22:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
2022-05-28 20:22:46 +00:00
2022-12-24 16:02:18 +00:00
[[package]]
name = "windows_i686_gnu"
2023-02-14 19:04:25 +00:00
version = "0.42.1"
2022-12-24 16:02:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
2022-12-24 16:02:18 +00:00
2022-05-28 20:22:46 +00:00
[[package]]
name = "windows_i686_msvc"
2023-02-14 19:04:25 +00:00
version = "0.42.1"
2022-12-24 16:02:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
2022-12-24 16:02:18 +00:00
2022-05-28 20:22:46 +00:00
[[package]]
name = "windows_x86_64_gnu"
2023-02-14 19:04:25 +00:00
version = "0.42.1"
2022-05-28 20:22:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
2022-12-24 16:02:18 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
2023-02-14 19:04:25 +00:00
version = "0.42.1"
2022-12-24 16:02:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
2022-12-24 16:02:18 +00:00
2022-05-28 20:22:46 +00:00
[[package]]
name = "windows_x86_64_msvc"
2023-02-14 19:04:25 +00:00
version = "0.42.1"
2022-05-28 20:22:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
2022-12-24 16:02:18 +00: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 21:18:52 +00:00
[[package]]
name = "xmlparser"
2022-12-24 16:02:18 +00:00
version = "0.13.5"
2021-01-31 21:18:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd"
2021-01-31 21:18:52 +00:00
[[package]]
name = "zbar-rust"
2022-12-24 16:02:18 +00:00
version = "0.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "b08712bd2e1020ab69e475ccd66afa8e508bf93393a262e2ba56c549cd0865eb"
dependencies = [
"enum-ordinalize",
"libc",
"pkg-config",
]
[[package]]
name = "zbus"
2023-02-14 19:04:25 +00:00
version = "3.10.0"
2021-06-28 22:23:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "f770930448dd412a4a7131dd968a8e6df0064db4d7916fbbd2d6c3f26b566938"
dependencies = [
"async-broadcast",
"async-executor",
"async-io",
"async-lock",
2023-02-14 19:04:25 +00:00
"async-recursion",
"async-task",
2021-11-14 16:21:01 +00:00
"async-trait",
"byteorder",
"derivative",
2022-12-24 16:02:18 +00:00
"dirs",
"enumflags2",
2021-11-14 16:21:01 +00:00
"event-listener",
"futures-core",
"futures-sink",
"futures-util",
"hex",
2022-03-24 14:44:08 +00:00
"lazy_static",
2022-12-24 16:02:18 +00:00
"nix 0.25.1",
"once_cell",
2023-02-14 19:04:25 +00:00
"ordered-stream",
2022-12-24 16:02:18 +00:00
"rand",
"serde",
"serde_repr",
2023-02-14 19:04:25 +00:00
"sha1",
2022-12-24 16:02:18 +00:00
"static_assertions",
2023-02-14 19:04:25 +00:00
"tokio",
2022-12-24 16:02:18 +00:00
"tracing",
2022-05-28 20:22:46 +00:00
"uds_windows",
2022-03-24 14:44:08 +00:00
"winapi",
2023-02-14 19:04:25 +00:00
"zbus_macros",
2021-11-14 16:21:01 +00:00
"zbus_names",
"zvariant",
]
[[package]]
name = "zbus_macros"
2023-02-14 19:04:25 +00:00
version = "3.10.0"
2021-06-28 22:23:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "4832059b438689017db7340580ebabba07f114eab91bf990c6e55052408b40d8"
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
"regex",
"syn",
]
2021-11-14 16:21:01 +00:00
[[package]]
name = "zbus_names"
2023-02-14 19:04:25 +00:00
version = "2.5.0"
2021-11-14 16:21:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "f34f314916bd89bdb9934154627fab152f4f28acdda03e7c4c68181b214fe7e3"
2021-11-14 16:21:01 +00:00
dependencies = [
"serde",
"static_assertions",
"zvariant",
2022-01-04 21:51:02 +00:00
]
[[package]]
name = "zeroize"
2022-12-24 16:02:18 +00:00
version = "1.5.7"
2022-01-04 21:51:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"
2022-01-04 21:51:02 +00:00
dependencies = [
"zeroize_derive",
]
[[package]]
name = "zeroize_derive"
2022-12-24 16:02:18 +00:00
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 16:02:18 +00:00
checksum = "44bf07cb3e50ea2003396695d58bf46bc9887a1f362260446fad6bc4e79bd36c"
dependencies = [
"proc-macro2",
"quote",
"syn",
"synstructure",
2021-11-14 16:21:01 +00:00
]
[[package]]
name = "zvariant"
2023-02-14 19:04:25 +00:00
version = "3.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "903169c05b9ab948ee93fefc9127d08930df4ce031d46c980784274439803e51"
dependencies = [
"byteorder",
"enumflags2",
2021-11-14 16:21:01 +00:00
"libc",
"serde",
"static_assertions",
2022-12-24 16:02:18 +00:00
"url",
"zvariant_derive",
]
[[package]]
name = "zvariant_derive"
2023-02-14 19:04:25 +00:00
version = "3.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-14 19:04:25 +00:00
checksum = "cce76636e8fab7911be67211cf378c252b115ee7f2bae14b18b84821b39260b5"
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
"syn",
]