Authenticator/Cargo.lock

4145 lines
98 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"
[[package]]
name = "adler32"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
[[package]]
name = "aead"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fc95d1bdb8e6666b2b217308eeeb09f2d6728d104be3e31916cc74d15420331"
dependencies = [
"generic-array",
]
2022-01-28 16:07:53 +01:00
[[package]]
name = "aead"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"
dependencies = [
"generic-array",
]
[[package]]
name = "aes"
2020-11-08 05:48:55 +01:00
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "884391ef1066acaa41e766ba8f596341b96e93ce34f9a43e7d24bf0a0eaf0561"
dependencies = [
2020-12-14 23:12:33 +01:00
"aes-soft",
"aesni",
2022-01-28 16:07:53 +01:00
"cipher 0.2.5",
]
[[package]]
name = "aes"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"
dependencies = [
"cfg-if 1.0.0",
"cipher 0.3.0",
"cpufeatures",
"opaque-debug",
]
[[package]]
name = "aes-gcm"
2020-11-08 05:48:55 +01:00
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5278b5fabbb9bd46e24aa69b2fdea62c99088e0a950a9be40e3e0101298f88da"
dependencies = [
2022-01-28 16:07:53 +01:00
"aead 0.3.2",
"aes 0.6.0",
"cipher 0.2.5",
"ctr 0.6.0",
"ghash 0.3.1",
"subtle",
]
[[package]]
name = "aes-gcm"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df5f85a83a7d8b0442b6aa7b504b8212c1733da07b98aae43d4bc21b2cb3cdf6"
dependencies = [
"aead 0.4.3",
"aes 0.7.5",
"cipher 0.3.0",
"ctr 0.8.0",
"ghash 0.4.4",
"subtle",
]
[[package]]
name = "aes-soft"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be14c7498ea50828a38d0e24a765ed2effe92a705885b57d029cd67d45744072"
dependencies = [
2022-01-28 16:07:53 +01:00
"cipher 0.2.5",
2020-12-14 23:12:33 +01:00
"opaque-debug",
2020-11-10 04:59:52 +01:00
]
[[package]]
name = "aesni"
2020-11-08 05:48:55 +01:00
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea2e11f5e94c2f7d386164cc2aa1f97823fed6f259e486940a71c174dd01b0ce"
dependencies = [
2022-01-28 16:07:53 +01:00
"cipher 0.2.5",
2020-12-14 23:12:33 +01:00
"opaque-debug",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "aho-corasick"
version = "0.7.18"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
2019-09-03 00:07:06 +00:00
dependencies = [
"memchr",
2019-09-03 00:07:06 +00:00
]
2022-01-05 10:34:08 +01:00
[[package]]
name = "ansi_term"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
dependencies = [
"winapi",
]
2020-10-28 01:52:54 +01:00
[[package]]
name = "anyhow"
2022-03-24 15:44:08 +01:00
version = "1.0.56"
2020-10-28 01:52:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "4361135be9122e0870de935d7c439aef945b9f9ddd4199a553b5270b49c82a27"
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-03-24 15:44:08 +01:00
version = "0.3.0"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "7db023823e72175ec1a514231d5ff28ad7f7e15702a3ad7507dbc7ac1feea7b6"
dependencies = [
2022-04-15 00:46:56 +02:00
"enumflags2 0.7.5",
"futures",
"gdk4-wayland",
"gdk4-x11",
"gtk4",
2022-01-05 10:34:08 +01:00
"libc",
"pipewire",
2022-03-24 15:44:08 +01:00
"rand 0.8.5",
"serde",
"serde_repr",
2022-03-24 15:44:08 +01:00
"zbus 2.1.1",
]
[[package]]
name = "async-broadcast"
2021-11-14 17:21:01 +01:00
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-14 17:21:01 +01:00
checksum = "90622698a1218e0b2fb846c97b5f19a0831f6baddee73d9454156365ccfa473b"
dependencies = [
"easy-parallel",
"event-listener",
"futures-core",
]
[[package]]
name = "async-channel"
2021-03-12 02:47:34 +01:00
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-12 02:47:34 +01:00
checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"
dependencies = [
"concurrent-queue",
"event-listener",
"futures-core",
]
[[package]]
name = "async-executor"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"
dependencies = [
"async-task",
"concurrent-queue",
"fastrand",
"futures-lite",
"once_cell",
"slab",
]
[[package]]
name = "async-global-executor"
2022-04-15 00:46:56 +02:00
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-15 00:46:56 +02:00
checksum = "c290043c9a95b05d45e952fb6383c67bcb61471f60cfa21e890dba6654234f43"
dependencies = [
2021-01-21 18:47:50 +01:00
"async-channel",
"async-executor",
"async-io",
2021-01-21 18:47:50 +01:00
"async-mutex",
"blocking",
"futures-lite",
"num_cpus",
"once_cell",
]
[[package]]
name = "async-io"
2021-11-14 17:21:01 +01:00
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-14 17:21:01 +01:00
checksum = "a811e6a479f2439f0c04038796b5cfb3d2ad56c230e0f2d3f7b04d68cfee607b"
dependencies = [
"concurrent-queue",
"futures-lite",
"libc",
"log",
"once_cell",
"parking",
"polling",
"slab",
"socket2",
"waker-fn",
"winapi",
]
2021-01-21 18:47:50 +01:00
[[package]]
name = "async-lock"
2022-03-24 15:44:08 +01:00
version = "2.5.0"
2021-01-21 18:47:50 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "e97a171d191782fba31bb902b14ad94e24a68145032b7eedf871ab0bc0d077b6"
2021-01-21 18:47:50 +01:00
dependencies = [
"event-listener",
]
[[package]]
name = "async-mutex"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e"
dependencies = [
"event-listener",
]
2021-11-14 17:21:01 +01:00
[[package]]
name = "async-recursion"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "async-std"
2022-03-24 15:44:08 +01:00
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "52580991739c5cdb36cde8b2a516371c0a3b70dda36d916cc08b82372916808c"
dependencies = [
2020-12-09 06:37:49 +01:00
"async-channel",
"async-global-executor",
"async-io",
2021-01-21 18:47:50 +01:00
"async-lock",
"crossbeam-utils",
"futures-channel",
"futures-core",
"futures-io",
"futures-lite",
"gloo-timers",
"kv-log-macro",
"log",
"memchr",
"num_cpus",
"once_cell",
2021-03-12 02:47:34 +01:00
"pin-project-lite",
"pin-utils",
"slab",
"wasm-bindgen-futures",
]
[[package]]
name = "async-task"
2022-03-24 15:44:08 +01:00
version = "4.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "30696a84d817107fc028e049980e09d5e140e8da8f1caeb17e8e950658a3cea9"
[[package]]
name = "async-trait"
2022-04-15 00:46:56 +02:00
version = "0.1.53"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-15 00:46:56 +02:00
checksum = "ed6aa3524a2dfcf9fe180c51eae2b58738348d819517ceadf95789c51fff7600"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "atomic-waker"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"
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 = [
"hermit-abi",
"libc",
"winapi",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "authenticator"
version = "0.1.0"
dependencies = [
2022-01-28 16:07:53 +01:00
"aes-gcm 0.9.4",
"anyhow",
"ashpd",
2020-12-19 05:03:40 +01:00
"async-std",
2022-01-28 16:07:53 +01:00
"base64",
2021-02-05 10:09:59 +00:00
"binascii",
"diesel",
"diesel_migrations",
"futures",
"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-03-24 15:44:08 +01:00
"image 0.24.1",
2021-01-21 18:56:56 +01:00
"libadwaita",
"log",
"once_cell",
"percent-encoding",
"pretty_env_logger",
2020-12-09 01:20:36 +01:00
"qrcode",
"quick-xml",
2022-03-24 15:44:08 +01:00
"rand 0.8.5",
"ring",
"rust-argon2",
2022-01-28 16:07:53 +01:00
"scrypt",
"search-provider",
"secret-service",
2020-12-07 06:45:52 +01:00
"serde",
"serde_json",
"surf",
2021-01-31 22:18:52 +01:00
"svg_metadata",
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
[[package]]
name = "base-x"
2020-11-16 17:13:40 +01:00
version = "0.2.8"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b"
2019-09-03 00:07:06 +00:00
2020-11-08 05:48:55 +01:00
[[package]]
name = "base64"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
2020-11-08 05:48:55 +01:00
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 0.9.0",
"lazy_static",
"lazycell",
"log",
"peeking_take_while",
"proc-macro2",
"quote",
"regex",
"rustc-hash",
"shlex",
"which",
]
2019-09-03 00:07:06 +00:00
[[package]]
2022-03-24 15:44:08 +01:00
name = "bit_field"
version = "0.10.1"
2020-10-28 01:52:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "dcb6dd1c2376d2e096796e234a70e17e94cc2d5d54ff8ce42b28cef1d0d359a4"
2020-10-28 01:52:54 +01:00
2022-01-05 10:34:08 +01:00
[[package]]
2022-03-24 15:44:08 +01:00
name = "bitflags"
version = "1.3.2"
2022-01-05 10:34:08 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2022-01-05 10:34:08 +01:00
[[package]]
name = "blake2b_simd"
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
[[package]]
name = "block-buffer"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
dependencies = [
"generic-array",
]
2022-01-28 16:07:53 +01:00
[[package]]
name = "block-buffer"
2022-03-24 15:44:08 +01:00
version = "0.10.2"
2022-01-28 16:07:53 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
2022-01-28 16:07:53 +01:00
dependencies = [
"generic-array",
]
2020-11-10 04:59:52 +01:00
[[package]]
name = "block-modes"
2020-12-14 23:12:33 +01:00
version = "0.7.0"
2020-11-10 04:59:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-14 23:12:33 +01:00
checksum = "57a0e8073e8baa88212fb5823574c02ebccb395136ba9a164ab89379ec6072f0"
2020-11-10 04:59:52 +01:00
dependencies = [
"block-padding",
2022-01-28 16:07:53 +01:00
"cipher 0.2.5",
2020-11-10 04:59:52 +01:00
]
[[package]]
name = "block-padding"
2020-12-14 23:12:33 +01:00
version = "0.2.1"
2020-11-10 04:59:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-14 23:12:33 +01:00
checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"
2020-11-10 04:59:52 +01:00
[[package]]
name = "blocking"
2022-03-24 15:44:08 +01:00
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "c6ccb65d468978a086b69884437ded69a90faab3bbe6e67f242173ea728acccc"
dependencies = [
"async-channel",
"async-task",
"atomic-waker",
"fastrand",
"futures-lite",
"once_cell",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "bumpalo"
2022-01-16 18:07:05 +01:00
version = "3.9.1"
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 = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"
2019-09-03 00:07:06 +00:00
[[package]]
name = "bytemuck"
2022-04-15 00:46:56 +02:00
version = "1.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-15 00:46:56 +02:00
checksum = "cdead85bdec19c194affaeeb670c0e41fe23de31459efd1c174d049269cf02cc"
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
[[package]]
name = "bytes"
2020-10-28 07:07:31 +01:00
version = "0.5.6"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
2019-09-03 00:07:06 +00:00
2021-01-10 00:57:38 +01:00
[[package]]
name = "bytes"
2021-11-14 17:21:01 +01:00
version = "1.1.0"
2021-01-10 00:57:38 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-14 17:21:01 +01:00
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
2021-01-10 00:57:38 +01:00
[[package]]
name = "cache-padded"
2022-01-04 22:51:02 +01:00
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-04 22:51:02 +01:00
checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"
2019-09-03 00:07:06 +00:00
[[package]]
name = "cairo-rs"
2022-03-24 15:44:08 +01:00
version = "0.15.10"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "129e928d3eda625f53ce257589efbe5143416875fd01bddd08c8c6feb8b9962b"
2020-10-28 01:52:54 +01:00
dependencies = [
"bitflags",
"cairo-sys-rs",
"glib",
"libc",
"thiserror",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "cairo-sys-rs"
2022-01-16 18:07:05 +01:00
version = "0.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c55d429bef56ac9172d25fecb85dc8068307d17acd74b377866b7a1ef25d3c8"
2019-09-03 00:07:06 +00:00
dependencies = [
"glib-sys",
"libc",
2022-03-24 15:44:08 +01:00
"system-deps",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "cc"
2022-03-24 15:44:08 +01:00
version = "1.0.73"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
2019-09-03 00:07:06 +00:00
2022-01-05 10:34:08 +01:00
[[package]]
name = "cexpr"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
dependencies = [
2022-03-24 15:44:08 +01:00
"nom",
2022-01-05 10:34:08 +01:00
]
[[package]]
name = "cfg-expr"
2022-03-24 15:44:08 +01:00
version = "0.10.2"
2021-03-23 20:05:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "5e068cb2806bbc15b439846dc16c5f89f8599f2c3e4d73d4449d38f9b2f0b6c5"
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"
version = "0.4.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
dependencies = [
2022-01-16 18:07:05 +01:00
"libc",
2022-01-05 10:34:08 +01:00
"num-integer",
"num-traits",
2022-01-16 18:07:05 +01:00
"winapi",
2022-01-05 10:34:08 +01:00
]
2020-11-08 05:48:55 +01:00
[[package]]
name = "cipher"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801"
2020-11-08 05:48:55 +01:00
dependencies = [
"generic-array",
2020-11-08 05:48:55 +01:00
]
2022-01-28 16:07:53 +01:00
[[package]]
name = "cipher"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
dependencies = [
"generic-array",
]
2022-03-24 15:44:08 +01:00
[[package]]
name = "cipher"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1873270f8f7942c191139cb8a40fd228da6c3fd2fc376d7e92d47aa14aeb59e"
dependencies = [
"crypto-common",
"inout",
]
2022-01-05 10:34:08 +01:00
[[package]]
name = "clang-sys"
2022-03-24 15:44:08 +01:00
version = "1.3.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 = "4cc00842eed744b858222c4c9faf7243aafc6d33f92f96935263ef4d8a41ce21"
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",
]
[[package]]
name = "color_quant"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
[[package]]
name = "concurrent-queue"
version = "1.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"
dependencies = [
"cache-padded",
]
[[package]]
name = "const_fn"
2022-01-04 22:51:02 +01:00
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-04 22:51:02 +01:00
checksum = "fbdcdcb6d86f71c5e97409ad45898af11cbc995b4ee8112d59095a28d376c935"
[[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"
2021-03-12 02:47:34 +01:00
version = "0.14.4"
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 = "03a5d7b21829bc7b4bf4754a978a241ae54ea55a40f92bb20216e54096f4b951"
2019-09-03 00:07:06 +00:00
dependencies = [
2022-01-28 16:07:53 +01:00
"aes-gcm 0.8.0",
2021-03-12 02:47:34 +01:00
"base64",
2020-12-14 23:12:33 +01:00
"hkdf",
2022-01-28 16:07:53 +01:00
"hmac 0.10.1",
"percent-encoding",
2022-03-24 15:44:08 +01:00
"rand 0.8.5",
2022-01-28 16:07:53 +01:00
"sha2 0.9.9",
"time",
"version_check",
2019-09-03 00:07:06 +00:00
]
2022-01-05 10:34:08 +01:00
[[package]]
name = "cookie-factory"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "396de984970346b0d9e93d1415082923c679e5ae5c3ee3dcbd104f5610af126b"
2019-09-03 00:07:06 +00:00
[[package]]
name = "cpufeatures"
2022-03-24 15:44:08 +01:00
version = "0.2.2"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"
dependencies = [
"libc",
]
2019-09-03 00:07:06 +00:00
2020-12-09 06:37:49 +01:00
[[package]]
name = "cpuid-bool"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcb25d077389e53838a8158c8e99174c5a9d902dee4904320db714f3c653ffba"
[[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-channel"
2022-03-24 15:44:08 +01:00
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "5aaa7bd5fb665c6864b5f963dd9097905c54125909c7aa94c9e18507cdbe6c53"
dependencies = [
"cfg-if 1.0.0",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-deque"
2021-11-14 17:21:01 +01:00
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-14 17:21:01 +01:00
checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
dependencies = [
"cfg-if 1.0.0",
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
2022-03-24 15:44:08 +01:00
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "1145cf131a2c6ba0615079ab6a638f7e1973ac9c2634fcbeaaad6114246efe8c"
dependencies = [
2022-03-24 15:44:08 +01:00
"autocfg",
"cfg-if 1.0.0",
"crossbeam-utils",
"lazy_static",
2021-03-12 02:47:34 +01:00
"memoffset",
"scopeguard",
]
[[package]]
name = "crossbeam-utils"
2022-03-24 15:44:08 +01:00
version = "0.8.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"
dependencies = [
"cfg-if 1.0.0",
"lazy_static",
]
2022-01-28 16:07:53 +01:00
[[package]]
name = "crypto-common"
2022-03-24 15:44:08 +01:00
version = "0.1.3"
2022-01-28 16:07:53 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8"
2022-01-28 16:07:53 +01:00
dependencies = [
"generic-array",
2022-03-24 15:44:08 +01:00
"typenum",
2022-01-28 16:07:53 +01:00
]
[[package]]
name = "crypto-mac"
2021-11-14 17:21:01 +01:00
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-14 17:21:01 +01:00
checksum = "bff07008ec701e8028e2ceb8f83f0e4274ee62bd2dbdc4fefff2e9a91824081a"
dependencies = [
"generic-array",
"subtle",
]
2021-01-27 15:03:07 +01:00
[[package]]
name = "ctor"
2022-03-24 15:44:08 +01:00
version = "0.1.22"
2021-01-27 15:03:07 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c"
2021-01-27 15:03:07 +01:00
dependencies = [
"quote",
"syn",
]
2020-11-08 05:48:55 +01:00
[[package]]
name = "ctr"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb4a30d54f7443bf3d6191dcd486aca19e67cb3c49fa7a06a319966346707e7f"
2020-11-08 05:48:55 +01:00
dependencies = [
2022-01-28 16:07:53 +01:00
"cipher 0.2.5",
]
[[package]]
name = "ctr"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"
dependencies = [
"cipher 0.3.0",
2020-11-08 05:48:55 +01:00
]
[[package]]
name = "curl"
2022-03-24 15:44:08 +01:00
version = "0.4.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "37d855aeef205b43f65a5001e0997d81f8efca7badad4fad7d897aa7f0d0651f"
dependencies = [
"curl-sys",
"libc",
"openssl-probe",
"openssl-sys",
"schannel",
"socket2",
"winapi",
]
[[package]]
name = "curl-sys"
2022-03-24 15:44:08 +01:00
version = "0.4.53+curl-7.82.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "8092905a5a9502c312f223b2775f57ec5c5b715f9a15ee9d2a8591d1364a0352"
dependencies = [
"cc",
"libc",
"libnghttp2-sys",
"libz-sys",
"openssl-sys",
"pkg-config",
"vcpkg",
"winapi",
]
2021-03-12 02:47:34 +01:00
[[package]]
name = "dashmap"
version = "4.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e77a43b28d0668df09411cb0bc9a8c2adc40f9a048afe863e05fd43251e8e39c"
dependencies = [
"cfg-if 1.0.0",
"num_cpus",
]
[[package]]
name = "deflate"
2022-03-24 15:44:08 +01:00
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "c86f7e25f518f4b81808a2cf1c50996a61f5c2eb394b2393bd87f2a4780a432f"
dependencies = [
"adler32",
]
[[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"
2021-11-14 17:21:01 +01:00
version = "1.4.8"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-14 17:21:01 +01:00
checksum = "b28135ecf6b7d446b43e27e225622a038cc4e2930a1022f51cdb97ada19b8e4d"
2019-09-03 00:07:06 +00:00
dependencies = [
"byteorder",
"diesel_derives",
"libsqlite3-sys",
"r2d2",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "diesel_derives"
2020-10-28 07:07:31 +01:00
version = "1.4.1"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45f5098f628d02a7a0f68ddba586fb61e80edec3bdc1be3b921f4ceec60858d3"
2019-09-03 00:07:06 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "diesel_migrations"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf3cde8413353dc7f5d72fa8ce0b99a560a359d2c5ef1e5817ca731cd9008f4c"
2019-09-03 00:07:06 +00:00
dependencies = [
"migrations_internals",
"migrations_macros",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "digest"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
dependencies = [
"generic-array",
]
2022-01-28 16:07:53 +01:00
[[package]]
name = "digest"
2022-03-24 15:44:08 +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-03-24 15:44:08 +01:00
checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"
2022-01-28 16:07:53 +01:00
dependencies = [
2022-03-24 15:44:08 +01:00
"block-buffer 0.10.2",
2022-01-28 16:07:53 +01:00
"crypto-common",
"subtle",
]
[[package]]
name = "discard"
version = "1.0.4"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
2019-09-03 00:07:06 +00: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"
[[package]]
name = "easy-parallel"
2022-01-04 22:51:02 +01:00
version = "3.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-04 22:51:02 +01:00
checksum = "6907e25393cdcc1f4f3f513d9aac1e840eb1cc341a0fccb01171f7d14d10b946"
2019-09-03 00:07:06 +00:00
[[package]]
name = "either"
2020-10-28 07:07:31 +01:00
version = "1.6.1"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
2019-09-03 00:07:06 +00:00
[[package]]
name = "encoding_rs"
2022-04-15 00:46:56 +02:00
version = "0.8.31"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-15 00:46:56 +02:00
checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
2019-09-03 00:07:06 +00:00
dependencies = [
"cfg-if 1.0.0",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "enum-ordinalize"
2022-03-24 15:44:08 +01:00
version = "3.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "2170fc0efee383079a8bdd05d6ea2a184d2a0f07a1c1dcabdb2fd5e9f24bc36c"
dependencies = [
2021-11-14 17:21:01 +01:00
"num-bigint 0.4.3",
"num-traits",
"proc-macro2",
"quote",
2022-03-24 15:44:08 +01:00
"rustc_version 0.4.0",
"syn",
]
[[package]]
name = "enumflags2"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83c8d82922337cd23a15f88b70d8e4ef5f11da38dd7cdb55e84dd5de99695da0"
dependencies = [
2022-01-04 22:51:02 +01:00
"enumflags2_derive 0.6.4",
"serde",
]
[[package]]
name = "enumflags2"
2022-04-15 00:46:56 +02:00
version = "0.7.5"
2022-01-04 22:51:02 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-15 00:46:56 +02:00
checksum = "e75d4cd21b95383444831539909fbb14b9dc3fdceb2a6f5d36577329a1f55ccb"
2022-01-04 22:51:02 +01:00
dependencies = [
2022-03-24 15:44:08 +01:00
"enumflags2_derive 0.7.4",
"serde",
]
[[package]]
name = "enumflags2_derive"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "946ee94e3dbf58fdd324f9ce245c7b238d46a66f00e86a020b71996349e46cce"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
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",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "env_logger"
2020-10-28 07:07:31 +01:00
version = "0.7.1"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
2019-09-03 00:07:06 +00:00
dependencies = [
"atty",
2022-01-05 10:34:08 +01:00
"humantime 1.3.0",
"log",
"regex",
"termcolor",
2019-09-03 00:07:06 +00:00
]
2022-01-05 10:34:08 +01:00
[[package]]
name = "env_logger"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
dependencies = [
"atty",
"humantime 2.1.0",
"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"
version = "2.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71"
2022-03-24 15:44:08 +01:00
[[package]]
name = "exr"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4badb9489a465cb2c555af1f00f0bfd8cecd6fc12ac11da9d5b40c5dd5f0200"
dependencies = [
"bit_field",
"deflate",
"flume 0.10.12",
"half",
"inflate",
"lebe",
"smallvec",
"threadpool",
]
[[package]]
name = "fastrand"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
dependencies = [
"instant",
]
[[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-03-24 15:44:08 +01:00
[[package]]
name = "flate2"
2022-04-15 00:46:56 +02:00
version = "1.0.23"
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 = "b39522e96686d38f4bc984b9198e3a0613264abaebaff2c5c918bfa6b6da09af"
2022-03-24 15:44:08 +01:00
dependencies = [
"cfg-if 1.0.0",
"crc32fast",
"libc",
2022-04-15 00:46:56 +02:00
"miniz_oxide",
2022-03-24 15:44:08 +01:00
]
2020-11-16 17:13:40 +01:00
[[package]]
name = "flume"
version = "0.9.2"
2020-11-16 17:13:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bebadab126f8120d410b677ed95eee4ba6eb7c6dd8e34a5ec88a08050e26132"
2020-11-16 17:13:40 +01:00
dependencies = [
"futures-core",
"futures-sink",
"spinning_top",
2020-11-16 17:13:40 +01:00
]
2022-03-24 15:44:08 +01:00
[[package]]
name = "flume"
version = "0.10.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "843c03199d0c0ca54bc1ea90ac0d507274c28abcc4f691ae8b4eaa375087c76a"
dependencies = [
"futures-core",
"futures-sink",
"nanorand",
"pin-project",
"spin 0.9.2",
]
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 = "form_urlencoded"
2021-03-12 02:47:34 +01:00
version = "1.0.1"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-12 02:47:34 +01:00
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
2019-09-03 00:07:06 +00:00
dependencies = [
"matches",
"percent-encoding",
2019-09-03 00:07:06 +00:00
]
2021-11-14 17:21:01 +01:00
[[package]]
name = "fragile"
2022-04-15 00:46:56 +02:00
version = "1.2.0"
2021-11-14 17:21:01 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-15 00:46:56 +02:00
checksum = "e9d758e60b45e8d749c89c1b389ad8aee550f86aa12e2b9298b546dda7a82ab1"
2021-11-14 17:21:01 +01:00
2020-10-28 01:52:54 +01:00
[[package]]
name = "futures"
2022-03-24 15:44:08 +01:00
version = "0.3.21"
2020-10-28 01:52:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"
2020-10-28 01:52:54 +01:00
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
2020-10-28 01:52:54 +01:00
]
[[package]]
name = "futures-channel"
2022-03-24 15:44:08 +01:00
version = "0.3.21"
2020-10-28 01:52:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
2020-10-28 01:52:54 +01:00
dependencies = [
"futures-core",
"futures-sink",
2020-10-28 01:52:54 +01:00
]
[[package]]
name = "futures-core"
2022-03-24 15:44:08 +01:00
version = "0.3.21"
2020-10-28 01:52:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
2020-10-28 01:52:54 +01:00
2019-09-03 00:07:06 +00:00
[[package]]
2020-10-28 01:52:54 +01:00
name = "futures-executor"
2022-03-24 15:44:08 +01:00
version = "0.3.21"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"
2019-09-03 00:07:06 +00:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
2019-09-03 00:07:06 +00:00
]
[[package]]
2020-10-28 01:52:54 +01:00
name = "futures-io"
2022-03-24 15:44:08 +01:00
version = "0.3.21"
2020-10-28 01:52:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
2020-10-28 01:52:54 +01:00
[[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-03-24 15:44:08 +01:00
version = "0.3.21"
2020-10-28 01:52:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"
2020-10-28 01:52:54 +01:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2020-10-28 01:52:54 +01:00
]
[[package]]
name = "futures-sink"
2022-03-24 15:44:08 +01:00
version = "0.3.21"
2020-10-28 01:52:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
2020-10-28 01:52:54 +01:00
[[package]]
name = "futures-task"
2022-03-24 15:44:08 +01:00
version = "0.3.21"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
2020-10-28 01:52:54 +01:00
[[package]]
name = "futures-util"
2022-03-24 15:44:08 +01:00
version = "0.3.21"
2020-10-28 01:52:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
2020-10-28 01:52:54 +01:00
dependencies = [
"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-03-24 15:44:08 +01:00
version = "0.15.10"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "678516f1baef591d270ca10587c01a12542a731a7879cc62391a18191a470831"
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-03-24 15:44:08 +01:00
version = "0.15.10"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "140b2f5378256527150350a8346dbdb08fadc13453a7a2d73aecd5fab3c402a7"
2019-09-03 00:07:06 +00:00
dependencies = [
"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-03-24 15:44:08 +01:00
version = "0.4.7"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "d4a2fc0bd03d59383fc10b71a8cb731a1fac2998732a36a0c03e9b1de1513218"
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"
version = "0.4.2"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48a39e34abe35ee2cf54a1e29dd983accecd113ad30bdead5050418fa92f2a1b"
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-03-24 15:44:08 +01:00
version = "0.4.7"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "cb3604742a9967cf74756cef18e56fbd6481e7bb90f3b931211abb18c0a6a4aa"
dependencies = [
"gdk4",
"gdk4-wayland-sys",
"gio",
"glib",
"libc",
]
[[package]]
name = "gdk4-wayland-sys"
version = "0.4.2"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22cbf7fa3fc7714c72902d82229677f9291f7cceb33855c5cef868f177356c30"
dependencies = [
"glib-sys",
"libc",
2022-03-24 15:44:08 +01:00
"system-deps",
]
[[package]]
name = "gdk4-x11"
version = "0.4.2"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2a54a4f3405461afa18ddc2b5fbeaecc2558fcd8b132ed0c9c7c4ffa2f9ae22"
dependencies = [
"gdk4",
"gdk4-x11-sys",
"gio",
"glib",
"libc",
]
[[package]]
name = "gdk4-x11-sys"
version = "0.4.2"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1eb40aebb4f15b270df2ac2c463bf7f6d82211d9c5df1d13b84541a63a3139d7"
dependencies = [
"gdk4-sys",
"glib-sys",
"libc",
2022-03-24 15:44:08 +01:00
"system-deps",
]
[[package]]
name = "generic-array"
2022-01-04 22:51:02 +01:00
version = "0.14.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-04 22:51:02 +01:00
checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
dependencies = [
"typenum",
"version_check",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "getrandom"
2021-01-10 00:57:38 +01:00
version = "0.1.16"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-10 00:57:38 +01:00
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
2019-09-03 00:07:06 +00:00
dependencies = [
2021-01-10 00:57:38 +01:00
"cfg-if 1.0.0",
"libc",
2021-01-23 12:26:46 +01:00
"wasi 0.9.0+wasi-snapshot-preview1",
]
[[package]]
name = "getrandom"
2022-04-15 00:46:56 +02:00
version = "0.2.6"
2021-01-23 12:26:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-15 00:46:56 +02:00
checksum = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad"
2021-01-23 12:26:46 +01:00
dependencies = [
"cfg-if 1.0.0",
2022-03-24 15:44:08 +01:00
"js-sys",
2021-01-23 12:26:46 +01:00
"libc",
"wasi 0.10.2+wasi-snapshot-preview1",
2022-03-24 15:44:08 +01:00
"wasm-bindgen",
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
]
[[package]]
name = "ghash"
2021-01-10 00:57:38 +01:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-10 00:57:38 +01:00
checksum = "97304e4cd182c3846f7575ced3890c53012ce534ad9114046b0a9e00bb30a375"
dependencies = [
2021-01-10 00:57:38 +01:00
"opaque-debug",
2022-01-28 16:07:53 +01:00
"polyval 0.4.5",
]
[[package]]
name = "ghash"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"
dependencies = [
"opaque-debug",
"polyval 0.5.3",
]
[[package]]
name = "gif"
2021-11-14 17:21:01 +01:00
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-14 17:21:01 +01:00
checksum = "c3a7187e78088aead22ceedeee99779455b23fc231fe13ec443f99bb71694e5b"
dependencies = [
"color_quant",
"weezl",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "gio"
2022-03-24 15:44:08 +01:00
version = "0.15.10"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "76cd21a7a674ea811749661012512b0ba5237ba404ccbcab2850db5537549b64"
2020-10-28 01:52:54 +01:00
dependencies = [
"bitflags",
"futures-channel",
"futures-core",
"futures-io",
"gio-sys",
"glib",
"libc",
"once_cell",
"thiserror",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "gio-sys"
2022-03-24 15:44:08 +01:00
version = "0.15.10"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "32157a475271e2c4a023382e9cab31c4584ee30a97da41d3c4e9fdd605abcf8d"
2019-09-03 00:07:06 +00:00
dependencies = [
"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-03-24 15:44:08 +01:00
version = "0.15.10"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "a826fad715b57834920839d7a594c3b5e416358c7d790bdaba847a40d7c1d96d"
2020-10-28 01:52:54 +01:00
dependencies = [
"bitflags",
"futures-channel",
"futures-core",
"futures-executor",
"futures-task",
"glib-macros",
"glib-sys",
"gobject-sys",
"libc",
"once_cell",
"smallvec",
2022-01-04 22:51:02 +01:00
"thiserror",
2020-10-28 01:52:54 +01:00
]
[[package]]
name = "glib-macros"
2022-03-24 15:44:08 +01:00
version = "0.15.10"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "dac4d47c544af67747652ab1865ace0ffa1155709723ac4f32e97587dd4735b2"
2020-10-28 01:52:54 +01:00
dependencies = [
"anyhow",
2022-03-24 15:44:08 +01:00
"heck",
"proc-macro-crate 1.1.3",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "glib-sys"
2022-03-24 15:44:08 +01:00
version = "0.15.10"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "ef4b192f8e65e9cf76cbf4ea71fa8e3be4a0e18ffe3d68b8da6836974cc5bad4"
2019-09-03 00:07:06 +00:00
dependencies = [
"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"
2019-09-03 00:07:06 +00:00
[[package]]
name = "gloo-timers"
2022-04-15 00:46:56 +02:00
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-15 00:46:56 +02:00
checksum = "5fb7d06c1c8cc2a29bee7ec961009a0b2caa0793ee4900c2ffb348734ba1c8f9"
2019-09-03 00:07:06 +00:00
dependencies = [
"futures-channel",
"futures-core",
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "gobject-sys"
2022-03-24 15:44:08 +01:00
version = "0.15.10"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "0d57ce44246becd17153bd035ab4d32cfee096a657fc01f2231c9278378d1e0a"
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-01-16 18:07:05 +01:00
version = "0.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c54f9fbbeefdb62c99f892dfca35f83991e2cb5b46a8dc2a715e58612f85570"
2019-09-03 00:07:06 +00:00
dependencies = [
"glib",
"graphene-sys",
"libc",
2019-09-03 00:07:06 +00:00
]
[[package]]
2020-10-28 01:52:54 +01:00
name = "graphene-sys"
2022-03-24 15:44:08 +01:00
version = "0.15.10"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "fa691fc7337ba1df599afb55c3bcb85c04f1b3f17362570e9bb0ff0d1bc3028a"
2019-09-03 00:07:06 +00:00
dependencies = [
"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-03-24 15:44:08 +01:00
version = "0.4.7"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "14d5a47a78c682bb67496b562495ed84972c0512ba0654888c4dc92b80a85bd3"
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"
version = "0.4.2"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e31d21d7ce02ba261bb24c50c4ab238a10b41a2c97c32afffae29471b7cca69b"
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-03-24 15:44:08 +01:00
version = "0.1.1"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "e62e047edb1932887c20105c681203d138ebeb61b83b9e0b368cdec1d0fbc0cc"
2022-01-05 10:34:08 +01:00
dependencies = [
"fragile",
"gst-plugin-version-helper",
"gstreamer",
"gstreamer-base",
"gstreamer-video",
"gtk4",
"once_cell",
]
[[package]]
name = "gst-plugin-version-helper"
2022-01-16 18:07:05 +01:00
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a6a4dd1cb931cc6b49af354a68f21b3aee46b5b07370215d942f3a71542123f"
2022-01-05 10:34:08 +01:00
dependencies = [
"chrono",
2020-10-28 01:52:54 +01:00
]
[[package]]
name = "gstreamer"
2022-04-15 00:46:56 +02:00
version = "0.18.7"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-15 00:46:56 +02:00
checksum = "cd58af6f8b268fc335122a3ccc66efa0cd56584948f49a37e5feef0b89dfc29b"
dependencies = [
"bitflags",
"cfg-if 1.0.0",
"futures-channel",
"futures-core",
"futures-util",
"glib",
"gstreamer-sys",
"libc",
"muldiv",
"num-integer",
2021-03-12 02:47:34 +01:00
"num-rational 0.4.0",
"once_cell",
2021-11-14 17:21:01 +01:00
"option-operations",
"paste",
"pretty-hex",
"thiserror",
]
[[package]]
name = "gstreamer-base"
2021-11-14 17:21:01 +01:00
version = "0.18.0"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "224f35f36582407caf58ded74854526beeecc23d0cf64b8d1c3e00584ed6863f"
dependencies = [
"bitflags",
"cfg-if 1.0.0",
"glib",
"gstreamer",
"gstreamer-base-sys",
"libc",
]
[[package]]
name = "gstreamer-base-sys"
2021-11-14 17:21:01 +01:00
version = "0.18.0"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a083493c3c340e71fa7c66eebda016e9fafc03eb1b4804cf9b2bad61994b078e"
dependencies = [
"glib-sys",
"gobject-sys",
"gstreamer-sys",
"libc",
2022-03-24 15:44:08 +01:00
"system-deps",
]
[[package]]
name = "gstreamer-sys"
2021-11-14 17:21:01 +01:00
version = "0.18.0"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3517a65d3c2e6f8905b456eba5d53bda158d664863aef960b44f651cb7d33e2"
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
2022-03-24 15:44:08 +01:00
"system-deps",
2022-01-05 10:34:08 +01:00
]
[[package]]
name = "gstreamer-video"
2022-04-15 00:46:56 +02:00
version = "0.18.7"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-15 00:46:56 +02:00
checksum = "9418adfc72dafa1ad9eb106527ce4804887d101027c4528ec28c7d29cc899519"
2022-01-05 10:34:08 +01:00
dependencies = [
"bitflags",
"cfg-if 1.0.0",
"futures-channel",
"glib",
"gstreamer",
"gstreamer-base",
"gstreamer-video-sys",
"libc",
"once_cell",
]
[[package]]
name = "gstreamer-video-sys"
2022-03-24 15:44:08 +01:00
version = "0.18.3"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "33331b1675e73b5b000c796354278eca7fdde9327015971d9f41afe28b96e0dc"
2022-01-05 10:34:08 +01:00
dependencies = [
"glib-sys",
"gobject-sys",
"gstreamer-base-sys",
"gstreamer-sys",
"libc",
2022-03-24 15:44:08 +01:00
"system-deps",
]
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-03-24 15:44:08 +01:00
version = "0.4.7"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "eb5d40303dabe4608fc260de2bd7563da6f85bc90af956323f0cd8ae0abcfe03"
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-03-24 15:44:08 +01:00
version = "0.4.7"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "7f3c4aa605fb3d78205c7aef0eeaa6db61d8cc4dd05a465dc6ffdfdaee84f825"
dependencies = [
"anyhow",
2022-03-24 15:44:08 +01:00
"proc-macro-crate 1.1.3",
"proc-macro-error",
"proc-macro2",
2022-03-24 15:44:08 +01:00
"quick-xml",
"quote",
"syn",
2020-10-28 01:52:54 +01:00
]
[[package]]
name = "gtk4-sys"
2022-03-24 15:44:08 +01:00
version = "0.4.5"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "c47c075e8f795c38f6e9a47b51a73eab77b325f83c0154979ed4d4245c36490d"
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
]
2020-10-28 01:52:54 +01:00
[[package]]
2022-03-24 15:44:08 +01:00
name = "half"
version = "1.8.2"
2020-10-28 01:52:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
2020-10-28 01:52:54 +01:00
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
]
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"
2020-11-08 05:48:55 +01:00
version = "0.10.0"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51ab2f639c231793c5f6114bdb9bbe50a7dbbfcd7c7c6bd8475dec2d991e964f"
2019-09-03 00:07:06 +00:00
dependencies = [
2022-01-28 16:07:53 +01:00
"digest 0.9.0",
"hmac 0.10.1",
2020-11-10 04:59:52 +01:00
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "hmac"
2020-11-08 05:48:55 +01:00
version = "0.10.1"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1441c6b1e930e2817404b5046f1f989899143a12bf92de603b69f4e0aee1e15"
2019-09-03 00:07:06 +00:00
dependencies = [
2020-12-14 23:12:33 +01:00
"crypto-mac",
2022-01-28 16:07:53 +01:00
"digest 0.9.0",
]
[[package]]
name = "hmac"
2022-03-24 15:44:08 +01:00
version = "0.12.1"
2022-01-28 16:07:53 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
2022-01-28 16:07:53 +01:00
dependencies = [
2022-03-24 15:44:08 +01:00
"digest 0.10.3",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "http"
2022-01-04 22:51:02 +01:00
version = "0.2.6"
2020-10-28 07:07:31 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-04 22:51:02 +01:00
checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03"
dependencies = [
2021-11-14 17:21:01 +01:00
"bytes 1.1.0",
"fnv",
"itoa",
]
2020-10-28 07:07:31 +01:00
2019-09-03 00:07:06 +00:00
[[package]]
name = "http-client"
2021-11-14 17:21:01 +01:00
version = "6.5.1"
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 = "ea880b03c18a7e981d7fb3608b8904a98425d53c440758fcebf7d934aa56547c"
2019-09-03 00:07:06 +00:00
dependencies = [
"async-std",
"async-trait",
2021-03-12 02:47:34 +01:00
"cfg-if 1.0.0",
"dashmap",
"http-types",
"isahc",
"log",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "http-types"
2021-11-14 17:21:01 +01:00
version = "2.12.0"
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 = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
2019-09-03 00:07:06 +00:00
dependencies = [
"anyhow",
"async-channel",
"async-std",
2021-03-12 02:47:34 +01:00
"base64",
"cookie",
"futures-lite",
"infer",
2021-03-12 02:47:34 +01:00
"pin-project-lite",
2021-01-23 12:26:46 +01:00
"rand 0.7.3",
"serde",
"serde_json",
"serde_qs",
"serde_urlencoded",
"url",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "humantime"
version = "1.3.0"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
2019-09-03 00:07:06 +00:00
dependencies = [
"quick-error",
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"
2019-09-03 00:07:06 +00:00
[[package]]
name = "idna"
version = "0.2.3"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
2019-09-03 00:07:06 +00:00
dependencies = [
"matches",
"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"
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db207d030ae38f1eb6f240d5a1c1c88ff422aa005d10f8c6c6fc5e75286ab30e"
dependencies = [
"bytemuck",
"byteorder",
"color_quant",
"exr",
"gif",
2022-04-15 00:46:56 +02:00
"jpeg-decoder",
2022-03-24 15:44:08 +01:00
"num-iter",
"num-rational 0.4.0",
"num-traits",
"png",
"scoped_threadpool",
"tiff",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "infer"
version = "0.2.3"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
2019-09-03 00:07:06 +00:00
2022-03-24 15:44:08 +01:00
[[package]]
name = "inflate"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cdb29978cc5797bd8dcc8e5bf7de604891df2a8dc576973d71a281e916db2ff"
dependencies = [
"adler32",
]
[[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 = [
"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 = "isahc"
2020-12-09 06:37:49 +01:00
version = "0.9.14"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-09 06:37:49 +01:00
checksum = "e2948a0ce43e2c2ef11d7edf6816508998d99e13badd1150be0914205df9388a"
2019-09-03 00:07:06 +00:00
dependencies = [
2021-01-10 00:57:38 +01:00
"bytes 0.5.6",
"crossbeam-utils",
"curl",
"curl-sys",
2022-03-24 15:44:08 +01:00
"flume 0.9.2",
"futures-lite",
"http",
"log",
"once_cell",
"slab",
"sluice",
"tracing",
"tracing-futures",
"url",
"waker-fn",
2019-09-03 00:07:06 +00:00
]
2022-01-04 22:51:02 +01:00
[[package]]
name = "itoa"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
[[package]]
name = "jpeg-decoder"
2022-04-15 00:46:56 +02:00
version = "0.2.4"
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 = "744c24117572563a98a7e9168a5ac1ee4a1ca7f702211258797bbe0ed0346c3c"
dependencies = [
"rayon",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "js-sys"
2022-04-15 00:46:56 +02:00
version = "0.3.57"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-15 00:46:56 +02:00
checksum = "671a26f820db17c2a2750743f1dd03bafd15b98c9f30c7c2628c024c05d73397"
2019-09-03 00:07:06 +00:00
dependencies = [
"wasm-bindgen",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "kv-log-macro"
version = "1.0.7"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
2019-09-03 00:07:06 +00:00
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"
[[package]]
2022-03-24 15:44:08 +01:00
name = "lebe"
version = "0.5.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 = "7efd1d698db0759e6ef11a7cd44407407399a910c774dd804c64c032da7826ff"
2022-01-05 10:34:08 +01:00
2019-09-03 00:07:06 +00:00
[[package]]
2021-01-21 18:56:56 +01:00
name = "libadwaita"
2022-03-24 15:44:08 +01:00
version = "0.1.1"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "f2ae453d28e3b91f03749f02b1531e8cfe315a1d0762b77a61797d2ab80bb87d"
dependencies = [
"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-01-16 18:07:05 +01:00
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f18b6ac4cadd252a89f5cba0a5a4e99836131795d6fad37b859ac79e8cb7d2c8"
2020-11-08 05:48:55 +01:00
dependencies = [
"gdk4-sys",
"gio-sys",
"glib-sys",
"gobject-sys",
"gtk4-sys",
"libc",
2022-03-24 15:44:08 +01:00
"system-deps",
2019-09-03 00:07:06 +00:00
]
2021-01-21 18:56:56 +01:00
[[package]]
name = "libc"
2022-04-15 00:46:56 +02:00
version = "0.2.123"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-15 00:46:56 +02:00
checksum = "cb691a747a7ab48abc15c5b42066eaafde10dc427e3b6ee2a1cf43db04c763bd"
2022-01-05 10:34:08 +01:00
[[package]]
name = "libloading"
2022-01-16 18:07:05 +01:00
version = "0.7.3"
2022-01-05 10:34:08 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-16 18:07:05 +01:00
checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
2022-01-05 10:34:08 +01:00
dependencies = [
"cfg-if 1.0.0",
"winapi",
]
[[package]]
name = "libnghttp2-sys"
2021-11-14 17:21:01 +01:00
version = "0.1.7+1.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-14 17:21:01 +01:00
checksum = "57ed28aba195b38d5ff02b9170cbff627e336a20925e43b4945390401c5dc93f"
dependencies = [
"cc",
"libc",
]
2022-01-05 10:34:08 +01:00
[[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"
version = "0.22.2"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "290b64917f8b0cb885d9de0f9959fe1f775d7fa12f1da2db9001c1c8ab60f89d"
2019-09-03 00:07:06 +00:00
dependencies = [
"pkg-config",
"vcpkg",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "libz-sys"
2022-03-24 15:44:08 +01:00
version = "1.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "6f35facd4a5673cb5a48822be2be1d4236c1c99cb4113cab7061ac720d5bf859"
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "locale_config"
2020-10-28 01:52:54 +01:00
version = "0.3.0"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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-04-15 00:46:56 +02:00
version = "0.4.7"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-15 00:46:56 +02:00
checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
2019-09-03 00:07:06 +00:00
dependencies = [
2022-04-15 00:46:56 +02:00
"autocfg",
"scopeguard",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "log"
2022-03-24 15:44:08 +01:00
version = "0.4.16"
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 = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8"
2019-09-03 00:07:06 +00:00
dependencies = [
2021-01-27 15:03:07 +01:00
"cfg-if 1.0.0",
"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 = "matches"
2021-11-14 17:21:01 +01:00
version = "0.1.9"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-14 17:21:01 +01:00
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
2019-09-03 00:07:06 +00:00
[[package]]
name = "memchr"
2021-11-14 17:21:01 +01:00
version = "2.4.1"
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 = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
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"
2020-10-28 07:07:31 +01:00
version = "1.4.1"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b4fc84e4af020b837029e017966f86a1c2d5e83e64b589963d5047525995860"
2019-09-03 00:07:06 +00:00
dependencies = [
"diesel",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "migrations_macros"
2020-10-28 07:07:31 +01:00
version = "1.4.2"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9753f12909fd8d923f75ae5c3258cae1ed3c8ec052e1b38c93c21a6d157f789c"
2019-09-03 00:07:06 +00:00
dependencies = [
"migrations_internals",
"proc-macro2",
"quote",
"syn",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "mime"
2020-10-28 07:07:31 +01:00
version = "0.3.16"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
2019-09-03 00:07:06 +00:00
[[package]]
name = "mime_guess"
2022-03-24 15:44:08 +01:00
version = "2.0.4"
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 = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
2019-09-03 00:07:06 +00:00
dependencies = [
"mime",
"unicase",
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-03-24 15:44:08 +01:00
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "d2b29bd4bc3f33391105ebee3589c19197c4271e3e5a9ec9bfe8127eeff8f082"
dependencies = [
"adler",
]
[[package]]
name = "muldiv"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5136edda114182728ccdedb9f5eda882781f35fa6e80cc360af12a8932507f3"
2022-03-24 15:44:08 +01:00
[[package]]
name = "nanorand"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
dependencies = [
2022-04-15 00:46:56 +02:00
"getrandom 0.2.6",
2022-03-24 15:44:08 +01:00
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "nb-connect"
version = "1.2.0"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1bb540dc6ef51cfe1916ec038ce7a620daf3a111e2502d745197cd53d6bca15"
2019-09-03 00:07:06 +00:00
dependencies = [
"libc",
"socket2",
2019-09-03 00:07:06 +00: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"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50e4785f2c3b7589a0d0c1dd60285e1188adac4006e8abd6dd578e1567027363"
dependencies = [
"bitflags",
"cc",
"cfg-if 0.1.10",
"libc",
"void",
]
[[package]]
name = "nix"
2022-01-04 22:51:02 +01:00
version = "0.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-04 22:51:02 +01:00
checksum = "9f866317acbd3a240710c63f065ffb1e4fd466259045ccb504130b7f668f35c6"
dependencies = [
"bitflags",
"cc",
"cfg-if 1.0.0",
"libc",
"memoffset",
]
2022-01-05 10:34:08 +01:00
[[package]]
name = "nom"
2022-03-24 15:44:08 +01:00
version = "7.1.1"
2022-01-05 10:34:08 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
2022-01-05 10:34:08 +01:00
dependencies = [
"memchr",
"minimal-lexical",
]
2020-11-10 04:59:52 +01:00
[[package]]
name = "num"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b7a8e9be5e039e2ff869df49155f1c06bd01ade2117ec783e56ab0932b67a8f"
2020-11-10 04:59:52 +01:00
dependencies = [
2021-11-14 17:21:01 +01:00
"num-bigint 0.3.3",
"num-complex",
"num-integer",
"num-iter",
2021-03-12 02:47:34 +01:00
"num-rational 0.3.2",
"num-traits",
2020-11-10 04:59:52 +01:00
]
[[package]]
name = "num-bigint"
2021-11-14 17:21:01 +01:00
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-14 17:21:01 +01:00
checksum = "5f6f7833f2cbf2360a6cfd58cd41a53aa7a90bd4c202f5b1c7dd2ed73c57b2c3"
dependencies = [
2020-12-14 23:12:33 +01:00
"autocfg",
"num-integer",
"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"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "747d632c0c558b87dbabbe6a82f3b4ae03720d0646ac5b7b4dae89394be5f2c5"
2020-11-10 04:59:52 +01:00
dependencies = [
"num-traits",
2020-11-10 04:59:52 +01:00
]
[[package]]
name = "num-integer"
2020-11-08 05:48:55 +01:00
version = "0.1.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
dependencies = [
2020-12-14 23:12:33 +01:00
"autocfg",
"num-traits",
]
[[package]]
name = "num-iter"
2020-11-08 05:48:55 +01:00
version = "0.1.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2021c8337a54d21aca0d59a92577a029af9431cb59b909b03252b9c164fad59"
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",
2021-11-14 17:21:01 +01:00
"num-bigint 0.3.3",
"num-integer",
"num-traits",
]
2021-03-12 02:47:34 +01:00
[[package]]
name = "num-rational"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-traits"
2020-11-08 05:48:55 +01:00
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
dependencies = [
2020-12-14 23:12:33 +01:00
"autocfg",
]
[[package]]
name = "num_cpus"
2022-01-04 22:51:02 +01:00
version = "1.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-04 22:51:02 +01:00
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
dependencies = [
"hermit-abi",
"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-03-24 15:44:08 +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-03-24 15:44:08 +01:00
checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
2020-10-28 01:52:54 +01:00
[[package]]
name = "opaque-debug"
version = "0.3.0"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
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-01-04 22:51:02 +01:00
version = "0.9.72"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-04 22:51:02 +01:00
checksum = "7e46109c383602735fa0a2e48dd2b7c892b048e1bf69e5c3b1d804b7d9c203cb"
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"
version = "0.4.0"
2021-06-29 00:23:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-14 17:21:01 +01:00
checksum = "95d6113415f41b268f1195907427519769e40ee6f28cbb053795098a2c16f447"
dependencies = [
"paste",
]
2022-01-04 22:51:02 +01:00
[[package]]
name = "ordered-stream"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44630c059eacfd6e08bdaa51b1db2ce33119caa4ddc1235e923109aa5f25ccb1"
dependencies = [
"futures-core",
"pin-project-lite",
]
2021-11-14 17:21:01 +01:00
[[package]]
name = "pango"
2022-03-24 15:44:08 +01:00
version = "0.15.10"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "22e4045548659aee5313bde6c582b0d83a627b7904dd20dc2d9ef0895d414e4f"
2019-09-03 00:07:06 +00:00
dependencies = [
"bitflags",
"glib",
"libc",
"once_cell",
"pango-sys",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "pango-sys"
2022-03-24 15:44:08 +01:00
version = "0.15.10"
2022-01-16 18:07:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "d2a00081cde4661982ed91d80ef437c20eacaf6aa1a5962c0279ae194662c3aa"
2019-09-03 00:07:06 +00:00
dependencies = [
"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"
2019-09-03 00:07:06 +00:00
[[package]]
name = "parking_lot"
2021-11-14 17:21:01 +01:00
version = "0.11.2"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-14 17:21:01 +01:00
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
2019-09-03 00:07:06 +00:00
dependencies = [
"instant",
"lock_api",
"parking_lot_core",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "parking_lot_core"
2021-11-14 17:21:01 +01:00
version = "0.8.5"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-14 17:21:01 +01:00
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
2019-09-03 00:07:06 +00:00
dependencies = [
2020-12-05 20:43:52 +01:00
"cfg-if 1.0.0",
"instant",
"libc",
"redox_syscall",
"smallvec",
"winapi",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "paste"
2022-04-15 00:46:56 +02:00
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-15 00:46:56 +02:00
checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"
2022-01-28 16:07:53 +01:00
[[package]]
name = "pbkdf2"
2022-03-24 15:44:08 +01:00
version = "0.11.0"
2022-01-28 16:07:53 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
2022-01-28 16:07:53 +01:00
dependencies = [
2022-03-24 15:44:08 +01:00
"digest 0.10.3",
2022-01-28 16:07:53 +01:00
]
2022-01-05 10:34:08 +01:00
[[package]]
name = "peeking_take_while"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
2019-09-03 00:07:06 +00:00
[[package]]
2020-10-28 07:07:31 +01:00
name = "percent-encoding"
version = "2.1.0"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
2019-09-03 00:07:06 +00:00
2021-03-12 02:47:34 +01:00
[[package]]
name = "pest"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
dependencies = [
"ucd-trie",
]
2019-09-03 00:07:06 +00:00
[[package]]
2020-10-28 07:07:31 +01:00
name = "pin-project"
2022-01-04 22:51:02 +01:00
version = "1.0.10"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-04 22:51:02 +01:00
checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"
2019-09-03 00:07:06 +00:00
dependencies = [
2021-01-10 00:57:38 +01:00
"pin-project-internal",
2020-10-28 07:07:31 +01:00
]
2019-09-03 00:07:06 +00:00
[[package]]
2020-10-28 07:07:31 +01:00
name = "pin-project-internal"
2022-01-04 22:51:02 +01:00
version = "1.0.10"
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 = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"
2020-10-28 01:52:54 +01:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2020-10-28 01:52:54 +01:00
]
2020-10-28 07:07:31 +01:00
[[package]]
name = "pin-project-lite"
2022-01-04 22:51:02 +01:00
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-04 22:51:02 +01:00
checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
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"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5de050d879e7b8d9313429ec314b88b26fe48ba29a6ecc3bc8289d3673fee6c8"
dependencies = [
"anyhow",
"bitflags",
"errno",
"libc",
"libspa",
"libspa-sys",
"once_cell",
"pipewire-sys",
"signal",
"thiserror",
]
[[package]]
name = "pipewire-sys"
2022-03-24 15:44:08 +01:00
version = "0.5.0"
2022-01-05 10:34:08 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "3f6d4262ea1fd3b01786046d1892cc49e9578d872faf8723d95dc7affc810ee4"
2022-01-05 10:34:08 +01:00
dependencies = [
"bindgen",
"libspa-sys",
2022-03-24 15:44:08 +01:00
"system-deps",
2022-01-05 10:34:08 +01:00
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "pkg-config"
2022-04-15 00:46:56 +02:00
version = "0.3.25"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-15 00:46:56 +02:00
checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
2019-09-03 00:07:06 +00:00
[[package]]
name = "png"
2022-03-24 15:44:08 +01:00
version = "0.17.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "dc38c0ad57efb786dd57b9864e5b18bae478c00c824dc55a38bbc9da95dde3ba"
dependencies = [
"bitflags",
"crc32fast",
"deflate",
2022-04-15 00:46:56 +02:00
"miniz_oxide",
]
[[package]]
name = "polling"
2021-11-14 17:21:01 +01:00
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-14 17:21:01 +01:00
checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"
dependencies = [
2021-03-23 20:05:58 +01:00
"cfg-if 1.0.0",
"libc",
"log",
"wepoll-ffi",
"winapi",
]
[[package]]
name = "polyval"
2021-01-10 00:57:38 +01:00
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-10 00:57:38 +01:00
checksum = "eebcc4aa140b9abd2bc40d9c3f7ccec842679cd79045ac3a7ac698c1a064b7cd"
dependencies = [
"cpuid-bool",
2021-01-10 00:57:38 +01:00
"opaque-debug",
"universal-hash",
]
2022-01-28 16:07:53 +01:00
[[package]]
name = "polyval"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"
dependencies = [
"cfg-if 1.0.0",
"cpufeatures",
"opaque-debug",
"universal-hash",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "ppv-lite86"
2022-01-04 22:51:02 +01:00
version = "0.2.16"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-04 22:51:02 +01:00
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
2019-09-03 00:07:06 +00:00
[[package]]
name = "pretty-hex"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc5c99d529f0d30937f6f4b8a86d988047327bb88d04d2c4afc356de74722131"
2019-09-03 00:07:06 +00:00
[[package]]
name = "pretty_env_logger"
2020-10-28 07:07:31 +01:00
version = "0.4.0"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d"
2019-09-03 00:07:06 +00:00
dependencies = [
2022-01-05 10:34:08 +01:00
"env_logger 0.7.1",
"log",
2019-09-03 00:07:06 +00:00
]
2020-10-28 01:52:54 +01:00
[[package]]
name = "proc-macro-crate"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
2020-10-28 01:52:54 +01:00
dependencies = [
"toml",
2020-10-28 01:52:54 +01:00
]
[[package]]
name = "proc-macro-crate"
2022-03-24 15:44:08 +01:00
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"
dependencies = [
"thiserror",
"toml",
]
2020-10-28 01:52:54 +01:00
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
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
]
[[package]]
name = "proc-macro-hack"
2020-10-28 07:07:31 +01:00
version = "0.5.19"
2020-10-28 01:52:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
2020-10-28 01:52:54 +01:00
2019-09-03 00:07:06 +00:00
[[package]]
name = "proc-macro2"
2022-04-15 00:46:56 +02:00
version = "1.0.37"
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 = "ec757218438d5fda206afc041538b2f6d889286160d649a86a24d37e1235afd1"
2019-09-03 00:07:06 +00:00
dependencies = [
"unicode-xid",
2019-09-03 00:07:06 +00:00
]
2020-12-09 01:20:36 +01:00
[[package]]
name = "qrcode"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16d2f1455f3630c6e5107b4f2b94e74d76dea80736de0981fd27644216cff57f"
dependencies = [
"checked_int_cast",
2022-03-24 15:44:08 +01:00
"image 0.23.14",
2020-12-09 01:20:36 +01:00
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "quick-error"
2020-10-28 07:07:31 +01:00
version = "1.2.3"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
2019-09-03 00:07:06 +00: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-04-15 00:46:56 +02:00
version = "1.0.18"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-15 00:46:56 +02:00
checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
2019-09-03 00:07:06 +00:00
dependencies = [
"proc-macro2",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "r2d2"
2020-10-28 07:07:31 +01:00
version = "0.8.9"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "545c5bc2b880973c9c10e4067418407a0ccaa3091781d1671d46eb35107cb26f"
2019-09-03 00:07:06 +00:00
dependencies = [
"log",
"parking_lot",
"scheduled-thread-pool",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "rand"
2020-10-28 07:07:31 +01:00
version = "0.7.3"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
2019-09-03 00:07:06 +00:00
dependencies = [
2021-01-23 12:26:46 +01:00
"getrandom 0.1.16",
"libc",
2021-01-23 12:26:46 +01:00
"rand_chacha 0.2.2",
"rand_core 0.5.1",
2022-03-24 15:44:08 +01:00
"rand_hc",
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 0.3.1",
"rand_core 0.6.3",
2020-11-10 04:59:52 +01:00
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "rand_chacha"
2020-10-28 07:07:31 +01:00
version = "0.2.2"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
2019-09-03 00:07:06 +00:00
dependencies = [
"ppv-lite86",
2021-01-23 12:26:46 +01:00
"rand_core 0.5.1",
]
[[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 0.6.3",
2020-11-10 04:59:52 +01:00
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "rand_core"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
2019-09-03 00:07:06 +00:00
dependencies = [
2021-01-23 12:26:46 +01:00
"getrandom 0.1.16",
]
[[package]]
name = "rand_core"
version = "0.6.3"
2021-01-23 12:26:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
2021-01-23 12:26:46 +01:00
dependencies = [
2022-04-15 00:46:56 +02:00
"getrandom 0.2.6",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
2019-09-03 00:07:06 +00:00
dependencies = [
2021-01-23 12:26:46 +01:00
"rand_core 0.5.1",
]
[[package]]
name = "rayon"
2022-04-15 00:46:56 +02:00
version = "1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-15 00:46:56 +02:00
checksum = "fd249e82c21598a9a426a4e00dd7adc1d640b22445ec8545feef801d1a74c221"
dependencies = [
2020-12-14 23:12:33 +01:00
"autocfg",
"crossbeam-deque",
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2022-04-15 00:46:56 +02:00
version = "1.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-15 00:46:56 +02:00
checksum = "9f51245e1e62e1f1629cbfec37b5793bbabcaeb90f30e94d2ba03564687353e4"
dependencies = [
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils",
"num_cpus",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "redox_syscall"
2022-04-15 00:46:56 +02:00
version = "0.2.13"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-15 00:46:56 +02:00
checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
2021-03-12 02:47:34 +01:00
dependencies = [
"bitflags",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "regex"
2022-03-24 15:44:08 +01:00
version = "1.5.5"
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 = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
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"
version = "0.6.25"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
2019-09-03 00:07:06 +00:00
[[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",
2022-03-24 15:44:08 +01:00
"spin 0.5.2",
"untrusted",
"web-sys",
"winapi",
]
2021-01-31 22:18:52 +01:00
[[package]]
name = "roxmltree"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbf7d7b1ea646d380d0e8153158063a6da7efe30ddbf3184042848e3f8a6f671"
dependencies = [
"xmlparser",
]
[[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 = [
2021-03-12 02:47:34 +01:00
"base64",
"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"
2019-09-03 00:07:06 +00:00
[[package]]
name = "rustc_version"
version = "0.2.3"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
2019-09-03 00:07:06 +00:00
dependencies = [
2021-03-12 02:47:34 +01:00
"semver 0.9.0",
]
[[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-04-15 00:46:56 +02:00
"semver 1.0.7",
2022-03-24 15:44:08 +01:00
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "ryu"
2022-01-04 22:51:02 +01:00
version = "1.0.9"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-04 22:51:02 +01:00
checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
2019-09-03 00:07:06 +00:00
2022-01-28 16:07:53 +01:00
[[package]]
name = "salsa20"
2022-03-24 15:44:08 +01:00
version = "0.10.2"
2022-01-28 16:07:53 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
2022-01-28 16:07:53 +01:00
dependencies = [
2022-03-24 15:44:08 +01:00
"cipher 0.4.3",
2022-01-28 16:07:53 +01:00
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "schannel"
2020-10-28 07:07:31 +01:00
version = "0.1.19"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
2019-09-03 00:07:06 +00:00
dependencies = [
"lazy_static",
"winapi",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "scheduled-thread-pool"
2020-10-28 07:07:31 +01:00
version = "0.2.5"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc6f74fd1204073fa02d5d5d68bec8021be4c38690b61264b2fdb48083d0e7d7"
2019-09-03 00:07:06 +00:00
dependencies = [
"parking_lot",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "scoped-tls"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
[[package]]
name = "scoped_threadpool"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
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-01-28 16:07:53 +01:00
[[package]]
name = "scrypt"
2022-03-24 15:44:08 +01:00
version = "0.10.0"
2022-01-28 16:07:53 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "9f9e24d2b632954ded8ab2ef9fea0a0c769ea56ea98bddbafbad22caeeadf45d"
2022-01-28 16:07:53 +01:00
dependencies = [
2022-03-24 15:44:08 +01:00
"hmac 0.12.1",
2022-01-28 16:07:53 +01:00
"pbkdf2",
"salsa20",
2022-03-24 15:44:08 +01:00
"sha2 0.10.2",
2022-01-28 16:07:53 +01:00
]
[[package]]
name = "search-provider"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "350ac7d1c6898fa22b7ac0e4fbc857997c1b5f077ece7cdb1415c13954402f17"
dependencies = [
"futures",
"serde",
2022-03-24 15:44:08 +01:00
"zbus 2.1.1",
"zvariant 3.1.2",
"zvariant_derive 3.1.2",
]
2020-11-10 04:59:52 +01:00
[[package]]
name = "secret-service"
2021-01-23 12:26:46 +01:00
version = "2.0.1"
2020-11-10 04:59:52 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-23 12:26:46 +01:00
checksum = "2400fb1bf2a87b303ada204946294f932ade4929477e9e2bf66d7b49a66656ec"
2020-11-10 04:59:52 +01:00
dependencies = [
2022-01-28 16:07:53 +01:00
"aes 0.6.0",
"block-modes",
2020-12-14 23:12:33 +01:00
"hkdf",
"lazy_static",
"num",
2022-03-24 15:44:08 +01:00
"rand 0.8.5",
2021-01-23 12:26:46 +01:00
"serde",
2022-01-28 16:07:53 +01:00
"sha2 0.9.9",
"zbus 1.9.1",
"zbus_macros 1.9.1",
2022-01-04 22:51:02 +01:00
"zvariant 2.10.0",
"zvariant_derive 2.10.0",
2020-11-10 04:59:52 +01:00
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "semver"
version = "0.9.0"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
2019-09-03 00:07:06 +00:00
dependencies = [
2021-03-12 02:47:34 +01:00
"semver-parser 0.7.0",
]
[[package]]
name = "semver"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
dependencies = [
"semver-parser 0.10.2",
2019-09-03 00:07:06 +00:00
]
2022-03-24 15:44:08 +01:00
[[package]]
name = "semver"
2022-04-15 00:46:56 +02:00
version = "1.0.7"
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 = "d65bd28f48be7196d222d95b9243287f48d27aca604e08497513019ff0502cc4"
2022-03-24 15:44:08 +01:00
2019-09-03 00:07:06 +00:00
[[package]]
name = "semver-parser"
version = "0.7.0"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
2019-09-03 00:07:06 +00: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-03-24 15:44:08 +01:00
version = "1.0.136"
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 = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
dependencies = [
"serde_derive",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "serde_derive"
2022-03-24 15:44:08 +01:00
version = "1.0.136"
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 = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"
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-03-24 15:44:08 +01:00
version = "1.0.79"
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 = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"
2019-09-03 00:07:06 +00:00
dependencies = [
"itoa",
"ryu",
"serde",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "serde_qs"
2021-11-14 17:21:01 +01:00
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-14 17:21:01 +01:00
checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
dependencies = [
"percent-encoding",
"serde",
"thiserror",
]
[[package]]
name = "serde_repr"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98d0516900518c29efa217c298fa1f4e6c6ffc85ae29fd7f4ee48f176e1a9ed5"
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",
]
[[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-01-16 18:07:05 +01:00
version = "0.9.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-16 18:07:05 +01:00
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
dependencies = [
2022-01-28 16:07:53 +01:00
"block-buffer 0.9.0",
"cfg-if 1.0.0",
"cpufeatures",
2022-01-28 16:07:53 +01:00
"digest 0.9.0",
2020-12-14 23:12:33 +01:00
"opaque-debug",
2019-09-03 00:07:06 +00:00
]
2022-01-28 16:07:53 +01:00
[[package]]
name = "sha2"
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 = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"
2022-01-28 16:07:53 +01:00
dependencies = [
"cfg-if 1.0.0",
"cpufeatures",
2022-03-24 15:44:08 +01:00
"digest 0.10.3",
2022-01-28 16:07:53 +01:00
]
2022-01-05 10:34:08 +01:00
[[package]]
name = "shlex"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
[[package]]
name = "signal"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f6ce83b159ab6984d2419f495134972b48754d13ff2e3f8c998339942b56ed9"
dependencies = [
"libc",
"nix 0.14.1",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "slab"
2022-04-15 00:46:56 +02:00
version = "0.4.6"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-15 00:46:56 +02:00
checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"
[[package]]
name = "sluice"
2021-11-14 17:21:01 +01:00
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-14 17:21:01 +01:00
checksum = "6d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5"
dependencies = [
2021-11-14 17:21:01 +01:00
"async-channel",
"futures-core",
"futures-io",
]
2020-10-28 01:52:54 +01:00
[[package]]
name = "smallvec"
2022-01-16 18:07:05 +01:00
version = "1.8.0"
2020-10-28 01:52:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-16 18:07:05 +01:00
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
2020-10-28 01:52:54 +01:00
2021-03-23 20:05:58 +01:00
[[package]]
name = "socket2"
2022-03-24 15:44:08 +01:00
version = "0.4.4"
2021-03-23 20:05:58 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
2021-03-23 20:05:58 +01:00
dependencies = [
"libc",
"winapi",
]
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
2022-03-24 15:44:08 +01:00
[[package]]
name = "spin"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "511254be0c5bcf062b019a6c89c01a664aa359ded62f78aa72c6fc137c0590e5"
dependencies = [
"lock_api",
]
2020-11-16 17:13:40 +01:00
[[package]]
name = "spinning_top"
version = "0.2.4"
2020-11-16 17:13:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75adad84ee84b521fb2cca2d4fd0f1dab1d8d026bda3c5bea4ca63b5f9f9293c"
2020-11-16 17:13:40 +01:00
dependencies = [
"lock_api",
2020-11-16 17:13:40 +01:00
]
[[package]]
name = "standback"
2021-03-23 20:05:58 +01:00
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-23 20:05:58 +01:00
checksum = "e113fb6f3de07a243d434a56ec6f186dfd51cb08448239fe7bcae73f87ff28ff"
dependencies = [
"version_check",
]
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "stdweb"
version = "0.4.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5"
dependencies = [
"discard",
2021-03-12 02:47:34 +01:00
"rustc_version 0.2.3",
"stdweb-derive",
"stdweb-internal-macros",
"stdweb-internal-runtime",
"wasm-bindgen",
]
[[package]]
name = "stdweb-derive"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef"
dependencies = [
"proc-macro2",
"quote",
"serde",
"serde_derive",
"syn",
]
[[package]]
name = "stdweb-internal-macros"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11"
dependencies = [
"base-x",
"proc-macro2",
"quote",
"serde",
"serde_derive",
"serde_json",
"sha1",
"syn",
]
[[package]]
name = "stdweb-internal-runtime"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
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"
[[package]]
name = "surf"
2021-11-14 17:21:01 +01:00
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-14 17:21:01 +01:00
checksum = "718b1ae6b50351982dedff021db0def601677f2120938b070eadb10ba4038dd7"
dependencies = [
"async-std",
"async-trait",
2021-03-12 02:47:34 +01:00
"cfg-if 1.0.0",
"encoding_rs",
"futures-util",
2022-04-15 00:46:56 +02:00
"getrandom 0.2.6",
"http-client",
"http-types",
"log",
"mime_guess",
"once_cell",
2021-03-12 02:47:34 +01:00
"pin-project-lite",
"serde",
"serde_json",
"web-sys",
]
2021-01-31 22:18:52 +01:00
[[package]]
name = "svg_metadata"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d39f36262efe61096a17aa42140b0e44b9189806c3fa71ab3cff123429938eb0"
dependencies = [
"doc-comment",
"lazy_static",
"regex",
"roxmltree",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "syn"
2022-04-15 00:46:56 +02:00
version = "1.0.91"
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 = "b683b2b825c8eef438b77c36a06dc262294da3d5a5813fac20da149241dcd44d"
2019-09-03 00:07:06 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
2019-09-03 00:07:06 +00:00
]
2022-01-05 10:34:08 +01:00
[[package]]
name = "system-deps"
2022-03-24 15:44:08 +01:00
version = "6.0.2"
2020-10-28 01:52:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "a1a45a1c4c9015217e12347f2a411b57ce2c4fc543913b14b6fe40483328e709"
2020-10-28 01:52:54 +01:00
dependencies = [
2022-03-24 15:44:08 +01:00
"cfg-expr",
"heck",
"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
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"
2021-11-14 17:21:01 +01:00
version = "1.0.30"
2020-10-28 01:52:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-14 17:21:01 +01:00
checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
2020-10-28 01:52:54 +01:00
dependencies = [
"thiserror-impl",
2020-10-28 01:52:54 +01:00
]
[[package]]
name = "thiserror-impl"
2021-11-14 17:21:01 +01:00
version = "1.0.30"
2020-10-28 01:52:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-14 17:21:01 +01:00
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
2020-10-28 01:52:54 +01:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2020-10-28 01:52:54 +01:00
]
2022-03-24 15:44:08 +01:00
[[package]]
name = "threadpool"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
dependencies = [
"num_cpus",
]
[[package]]
name = "tiff"
2022-04-15 00:46:56 +02:00
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-15 00:46:56 +02:00
checksum = "7cfada0986f446a770eca461e8c6566cb879682f7d687c8348aa0c857bd52286"
dependencies = [
2022-03-24 15:44:08 +01:00
"flate2",
2022-04-15 00:46:56 +02:00
"jpeg-decoder",
"weezl",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "time"
version = "0.2.27"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4752a97f8eebd6854ff91f1c1824cd6160626ac4bd44287f7f4ea2035a02a242"
2019-09-03 00:07:06 +00:00
dependencies = [
"const_fn",
"libc",
"standback",
"stdweb",
"time-macros",
"version_check",
"winapi",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "time-macros"
version = "0.1.1"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1"
2019-09-03 00:07:06 +00:00
dependencies = [
"proc-macro-hack",
"time-macros-impl",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "time-macros-impl"
version = "0.1.2"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd3c141a1b43194f3f56a1411225df8646c55781d5f26db825b3d98507eb482f"
2019-09-03 00:07:06 +00:00
dependencies = [
"proc-macro-hack",
"proc-macro2",
"quote",
"standback",
"syn",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "tinyvec"
2021-11-14 17:21:01 +01:00
version = "1.5.1"
2020-11-16 17:13:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-14 17:21:01 +01:00
checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"
2020-11-16 17:13:40 +01:00
dependencies = [
"tinyvec_macros",
2020-11-16 17:13:40 +01:00
]
[[package]]
name = "tinyvec_macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
2019-09-03 00:07:06 +00:00
[[package]]
2020-10-28 07:07:31 +01:00
name = "toml"
version = "0.5.8"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
2019-09-03 00:07:06 +00:00
dependencies = [
"serde",
2019-09-03 00:07:06 +00:00
]
[[package]]
2020-10-28 07:07:31 +01:00
name = "tracing"
2022-04-15 00:46:56 +02:00
version = "0.1.33"
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 = "80b9fa4360528139bc96100c160b7ae879f5567f49f1782b0b02035b0358ebf3"
2019-09-03 00:07:06 +00:00
dependencies = [
"cfg-if 1.0.0",
"log",
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-03-24 15:44:08 +01:00
version = "0.1.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "2e65ce065b4b5c53e73bb28912318cb8c9e9ad3921f1d669eb0e68b4c8143a2b"
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-04-15 00:46:56 +02:00
version = "0.1.26"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-15 00:46:56 +02:00
checksum = "f54c8ca710e81886d498c2fd3331b56c93aa248d49de2222ad2742247c60072f"
2019-09-03 00:07:06 +00:00
dependencies = [
"lazy_static",
2019-09-03 00:07:06 +00:00
]
2020-10-28 01:52:54 +01:00
[[package]]
2020-10-28 07:07:31 +01:00
name = "tracing-futures"
2021-03-12 02:47:34 +01:00
version = "0.2.5"
2020-10-28 01:52:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-12 02:47:34 +01:00
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
2020-10-28 01:52:54 +01:00
dependencies = [
2021-01-10 00:57:38 +01:00
"pin-project",
"tracing",
2020-10-28 01:52:54 +01:00
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "typenum"
2022-01-04 22:51:02 +01:00
version = "1.15.0"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-04 22:51:02 +01:00
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
2019-09-03 00:07:06 +00:00
2021-03-12 02:47:34 +01:00
[[package]]
name = "ucd-trie"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
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"
2021-11-14 17:21:01 +01:00
version = "0.3.7"
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 = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"
2019-09-03 00:07:06 +00:00
[[package]]
name = "unicode-normalization"
version = "0.1.19"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
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"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
2019-09-03 00:07:06 +00:00
[[package]]
name = "unicode-xid"
version = "0.2.2"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
2019-09-03 00:07:06 +00:00
[[package]]
name = "universal-hash"
2021-11-14 17:21:01 +01:00
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-14 17:21:01 +01:00
checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"
dependencies = [
"generic-array",
"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"
version = "2.2.2"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
2019-09-03 00:07:06 +00:00
dependencies = [
"form_urlencoded",
"idna",
"matches",
"percent-encoding",
"serde",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "uuid"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
dependencies = [
2022-04-15 00:46:56 +02:00
"getrandom 0.2.6",
]
2021-01-27 15:03:07 +01:00
[[package]]
name = "value-bag"
2021-11-14 17:21:01 +01:00
version = "1.0.0-alpha.8"
2021-01-27 15:03:07 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-14 17:21:01 +01:00
checksum = "79923f7731dc61ebfba3633098bf3ac533bbd35ccd8c57e7088d9a5eebe0263f"
2021-01-27 15:03:07 +01:00
dependencies = [
"ctor",
"version_check",
2021-01-27 15:03:07 +01:00
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2022-01-05 10:34:08 +01:00
[[package]]
name = "vec_map"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
2020-10-28 01:52:54 +01:00
[[package]]
name = "version-compare"
2022-01-04 22:51:02 +01:00
version = "0.1.0"
2020-10-28 01:52:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-04 22:51:02 +01:00
checksum = "fe88247b92c1df6b6de80ddc290f3976dbdf2f5f5d3fd049a9fb598c6dd5ca73"
2020-10-28 01:52:54 +01:00
[[package]]
name = "version_check"
2022-01-04 22:51:02 +01:00
version = "0.9.4"
2020-10-28 01:52:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-04 22:51:02 +01:00
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2020-10-28 01:52:54 +01:00
[[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 = "wasi"
2020-10-28 07:07:31 +01:00
version = "0.9.0+wasi-snapshot-preview1"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
2019-09-03 00:07:06 +00:00
2021-01-23 12:26:46 +01:00
[[package]]
name = "wasi"
version = "0.10.2+wasi-snapshot-preview1"
2021-01-23 12:26:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
2021-01-23 12:26:46 +01:00
2019-09-03 00:07:06 +00:00
[[package]]
name = "wasm-bindgen"
2022-04-15 00:46:56 +02:00
version = "0.2.80"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-15 00:46:56 +02:00
checksum = "27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad"
2019-09-03 00:07:06 +00:00
dependencies = [
"cfg-if 1.0.0",
"wasm-bindgen-macro",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "wasm-bindgen-backend"
2022-04-15 00:46:56 +02:00
version = "0.2.80"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-15 00:46:56 +02:00
checksum = "53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4"
2019-09-03 00:07:06 +00:00
dependencies = [
"bumpalo",
"lazy_static",
"log",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
2020-10-28 07:07:31 +01:00
]
[[package]]
name = "wasm-bindgen-futures"
2022-04-15 00:46:56 +02:00
version = "0.4.30"
2020-10-28 07:07:31 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-15 00:46:56 +02:00
checksum = "6f741de44b75e14c35df886aff5f1eb73aa114fa5d4d00dcd37b5e01259bf3b2"
2020-10-28 07:07:31 +01:00
dependencies = [
"cfg-if 1.0.0",
"js-sys",
"wasm-bindgen",
"web-sys",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "wasm-bindgen-macro"
2022-04-15 00:46:56 +02:00
version = "0.2.80"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-15 00:46:56 +02:00
checksum = "17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5"
2019-09-03 00:07:06 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "wasm-bindgen-macro-support"
2022-04-15 00:46:56 +02:00
version = "0.2.80"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-15 00:46:56 +02:00
checksum = "99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b"
2019-09-03 00:07:06 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
2019-09-03 00:07:06 +00:00
]
[[package]]
name = "wasm-bindgen-shared"
2022-04-15 00:46:56 +02:00
version = "0.2.80"
2020-10-28 07:07:31 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-15 00:46:56 +02:00
checksum = "d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744"
2020-10-28 07:07:31 +01:00
[[package]]
name = "web-sys"
2022-04-15 00:46:56 +02:00
version = "0.3.57"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-15 00:46:56 +02:00
checksum = "7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283"
2020-10-28 07:07:31 +01:00
dependencies = [
"js-sys",
"wasm-bindgen",
2020-10-28 07:07:31 +01:00
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "weezl"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8b77fdfd5a253be4ab714e4ffa3c49caf146b4de743e97510c0656cf90f1e8e"
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-03-24 15:44:08 +01:00
version = "4.2.5"
2022-01-05 10:34:08 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"
2022-01-05 10:34:08 +01:00
dependencies = [
"either",
"lazy_static",
"libc",
]
2019-09-03 00:07:06 +00:00
[[package]]
name = "winapi"
2020-10-28 01:52:54 +01:00
version = "0.3.9"
2019-09-03 00:07:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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
2021-01-31 22:18:52 +01:00
[[package]]
name = "xmlparser"
version = "0.13.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "114ba2b24d2167ef6d67d7d04c8cc86522b87f490025f39f0303b7db5bf5e3d8"
[[package]]
name = "zbar-rust"
2022-03-24 15:44:08 +01:00
version = "0.0.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "1194aefd2495c9d456e12787f51d8741df7265bb72dc40fa41a17e63d396a007"
dependencies = [
"enum-ordinalize",
"libc",
"pkg-config",
]
[[package]]
name = "zbus"
version = "1.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2326acc379a3ac4e34b794089f5bdb17086bf29a5fdf619b7b4cc772dc2e9dad"
dependencies = [
2021-01-10 00:57:38 +01:00
"async-io",
"byteorder",
"derivative",
2022-01-04 22:51:02 +01:00
"enumflags2 0.6.4",
"fastrand",
2021-01-10 00:57:38 +01:00
"futures",
"nb-connect",
"nix 0.17.0",
"once_cell",
2021-01-10 00:57:38 +01:00
"polling",
"scoped-tls",
"serde",
"serde_repr",
"zbus_macros 1.9.1",
2022-01-04 22:51:02 +01:00
"zvariant 2.10.0",
]
[[package]]
name = "zbus"
2022-03-24 15:44:08 +01:00
version = "2.1.1"
2021-06-29 00:23:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "7bb86f3d4592e26a48b2719742aec94f8ae6238ebde20d98183ee185d1275e9a"
dependencies = [
"async-broadcast",
"async-channel",
"async-executor",
"async-io",
"async-lock",
2021-11-14 17:21:01 +01:00
"async-recursion",
"async-task",
2021-11-14 17:21:01 +01:00
"async-trait",
"byteorder",
"derivative",
2022-04-15 00:46:56 +02:00
"enumflags2 0.7.5",
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-01-04 22:51:02 +01:00
"nix 0.23.1",
"once_cell",
2022-01-04 22:51:02 +01:00
"ordered-stream",
2022-03-24 15:44:08 +01:00
"rand 0.8.5",
"serde",
"serde_repr",
"sha1",
"static_assertions",
2022-03-24 15:44:08 +01:00
"winapi",
"zbus_macros 2.1.1",
2021-11-14 17:21:01 +01:00
"zbus_names",
2022-03-24 15:44:08 +01:00
"zvariant 3.1.2",
]
[[package]]
name = "zbus_macros"
version = "1.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a482c56029e48681b89b92b5db3c446db0915e8dd1052c0328a574eda38d5f93"
dependencies = [
"proc-macro-crate 0.1.5",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "zbus_macros"
2022-03-24 15:44:08 +01:00
version = "2.1.1"
2021-06-29 00:23:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "36823cc10fddc3c6b19f048903262dacaf8274170e9a255784bdd8b4570a8040"
dependencies = [
2022-03-24 15:44:08 +01:00
"proc-macro-crate 1.1.3",
"proc-macro2",
"quote",
"regex",
"syn",
]
2021-11-14 17:21:01 +01:00
[[package]]
name = "zbus_names"
2022-01-16 18:07:05 +01:00
version = "2.1.0"
2021-11-14 17:21:01 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-16 18:07:05 +01:00
checksum = "45dfcdcf87b71dad505d30cc27b1b7b88a64b6d1c435648f48f9dbc1fdc4b7e1"
2021-11-14 17:21:01 +01:00
dependencies = [
"serde",
"static_assertions",
2022-03-24 15:44:08 +01:00
"zvariant 3.1.2",
2022-01-04 22:51:02 +01:00
]
[[package]]
name = "zvariant"
version = "2.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a68c7b55f2074489b7e8e07d2d0a6ee6b4f233867a653c664d8020ba53692525"
dependencies = [
"byteorder",
"enumflags2 0.6.4",
"libc",
"serde",
"static_assertions",
"zvariant_derive 2.10.0",
2021-11-14 17:21:01 +01:00
]
[[package]]
name = "zvariant"
2022-03-24 15:44:08 +01:00
version = "3.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "49ea5dc38b2058fae6a5b79009388143dadce1e91c26a67f984a0fc0381c8033"
dependencies = [
"byteorder",
2022-04-15 00:46:56 +02:00
"enumflags2 0.7.5",
2021-11-14 17:21:01 +01:00
"libc",
"serde",
"static_assertions",
2022-03-24 15:44:08 +01:00
"zvariant_derive 3.1.2",
2022-01-04 22:51:02 +01:00
]
[[package]]
name = "zvariant_derive"
version = "2.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4ca5e22593eb4212382d60d26350065bf2a02c34b85bc850474a74b589a3de9"
dependencies = [
2022-03-24 15:44:08 +01:00
"proc-macro-crate 1.1.3",
2022-01-04 22:51:02 +01:00
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "zvariant_derive"
2022-03-24 15:44:08 +01:00
version = "3.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-24 15:44:08 +01:00
checksum = "8c2cecc5a61c2a053f7f653a24cd15b3b0195d7f7ddb5042c837fb32e161fb7a"
dependencies = [
2022-03-24 15:44:08 +01:00
"proc-macro-crate 1.1.3",
"proc-macro2",
"quote",
"syn",
]