Authenticator/Cargo.lock

4143 lines
97 KiB
Text
Raw Normal View History

2019-09-03 00:07:06 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "adler"
2021-03-12 02:47:34 +01:00
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-12 02:47:34 +01:00
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2022-01-28 16:07:53 +01:00
[[package]]
name = "aead"
2022-12-24 20:07:00 +01:00
version = "0.5.1"
2022-01-28 16:07:53 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 20:07:00 +01:00
checksum = "5c192eb8f11fc081b0fe4259ba5af04217d4e0faddd02417310a927911abd7c8"
2022-01-28 16:07:53 +01:00
dependencies = [
2022-12-24 20:07:00 +01:00
"crypto-common",
2022-01-28 16:07:53 +01:00
"generic-array",
]
[[package]]
name = "aes"
2022-12-24 17:02:18 +01:00
version = "0.8.2"
2022-01-28 16:07:53 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "433cfd6710c9986c576a25ca913c39d66a6474107b406f34f91d4a8923395241"
2022-01-28 16:07:53 +01:00
dependencies = [
"cfg-if 1.0.0",
2022-12-24 20:07:00 +01:00
"cipher",
2022-01-28 16:07:53 +01:00
"cpufeatures",
]
2022-01-28 16:07:53 +01:00
[[package]]
name = "aes-gcm"
2022-12-24 20:07:00 +01:00
version = "0.10.1"
2022-01-28 16:07:53 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 20:07:00 +01:00
checksum = "82e1366e0c69c9f927b1fa5ce2c7bf9eafc8f9268c0b9800729e8b267612447c"
2022-01-28 16:07:53 +01:00
dependencies = [
"aead",
2022-12-24 20:07:00 +01:00
"aes",
"cipher",
"ctr",
"ghash",
"subtle",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "aho-corasick"
2022-12-24 17:02:18 +01:00
version = "0.7.20"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
2019-09-03 00:07:06 +00:00
dependencies = [
"memchr",
2019-09-03 00:07:06 +00:00
]
2022-12-24 17:02:18 +01:00
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
2022-01-05 10:34:08 +01:00
[[package]]
name = "ansi_term"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
dependencies = [
"winapi",
]
2020-10-28 01:52:54 +01:00
[[package]]
name = "anyhow"
2022-12-24 17:02:18 +01:00
version = "1.0.68"
2020-10-28 01:52:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61"
2020-10-28 01:52:54 +01:00
[[package]]
name = "arrayref"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
2022-01-16 18:07:05 +01:00
[[package]]
name = "arrayvec"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
[[package]]
name = "ashpd"
2022-12-24 17:02:18 +01:00
version = "0.4.0-alpha.1"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "045dde3c95c8f64855f286504bfb516f4d35f00b717023141b9e13daff2a73d9"
dependencies = [
2022-12-24 17:02:18 +01:00
"async-std",
"enumflags2",
2022-12-24 17:02:18 +01:00
"futures-channel",
"futures-util",
"gdk4-wayland",
"gdk4-x11",
"gtk4",
2022-01-05 10:34:08 +01:00
"libc",
2022-12-24 17:02:18 +01:00
"once_cell",
2022-01-05 10:34:08 +01:00
"pipewire",
"rand",
"serde",
"serde_repr",
2022-12-27 14:07:10 +01:00
"tracing",
2022-12-24 17:02:18 +01:00
"url",
"zbus 3.6.2",
]
[[package]]
name = "async-broadcast"
2022-12-24 17:02:18 +01:00
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "6d26004fe83b2d1cd3a97609b21e39f9a31535822210fe83205d2ce48866ea61"
dependencies = [
"event-listener",
"futures-core",
2022-12-24 17:02:18 +01:00
"parking_lot",
]
[[package]]
name = "async-channel"
2022-12-24 17:02:18 +01:00
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"
dependencies = [
"concurrent-queue",
"event-listener",
"futures-core",
]
[[package]]
name = "async-executor"
2022-12-24 17:02:18 +01:00
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "17adb73da160dfb475c183343c8cccd80721ea5a605d3eb57125f0a7b7a92d0b"
dependencies = [
2022-12-24 17:02:18 +01:00
"async-lock",
"async-task",
"concurrent-queue",
"fastrand",
"futures-lite",
"slab",
]
2022-12-24 17:02:18 +01:00
[[package]]
name = "async-global-executor"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776"
dependencies = [
"async-channel",
"async-executor",
"async-io",
"async-lock",
"blocking",
"futures-lite",
"once_cell",
]
[[package]]
name = "async-io"
2022-12-24 17:02:18 +01:00
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "8c374dda1ed3e7d8f0d9ba58715f924862c63eae6849c92d3a18e7fbde9e2794"
dependencies = [
2022-12-24 17:02:18 +01:00
"async-lock",
"autocfg",
"concurrent-queue",
"futures-lite",
"libc",
"log",
"parking",
"polling",
"slab",
"socket2",
"waker-fn",
2022-12-24 17:02:18 +01:00
"windows-sys 0.42.0",
]
2021-01-21 18:47:50 +01:00
[[package]]
name = "async-lock"
2022-12-24 17:02:18 +01:00
version = "2.6.0"
2021-01-21 18:47:50 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "c8101efe8695a6c17e02911402145357e718ac92d3ff88ae8419e84b1707b685"
2021-01-21 18:47:50 +01:00
dependencies = [
"event-listener",
2022-12-24 17:02:18 +01:00
"futures-lite",
2021-01-21 18:47:50 +01:00
]
2021-11-14 17:21:01 +01:00
[[package]]
name = "async-recursion"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-12-24 17:02:18 +01:00
[[package]]
name = "async-recursion"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2cda8f4bcc10624c4e85bc66b3f452cca98cfa5ca002dc83a16aad2367641bea"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "async-std"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
dependencies = [
"async-channel",
"async-global-executor",
"async-io",
"async-lock",
"crossbeam-utils",
"futures-channel",
"futures-core",
"futures-io",
"futures-lite",
"gloo-timers",
"kv-log-macro",
"log",
"memchr",
"once_cell",
"pin-project-lite",
"pin-utils",
"slab",
"wasm-bindgen-futures",
]
[[package]]
name = "async-task"
2022-12-24 17:02:18 +01:00
version = "4.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524"
[[package]]
name = "async-trait"
2022-12-24 17:02:18 +01:00
version = "0.1.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "677d1d8ab452a3936018a687b20e6f7cf5363d713b732b8884001317b0e48aa3"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-12-24 17:02:18 +01:00
[[package]]
name = "atomic-waker"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"
[[package]]
name = "atomic_refcell"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73b5e5f48b927f04e952dedc932f31995a65a0bf65ec971c74436e51bf6e970d"
2019-09-03 00:07:06 +00:00
[[package]]
name = "atty"
2020-10-28 07:07:31 +01:00
version = "0.2.14"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
2019-09-03 00:07:06 +00:00
dependencies = [
2022-12-24 17:02:18 +01:00
"hermit-abi 0.1.19",
"libc",
"winapi",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "authenticator"
2022-12-27 14:51:14 +01:00
version = "4.2.0"
2019-09-03 00:07:06 +00:00
dependencies = [
"aes-gcm",
"anyhow",
"ashpd",
2022-12-24 20:07:00 +01:00
"base64 0.20.0",
2021-02-05 10:09:59 +00:00
"binascii",
"diesel",
"diesel_migrations",
"favicon-scrapper",
"gettext-rs",
2022-01-05 10:34:08 +01:00
"gst-plugin-gtk4",
"gstreamer",
"gtk-macros",
"gtk4",
2020-12-06 03:02:40 +01:00
"hex",
2022-12-24 17:02:18 +01:00
"image 0.24.5",
2021-01-21 18:56:56 +01:00
"libadwaita",
"once_cell",
"oo7",
"percent-encoding",
"prost",
2020-12-09 01:20:36 +01:00
"qrcode",
"rand",
"ring",
"rust-argon2",
2022-01-28 16:07:53 +01:00
"scrypt",
"search-provider",
2020-12-07 06:45:52 +01:00
"serde",
"serde_json",
"tokio",
"tracing",
"tracing-subscriber",
2020-12-05 03:40:12 +01:00
"unicase",
"url",
"uuid",
"zbar-rust",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "autocfg"
2022-03-24 15:44:08 +01:00
version = "1.1.0"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2019-09-03 00:07:06 +00:00
2020-11-08 05:48:55 +01:00
[[package]]
name = "base64"
2022-12-24 17:02:18 +01:00
version = "0.13.1"
2020-11-08 05:48:55 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
2020-11-08 05:48:55 +01:00
2022-12-24 20:07:00 +01:00
[[package]]
name = "base64"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ea22880d78093b0cbe17c89f64a7d457941e65759157ec6cb31a31d652b05e5"
[[package]]
name = "base64ct"
2022-12-24 17:02:18 +01:00
version = "1.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01: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 10:34:08 +01:00
[[package]]
name = "bindgen"
version = "0.59.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"
dependencies = [
"bitflags",
"cexpr",
"clang-sys",
"clap",
"env_logger",
2022-01-05 10:34:08 +01:00
"lazy_static",
"lazycell",
"log",
"peeking_take_while",
"proc-macro2",
"quote",
"regex",
"rustc-hash",
"shlex",
"which",
]
[[package]]
2022-03-24 15:44:08 +01:00
name = "bitflags"
version = "1.3.2"
2022-01-05 10:34:08 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2022-01-05 10:34:08 +01:00
[[package]]
name = "blake2b_simd"
2022-01-16 18:07:05 +01:00
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-16 18:07:05 +01:00
checksum = "72936ee4afc7f8f736d1c38383b56480b5497b4617b4a77bdbf1d2ababc76127"
dependencies = [
"arrayref",
2022-03-24 15:44:08 +01:00
"arrayvec",
"constant_time_eq",
]
2020-10-28 01:52:54 +01:00
[[package]]
name = "block"
version = "0.1.6"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2019-09-03 00:07:06 +00:00
2022-01-28 16:07:53 +01:00
[[package]]
name = "block-buffer"
2022-12-24 17:02:18 +01:00
version = "0.10.3"
2022-01-28 16:07:53 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
2022-01-28 16:07:53 +01:00
dependencies = [
"generic-array",
]
2020-11-10 04:59:52 +01:00
[[package]]
name = "block-padding"
version = "0.3.2"
2020-11-10 04:59:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a90ec2df9600c28a01c56c4784c9207a96d2451833aeceb8cc97e4c9548bb78"
2020-11-10 04:59:52 +01:00
dependencies = [
"generic-array",
2020-11-10 04:59:52 +01:00
]
2022-12-24 17:02:18 +01:00
[[package]]
name = "blocking"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c67b173a56acffd6d2326fb7ab938ba0b00a71480e14902b2591c87bc5741e8"
dependencies = [
"async-channel",
"async-lock",
"async-task",
"atomic-waker",
"fastrand",
"futures-lite",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "bumpalo"
2022-12-24 17:02:18 +01:00
version = "3.11.1"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
2019-09-03 00:07:06 +00:00
[[package]]
name = "bytemuck"
2022-12-24 17:02:18 +01:00
version = "1.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "aaa3a8d9a1ca92e282c96a32d6511b695d7d994d1d102ba85d279f9b2756947f"
2019-09-03 00:07:06 +00:00
[[package]]
name = "byteorder"
2021-03-12 02:47:34 +01:00
version = "1.4.3"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-12 02:47:34 +01:00
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2019-09-03 00:07:06 +00:00
2021-01-10 00:57:38 +01:00
[[package]]
name = "bytes"
2022-12-24 17:02:18 +01:00
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c"
2019-09-03 00:07:06 +00:00
[[package]]
name = "cairo-rs"
2022-12-24 17:02:18 +01:00
version = "0.16.7"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "f3125b15ec28b84c238f6f476c6034016a5f6cc0221cb514ca46c532139fc97d"
2020-10-28 01:52:54 +01:00
dependencies = [
"bitflags",
"cairo-sys-rs",
"glib",
"libc",
2022-12-24 17:02:18 +01:00
"once_cell",
"thiserror",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "cairo-sys-rs"
2022-12-24 17:02:18 +01:00
version = "0.16.3"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "7c48f4af05fabdcfa9658178e1326efa061853f040ce7d72e33af6885196f421"
2019-09-03 00:07:06 +00:00
dependencies = [
"glib-sys",
"libc",
2022-03-24 15:44:08 +01:00
"system-deps",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "cbc"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
dependencies = [
2022-12-24 20:07:00 +01:00
"cipher",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "cc"
2022-12-24 17:02:18 +01:00
version = "1.0.78"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d"
2019-09-03 00:07:06 +00:00
2022-01-05 10:34:08 +01:00
[[package]]
name = "cexpr"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
dependencies = [
2022-03-24 15:44:08 +01:00
"nom",
2022-01-05 10:34:08 +01:00
]
[[package]]
name = "cfg-expr"
2022-12-24 17:02:18 +01:00
version = "0.11.0"
2021-03-23 20:05:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "b0357a6402b295ca3a86bc148e84df46c02e41f41fef186bda662557ef6328aa"
2021-03-23 20:05:58 +01:00
dependencies = [
"smallvec",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "cfg-if"
2020-10-28 07:07:31 +01:00
version = "0.1.10"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2019-09-03 00:07:06 +00:00
[[package]]
2020-10-28 07:07:31 +01:00
name = "cfg-if"
version = "1.0.0"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2019-09-03 00:07:06 +00:00
2020-12-09 01:20:36 +01:00
[[package]]
name = "checked_int_cast"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17cc5e6b5ab06331c33589842070416baa137e8b0eb912b008cfd4a78ada7919"
2022-01-05 10:34:08 +01:00
[[package]]
name = "chrono"
2022-12-24 17:02:18 +01:00
version = "0.4.23"
2022-01-05 10:34:08 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"
2022-01-05 10:34:08 +01:00
dependencies = [
2022-12-24 17:02:18 +01:00
"iana-time-zone",
2022-01-05 10:34:08 +01:00
"num-integer",
"num-traits",
2022-01-16 18:07:05 +01:00
"winapi",
2022-01-05 10:34:08 +01:00
]
2022-03-24 15:44:08 +01:00
[[package]]
name = "cipher"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1873270f8f7942c191139cb8a40fd228da6c3fd2fc376d7e92d47aa14aeb59e"
dependencies = [
"crypto-common",
"inout",
]
2022-01-05 10:34:08 +01:00
[[package]]
name = "clang-sys"
2022-12-24 17:02:18 +01:00
version = "1.4.0"
2022-01-05 10:34:08 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "fa2e27ae6ab525c3d369ded447057bca5438d86dc3a68f6faafb8269ba82ebf3"
2022-01-05 10:34:08 +01:00
dependencies = [
"glob",
"libc",
"libloading",
]
[[package]]
name = "clap"
version = "2.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
dependencies = [
"ansi_term",
"atty",
"bitflags",
"strsim",
"textwrap",
"unicode-width",
"vec_map",
]
2022-12-24 17:02:18 +01:00
[[package]]
name = "codespan-reporting"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
dependencies = [
"termcolor",
"unicode-width",
]
[[package]]
name = "color_quant"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
[[package]]
name = "concurrent-queue"
2022-12-24 17:02:18 +01:00
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "bd7bef69dc86e3c610e4e7aed41035e2a7ed12e72dd7530f61327a6579a4390b"
dependencies = [
2022-12-24 17:02:18 +01:00
"crossbeam-utils",
]
[[package]]
name = "constant_time_eq"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
2019-09-03 00:07:06 +00:00
[[package]]
name = "cookie-factory"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "396de984970346b0d9e93d1415082923c679e5ae5c3ee3dcbd104f5610af126b"
[[package]]
name = "core-foundation"
version = "0.9.3"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
2019-09-03 00:07:06 +00:00
dependencies = [
"core-foundation-sys",
"libc",
2019-09-03 00:07:06 +00:00
]
2022-01-05 10:34:08 +01:00
[[package]]
name = "core-foundation-sys"
version = "0.8.3"
2022-01-05 10:34:08 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
2022-01-05 10:34:08 +01:00
2019-09-03 00:07:06 +00:00
[[package]]
name = "cpufeatures"
2022-12-24 17:02:18 +01: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 17:02:18 +01:00
checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
dependencies = [
"libc",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "crc32fast"
2022-03-24 15:44:08 +01:00
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
dependencies = [
"cfg-if 1.0.0",
]
[[package]]
name = "crossbeam-utils"
2022-12-24 17:02:18 +01:00
version = "0.8.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"
dependencies = [
"cfg-if 1.0.0",
]
2022-01-28 16:07:53 +01:00
[[package]]
name = "crypto-common"
2022-12-24 17:02:18 +01:00
version = "0.1.6"
2022-01-28 16:07:53 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
2022-01-28 16:07:53 +01:00
dependencies = [
"generic-array",
"rand_core",
2022-03-24 15:44:08 +01:00
"typenum",
2022-01-28 16:07:53 +01:00
]
2022-12-24 17:02:18 +01:00
[[package]]
name = "ctor"
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
dependencies = [
"quote",
"syn",
]
2022-01-28 16:07:53 +01:00
[[package]]
name = "ctr"
2022-12-24 20:07:00 +01:00
version = "0.9.2"
2022-01-28 16:07:53 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 20:07:00 +01:00
checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"
2022-01-28 16:07:53 +01:00
dependencies = [
2022-12-24 20:07:00 +01:00
"cipher",
2020-11-08 05:48:55 +01:00
]
[[package]]
2022-12-24 17:02:18 +01:00
name = "cxx"
version = "1.0.85"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5add3fc1717409d029b20c5b6903fc0c0b02fa6741d820054f4a2efa5e5816fd"
dependencies = [
"cc",
"cxxbridge-flags",
"cxxbridge-macro",
"link-cplusplus",
]
[[package]]
name = "cxx-build"
version = "1.0.85"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4c87959ba14bc6fbc61df77c3fcfe180fc32b93538c4f1031dd802ccb5f2ff0"
dependencies = [
"cc",
"codespan-reporting",
"once_cell",
"proc-macro2",
"quote",
"scratch",
"syn",
]
[[package]]
name = "cxxbridge-flags"
version = "1.0.85"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69a3e162fde4e594ed2b07d0f83c6c67b745e7f28ce58c6df5e6b6bef99dfb59"
[[package]]
name = "cxxbridge-macro"
version = "1.0.85"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "3e7e2adeb6a0d4a282e581096b06e1791532b7d576dcde5ccd9382acf55db8e6"
dependencies = [
2022-12-24 17:02:18 +01:00
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "derivative"
2021-01-27 15:03:07 +01:00
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-27 15:03:07 +01:00
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "diesel"
2022-12-24 20:07:00 +01:00
version = "2.0.2"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 20:07:00 +01:00
checksum = "68c186a7418a2aac330bb76cde82f16c36b03a66fb91db32d20214311f9f6545"
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 20:07:00 +01: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 20:07:00 +01:00
checksum = "143b758c91dbc3fe1fdcb0dba5bd13276c6a66422f2ef5795b58488248a310aa"
2019-09-03 00:07:06 +00:00
dependencies = [
2022-12-24 20:07:00 +01:00
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "diesel_migrations"
2022-12-24 20:07:00 +01:00
version = "2.0.0"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 20:07:00 +01:00
checksum = "e9ae22beef5e9d6fab9225ddb073c1c6c1a7a6ded5019d5da11d1e5c5adc34e2"
2019-09-03 00:07:06 +00:00
dependencies = [
2022-12-24 20:07:00 +01:00
"diesel",
"migrations_internals",
"migrations_macros",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "digest"
2022-12-24 17:02:18 +01:00
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
dependencies = [
"block-buffer",
"crypto-common",
"subtle",
]
2022-01-28 16:07:53 +01:00
[[package]]
name = "dirs"
version = "4.0.0"
2022-01-28 16:07:53 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
2022-01-28 16:07:53 +01:00
dependencies = [
"dirs-sys",
]
[[package]]
name = "dirs-sys"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
dependencies = [
"libc",
"redox_users",
"winapi",
2022-01-28 16:07:53 +01:00
]
2021-01-31 22:18:52 +01:00
[[package]]
name = "doc-comment"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
2019-09-03 00:07:06 +00:00
[[package]]
name = "either"
2022-12-24 17:02:18 +01:00
version = "1.8.0"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
2019-09-03 00:07:06 +00:00
[[package]]
name = "encoding_rs"
2022-04-15 00:46:56 +02:00
version = "0.8.31"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-15 00:46:56 +02:00
checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
2019-09-03 00:07:06 +00:00
dependencies = [
"cfg-if 1.0.0",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "enum-ordinalize"
2022-12-24 17:02:18 +01:00
version = "3.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "a62bb1df8b45ecb7ffa78dca1c17a438fb193eb083db0b1b494d2a61bcb5096a"
dependencies = [
"num-bigint",
"num-traits",
"proc-macro2",
"quote",
2022-03-24 15:44:08 +01:00
"rustc_version 0.4.0",
"syn",
]
2022-01-04 22:51:02 +01:00
[[package]]
name = "enumflags2"
2022-04-15 00:46:56 +02:00
version = "0.7.5"
2022-01-04 22:51:02 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-15 00:46:56 +02:00
checksum = "e75d4cd21b95383444831539909fbb14b9dc3fdceb2a6f5d36577329a1f55ccb"
2022-01-04 22:51:02 +01:00
dependencies = [
"enumflags2_derive",
"serde",
]
2022-01-04 22:51:02 +01:00
[[package]]
name = "enumflags2_derive"
2022-03-24 15:44:08 +01:00
version = "0.7.4"
2022-01-04 22:51:02 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "f58dc3c5e468259f19f2d46304a6b28f1c3d034442e14b322d2b850e36f6d5ae"
2022-01-04 22:51:02 +01:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-01-05 10:34:08 +01:00
[[package]]
name = "env_logger"
2022-12-24 17:02:18 +01:00
version = "0.9.3"
2022-01-05 10:34:08 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
2022-01-05 10:34:08 +01:00
dependencies = [
"atty",
"humantime",
2022-01-05 10:34:08 +01:00
"log",
"regex",
"termcolor",
]
[[package]]
name = "errno"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
dependencies = [
"errno-dragonfly",
"libc",
"winapi",
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "event-listener"
2022-12-24 17:02:18 +01:00
version = "2.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
[[package]]
name = "fastrand"
2022-12-24 17:02:18 +01:00
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
dependencies = [
"instant",
]
[[package]]
name = "favicon-scrapper"
version = "0.1.0"
dependencies = [
2022-12-24 20:07:00 +01:00
"base64 0.13.1",
2022-12-24 17:02:18 +01:00
"image 0.24.5",
"once_cell",
"percent-encoding",
"quick-xml",
"reqwest",
"svg_metadata",
2022-04-22 00:48:05 +02: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 = [
2021-03-12 02:47:34 +01:00
"memoffset",
"rustc_version 0.3.3",
]
2022-12-24 17:02:18 +01:00
[[package]]
name = "flate2"
version = "1.0.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
dependencies = [
"crc32fast",
"miniz_oxide",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "fnv"
2020-10-28 07:07:31 +01:00
version = "1.0.7"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2019-09-03 00:07:06 +00:00
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
2019-09-03 00:07:06 +00:00
[[package]]
name = "form_urlencoded"
2022-12-24 17:02:18 +01:00
version = "1.1.0"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
2019-09-03 00:07:06 +00:00
dependencies = [
"percent-encoding",
2019-09-03 00:07:06 +00:00
]
2020-10-28 01:52:54 +01:00
[[package]]
name = "futures"
2022-12-24 17:02:18 +01:00
version = "0.3.25"
2020-10-28 01:52:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0"
2020-10-28 01:52:54 +01:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
2020-10-28 01:52:54 +01:00
]
[[package]]
name = "futures-channel"
2022-12-24 17:02:18 +01:00
version = "0.3.25"
2020-10-28 01:52:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed"
2020-10-28 01:52:54 +01:00
dependencies = [
"futures-core",
"futures-sink",
2020-10-28 01:52:54 +01:00
]
[[package]]
name = "futures-core"
2022-12-24 17:02:18 +01:00
version = "0.3.25"
2020-10-28 01:52:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"
2020-10-28 01:52:54 +01:00
2019-09-03 00:07:06 +00:00
[[package]]
2020-10-28 01:52:54 +01:00
name = "futures-executor"
2022-12-24 17:02:18 +01:00
version = "0.3.25"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2"
2019-09-03 00:07:06 +00:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
2019-09-03 00:07:06 +00:00
]
[[package]]
2020-10-28 01:52:54 +01:00
name = "futures-io"
2022-12-24 17:02:18 +01:00
version = "0.3.25"
2020-10-28 01:52:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"
2020-10-28 01:52:54 +01: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 02:47:34 +01:00
"pin-project-lite",
"waker-fn",
]
2020-10-28 01:52:54 +01:00
[[package]]
name = "futures-macro"
2022-12-24 17:02:18 +01:00
version = "0.3.25"
2020-10-28 01:52:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d"
2020-10-28 01:52:54 +01:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2020-10-28 01:52:54 +01:00
]
[[package]]
name = "futures-sink"
2022-12-24 17:02:18 +01:00
version = "0.3.25"
2020-10-28 01:52:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"
2020-10-28 01:52:54 +01:00
[[package]]
name = "futures-task"
2022-12-24 17:02:18 +01:00
version = "0.3.25"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"
2020-10-28 01:52:54 +01:00
[[package]]
name = "futures-util"
2022-12-24 17:02:18 +01:00
version = "0.3.25"
2020-10-28 01:52:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"
2020-10-28 01:52:54 +01:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
2021-03-12 02:47:34 +01:00
"pin-project-lite",
"pin-utils",
"slab",
2020-10-28 01:52:54 +01:00
]
[[package]]
name = "gdk-pixbuf"
2022-12-24 17:02:18 +01:00
version = "0.16.7"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "c3578c60dee9d029ad86593ed88cb40f35c1b83360e12498d055022385dd9a05"
2020-11-08 05:48:55 +01:00
dependencies = [
2021-11-14 17:21:01 +01:00
"bitflags",
"gdk-pixbuf-sys",
"gio",
"glib",
"libc",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "gdk-pixbuf-sys"
2022-12-24 17:02:18 +01:00
version = "0.16.3"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "3092cf797a5f1210479ea38070d9ae8a5b8e9f8f1be9f32f4643c529c7d70016"
2019-09-03 00:07:06 +00:00
dependencies = [
"gio-sys",
"glib-sys",
"gobject-sys",
"libc",
2022-03-24 15:44:08 +01:00
"system-deps",
2019-09-03 00:07:06 +00:00
]
[[package]]
2020-10-28 01:52:54 +01:00
name = "gdk4"
2022-12-24 17:02:18 +01:00
version = "0.5.4"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "272db1bbb9b152ea1fea946f9d464085c86cfe14cafba450d7defa433caff8ec"
2020-10-28 01:52:54 +01:00
dependencies = [
"bitflags",
"cairo-rs",
"gdk-pixbuf",
"gdk4-sys",
"gio",
"glib",
"libc",
"pango",
2020-10-28 01:52:54 +01:00
]
[[package]]
name = "gdk4-sys"
2022-12-24 17:02:18 +01:00
version = "0.5.4"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "45b571f36b889ab529b2e173248dafe83d75c703f5685b9845e490c7994ae309"
2019-09-03 00:07:06 +00:00
dependencies = [
"cairo-sys-rs",
"gdk-pixbuf-sys",
"gio-sys",
"glib-sys",
"gobject-sys",
"libc",
"pango-sys",
2022-01-16 18:07:05 +01:00
"pkg-config",
2022-03-24 15:44:08 +01:00
"system-deps",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "gdk4-wayland"
2022-12-24 17:02:18 +01:00
version = "0.5.4"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "dee24d5a659ecca2170642c0db211446e7fdbc7ebcf1e63be99405df6f541c15"
dependencies = [
"gdk4",
"gdk4-wayland-sys",
"gio",
"glib",
"libc",
]
[[package]]
name = "gdk4-wayland-sys"
2022-12-24 17:02:18 +01:00
version = "0.5.4"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "dbb03e044a5f6ae9270823a8ef89739808845120d47b2be83de785e044c83386"
dependencies = [
"glib-sys",
"libc",
2022-03-24 15:44:08 +01:00
"system-deps",
]
[[package]]
name = "gdk4-x11"
2022-12-24 17:02:18 +01:00
version = "0.5.4"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "d739e89b1be52f2216a6fe81a8ed7225c882b7c4f67a44c13506cc028ec48e62"
dependencies = [
"gdk4",
"gdk4-x11-sys",
"gio",
"glib",
"libc",
]
[[package]]
name = "gdk4-x11-sys"
2022-12-24 17:02:18 +01:00
version = "0.5.4"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "c5493c6af80cdc84b284714b3313af45788a8f1afd34b020f915f6e7cd65f502"
dependencies = [
"gdk4-sys",
"glib-sys",
"libc",
2022-03-24 15:44:08 +01:00
"system-deps",
]
[[package]]
name = "generic-array"
2022-12-24 17:02:18 +01:00
version = "0.14.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
dependencies = [
"typenum",
"version_check",
]
2021-01-23 12:26:46 +01:00
[[package]]
name = "getrandom"
2022-12-24 17:02:18 +01:00
version = "0.2.8"
2021-01-23 12:26:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
2021-01-23 12:26:46 +01:00
dependencies = [
"cfg-if 1.0.0",
"libc",
2022-12-24 17:02:18 +01:00
"wasi",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "gettext-rs"
version = "0.7.0"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e49ea8a8fad198aaa1f9655a2524b64b70eb06b2f3ff37da407566c93054f364"
2019-09-03 00:07:06 +00:00
dependencies = [
"gettext-sys",
"locale_config",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "gettext-sys"
2022-03-24 15:44:08 +01:00
version = "0.21.3"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "c63ce2e00f56a206778276704bbe38564c8695249fdc8f354b4ef71c57c3839d"
2019-09-03 00:07:06 +00:00
dependencies = [
"cc",
2021-11-14 17:21:01 +01:00
"temp-dir",
2019-09-03 00:07:06 +00:00
]
2022-01-28 16:07:53 +01:00
[[package]]
name = "ghash"
2022-12-24 20:07:00 +01:00
version = "0.5.0"
2022-01-28 16:07:53 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 20:07:00 +01:00
checksum = "d930750de5717d2dd0b8c0d42c076c0e884c81a73e6cab859bbd2339c71e3e40"
2022-01-28 16:07:53 +01:00
dependencies = [
"opaque-debug",
"polyval",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "gio"
2022-12-24 17:02:18 +01:00
version = "0.16.7"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "2a1c84b4534a290a29160ef5c6eff2a9c95833111472e824fc5cb78b513dd092"
2020-10-28 01:52:54 +01:00
dependencies = [
"bitflags",
"futures-channel",
"futures-core",
"futures-io",
2022-12-24 17:02:18 +01:00
"futures-util",
"gio-sys",
"glib",
"libc",
"once_cell",
2022-12-24 17:02:18 +01:00
"pin-project-lite",
"smallvec",
"thiserror",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "gio-sys"
2022-12-24 17:02:18 +01:00
version = "0.16.3"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "e9b693b8e39d042a95547fc258a7b07349b1f0b48f4b2fa3108ba3c51c0b5229"
2019-09-03 00:07:06 +00:00
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
2022-03-24 15:44:08 +01:00
"system-deps",
"winapi",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "glib"
2022-12-24 17:02:18 +01:00
version = "0.16.7"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "ddd4df61a866ed7259d6189b8bcb1464989a77f1d85d25d002279bbe9dd38b2f"
2020-10-28 01:52:54 +01:00
dependencies = [
"bitflags",
"futures-channel",
"futures-core",
"futures-executor",
"futures-task",
2022-12-24 17:02:18 +01:00
"futures-util",
"gio-sys",
"glib-macros",
"glib-sys",
"gobject-sys",
"libc",
"once_cell",
"smallvec",
2022-01-04 22:51:02 +01:00
"thiserror",
2020-10-28 01:52:54 +01:00
]
[[package]]
name = "glib-macros"
2022-12-24 17:02:18 +01:00
version = "0.16.3"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "e084807350b01348b6d9dbabb724d1a0bb987f47a2c85de200e98e12e30733bf"
2020-10-28 01:52:54 +01:00
dependencies = [
"anyhow",
2022-03-24 15:44:08 +01:00
"heck",
"proc-macro-crate",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "glib-sys"
2022-12-24 17:02:18 +01:00
version = "0.16.3"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "c61a4f46316d06bfa33a7ac22df6f0524c8be58e3db2d9ca99ccb1f357b62a65"
2019-09-03 00:07:06 +00:00
dependencies = [
"libc",
2022-03-24 15:44:08 +01:00
"system-deps",
2019-09-03 00:07:06 +00:00
]
2022-01-05 10:34:08 +01:00
[[package]]
name = "glob"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
2022-12-24 17:02:18 +01:00
[[package]]
name = "gloo-timers"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98c4a8d6391675c6b2ee1a6c8d06e8e2d03605c44cec1270675985a4c2a5500b"
dependencies = [
"futures-channel",
"futures-core",
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "gobject-sys"
2022-12-24 17:02:18 +01:00
version = "0.16.3"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "3520bb9c07ae2a12c7f2fbb24d4efc11231c8146a86956413fb1a79bb760a0f1"
dependencies = [
"glib-sys",
"libc",
2022-03-24 15:44:08 +01:00
"system-deps",
]
2019-09-03 00:07:06 +00:00
[[package]]
2020-10-28 01:52:54 +01:00
name = "graphene-rs"
2022-12-24 17:02:18 +01:00
version = "0.16.3"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "95ecb4d347e6d09820df3bdfd89a74a8eec07753a06bb92a3aac3ad31d04447b"
2019-09-03 00:07:06 +00:00
dependencies = [
"glib",
"graphene-sys",
"libc",
2019-09-03 00:07:06 +00:00
]
[[package]]
2020-10-28 01:52:54 +01:00
name = "graphene-sys"
2022-12-24 17:02:18 +01:00
version = "0.16.3"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "b9aa82337d3972b4eafdea71e607c23f47be6f27f749aab613f1ad8ddbe6dcd6"
2019-09-03 00:07:06 +00:00
dependencies = [
"glib-sys",
"libc",
"pkg-config",
2022-03-24 15:44:08 +01:00
"system-deps",
2020-10-28 01:52:54 +01:00
]
[[package]]
name = "gsk4"
2022-12-24 17:02:18 +01:00
version = "0.5.4"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "4053293b79099bdfecd9ab0d811d118a0eafce613dfe0b26075419d955f1f652"
2020-10-28 01:52:54 +01:00
dependencies = [
"bitflags",
"cairo-rs",
"gdk4",
"glib",
"graphene-rs",
"gsk4-sys",
"libc",
"pango",
2020-10-28 01:52:54 +01:00
]
[[package]]
name = "gsk4-sys"
2022-12-24 17:02:18 +01:00
version = "0.5.4"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "08e0642edffdb35028d7d67b830678da98844216b6442e11eee52c91ad2a6dc2"
2020-10-28 01:52:54 +01:00
dependencies = [
"cairo-sys-rs",
"gdk4-sys",
"glib-sys",
"gobject-sys",
"graphene-sys",
"libc",
"pango-sys",
2022-03-24 15:44:08 +01:00
"system-deps",
2022-01-05 10:34:08 +01:00
]
[[package]]
name = "gst-plugin-gtk4"
2022-12-27 13:11:09 +01:00
version = "0.9.4"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-27 13:11:09 +01:00
checksum = "55df4500c2530e85a75dfd8637349c10ca68d20b5c1bbf36cd3fa3615dd510c5"
2022-01-05 10:34:08 +01:00
dependencies = [
2022-12-27 13:11:09 +01:00
"gdk4-wayland",
"gdk4-x11",
2022-01-05 10:34:08 +01:00
"gst-plugin-version-helper",
"gstreamer",
"gstreamer-base",
2022-12-27 13:11:09 +01:00
"gstreamer-gl",
"gstreamer-gl-egl",
"gstreamer-gl-wayland",
"gstreamer-gl-x11",
2022-01-05 10:34:08 +01:00
"gstreamer-video",
"gtk4",
"once_cell",
]
[[package]]
name = "gst-plugin-version-helper"
2022-12-24 17:02:18 +01:00
version = "0.7.5"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "87921209945e5dc809848a100115fad65bd127671896f0206f45e272080cc4c9"
2022-01-05 10:34:08 +01:00
dependencies = [
"chrono",
2020-10-28 01:52:54 +01:00
]
[[package]]
name = "gstreamer"
2022-12-27 13:11:09 +01:00
version = "0.19.5"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-27 13:11:09 +01:00
checksum = "238e5f8624f9256985505232c7499aa7927198ace20ec100990af00b5c5008c8"
dependencies = [
"bitflags",
"cfg-if 1.0.0",
"futures-channel",
"futures-core",
"futures-util",
"glib",
"gstreamer-sys",
"libc",
"muldiv",
"num-integer",
2022-12-24 17:02:18 +01:00
"num-rational 0.4.1",
"once_cell",
2021-11-14 17:21:01 +01:00
"option-operations",
"paste",
"pretty-hex",
"thiserror",
]
[[package]]
name = "gstreamer-base"
2022-12-24 17:02:18 +01:00
version = "0.19.3"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "a61a299f9ea2ca892b43e2e428b86c679875e95ba23f8ae06fd730308df630f0"
dependencies = [
2022-12-24 17:02:18 +01:00
"atomic_refcell",
"bitflags",
"cfg-if 1.0.0",
"glib",
"gstreamer",
"gstreamer-base-sys",
"libc",
]
[[package]]
name = "gstreamer-base-sys"
2022-12-24 17:02:18 +01:00
version = "0.19.3"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "dbc3c4476e1503ae245c89fbe20060c30ec6ade5f44620bcc402cbc70a3911a1"
dependencies = [
"glib-sys",
"gobject-sys",
"gstreamer-sys",
"libc",
2022-03-24 15:44:08 +01:00
"system-deps",
]
2022-12-27 13:11:09 +01:00
[[package]]
name = "gstreamer-gl"
version = "0.19.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf71417e113a9d6c15f8a7e370e78dee44bf2e084e2ba9db009902b2b972dd2b"
dependencies = [
"bitflags",
"glib",
"gstreamer",
"gstreamer-base",
"gstreamer-gl-sys",
"gstreamer-video",
"libc",
"once_cell",
]
[[package]]
name = "gstreamer-gl-egl"
version = "0.19.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c231d35df818cc3c99b88a6296bee730d38349a33b53dad9ec460276acc5a64e"
dependencies = [
"glib",
"gstreamer",
"gstreamer-gl",
"gstreamer-gl-egl-sys",
"libc",
]
[[package]]
name = "gstreamer-gl-egl-sys"
version = "0.19.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8197da370a7fbdce967f9ca52b6b64affa39c29ab9a91cba95a11fbb1f74f2ee"
dependencies = [
"glib-sys",
"gstreamer-gl-sys",
"libc",
"system-deps",
]
[[package]]
name = "gstreamer-gl-sys"
version = "0.19.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b21f1634e2a7ba365b5df00e5c4c5077c1d624ef7ad7adbba74df648459dcf3"
dependencies = [
"glib-sys",
"gobject-sys",
"gstreamer-base-sys",
"gstreamer-sys",
"gstreamer-video-sys",
"libc",
"system-deps",
]
[[package]]
name = "gstreamer-gl-wayland"
version = "0.19.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44cf204c98f3e9bef47a7d62a8c01aa97c3d2e443bf27af3b8548f65e8e7bbfa"
dependencies = [
"glib",
"gstreamer",
"gstreamer-gl",
"gstreamer-gl-wayland-sys",
"libc",
]
[[package]]
name = "gstreamer-gl-wayland-sys"
version = "0.19.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "156bbb8915c654e4d4ea56f0dda3a3168091911a0231b3178a6d1941c0b1389e"
dependencies = [
"glib-sys",
"gstreamer-gl-sys",
"libc",
"system-deps",
]
[[package]]
name = "gstreamer-gl-x11"
version = "0.19.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08bae59810226654ba39ef9da23a09f1b16a1e341ab42017cba722c56ed55504"
dependencies = [
"glib",
"gstreamer",
"gstreamer-gl",
"gstreamer-gl-x11-sys",
"libc",
]
[[package]]
name = "gstreamer-gl-x11-sys"
version = "0.19.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc123fb91aa35bd41183ea23ab8292ac11c3dc567e286a0ecb34b3a7a5e22e96"
dependencies = [
"glib-sys",
"gstreamer-gl-sys",
"libc",
"system-deps",
]
[[package]]
name = "gstreamer-sys"
2022-12-24 17:02:18 +01:00
version = "0.19.4"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "545f52ad8a480732cc4290fd65dfe42952c8ae374fe581831ba15981fedf18a4"
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
2022-03-24 15:44:08 +01:00
"system-deps",
2022-01-05 10:34:08 +01:00
]
[[package]]
name = "gstreamer-video"
2022-12-27 13:11:09 +01:00
version = "0.19.5"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-27 13:11:09 +01:00
checksum = "eb19dcbdd5436483e764318bef157070f192acc5b1199e85878723a9ce33d4e3"
2022-01-05 10:34:08 +01:00
dependencies = [
"bitflags",
"cfg-if 1.0.0",
"futures-channel",
"glib",
"gstreamer",
"gstreamer-base",
"gstreamer-video-sys",
"libc",
"once_cell",
]
[[package]]
name = "gstreamer-video-sys"
2022-12-27 13:11:09 +01:00
version = "0.19.5"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-27 13:11:09 +01:00
checksum = "7546bc798c898f2083330d81a7efff48f65a31b03873f410538032d26ec0cdc7"
2022-01-05 10:34:08 +01:00
dependencies = [
"glib-sys",
"gobject-sys",
"gstreamer-base-sys",
"gstreamer-sys",
"libc",
2022-03-24 15:44:08 +01:00
"system-deps",
]
2020-10-28 01:52:54 +01:00
[[package]]
name = "gtk-macros"
version = "0.3.0"
2020-10-28 01:52:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da5bf7748fd4cd0b2490df8debcc911809dbcbee4ece9531b96c29a9c729de5a"
2020-10-28 01:52:54 +01:00
[[package]]
name = "gtk4"
2022-12-24 17:02:18 +01:00
version = "0.5.4"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "8954da3659ff1cb35aa95110021b33fadcd8e306e8fe41f32146ffa009665a79"
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"
2022-12-24 17:02:18 +01:00
version = "0.5.4"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "58138cd3c595e04f82df050390aa7d2bd093795ce569e5f1d49eb496ef67fe7b"
dependencies = [
"anyhow",
"proc-macro-crate",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
2020-10-28 01:52:54 +01:00
]
[[package]]
name = "gtk4-sys"
2022-12-24 17:02:18 +01:00
version = "0.5.4"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "ef29e09e055b2f2550eb1882caa6961a1ae3c971a70bcb25cb9d5ab6cbd63821"
2020-11-08 05:48:55 +01:00
dependencies = [
"cairo-sys-rs",
"gdk-pixbuf-sys",
"gdk4-sys",
"gio-sys",
"glib-sys",
"gobject-sys",
"graphene-sys",
"gsk4-sys",
"libc",
"pango-sys",
2022-03-24 15:44:08 +01:00
"system-deps",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "h2"
2022-12-24 17:02:18 +01:00
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01: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 17:02:18 +01:00
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2022-01-04 22:51:02 +01:00
[[package]]
name = "heck"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
2020-10-28 07:07:31 +01:00
[[package]]
name = "hermit-abi"
version = "0.1.19"
2020-10-28 07:07:31 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2020-10-28 07:07:31 +01:00
dependencies = [
"libc",
2020-10-28 07:07:31 +01:00
]
2022-12-24 17:02:18 +01:00
[[package]]
name = "hermit-abi"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
dependencies = [
"libc",
]
2020-12-06 03:02:40 +01:00
[[package]]
name = "hex"
2021-03-12 02:47:34 +01:00
version = "0.4.3"
2020-12-06 03:02:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-12 02:47:34 +01:00
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2022-01-28 16:07:53 +01:00
dependencies = [
"serde",
]
2020-12-06 03:02:40 +01:00
2019-09-03 00:07:06 +00:00
[[package]]
name = "hkdf"
version = "0.12.3"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"
2019-09-03 00:07:06 +00:00
dependencies = [
"hmac",
2022-01-28 16:07:53 +01:00
]
[[package]]
name = "hmac"
2022-03-24 15:44:08 +01:00
version = "0.12.1"
2022-01-28 16:07:53 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
2022-01-28 16:07:53 +01:00
dependencies = [
"digest",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "http"
2022-06-11 15:56:27 +02:00
version = "0.2.8"
2020-10-28 07:07:31 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-11 15:56:27 +02:00
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
dependencies = [
"bytes",
"fnv",
"itoa",
]
2020-10-28 07:07:31 +01:00
2019-09-03 00:07:06 +00:00
[[package]]
name = "http-body"
2022-05-28 22:22:46 +02:00
version = "0.4.5"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-28 22:22:46 +02:00
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
2019-09-03 00:07:06 +00:00
dependencies = [
"bytes",
"http",
"pin-project-lite",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "httparse"
2022-12-24 17:02:18 +01:00
version = "1.8.0"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
[[package]]
name = "httpdate"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
2019-09-03 00:07:06 +00:00
2022-01-05 10:34:08 +01:00
[[package]]
name = "humantime"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
name = "hyper"
2022-12-24 17:02:18 +01:00
version = "0.14.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "034711faac9d2166cb1baf1a2fb0b60b1f277f8492fd72176c17f3515e1abd3c"
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 17:02:18 +01: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 17:02:18 +01:00
version = "0.3.0"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
2019-09-03 00:07:06 +00:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "image"
2021-03-12 02:47:34 +01:00
version = "0.23.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-12 02:47:34 +01:00
checksum = "24ffcb7e7244a9bf19d35bf2883b9c080c4ced3c07a9895572178cdb8f13f6a1"
dependencies = [
"bytemuck",
"byteorder",
"color_quant",
"num-iter",
2021-03-12 02:47:34 +01:00
"num-rational 0.3.2",
"num-traits",
2022-03-24 15:44:08 +01:00
]
[[package]]
name = "image"
2022-12-24 17:02:18 +01:00
version = "0.24.5"
2022-03-24 15:44:08 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "69b7ea949b537b0fd0af141fff8c77690f2ce96f4f41f042ccb6c69c6c965945"
2022-03-24 15:44:08 +01:00
dependencies = [
"bytemuck",
"byteorder",
"color_quant",
2022-12-24 17:02:18 +01:00
"num-rational 0.4.1",
2022-03-24 15:44:08 +01:00
"num-traits",
"png",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "indexmap"
2022-12-24 17:02:18 +01: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 17:02:18 +01:00
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
dependencies = [
"autocfg",
"hashbrown",
]
2019-09-03 00:07:06 +00:00
2022-03-24 15:44:08 +01:00
[[package]]
name = "inout"
2022-04-15 00:46:56 +02:00
version = "0.1.3"
2022-03-24 15:44:08 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-15 00:46:56 +02:00
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
2022-03-24 15:44:08 +01:00
dependencies = [
"block-padding",
2022-03-24 15:44:08 +01:00
"generic-array",
]
2019-09-03 00:07:06 +00:00
[[package]]
2020-10-28 07:07:31 +01:00
name = "instant"
2021-11-14 17:21:01 +01:00
version = "0.1.12"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-14 17:21:01 +01:00
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
2020-10-28 07:07:31 +01:00
dependencies = [
"cfg-if 1.0.0",
2020-10-28 07:07:31 +01:00
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "ipnet"
2022-12-24 17:02:18 +01:00
version = "2.7.0"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "11b0d96e660696543b251e58030cf9787df56da39dab19ad60eae7353040917e"
2019-09-03 00:07:06 +00:00
[[package]]
name = "itertools"
2022-12-24 17:02:18 +01:00
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
dependencies = [
"either",
]
2022-01-04 22:51:02 +01:00
[[package]]
name = "itoa"
2022-12-24 17:02:18 +01:00
version = "1.0.5"
2022-01-04 22:51:02 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
2022-01-04 22:51:02 +01:00
2019-09-03 00:07:06 +00:00
[[package]]
name = "js-sys"
2022-12-24 17:02:18 +01:00
version = "0.3.60"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
2019-09-03 00:07:06 +00:00
dependencies = [
"wasm-bindgen",
2019-09-03 00:07:06 +00:00
]
2022-12-24 17:02:18 +01:00
[[package]]
name = "kv-log-macro"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
dependencies = [
"log",
]
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"
2019-09-03 00:07:06 +00:00
2022-01-05 10:34:08 +01:00
[[package]]
name = "lazycell"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2019-09-03 00:07:06 +00:00
[[package]]
2021-01-21 18:56:56 +01:00
name = "libadwaita"
2022-12-24 17:02:18 +01:00
version = "0.2.1"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "9dfa0722d4f1724f661cbf668c273c5926296ca411ed3814e206f8fd082b6c48"
dependencies = [
2022-12-24 17:02:18 +01:00
"bitflags",
"futures-channel",
"gdk-pixbuf",
"gdk4",
"gio",
"glib",
"gtk4",
2021-01-21 18:56:56 +01:00
"libadwaita-sys",
"libc",
2021-11-14 17:21:01 +01:00
"once_cell",
"pango",
2019-09-03 00:07:06 +00:00
]
[[package]]
2021-01-21 18:56:56 +01:00
name = "libadwaita-sys"
2022-12-24 17:02:18 +01:00
version = "0.2.1"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "de902982372b454a0081d7fd9dd567b37b73ae29c8f6da1820374d345fd95d5b"
2020-11-08 05:48:55 +01:00
dependencies = [
"gdk4-sys",
"gio-sys",
"glib-sys",
"gobject-sys",
"gtk4-sys",
"libc",
2022-12-24 17:02:18 +01:00
"pango-sys",
2022-03-24 15:44:08 +01:00
"system-deps",
2019-09-03 00:07:06 +00:00
]
2021-01-21 18:56:56 +01:00
[[package]]
name = "libc"
2022-12-24 17:02:18 +01:00
version = "0.2.139"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
2022-01-05 10:34:08 +01:00
[[package]]
name = "libloading"
2022-12-24 17:02:18 +01:00
version = "0.7.4"
2022-01-05 10:34:08 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
2022-01-05 10:34:08 +01:00
dependencies = [
"cfg-if 1.0.0",
"winapi",
]
[[package]]
name = "libspa"
2022-03-24 15:44:08 +01:00
version = "0.5.0"
2022-01-05 10:34:08 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "a8bb02bbc8d550e2f0a31989c61e1ac3c883bab2edee49ffcb5d5ca18266786d"
2022-01-05 10:34:08 +01:00
dependencies = [
"bitflags",
"cc",
"cookie-factory",
"errno",
"libc",
"libspa-sys",
2022-03-24 15:44:08 +01:00
"nom",
"system-deps",
2022-01-05 10:34:08 +01:00
]
[[package]]
name = "libspa-sys"
2022-03-24 15:44:08 +01:00
version = "0.5.0"
2022-01-05 10:34:08 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "9e8d2e38d6cdd10d7d78eb0cb409c127cf16da2c296d9623375551e309616d4d"
2022-01-05 10:34:08 +01:00
dependencies = [
"bindgen",
2022-03-24 15:44:08 +01:00
"system-deps",
2022-01-05 10:34:08 +01:00
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "libsqlite3-sys"
2022-12-27 13:11:09 +01:00
version = "0.25.2"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-27 13:11:09 +01:00
checksum = "29f835d03d717946d28b1d1ed632eb6f0e24a299388ee623d0c23118d3e8a7fa"
2019-09-03 00:07:06 +00:00
dependencies = [
"pkg-config",
"vcpkg",
2019-09-03 00:07:06 +00:00
]
2022-12-24 17:02:18 +01:00
[[package]]
name = "link-cplusplus"
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
dependencies = [
"cc",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "locale_config"
2020-10-28 01:52:54 +01:00
version = "0.3.0"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d2c35b16f4483f6c26f0e4e9550717a2f6575bcd6f12a53ff0c490a94a6934"
2019-09-03 00:07:06 +00:00
dependencies = [
"lazy_static",
"objc",
"objc-foundation",
"regex",
"winapi",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "lock_api"
2022-12-24 17:02:18 +01:00
version = "0.4.9"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
2019-09-03 00:07:06 +00:00
dependencies = [
2022-04-15 00:46:56 +02:00
"autocfg",
"scopeguard",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "log"
2022-05-28 22:22:46 +02:00
version = "0.4.17"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-28 22:22:46 +02:00
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
2019-09-03 00:07:06 +00:00
dependencies = [
2021-01-27 15:03:07 +01:00
"cfg-if 1.0.0",
2022-12-24 17:02:18 +01:00
"value-bag",
2019-09-03 00:07:06 +00:00
]
2020-10-28 01:52:54 +01:00
[[package]]
name = "malloc_buf"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
2020-10-28 01:52:54 +01:00
dependencies = [
"libc",
2020-10-28 01:52:54 +01:00
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "memchr"
2022-05-28 22:22:46 +02:00
version = "2.5.0"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-28 22:22:46 +02:00
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2019-09-03 00:07:06 +00:00
[[package]]
name = "memoffset"
2022-01-04 22:51:02 +01:00
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-04 22:51:02 +01:00
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
dependencies = [
2020-12-14 23:12:33 +01:00
"autocfg",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "migrations_internals"
2022-12-24 20:07:00 +01:00
version = "2.0.0"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 20:07:00 +01:00
checksum = "c493c09323068c01e54c685f7da41a9ccf9219735c3766fbfd6099806ea08fbc"
2019-09-03 00:07:06 +00:00
dependencies = [
2022-12-24 20:07:00 +01:00
"serde",
"toml",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "migrations_macros"
2022-12-24 20:07:00 +01:00
version = "2.0.0"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 20:07:00 +01:00
checksum = "8a8ff27a350511de30cdabb77147501c36ef02e0451d957abea2f30caffb2b58"
2019-09-03 00:07:06 +00:00
dependencies = [
"migrations_internals",
"proc-macro2",
"quote",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "mime"
2020-10-28 07:07:31 +01:00
version = "0.3.16"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
2019-09-03 00:07:06 +00:00
2022-01-05 10:34:08 +01:00
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
[[package]]
name = "miniz_oxide"
2022-12-24 17:02:18 +01:00
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
dependencies = [
"adler",
]
[[package]]
name = "mio"
2022-12-24 17:02:18 +01:00
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"
dependencies = [
"libc",
"log",
2022-12-24 17:02:18 +01:00
"wasi",
"windows-sys 0.42.0",
]
[[package]]
name = "muldiv"
2022-12-24 17:02:18 +01:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "956787520e75e9bd233246045d19f42fb73242759cc57fba9611d940ae96d4b0"
[[package]]
name = "native-tls"
2022-12-24 17:02:18 +01:00
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
dependencies = [
"lazy_static",
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
2022-03-24 15:44:08 +01:00
]
2022-01-05 10:34:08 +01:00
[[package]]
name = "nix"
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c722bee1037d430d0f8e687bbdbf222f27cc6e4e68d5caf630857bb2b6dbdce"
dependencies = [
"bitflags",
"cc",
"cfg-if 0.1.10",
"libc",
"void",
]
[[package]]
name = "nix"
2022-12-24 17:02:18 +01:00
version = "0.23.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "8f3790c00a0150112de0f4cd161e3d7fc4b2d8a5542ffc35f099a2562aecb35c"
dependencies = [
"bitflags",
"cc",
"cfg-if 1.0.0",
"libc",
"memoffset",
]
2022-12-24 17:02:18 +01:00
[[package]]
name = "nix"
version = "0.25.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4"
dependencies = [
"autocfg",
"bitflags",
"cfg-if 1.0.0",
"libc",
"memoffset",
"pin-utils",
]
2022-01-05 10:34:08 +01:00
[[package]]
name = "nom"
2022-03-24 15:44:08 +01:00
version = "7.1.1"
2022-01-05 10:34:08 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
2022-01-05 10:34:08 +01:00
dependencies = [
"memchr",
"minimal-lexical",
]
2022-12-24 17:02:18 +01: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 04:59:52 +01:00
[[package]]
name = "num"
version = "0.4.0"
2020-11-10 04:59:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43db66d1170d347f9a065114077f7dccb00c1b9478c89384490a3425279a4606"
2020-11-10 04:59:52 +01:00
dependencies = [
"num-bigint",
"num-complex",
"num-integer",
"num-iter",
2022-12-24 17:02:18 +01:00
"num-rational 0.4.1",
"num-traits",
]
[[package]]
name = "num-bigint"
2021-11-14 17:21:01 +01:00
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-14 17:21:01 +01:00
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
2020-11-10 04:59:52 +01:00
[[package]]
name = "num-complex"
2022-12-24 17:02:18 +01:00
version = "0.4.2"
2020-11-10 04:59:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "7ae39348c8bc5fbd7f40c727a9925f03517afd2ab27d46702108b6a7e5414c19"
2020-11-10 04:59:52 +01:00
dependencies = [
"num-traits",
2020-11-10 04:59:52 +01:00
]
[[package]]
name = "num-integer"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
dependencies = [
2020-12-14 23:12:33 +01:00
"autocfg",
"num-traits",
]
[[package]]
name = "num-iter"
version = "0.1.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
dependencies = [
2020-12-14 23:12:33 +01:00
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-rational"
2020-11-08 05:48:55 +01:00
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"
dependencies = [
2020-12-14 23:12:33 +01:00
"autocfg",
"num-integer",
"num-traits",
]
2021-03-12 02:47:34 +01:00
[[package]]
name = "num-rational"
2022-12-24 17:02:18 +01:00
version = "0.4.1"
2021-03-12 02:47:34 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
2021-03-12 02:47:34 +01:00
dependencies = [
"autocfg",
"num-bigint",
2021-03-12 02:47:34 +01:00
"num-integer",
"num-traits",
]
[[package]]
name = "num-traits"
2022-05-28 22:22:46 +02:00
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-28 22:22:46 +02:00
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
dependencies = [
2020-12-14 23:12:33 +01:00
"autocfg",
]
[[package]]
name = "num_cpus"
2022-12-24 17:02:18 +01:00
version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
dependencies = [
2022-12-24 17:02:18 +01:00
"hermit-abi 0.2.6",
"libc",
]
2020-10-28 01:52:54 +01:00
[[package]]
name = "objc"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
2020-10-28 01:52:54 +01:00
dependencies = [
"malloc_buf",
2020-10-28 01:52:54 +01:00
]
[[package]]
name = "objc-foundation"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
2020-10-28 01:52:54 +01:00
dependencies = [
"block",
"objc",
"objc_id",
2020-10-28 01:52:54 +01:00
]
[[package]]
name = "objc_id"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
2020-10-28 01:52:54 +01:00
dependencies = [
"objc",
2020-10-28 01:52:54 +01:00
]
[[package]]
name = "once_cell"
2022-12-24 17:02:18 +01:00
version = "1.16.0"
2020-10-28 01:52:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
2020-10-28 01:52:54 +01:00
[[package]]
name = "oo7"
2022-06-03 18:59:39 +02:00
version = "0.1.0-alpha.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-03 18:59:39 +02:00
checksum = "e614140b3625a16ddde5880e5c6429d4ef901883256edf496cceb62af1c7b6f8"
dependencies = [
2022-12-24 20:07:00 +01:00
"aes",
"byteorder",
"cbc",
2022-12-24 20:07:00 +01:00
"cipher",
"digest",
"dirs",
"futures",
"hkdf",
"hmac",
"num",
"once_cell",
"pbkdf2",
"rand",
"serde",
"sha2",
"tokio",
"tracing",
2022-12-24 17:02:18 +01:00
"zbus 2.3.2",
"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 17:02:18 +01:00
version = "0.10.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "b102428fd03bc5edf97f62620f7298614c45cedf287c271e7ed450bbaf83f2e1"
dependencies = [
"bitflags",
"cfg-if 1.0.0",
"foreign-types",
"libc",
"once_cell",
2022-05-28 22:22:46 +02:00
"openssl-macros",
"openssl-sys",
]
2022-05-28 22:22:46 +02:00
[[package]]
name = "openssl-macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "openssl-probe"
2022-01-16 18:07:05 +01:00
version = "0.1.5"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-16 18:07:05 +01:00
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
2019-09-03 00:07:06 +00:00
[[package]]
name = "openssl-sys"
2022-12-24 17:02:18 +01: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 17:02:18 +01:00
checksum = "23bbbf7854cd45b83958ebe919f0e8e516793727652e27fda10a8384cfc790b7"
2019-09-03 00:07:06 +00:00
dependencies = [
2020-12-14 23:12:33 +01:00
"autocfg",
"cc",
"libc",
"pkg-config",
"vcpkg",
2019-09-03 00:07:06 +00:00
]
[[package]]
2021-11-14 17:21:01 +01:00
name = "option-operations"
2022-12-24 17:02:18 +01:00
version = "0.5.0"
2021-06-29 00:23:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "7c26d27bb1aeab65138e4bf7666045169d1717febcc9ff870166be8348b223d0"
2021-11-14 17:21:01 +01:00
dependencies = [
"paste",
]
2022-01-04 22:51:02 +01:00
[[package]]
name = "ordered-stream"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44630c059eacfd6e08bdaa51b1db2ce33119caa4ddc1235e923109aa5f25ccb1"
dependencies = [
"futures-core",
"pin-project-lite",
]
2022-12-24 17:02:18 +01:00
[[package]]
name = "ordered-stream"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01ca8c99d73c6e92ac1358f9f692c22c0bfd9c4701fa086f5d365c0d4ea818ea"
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 17:21:01 +01:00
[[package]]
name = "pango"
2022-12-24 17:02:18 +01:00
version = "0.16.5"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "cdff66b271861037b89d028656184059e03b0b6ccb36003820be19f7200b1e94"
2019-09-03 00:07:06 +00:00
dependencies = [
"bitflags",
2022-12-24 17:02:18 +01:00
"gio",
"glib",
"libc",
"once_cell",
"pango-sys",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "pango-sys"
2022-12-24 17:02:18 +01:00
version = "0.16.3"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "9e134909a9a293e04d2cc31928aa95679c5e4df954d0b85483159bd20d8f047f"
2019-09-03 00:07:06 +00:00
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
2022-03-24 15:44:08 +01:00
"system-deps",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "parking"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
2022-05-28 22:22:46 +02:00
[[package]]
name = "parking_lot"
2022-05-31 20:20:38 +02:00
version = "0.12.1"
2022-05-28 22:22:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-31 20:20:38 +02:00
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2022-05-28 22:22:46 +02:00
dependencies = [
"lock_api",
2022-12-24 17:02:18 +01:00
"parking_lot_core",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "parking_lot_core"
2022-12-24 17:02:18 +01:00
version = "0.9.5"
2022-05-28 22:22:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "7ff9f3fef3968a3ec5945535ed654cb38ff72d7495a25619e2247fb15a2ed9ba"
2022-05-28 22:22:46 +02:00
dependencies = [
"cfg-if 1.0.0",
"libc",
"redox_syscall",
"smallvec",
2022-12-24 17:02:18 +01:00
"windows-sys 0.42.0",
2022-05-28 22:22:46 +02:00
]
[[package]]
name = "password-hash"
2022-12-24 17:02:18 +01:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
dependencies = [
"base64ct",
"rand_core",
"subtle",
]
[[package]]
name = "paste"
2022-12-24 17:02:18 +01:00
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "d01a5bd0424d00070b0098dd17ebca6f961a959dead1dbcbbbc1d1cd8d3deeba"
2022-01-28 16:07:53 +01:00
[[package]]
name = "pbkdf2"
2022-03-24 15:44:08 +01:00
version = "0.11.0"
2022-01-28 16:07:53 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
2022-01-28 16:07:53 +01:00
dependencies = [
"digest",
"hmac",
"password-hash",
"sha2",
2022-01-28 16:07:53 +01:00
]
2022-01-05 10:34:08 +01:00
[[package]]
name = "peeking_take_while"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
2019-09-03 00:07:06 +00:00
[[package]]
2020-10-28 07:07:31 +01:00
name = "percent-encoding"
2022-12-24 17:02:18 +01:00
version = "2.2.0"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
2019-09-03 00:07:06 +00:00
2021-03-12 02:47:34 +01:00
[[package]]
name = "pest"
2022-12-24 17:02:18 +01:00
version = "2.5.2"
2021-03-12 02:47:34 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "0f6e86fb9e7026527a0d46bc308b841d73170ef8f443e1807f6ef88526a816d4"
2021-03-12 02:47:34 +01:00
dependencies = [
2022-12-24 17:02:18 +01:00
"thiserror",
2021-03-12 02:47:34 +01:00
"ucd-trie",
]
2020-10-28 07:07:31 +01:00
[[package]]
name = "pin-project-lite"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
2020-10-28 07:07:31 +01:00
2020-10-28 01:52:54 +01:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2020-10-28 01:52:54 +01:00
2022-01-05 10:34:08 +01:00
[[package]]
name = "pipewire"
2022-05-28 22:22:46 +02:00
version = "0.5.0"
2022-01-05 10:34:08 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-28 22:22:46 +02:00
checksum = "d80fef8219c37f479f3d62d70167f3daaa90b71a083f7fd88d69e49f05f0ecdc"
2022-01-05 10:34:08 +01:00
dependencies = [
"anyhow",
"bitflags",
"errno",
"libc",
"libspa",
"libspa-sys",
"once_cell",
"pipewire-sys",
"signal",
"thiserror",
]
[[package]]
name = "pipewire-sys"
2022-03-24 15:44:08 +01:00
version = "0.5.0"
2022-01-05 10:34:08 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "3f6d4262ea1fd3b01786046d1892cc49e9578d872faf8723d95dc7affc810ee4"
2022-01-05 10:34:08 +01:00
dependencies = [
"bindgen",
"libspa-sys",
2022-03-24 15:44:08 +01:00
"system-deps",
2022-01-05 10:34:08 +01:00
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "pkg-config"
2022-12-24 17:02:18 +01:00
version = "0.3.26"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
2019-09-03 00:07:06 +00:00
[[package]]
name = "png"
2022-12-24 17:02:18 +01:00
version = "0.17.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "5d708eaf860a19b19ce538740d2b4bdeeb8337fa53f7738455e706623ad5c638"
dependencies = [
"bitflags",
"crc32fast",
2022-12-24 17:02:18 +01:00
"flate2",
2022-04-15 00:46:56 +02:00
"miniz_oxide",
]
[[package]]
name = "polling"
2022-12-24 17:02:18 +01:00
version = "2.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "22122d5ec4f9fe1b3916419b76be1e80bcb93f618d071d2edf841b137b2a2bd6"
dependencies = [
2022-12-24 17:02:18 +01:00
"autocfg",
2021-03-23 20:05:58 +01:00
"cfg-if 1.0.0",
"libc",
"log",
"wepoll-ffi",
2022-12-24 17:02:18 +01:00
"windows-sys 0.42.0",
]
2022-01-28 16:07:53 +01:00
[[package]]
name = "polyval"
2022-12-24 20:07:00 +01:00
version = "0.6.0"
2022-01-28 16:07:53 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 20:07:00 +01:00
checksum = "7ef234e08c11dfcb2e56f79fd70f6f2eb7f025c0ce2333e82f4f0518ecad30c6"
2022-01-28 16:07:53 +01:00
dependencies = [
"cfg-if 1.0.0",
"cpufeatures",
"opaque-debug",
"universal-hash",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "ppv-lite86"
2022-12-24 17:02:18 +01:00
version = "0.2.17"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2019-09-03 00:07:06 +00:00
[[package]]
name = "pretty-hex"
version = "0.3.0"
2020-10-28 01:52:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6fa0831dd7cc608c38a5e323422a0077678fa5744aa2be4ad91c4ece8eec8d5"
2020-10-28 01:52:54 +01:00
[[package]]
name = "proc-macro-crate"
2022-12-24 17:02:18 +01:00
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9"
dependencies = [
2022-12-24 17:02:18 +01:00
"once_cell",
"thiserror",
"toml",
]
2020-10-28 01:52:54 +01:00
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
2020-10-28 01:52:54 +01:00
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
"syn",
"version_check",
2020-10-28 01:52:54 +01:00
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
2020-10-28 01:52:54 +01:00
dependencies = [
"proc-macro2",
"quote",
"version_check",
2020-10-28 01:52:54 +01:00
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "proc-macro2"
2022-12-24 17:02:18 +01:00
version = "1.0.49"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5"
2019-09-03 00:07:06 +00:00
dependencies = [
2022-05-28 22:22:46 +02:00
"unicode-ident",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "prost"
2022-12-24 20:07:00 +01:00
version = "0.11.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 20:07:00 +01:00
checksum = "c01db6702aa05baa3f57dec92b8eeeeb4cb19e894e73996b32a4093289e54592"
dependencies = [
"bytes",
"prost-derive",
]
[[package]]
name = "prost-derive"
2022-12-24 20:07:00 +01:00
version = "0.11.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 20:07:00 +01:00
checksum = "c8842bad1a5419bca14eac663ba798f6bc19c413c2fdceb5f3ba3b0932d96720"
dependencies = [
"anyhow",
"itertools",
"proc-macro2",
"quote",
"syn",
]
2020-12-09 01:20:36 +01:00
[[package]]
name = "qrcode"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16d2f1455f3630c6e5107b4f2b94e74d76dea80736de0981fd27644216cff57f"
dependencies = [
"checked_int_cast",
2022-03-24 15:44:08 +01:00
"image 0.23.14",
2020-12-09 01:20:36 +01:00
]
[[package]]
name = "quick-xml"
2021-03-19 17:06:17 +09:00
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-19 17:06:17 +09:00
checksum = "8533f14c8382aaad0d592c812ac3b826162128b65662331e1127b45c3d18536b"
dependencies = [
"memchr",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "quote"
2022-12-24 17:02:18 +01: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 17:02:18 +01: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 17:02:18 +01:00
version = "0.8.10"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "51de85fb3fb6524929c8a2eb85e6b6d363de4e8c48f9e2c2eac4944abc181c93"
2019-09-03 00:07:06 +00:00
dependencies = [
"log",
2022-12-24 17:02:18 +01:00
"parking_lot",
"scheduled-thread-pool",
2019-09-03 00:07:06 +00:00
]
2021-01-23 12:26:46 +01:00
[[package]]
name = "rand"
2022-03-24 15:44:08 +01:00
version = "0.8.5"
2021-01-23 12:26:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2021-01-23 12:26:46 +01:00
dependencies = [
"libc",
"rand_chacha",
"rand_core",
2021-01-23 12:26:46 +01:00
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
2021-01-23 12:26:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2021-01-23 12:26:46 +01:00
dependencies = [
"ppv-lite86",
"rand_core",
2021-01-23 12:26:46 +01:00
]
[[package]]
name = "rand_core"
2022-12-24 17:02:18 +01:00
version = "0.6.4"
2021-01-23 12:26:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2021-01-23 12:26:46 +01:00
dependencies = [
"getrandom",
2021-01-23 12:26:46 +01:00
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "redox_syscall"
2022-12-24 17:02:18 +01:00
version = "0.2.16"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
2021-03-12 02:47:34 +01:00
dependencies = [
"bitflags",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "redox_users"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
dependencies = [
"getrandom",
"redox_syscall",
"thiserror",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "regex"
2022-12-24 17:02:18 +01:00
version = "1.7.0"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"
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 17:02:18 +01: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 17:02:18 +01: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"
2022-12-24 17:02:18 +01:00
version = "0.11.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "68cc60575865c7831548863cc02356512e3f1dc2f3f82cb837d7fc4cc8f3c97c"
dependencies = [
2022-12-24 20:07:00 +01:00
"base64 0.13.1",
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"hyper",
"hyper-tls",
"ipnet",
"js-sys",
"log",
"mime",
"native-tls",
2022-12-24 17:02:18 +01:00
"once_cell",
"percent-encoding",
"pin-project-lite",
"serde",
"serde_json",
"serde_urlencoded",
"tokio",
"tokio-native-tls",
2022-12-24 17:02:18 +01:00
"tower-service",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"winreg",
]
[[package]]
name = "ring"
2021-02-05 11:12:48 +01:00
version = "0.16.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-05 11:12:48 +01:00
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
dependencies = [
"cc",
"libc",
"once_cell",
"spin",
"untrusted",
"web-sys",
"winapi",
]
2021-01-31 22:18:52 +01:00
[[package]]
name = "roxmltree"
2022-12-24 17:02:18 +01:00
version = "0.15.1"
2021-01-31 22:18:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "6b9de9831a129b122e7e61f242db509fa9d0838008bf0b29bb0624669edfe48a"
2021-01-31 22:18:52 +01:00
dependencies = [
"xmlparser",
]
[[package]]
name = "rust-argon2"
2022-01-16 18:07:05 +01:00
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-16 18:07:05 +01:00
checksum = "b50162d19404029c1ceca6f6980fe40d45c8b369f6f44446fa14bb39573b5bb9"
dependencies = [
2022-12-24 20:07:00 +01:00
"base64 0.13.1",
"blake2b_simd",
"constant_time_eq",
"crossbeam-utils",
]
2022-01-05 10:34:08 +01:00
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2021-03-12 02:47:34 +01:00
[[package]]
name = "rustc_version"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"
dependencies = [
"semver 0.11.0",
2019-09-03 00:07:06 +00:00
]
2022-03-24 15:44:08 +01:00
[[package]]
name = "rustc_version"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
2022-12-24 17:02:18 +01:00
"semver 1.0.16",
2022-03-24 15:44:08 +01:00
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "ryu"
2022-12-24 17:02:18 +01: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 17:02:18 +01:00
checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
2019-09-03 00:07:06 +00:00
2022-01-28 16:07:53 +01:00
[[package]]
name = "salsa20"
2022-03-24 15:44:08 +01:00
version = "0.10.2"
2022-01-28 16:07:53 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
2022-01-28 16:07:53 +01:00
dependencies = [
2022-12-24 20:07:00 +01:00
"cipher",
2022-01-28 16:07:53 +01:00
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "schannel"
2022-05-28 22:22:46 +02:00
version = "0.1.20"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-28 22:22:46 +02:00
checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"
2019-09-03 00:07:06 +00:00
dependencies = [
"lazy_static",
2022-12-24 17:02:18 +01:00
"windows-sys 0.36.1",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "scheduled-thread-pool"
2022-05-28 22:22:46 +02:00
version = "0.2.6"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-28 22:22:46 +02:00
checksum = "977a7519bff143a44f842fd07e80ad1329295bd71686457f18e496736f4bf9bf"
2019-09-03 00:07:06 +00:00
dependencies = [
2022-12-24 17:02:18 +01:00
"parking_lot",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "scopeguard"
2020-10-28 07:07:31 +01:00
version = "1.1.0"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2019-09-03 00:07:06 +00:00
2022-12-24 17:02:18 +01:00
[[package]]
name = "scratch"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2"
2022-01-28 16:07:53 +01:00
[[package]]
name = "scrypt"
2022-03-24 15:44:08 +01:00
version = "0.10.0"
2022-01-28 16:07:53 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "9f9e24d2b632954ded8ab2ef9fea0a0c769ea56ea98bddbafbad22caeeadf45d"
2022-01-28 16:07:53 +01:00
dependencies = [
"hmac",
2022-01-28 16:07:53 +01:00
"pbkdf2",
"salsa20",
"sha2",
2022-01-28 16:07:53 +01:00
]
[[package]]
name = "search-provider"
2022-12-24 17:02:18 +01:00
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "cafe4799fb308adda2a4034de623d8500ccfb3cd41acde899e47bca368b73b69"
dependencies = [
2022-12-24 17:02:18 +01:00
"futures-channel",
"futures-util",
"serde",
2022-12-24 17:02:18 +01:00
"zbus 3.6.2",
2020-11-10 04:59:52 +01:00
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "security-framework"
2022-12-24 17:02:18 +01:00
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c"
dependencies = [
"bitflags",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
version = "2.6.1"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
2019-09-03 00:07:06 +00:00
dependencies = [
"core-foundation-sys",
"libc",
2021-03-12 02:47:34 +01:00
]
[[package]]
name = "semver"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
dependencies = [
"semver-parser",
2019-09-03 00:07:06 +00:00
]
2022-03-24 15:44:08 +01:00
[[package]]
name = "semver"
2022-12-24 17:02:18 +01:00
version = "1.0.16"
2022-03-24 15:44:08 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a"
2022-03-24 15:44:08 +01:00
2021-03-12 02:47:34 +01:00
[[package]]
name = "semver-parser"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
dependencies = [
"pest",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "serde"
2022-12-27 13:11:09 +01: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 13:11:09 +01:00
checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
dependencies = [
"serde_derive",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "serde_derive"
2022-12-27 13:11:09 +01: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 13:11:09 +01: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"
2022-12-24 17:02:18 +01:00
version = "1.0.91"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883"
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 17:02:18 +01:00
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01: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",
]
[[package]]
name = "sha1"
2022-01-16 18:07:05 +01:00
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770"
dependencies = [
"sha1_smol",
]
2022-12-24 17:02:18 +01:00
[[package]]
name = "sha1"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
dependencies = [
"cfg-if 1.0.0",
"cpufeatures",
"digest",
]
2022-01-16 18:07:05 +01:00
[[package]]
name = "sha1_smol"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-16 18:07:05 +01:00
checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
[[package]]
name = "sha2"
2022-12-24 17:02:18 +01:00
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
dependencies = [
"cfg-if 1.0.0",
"cpufeatures",
"digest",
2019-09-03 00:07:06 +00:00
]
2022-01-28 16:07:53 +01:00
[[package]]
name = "sharded-slab"
version = "0.1.4"
2022-01-28 16:07:53 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
2022-01-28 16:07:53 +01:00
dependencies = [
"lazy_static",
2022-01-28 16:07:53 +01:00
]
2022-01-05 10:34:08 +01:00
[[package]]
name = "shlex"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
[[package]]
name = "signal"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f6ce83b159ab6984d2419f495134972b48754d13ff2e3f8c998339942b56ed9"
dependencies = [
"libc",
"nix 0.14.1",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "slab"
2022-12-24 17:02:18 +01: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 17:02:18 +01:00
checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
dependencies = [
"autocfg",
]
2020-10-28 01:52:54 +01:00
[[package]]
name = "smallvec"
2022-12-24 17:02:18 +01:00
version = "1.10.0"
2020-10-28 01:52:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
2020-10-28 01:52:54 +01:00
2021-03-23 20:05:58 +01:00
[[package]]
name = "socket2"
2022-12-24 17:02:18 +01:00
version = "0.4.7"
2021-03-23 20:05:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
2021-03-23 20:05:58 +01:00
dependencies = [
"libc",
"winapi",
]
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2022-01-05 10:34:08 +01:00
[[package]]
name = "strsim"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
[[package]]
name = "subtle"
2021-11-14 17:21:01 +01:00
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-14 17:21:01 +01:00
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
2021-01-31 22:18:52 +01:00
[[package]]
name = "svg_metadata"
2022-12-24 17:02:18 +01:00
version = "0.4.3"
2021-01-31 22:18:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "eacedf9d5c2552d510718db410b2c0e0f367456acacf317000d6d31067e50ccd"
2021-01-31 22:18:52 +01:00
dependencies = [
"doc-comment",
"lazy_static",
"regex",
"roxmltree",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "syn"
2022-12-24 17:02:18 +01: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 17:02:18 +01:00
checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
2019-09-03 00:07:06 +00:00
dependencies = [
"proc-macro2",
"quote",
2022-05-28 22:22:46 +02:00
"unicode-ident",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "synstructure"
version = "0.12.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
dependencies = [
"proc-macro2",
"quote",
"syn",
"unicode-xid",
]
2022-01-05 10:34:08 +01:00
[[package]]
name = "system-deps"
2022-12-24 17:02:18 +01:00
version = "6.0.3"
2020-10-28 01:52:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "2955b1fe31e1fa2fbd1976b71cc69a606d7d4da16f6de3333d0c92d51419aeff"
2020-10-28 01:52:54 +01:00
dependencies = [
2022-03-24 15:44:08 +01:00
"cfg-expr",
"heck",
"pkg-config",
"toml",
2022-03-24 15:44:08 +01:00
"version-compare",
2020-10-28 01:52:54 +01:00
]
2021-03-23 20:05:58 +01:00
[[package]]
2021-11-14 17:21:01 +01:00
name = "temp-dir"
version = "0.1.11"
2021-03-23 20:05:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-14 17:21:01 +01:00
checksum = "af547b166dd1ea4b472165569fc456cfb6818116f854690b0ff205e636523dab"
2021-03-23 20:05:58 +01:00
[[package]]
name = "tempfile"
version = "3.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
dependencies = [
"cfg-if 1.0.0",
"fastrand",
"libc",
"redox_syscall",
"remove_dir_all",
"winapi",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "termcolor"
2022-03-24 15:44:08 +01:00
version = "1.1.3"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
2019-09-03 00:07:06 +00:00
dependencies = [
"winapi-util",
2019-09-03 00:07:06 +00:00
]
2022-01-05 10:34:08 +01:00
[[package]]
name = "textwrap"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
dependencies = [
"unicode-width",
]
2020-10-28 01:52:54 +01:00
[[package]]
name = "thiserror"
2022-12-24 17:02:18 +01:00
version = "1.0.38"
2020-10-28 01:52:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
2020-10-28 01:52:54 +01:00
dependencies = [
"thiserror-impl",
2020-10-28 01:52:54 +01:00
]
[[package]]
name = "thiserror-impl"
2022-12-24 17:02:18 +01:00
version = "1.0.38"
2020-10-28 01:52:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
2020-10-28 01:52:54 +01:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2020-10-28 01:52:54 +01:00
]
[[package]]
name = "thread_local"
version = "1.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
dependencies = [
"once_cell",
]
2019-09-03 00:07:06 +00:00
[[package]]
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"
version = "0.1.0"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
2019-09-03 00:07:06 +00:00
[[package]]
name = "tokio"
2022-12-24 17:02:18 +01:00
version = "1.23.0"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "eab6d665857cc6ca78d6e80303a02cea7a7851e85dfbd77cbdc09bd129f1ef46"
2019-09-03 00:07:06 +00:00
dependencies = [
2022-12-24 17:02:18 +01:00
"autocfg",
"bytes",
"libc",
"memchr",
"mio",
"num_cpus",
"pin-project-lite",
"socket2",
2022-04-22 00:48:05 +02:00
"tokio-macros",
2022-12-24 17:02:18 +01:00
"windows-sys 0.42.0",
2019-09-03 00:07:06 +00:00
]
2022-04-22 00:48:05 +02:00
[[package]]
name = "tokio-macros"
2022-12-24 17:02:18 +01:00
version = "1.8.2"
2022-04-22 00:48:05 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8"
2022-04-22 00:48:05 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "tokio-native-tls"
version = "0.3.0"
2020-11-16 17:13:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
2020-11-16 17:13:40 +01:00
dependencies = [
"native-tls",
"tokio",
2020-11-16 17:13:40 +01:00
]
[[package]]
name = "tokio-util"
2022-12-24 17:02:18 +01:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
"tracing",
]
2019-09-03 00:07:06 +00:00
[[package]]
2020-10-28 07:07:31 +01:00
name = "toml"
2022-12-24 17:02:18 +01:00
version = "0.5.10"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "1333c76748e868a4d9d1017b5ab53171dfd095f70c712fdb4653a406547f598f"
2019-09-03 00:07:06 +00:00
dependencies = [
"serde",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "tower-service"
2022-12-24 17:02:18 +01:00
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
2019-09-03 00:07:06 +00:00
[[package]]
2020-10-28 07:07:31 +01:00
name = "tracing"
2022-12-24 17:02:18 +01:00
version = "0.1.37"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
2019-09-03 00:07:06 +00:00
dependencies = [
"cfg-if 1.0.0",
2021-03-12 02:47:34 +01:00
"pin-project-lite",
"tracing-attributes",
"tracing-core",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "tracing-attributes"
2022-12-24 17:02:18 +01:00
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2019-09-03 00:07:06 +00:00
[[package]]
2020-10-28 07:07:31 +01:00
name = "tracing-core"
2022-12-24 17:02:18 +01:00
version = "0.1.30"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
2019-09-03 00:07:06 +00:00
dependencies = [
2022-06-11 15:56:27 +02:00
"once_cell",
"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 17:02:18 +01:00
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70"
dependencies = [
2022-12-24 17:02:18 +01:00
"nu-ansi-term",
"sharded-slab",
"smallvec",
"thread_local",
"tracing-core",
"tracing-log",
2019-09-03 00:07:06 +00:00
]
2020-10-28 01:52:54 +01:00
[[package]]
name = "try-lock"
version = "0.2.3"
2020-10-28 01:52:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
2020-10-28 01:52:54 +01:00
2019-09-03 00:07:06 +00:00
[[package]]
name = "typenum"
2022-12-24 17:02:18 +01:00
version = "1.16.0"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
2019-09-03 00:07:06 +00:00
2021-03-12 02:47:34 +01:00
[[package]]
name = "ucd-trie"
2022-12-24 17:02:18 +01:00
version = "0.1.5"
2021-03-12 02:47:34 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
2021-03-12 02:47:34 +01:00
2022-05-28 22:22:46 +02:00
[[package]]
name = "uds_windows"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce65604324d3cce9b966701489fbd0cf318cb1f7bd9dd07ac9a4ee6fb791930d"
dependencies = [
"tempfile",
"winapi",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "unicase"
2020-10-28 07:07:31 +01:00
version = "2.6.0"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
2019-09-03 00:07:06 +00:00
dependencies = [
"version_check",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "unicode-bidi"
version = "0.3.8"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
2019-09-03 00:07:06 +00:00
2022-05-28 22:22:46 +02:00
[[package]]
name = "unicode-ident"
2022-12-24 17:02:18 +01:00
version = "1.0.6"
2022-05-28 22:22:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
2022-05-28 22:22:46 +02:00
2019-09-03 00:07:06 +00:00
[[package]]
name = "unicode-normalization"
2022-12-24 17:02:18 +01:00
version = "0.1.22"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
2019-09-03 00:07:06 +00:00
dependencies = [
"tinyvec",
2019-09-03 00:07:06 +00:00
]
2022-01-05 10:34:08 +01:00
[[package]]
name = "unicode-width"
2022-12-24 17:02:18 +01:00
version = "0.1.10"
2022-01-05 10:34:08 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
2022-01-05 10:34:08 +01:00
2019-09-03 00:07:06 +00:00
[[package]]
name = "unicode-xid"
2022-12-24 17:02:18 +01:00
version = "0.2.4"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
2019-09-03 00:07:06 +00:00
[[package]]
name = "universal-hash"
2022-12-24 20:07:00 +01:00
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 20:07:00 +01:00
checksum = "7d3160b73c9a19f7e2939a2fdad446c57c1bbbbf4d919d3213ff1267a580d8b5"
dependencies = [
2022-12-24 20:07:00 +01:00
"crypto-common",
"subtle",
]
[[package]]
name = "untrusted"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
2019-09-03 00:07:06 +00:00
[[package]]
name = "url"
2022-12-24 17:02:18 +01:00
version = "2.3.1"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
2019-09-03 00:07:06 +00:00
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
2022-12-24 17:02:18 +01:00
"serde",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "uuid"
2022-12-24 17:02:18 +01:00
version = "1.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "422ee0de9031b5b948b97a8fc04e3aa35230001a722ddd27943e0be31564ce4c"
dependencies = [
"getrandom",
2021-01-27 15:03:07 +01:00
]
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
2022-12-24 17:02:18 +01:00
[[package]]
name = "value-bag"
version = "1.0.0-alpha.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"
dependencies = [
"ctor",
"version_check",
]
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"
2022-01-05 10:34:08 +01:00
[[package]]
name = "vec_map"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
2020-10-28 01:52:54 +01:00
[[package]]
name = "version-compare"
2022-12-24 17:02:18 +01:00
version = "0.1.1"
2020-10-28 01:52:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29"
2020-10-28 01:52:54 +01:00
[[package]]
name = "version_check"
2022-01-04 22:51:02 +01:00
version = "0.9.4"
2020-10-28 01:52:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-04 22:51:02 +01:00
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2020-10-28 01:52:54 +01:00
[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
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
[[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"
2022-12-24 17:02:18 +01:00
version = "0.2.83"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
2019-09-03 00:07:06 +00:00
dependencies = [
"cfg-if 1.0.0",
"wasm-bindgen-macro",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "wasm-bindgen-backend"
2022-12-24 17:02:18 +01:00
version = "0.2.83"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
2019-09-03 00:07:06 +00:00
dependencies = [
"bumpalo",
"log",
2022-12-24 17:02:18 +01:00
"once_cell",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
2020-10-28 07:07:31 +01:00
]
[[package]]
name = "wasm-bindgen-futures"
2022-12-24 17:02:18 +01:00
version = "0.4.33"
2020-10-28 07:07:31 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"
2020-10-28 07:07:31 +01:00
dependencies = [
"cfg-if 1.0.0",
"js-sys",
"wasm-bindgen",
"web-sys",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "wasm-bindgen-macro"
2022-12-24 17:02:18 +01:00
version = "0.2.83"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
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"
2022-12-24 17:02:18 +01:00
version = "0.2.83"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
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"
2022-12-24 17:02:18 +01:00
version = "0.2.83"
2020-10-28 07:07:31 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
2020-10-28 07:07:31 +01:00
[[package]]
name = "web-sys"
2022-12-24 17:02:18 +01:00
version = "0.3.60"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"
2020-10-28 07:07:31 +01:00
dependencies = [
"js-sys",
"wasm-bindgen",
2020-10-28 07:07:31 +01:00
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "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
2022-01-05 10:34:08 +01:00
[[package]]
name = "which"
2022-12-24 17:02:18 +01:00
version = "4.3.0"
2022-01-05 10:34:08 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b"
2022-01-05 10:34:08 +01:00
dependencies = [
"either",
"libc",
2022-12-24 17:02:18 +01:00
"once_cell",
2022-01-05 10:34:08 +01:00
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "winapi"
2020-10-28 01:52:54 +01:00
version = "0.3.9"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2019-09-03 00:07:06 +00:00
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2019-09-03 00:07:06 +00:00
[[package]]
name = "winapi-util"
2020-10-28 07:07:31 +01:00
version = "0.1.5"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
2019-09-03 00:07:06 +00:00
dependencies = [
"winapi",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2019-09-03 00:07:06 +00:00
2022-05-28 22:22:46 +02:00
[[package]]
name = "windows-sys"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
dependencies = [
2022-12-24 17:02:18 +01:00
"windows_aarch64_msvc 0.36.1",
"windows_i686_gnu 0.36.1",
"windows_i686_msvc 0.36.1",
"windows_x86_64_gnu 0.36.1",
"windows_x86_64_msvc 0.36.1",
]
[[package]]
name = "windows-sys"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc 0.42.0",
"windows_i686_gnu 0.42.0",
"windows_i686_msvc 0.42.0",
"windows_x86_64_gnu 0.42.0",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc 0.42.0",
2022-05-28 22:22:46 +02:00
]
2022-12-24 17:02:18 +01:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
2022-05-28 22:22:46 +02:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
2022-12-24 17:02:18 +01:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
2022-05-28 22:22:46 +02:00
[[package]]
name = "windows_i686_gnu"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
2022-12-24 17:02:18 +01:00
[[package]]
name = "windows_i686_gnu"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
2022-05-28 22:22:46 +02:00
[[package]]
name = "windows_i686_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
2022-12-24 17:02:18 +01:00
[[package]]
name = "windows_i686_msvc"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
2022-05-28 22:22:46 +02:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
2022-12-24 17:02:18 +01:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
2022-05-28 22:22:46 +02:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
2022-12-24 17:02:18 +01:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
[[package]]
name = "winreg"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
dependencies = [
"winapi",
]
2021-01-31 22:18:52 +01:00
[[package]]
name = "xmlparser"
2022-12-24 17:02:18 +01:00
version = "0.13.5"
2021-01-31 22:18:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd"
2021-01-31 22:18:52 +01:00
[[package]]
name = "zbar-rust"
2022-12-24 17:02:18 +01:00
version = "0.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "b08712bd2e1020ab69e475ccd66afa8e508bf93393a262e2ba56c549cd0865eb"
dependencies = [
"enum-ordinalize",
"libc",
"pkg-config",
]
[[package]]
name = "zbus"
2022-12-24 17:02:18 +01:00
version = "2.3.2"
2021-06-29 00:23:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "2d8f1a037b2c4a67d9654dc7bdfa8ff2e80555bbefdd3c1833c1d1b27c963a6b"
dependencies = [
"async-broadcast",
"async-channel",
"async-executor",
"async-io",
"async-lock",
2022-12-24 17:02:18 +01:00
"async-recursion 0.3.2",
"async-task",
2021-11-14 17:21:01 +01:00
"async-trait",
"byteorder",
"derivative",
2022-12-24 17:02:18 +01:00
"dirs",
"enumflags2",
2021-11-14 17:21:01 +01:00
"event-listener",
"futures-core",
"futures-sink",
"futures-util",
"hex",
2022-03-24 15:44:08 +01:00
"lazy_static",
2022-12-24 17:02:18 +01:00
"nix 0.23.2",
"once_cell",
2022-12-24 17:02:18 +01:00
"ordered-stream 0.0.1",
"rand",
"serde",
"serde_repr",
2022-12-24 17:02:18 +01:00
"sha1 0.6.1",
"static_assertions",
"tokio",
2022-12-24 17:02:18 +01:00
"tracing",
"uds_windows",
"winapi",
"zbus_macros 2.3.2",
"zbus_names",
"zvariant",
]
[[package]]
name = "zbus"
version = "3.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "938ea6da98c75c2c37a86007bd17fd8e208cbec24e086108c87ece98e9edec0d"
dependencies = [
"async-broadcast",
"async-channel",
"async-executor",
"async-io",
"async-lock",
"async-recursion 1.0.0",
"async-task",
"async-trait",
"byteorder",
"derivative",
"dirs",
"enumflags2",
"event-listener",
"futures-core",
"futures-sink",
"futures-util",
"hex",
"nix 0.25.1",
"once_cell",
"ordered-stream 0.1.2",
"rand",
"serde",
"serde_repr",
"sha1 0.10.5",
"static_assertions",
"tracing",
2022-05-28 22:22:46 +02:00
"uds_windows",
2022-03-24 15:44:08 +01:00
"winapi",
2022-12-24 17:02:18 +01:00
"zbus_macros 3.6.2",
2021-11-14 17:21:01 +01:00
"zbus_names",
"zvariant",
]
[[package]]
name = "zbus_macros"
2022-12-24 17:02:18 +01:00
version = "2.3.2"
2021-06-29 00:23:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "1f8fb5186d1c87ae88cf234974c240671238b4a679158ad3b94ec465237349a6"
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
"regex",
"syn",
]
[[package]]
name = "zbus_macros"
version = "3.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45066039ebf3330820e495e854f8b312abb68f0a39e97972d092bd72e8bb3e8e"
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
"regex",
"syn",
]
2021-11-14 17:21:01 +01:00
[[package]]
name = "zbus_names"
2022-12-24 17:02:18 +01:00
version = "2.4.0"
2021-11-14 17:21:01 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "6c737644108627748a660d038974160e0cbb62605536091bdfa28fd7f64d43c8"
2021-11-14 17:21:01 +01:00
dependencies = [
"serde",
"static_assertions",
"zvariant",
2022-01-04 22:51:02 +01:00
]
[[package]]
name = "zeroize"
2022-12-24 17:02:18 +01:00
version = "1.5.7"
2022-01-04 22:51:02 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f"
2022-01-04 22:51:02 +01:00
dependencies = [
"zeroize_derive",
]
[[package]]
name = "zeroize_derive"
2022-12-24 17:02:18 +01:00
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "44bf07cb3e50ea2003396695d58bf46bc9887a1f362260446fad6bc4e79bd36c"
dependencies = [
"proc-macro2",
"quote",
"syn",
"synstructure",
2021-11-14 17:21:01 +01:00
]
[[package]]
name = "zvariant"
2022-12-24 17:02:18 +01:00
version = "3.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "56f8c89c183461e11867ded456db252eae90874bc6769b7adbea464caa777e51"
dependencies = [
"byteorder",
"enumflags2",
2021-11-14 17:21:01 +01:00
"libc",
"serde",
"static_assertions",
2022-12-24 17:02:18 +01:00
"url",
"zvariant_derive",
]
[[package]]
name = "zvariant_derive"
2022-12-24 17:02:18 +01:00
version = "3.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-24 17:02:18 +01:00
checksum = "155247a5d1ab55e335421c104ccd95d64f17cebbd02f50cdbc1c33385f9c4d81"
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
"syn",
]