2019-09-03 00:07:06 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-06-26 10:33:43 +02:00
|
|
|
version = 3
|
|
|
|
|
2020-10-28 18:04:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
2021-03-12 02:47:34 +01:00
|
|
|
version = "1.0.2"
|
2020-10-28 18:04:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-12 02:47:34 +01:00
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
2020-10-28 18:04:49 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "adler32"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
|
2020-10-28 18:04:49 +01:00
|
|
|
|
2020-10-29 01:09:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "aead"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "7fc95d1bdb8e6666b2b217308eeeb09f2d6728d104be3e31916cc74d15420331"
|
2020-10-29 01:09:40 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"generic-array",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
2022-01-28 16:07:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "aead"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2020-10-29 01:09:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "aes"
|
2020-11-08 05:48:55 +01:00
|
|
|
version = "0.6.0"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "884391ef1066acaa41e766ba8f596341b96e93ce34f9a43e7d24bf0a0eaf0561"
|
2020-10-29 01:09:40 +01:00
|
|
|
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",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aes-gcm"
|
2020-11-08 05:48:55 +01:00
|
|
|
version = "0.8.0"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "5278b5fabbb9bd46e24aa69b2fdea62c99088e0a950a9be40e3e0101298f88da"
|
2020-10-29 01:09:40 +01:00
|
|
|
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",
|
2020-12-03 15:10:24 +01:00
|
|
|
"subtle",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aes-soft"
|
2020-12-03 15:10:24 +01:00
|
|
|
version = "0.6.4"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "be14c7498ea50828a38d0e24a765ed2effe92a705885b57d029cd67d45744072"
|
2020-10-29 01:09:40 +01:00
|
|
|
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
|
|
|
]
|
|
|
|
|
2020-10-29 01:09:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "aesni"
|
2020-11-08 05:48:55 +01:00
|
|
|
version = "0.10.0"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "ea2e11f5e94c2f7d386164cc2aa1f97823fed6f259e486940a71c174dd01b0ce"
|
2020-10-29 01:09:40 +01:00
|
|
|
dependencies = [
|
2022-01-28 16:07:53 +01:00
|
|
|
"cipher 0.2.5",
|
2020-12-14 23:12:33 +01:00
|
|
|
"opaque-debug",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2021-06-26 10:33:43 +02:00
|
|
|
version = "0.7.18"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 10:33:43 +02:00
|
|
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"memchr",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
2022-01-05 10:34:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-10-28 01:52:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2022-01-23 20:48:29 +01:00
|
|
|
version = "1.0.53"
|
2020-10-28 01:52:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-23 20:48:29 +01:00
|
|
|
checksum = "94a45b455c14666b85fc40a019e8ab9eb75e3a124e05494f5397122bc9eb06e0"
|
2020-10-28 01:52:54 +01:00
|
|
|
|
2021-01-23 14:36:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
|
|
|
|
2022-01-16 18:07:05 +01:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
|
|
|
|
|
2020-10-28 18:04:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ashpd"
|
2022-01-04 22:51:02 +01:00
|
|
|
version = "0.2.0-beta-1"
|
2022-01-16 18:07:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d0e317c257d4733c44475b3cefd53adb2540771ba8bd4adf37eabef3bbf8298e"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2022-01-04 22:51:02 +01:00
|
|
|
"enumflags2 0.7.3",
|
2021-06-26 10:33:43 +02:00
|
|
|
"futures",
|
2020-12-06 01:16:31 +01:00
|
|
|
"gdk4-wayland",
|
|
|
|
"gdk4-x11",
|
|
|
|
"gtk4",
|
2022-01-05 10:34:08 +01:00
|
|
|
"libc",
|
|
|
|
"pipewire",
|
2021-06-26 10:33:43 +02:00
|
|
|
"rand 0.8.4",
|
2020-12-03 15:10:24 +01:00
|
|
|
"serde",
|
|
|
|
"serde_repr",
|
2022-01-16 18:07:05 +01:00
|
|
|
"zbus 2.0.1",
|
|
|
|
"zbus_macros 2.0.1",
|
2022-01-23 20:48:29 +01:00
|
|
|
"zvariant 3.1.1",
|
|
|
|
"zvariant_derive 3.1.1",
|
2021-06-26 10:33:43 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-broadcast"
|
2021-11-14 17:21:01 +01:00
|
|
|
version = "0.3.4"
|
2021-06-26 10:33:43 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-14 17:21:01 +01:00
|
|
|
checksum = "90622698a1218e0b2fb846c97b5f19a0831f6baddee73d9454156365ccfa473b"
|
2021-06-26 10:33:43 +02:00
|
|
|
dependencies = [
|
|
|
|
"easy-parallel",
|
|
|
|
"event-listener",
|
|
|
|
"futures-core",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
2020-10-29 01:09:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "async-channel"
|
2021-03-12 02:47:34 +01:00
|
|
|
version = "1.6.1"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-12 02:47:34 +01:00
|
|
|
checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"
|
2020-10-29 01:09:40 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"concurrent-queue",
|
|
|
|
"event-listener",
|
|
|
|
"futures-core",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-executor"
|
2021-06-26 10:33:43 +02:00
|
|
|
version = "1.4.1"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 10:33:43 +02:00
|
|
|
checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"
|
2020-10-29 01:09:40 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"async-task",
|
|
|
|
"concurrent-queue",
|
|
|
|
"fastrand",
|
|
|
|
"futures-lite",
|
|
|
|
"once_cell",
|
2021-06-26 10:33:43 +02:00
|
|
|
"slab",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-global-executor"
|
2021-01-21 18:47:50 +01:00
|
|
|
version = "2.0.2"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-21 18:47:50 +01:00
|
|
|
checksum = "9586ec52317f36de58453159d48351bc244bc24ced3effc1fce22f3d48664af6"
|
2020-10-29 01:09:40 +01:00
|
|
|
dependencies = [
|
2021-01-21 18:47:50 +01:00
|
|
|
"async-channel",
|
2020-12-03 15:10:24 +01:00
|
|
|
"async-executor",
|
|
|
|
"async-io",
|
2021-01-21 18:47:50 +01:00
|
|
|
"async-mutex",
|
|
|
|
"blocking",
|
2020-12-03 15:10:24 +01:00
|
|
|
"futures-lite",
|
|
|
|
"num_cpus",
|
|
|
|
"once_cell",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-io"
|
2021-11-14 17:21:01 +01:00
|
|
|
version = "1.6.0"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-14 17:21:01 +01:00
|
|
|
checksum = "a811e6a479f2439f0c04038796b5cfb3d2ad56c230e0f2d3f7b04d68cfee607b"
|
2020-10-29 01:09:40 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"concurrent-queue",
|
|
|
|
"futures-lite",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"parking",
|
|
|
|
"polling",
|
2021-06-26 10:33:43 +02:00
|
|
|
"slab",
|
|
|
|
"socket2",
|
2020-12-03 15:10:24 +01:00
|
|
|
"waker-fn",
|
|
|
|
"winapi",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
2021-01-21 18:47:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "async-lock"
|
2021-06-26 10:33:43 +02:00
|
|
|
version = "2.4.0"
|
2021-01-21 18:47:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 10:33:43 +02:00
|
|
|
checksum = "e6a8ea61bf9947a1007c5cada31e647dbc77b103c679858150003ba697ea798b"
|
2021-01-21 18:47:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"event-listener",
|
|
|
|
]
|
|
|
|
|
2020-10-29 01:09:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "async-mutex"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e"
|
2020-10-29 01:09:40 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"event-listener",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
2021-11-14 17:21:01 +01:00
|
|
|
[[package]]
|
|
|
|
name = "async-recursion"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-10-29 01:09:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "async-std"
|
2021-11-14 17:21:01 +01:00
|
|
|
version = "1.10.0"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-14 17:21:01 +01:00
|
|
|
checksum = "f8056f1455169ab86dd47b47391e4ab0cbd25410a70e9fe675544f49bafaf952"
|
2020-12-03 15:10:24 +01:00
|
|
|
dependencies = [
|
2020-12-09 06:37:49 +01:00
|
|
|
"async-channel",
|
2020-12-03 15:10:24 +01:00
|
|
|
"async-global-executor",
|
|
|
|
"async-io",
|
2021-01-21 18:47:50 +01:00
|
|
|
"async-lock",
|
2020-12-03 15:10:24 +01:00
|
|
|
"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",
|
2020-12-03 15:10:24 +01:00
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
"wasm-bindgen-futures",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-task"
|
|
|
|
version = "4.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "e91831deabf0d6d7ec49552e489aed63b7456a7a3c46cff62adad428110b0af0"
|
2020-10-29 01:09:40 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2022-01-04 22:51:02 +01:00
|
|
|
version = "0.1.52"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-04 22:51:02 +01:00
|
|
|
checksum = "061a7acccaa286c011ddc30970520b98fa40e00c9d644633fb26b5fc63a265e3"
|
2020-10-29 01:09:40 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atomic-waker"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"
|
2020-10-29 01:09:40 +01:00
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
2020-10-28 07:07:31 +01:00
|
|
|
version = "0.2.14"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "authenticator"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2022-01-28 16:07:53 +01:00
|
|
|
"aes-gcm 0.9.4",
|
2020-12-03 15:10:24 +01:00
|
|
|
"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",
|
2020-12-03 15:10:24 +01:00
|
|
|
"diesel",
|
|
|
|
"diesel_migrations",
|
|
|
|
"futures",
|
|
|
|
"gettext-rs",
|
2022-01-05 10:34:08 +01:00
|
|
|
"gst-plugin-gtk4",
|
2021-01-23 01:41:57 +01:00
|
|
|
"gstreamer",
|
2020-12-03 15:10:24 +01:00
|
|
|
"gtk-macros",
|
|
|
|
"gtk4",
|
2020-12-06 03:02:40 +01:00
|
|
|
"hex",
|
2020-12-03 15:10:24 +01:00
|
|
|
"image",
|
2021-01-21 18:56:56 +01:00
|
|
|
"libadwaita",
|
2020-12-03 15:10:24 +01:00
|
|
|
"log",
|
|
|
|
"once_cell",
|
2020-12-08 05:40:10 +01:00
|
|
|
"percent-encoding",
|
2020-12-03 15:10:24 +01:00
|
|
|
"pretty_env_logger",
|
2020-12-09 01:20:36 +01:00
|
|
|
"qrcode",
|
2020-12-03 15:10:24 +01:00
|
|
|
"quick-xml",
|
2021-06-26 10:33:43 +02:00
|
|
|
"rand 0.8.4",
|
2020-12-06 21:05:25 +01:00
|
|
|
"ring",
|
2021-01-23 14:36:34 +01:00
|
|
|
"rust-argon2",
|
2022-01-28 16:07:53 +01:00
|
|
|
"scrypt",
|
2022-01-23 20:48:29 +01:00
|
|
|
"search-provider",
|
2020-12-03 15:10:24 +01:00
|
|
|
"secret-service",
|
2020-12-07 06:45:52 +01:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2020-12-03 15:10:24 +01:00
|
|
|
"surf",
|
2021-01-31 22:18:52 +01:00
|
|
|
"svg_metadata",
|
2020-12-05 03:40:12 +01:00
|
|
|
"unicase",
|
2020-12-03 15:10:24 +01:00
|
|
|
"url",
|
2022-01-31 15:57:41 +01:00
|
|
|
"uuid",
|
2020-12-03 15:10:24 +01:00
|
|
|
"zbar-rust",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2020-10-29 01:09:40 +01:00
|
|
|
version = "1.0.1"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-10-29 01:09:40 +01:00
|
|
|
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"
|
2020-12-03 15:10:24 +01:00
|
|
|
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"
|
2020-12-03 15:10:24 +01:00
|
|
|
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]]
|
|
|
|
name = "bitflags"
|
2021-11-14 17:21:01 +01:00
|
|
|
version = "1.3.2"
|
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 = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2020-10-28 01:52:54 +01:00
|
|
|
|
2022-01-05 10:34:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bitvec"
|
|
|
|
version = "0.19.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "55f93d0ef3363c364d5976646a38f04cf67cfe1d4c8d160cdea02cab2c116b33"
|
|
|
|
dependencies = [
|
|
|
|
"funty",
|
|
|
|
"radium",
|
|
|
|
"tap",
|
|
|
|
"wyz",
|
|
|
|
]
|
|
|
|
|
2021-01-23 14:36:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "blake2b_simd"
|
2022-01-16 18:07:05 +01:00
|
|
|
version = "1.0.0"
|
2021-01-23 14:36:34 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-16 18:07:05 +01:00
|
|
|
checksum = "72936ee4afc7f8f736d1c38383b56480b5497b4617b4a77bdbf1d2ababc76127"
|
2021-01-23 14:36:34 +01:00
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
2022-01-16 18:07:05 +01:00
|
|
|
"arrayvec 0.7.2",
|
2021-01-23 14:36:34 +01:00
|
|
|
"constant_time_eq",
|
|
|
|
]
|
|
|
|
|
2020-10-28 01:52:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "block"
|
|
|
|
version = "0.1.6"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
2020-10-29 01:09:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
|
2020-10-29 01:09:40 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"generic-array",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
2022-01-28 16:07:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f1d36a02058e76b040de25a4464ba1c80935655595b661505c8b39b664828b95"
|
|
|
|
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 = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"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
|
|
|
|
2020-10-29 01:09:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "blocking"
|
2021-11-14 17:21:01 +01:00
|
|
|
version = "1.1.0"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-14 17:21:01 +01:00
|
|
|
checksum = "046e47d4b2d391b1f6f8b407b1deb8dee56c1852ccd868becf2710f601b5f427"
|
2020-10-29 01:09:40 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"async-channel",
|
|
|
|
"async-task",
|
|
|
|
"atomic-waker",
|
|
|
|
"fastrand",
|
|
|
|
"futures-lite",
|
|
|
|
"once_cell",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
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
|
|
|
|
2020-10-28 18:04:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2022-01-04 22:51:02 +01:00
|
|
|
version = "1.7.3"
|
2020-10-28 18:04:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-04 22:51:02 +01:00
|
|
|
checksum = "439989e6b8c38d1b6570a384ef1e49c8848128f5a97f3914baef02920842712f"
|
2020-10-28 18:04:49 +01:00
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2021-03-12 02:47:34 +01:00
|
|
|
version = "1.4.3"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-12 02:47:34 +01:00
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
|
|
|
[[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"
|
2020-12-03 15:10:24 +01:00
|
|
|
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
|
|
|
|
2020-10-29 01:09:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cache-padded"
|
2022-01-04 22:51:02 +01:00
|
|
|
version = "1.2.0"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-04 22:51:02 +01:00
|
|
|
checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"
|
2020-10-29 01:09:40 +01:00
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cairo-rs"
|
2022-01-16 18:07:05 +01:00
|
|
|
version = "0.15.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b869e97a87170f96762f9f178eae8c461147e722ba21dd8814105bf5716bf14a"
|
2020-10-28 01:52:54 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"bitflags",
|
|
|
|
"cairo-sys-rs",
|
|
|
|
"glib",
|
|
|
|
"libc",
|
|
|
|
"thiserror",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cairo-sys-rs"
|
2022-01-16 18:07:05 +01:00
|
|
|
version = "0.15.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c55d429bef56ac9172d25fecb85dc8068307d17acd74b377866b7a1ef25d3c8"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"glib-sys",
|
|
|
|
"libc",
|
2022-01-05 10:34:08 +01:00
|
|
|
"system-deps 6.0.0",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2021-11-14 17:21:01 +01:00
|
|
|
version = "1.0.72"
|
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 = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee"
|
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 = [
|
|
|
|
"nom 7.1.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-expr"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b412e83326147c2bb881f8b40edfbf9905b9b8abaebd0e47ca190ba62fda8f0e"
|
|
|
|
dependencies = [
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
2021-03-23 20:05:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-expr"
|
2021-11-14 17:21:01 +01:00
|
|
|
version = "0.9.0"
|
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 = "edae0b9625d1fce32f7d64b71784d9b1bf8469ec1a9c417e44aaf16a9cbd7571"
|
2021-03-23 20:05:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2020-10-28 07:07:31 +01:00
|
|
|
version = "0.1.10"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-10-28 07:07:31 +01:00
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
2020-12-09 01:20:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "checked_int_cast"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "17cc5e6b5ab06331c33589842070416baa137e8b0eb912b008cfd4a78ada7919"
|
|
|
|
|
2022-01-05 10:34:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
|
|
|
version = "0.4.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
|
|
|
|
dependencies = [
|
2022-01-16 18:07:05 +01:00
|
|
|
"libc",
|
2022-01-05 10:34:08 +01:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
2022-01-16 18:07:05 +01:00
|
|
|
"winapi",
|
2022-01-05 10:34:08 +01:00
|
|
|
]
|
|
|
|
|
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"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801"
|
2020-11-08 05:48:55 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"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-01-05 10:34:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "clang-sys"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fa66045b9cb23c2e9c1520732030608b02ee07e5cfaa5a521ec15ded7fa24c90"
|
|
|
|
dependencies = [
|
|
|
|
"glob",
|
|
|
|
"libc",
|
|
|
|
"libloading",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
|
|
|
version = "2.34.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
|
|
|
|
dependencies = [
|
|
|
|
"ansi_term",
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
|
|
|
"strsim",
|
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
|
|
|
]
|
|
|
|
|
2020-10-28 18:04:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "color_quant"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
|
2020-10-28 18:04:49 +01:00
|
|
|
|
2020-10-29 01:09:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "concurrent-queue"
|
|
|
|
version = "1.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"
|
2020-10-29 01:09:40 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"cache-padded",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
2020-10-28 18:04:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "const_fn"
|
2022-01-04 22:51:02 +01:00
|
|
|
version = "0.4.9"
|
2020-10-28 18:04:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-04 22:51:02 +01:00
|
|
|
checksum = "fbdcdcb6d86f71c5e97409ad45898af11cbc995b4ee8112d59095a28d376c935"
|
2020-10-28 18:04:49 +01:00
|
|
|
|
2021-01-23 14:36:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
2020-10-29 01:09:40 +01:00
|
|
|
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",
|
2020-12-03 15:10:24 +01:00
|
|
|
"percent-encoding",
|
2021-06-26 10:33:43 +02:00
|
|
|
"rand 0.8.4",
|
2022-01-28 16:07:53 +01:00
|
|
|
"sha2 0.9.9",
|
2020-12-03 15:10:24 +01:00
|
|
|
"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]]
|
2021-06-26 10:33:43 +02:00
|
|
|
name = "cpufeatures"
|
2021-11-14 17:21:01 +01:00
|
|
|
version = "0.2.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 = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469"
|
2021-06-26 10:33:43 +02:00
|
|
|
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"
|
|
|
|
|
2020-10-28 18:04:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2022-01-23 20:48:29 +01:00
|
|
|
version = "1.3.1"
|
2020-10-28 18:04:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-23 20:48:29 +01:00
|
|
|
checksum = "a2209c310e29876f7f0b2721e7e26b84aff178aa3da5d091f9bfbf47669e60e3"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"cfg-if 1.0.0",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2022-01-16 18:07:05 +01:00
|
|
|
version = "0.5.2"
|
2020-10-28 18:04:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-16 18:07:05 +01:00
|
|
|
checksum = "e54ea8bc3fb1ee042f5aace6e3c6e025d3874866da222930f70ce62aceba0bfa"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"crossbeam-utils",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2021-11-14 17:21:01 +01:00
|
|
|
version = "0.8.1"
|
2020-10-28 18:04:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-14 17:21:01 +01:00
|
|
|
checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2022-01-16 18:07:05 +01:00
|
|
|
version = "0.9.6"
|
2020-10-28 18:04:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-16 18:07:05 +01:00
|
|
|
checksum = "97242a70df9b89a65d0b6df3c4bf5b9ce03c5b7309019777fbde37e7537f8762"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"lazy_static",
|
2021-03-12 02:47:34 +01:00
|
|
|
"memoffset",
|
2020-12-03 15:10:24 +01:00
|
|
|
"scopeguard",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2022-01-16 18:07:05 +01:00
|
|
|
version = "0.8.6"
|
2020-10-28 18:04:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-16 18:07:05 +01:00
|
|
|
checksum = "cfcae03edb34f947e64acdb1c33ec169824e20657e9ecb61cef6c8c74dcb8120"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"lazy_static",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
2022-01-28 16:07:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "683d6b536309245c849479fba3da410962a43ed8e51c26b729208ec0ac2798d0"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2020-10-29 01:09:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-mac"
|
2021-11-14 17:21:01 +01:00
|
|
|
version = "0.10.1"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-14 17:21:01 +01:00
|
|
|
checksum = "bff07008ec701e8028e2ceb8f83f0e4274ee62bd2dbdc4fefff2e9a91824081a"
|
2020-10-29 01:09:40 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"generic-array",
|
|
|
|
"subtle",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
2021-01-27 15:03:07 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ctor"
|
2021-11-14 17:21:01 +01:00
|
|
|
version = "0.1.21"
|
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 = "ccc0a48a9b826acdf4028595adc9db92caea352f7af011a3034acd172a52a0aa"
|
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"
|
2020-12-03 15:10:24 +01:00
|
|
|
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
|
|
|
]
|
|
|
|
|
2020-10-29 01:09:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "curl"
|
2022-01-16 18:07:05 +01:00
|
|
|
version = "0.4.42"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-16 18:07:05 +01:00
|
|
|
checksum = "7de97b894edd5b5bcceef8b78d7da9b75b1d2f2f9a910569d0bde3dd31d84939"
|
2020-10-29 01:09:40 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"curl-sys",
|
|
|
|
"libc",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"schannel",
|
2021-06-26 10:33:43 +02:00
|
|
|
"socket2",
|
2020-12-03 15:10:24 +01:00
|
|
|
"winapi",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "curl-sys"
|
2022-01-16 18:07:05 +01:00
|
|
|
version = "0.4.52+curl-7.81.0"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-16 18:07:05 +01:00
|
|
|
checksum = "14b8c2d1023ea5fded5b7b892e4b8e95f70038a421126a056761a84246a28971"
|
2020-10-29 01:09:40 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"libnghttp2-sys",
|
|
|
|
"libz-sys",
|
|
|
|
"openssl-sys",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
"winapi",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2020-10-28 18:04:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "deflate"
|
|
|
|
version = "0.8.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"adler32",
|
|
|
|
"byteorder",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derivative"
|
2021-01-27 15:03:07 +01:00
|
|
|
version = "2.2.0"
|
2020-10-28 18:04:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-27 15:03:07 +01:00
|
|
|
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "diesel"
|
2021-11-14 17:21:01 +01:00
|
|
|
version = "1.4.8"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-14 17:21:01 +01:00
|
|
|
checksum = "b28135ecf6b7d446b43e27e225622a038cc4e2930a1022f51cdb97ada19b8e4d"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"byteorder",
|
|
|
|
"diesel_derives",
|
|
|
|
"libsqlite3-sys",
|
|
|
|
"r2d2",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "diesel_derives"
|
2020-10-28 07:07:31 +01:00
|
|
|
version = "1.4.1"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "45f5098f628d02a7a0f68ddba586fb61e80edec3bdc1be3b921f4ceec60858d3"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "diesel_migrations"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "bf3cde8413353dc7f5d72fa8ce0b99a560a359d2c5ef1e5817ca731cd9008f4c"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"migrations_internals",
|
|
|
|
"migrations_macros",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-10-29 01:09:40 +01:00
|
|
|
name = "digest"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
|
2020-10-29 01:09:40 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"generic-array",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
2022-01-28 16:07:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b697d66081d42af4fba142d56918a3cb21dc8eb63372c6b85d14f44fb9c5979b"
|
|
|
|
dependencies = [
|
|
|
|
"block-buffer 0.10.0",
|
|
|
|
"crypto-common",
|
|
|
|
"generic-array",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2020-10-29 01:09:40 +01:00
|
|
|
[[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"
|
2020-12-03 15:10:24 +01:00
|
|
|
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"
|
|
|
|
|
2021-06-26 10:33:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "easy-parallel"
|
2022-01-04 22:51:02 +01:00
|
|
|
version = "3.2.0"
|
2021-06-26 10:33:43 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-04 22:51:02 +01:00
|
|
|
checksum = "6907e25393cdcc1f4f3f513d9aac1e840eb1cc341a0fccb01171f7d14d10b946"
|
2021-06-26 10:33:43 +02:00
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2020-10-28 07:07:31 +01:00
|
|
|
version = "1.6.1"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2022-01-04 22:51:02 +01:00
|
|
|
version = "0.8.30"
|
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 = "7896dc8abb250ffdda33912550faa54c88ec8b998dec0b2c55ab224921ce11df"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"cfg-if 1.0.0",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
2020-10-28 18:04:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "enum-ordinalize"
|
2021-06-26 10:33:43 +02:00
|
|
|
version = "3.1.10"
|
2020-10-28 18:04:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 10:33:43 +02:00
|
|
|
checksum = "0b166c9e378360dd5a6666a9604bb4f54ae0cac39023ffbac425e917a2a04fef"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2021-11-14 17:21:01 +01:00
|
|
|
"num-bigint 0.4.3",
|
2020-12-03 15:10:24 +01:00
|
|
|
"num-traits",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "enumflags2"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "83c8d82922337cd23a15f88b70d8e4ef5f11da38dd7cdb55e84dd5de99695da0"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2022-01-04 22:51:02 +01:00
|
|
|
"enumflags2_derive 0.6.4",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "enumflags2"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a25c90b056b3f84111cf183cbeddef0d3a0bbe9a674f057e1a1533c315f24def"
|
|
|
|
dependencies = [
|
|
|
|
"enumflags2_derive 0.7.3",
|
2020-12-03 15:10:24 +01:00
|
|
|
"serde",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "enumflags2_derive"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "946ee94e3dbf58fdd324f9ce245c7b238d46a66f00e86a020b71996349e46cce"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
2022-01-04 22:51:02 +01:00
|
|
|
[[package]]
|
|
|
|
name = "enumflags2_derive"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "144ec79496cbab6f84fa125dc67be9264aef22eb8a28da8454d9c33f15108da4"
|
|
|
|
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"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"atty",
|
2022-01-05 10:34:08 +01:00
|
|
|
"humantime 1.3.0",
|
2020-12-03 15:10:24 +01:00
|
|
|
"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",
|
|
|
|
]
|
|
|
|
|
2020-10-29 01:09:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
2022-01-23 20:48:29 +01:00
|
|
|
version = "2.5.2"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-23 20:48:29 +01:00
|
|
|
checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71"
|
2020-10-29 01:09:40 +01:00
|
|
|
|
2020-10-28 18:04:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2022-01-23 20:48:29 +01:00
|
|
|
version = "1.7.0"
|
2020-10-28 18:04:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-23 20:48:29 +01:00
|
|
|
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
|
2020-12-03 15:10:24 +01:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "field-offset"
|
2021-06-26 10:33:43 +02:00
|
|
|
version = "0.3.4"
|
2020-12-03 15:10:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 10:33:43 +02:00
|
|
|
checksum = "1e1c54951450cbd39f3dbcf1005ac413b49487dabf18a720ad2383eccfeffb92"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2021-03-12 02:47:34 +01:00
|
|
|
"memoffset",
|
|
|
|
"rustc_version 0.3.3",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
2020-11-16 17:13:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "flume"
|
2020-12-03 15:10:24 +01:00
|
|
|
version = "0.9.2"
|
2020-11-16 17:13:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "1bebadab126f8120d410b677ed95eee4ba6eb7c6dd8e34a5ec88a08050e26132"
|
2020-11-16 17:13:40 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"spinning_top",
|
2020-11-16 17:13:40 +01:00
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
2020-10-28 07:07:31 +01:00
|
|
|
version = "1.0.7"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-10-29 01:09:40 +01:00
|
|
|
name = "form_urlencoded"
|
2021-03-12 02:47:34 +01:00
|
|
|
version = "1.0.1"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-12 02:47:34 +01:00
|
|
|
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
2021-11-14 17:21:01 +01:00
|
|
|
[[package]]
|
|
|
|
name = "fragile"
|
2022-01-16 18:07:05 +01:00
|
|
|
version = "1.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 = "8da1b8f89c5b5a5b7e59405cfcf0bb9588e5ed19f0b57a4cd542bbba3f164a6d"
|
2021-11-14 17:21:01 +01:00
|
|
|
|
2022-01-05 10:34:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "funty"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"
|
|
|
|
|
2020-10-28 01:52:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2022-01-04 22:51:02 +01:00
|
|
|
version = "0.3.19"
|
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 = "28560757fe2bb34e79f907794bb6b22ae8b0e5c669b638a1132f2592b19035b4"
|
2020-10-28 01:52:54 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
2020-10-28 01:52:54 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2022-01-04 22:51:02 +01:00
|
|
|
version = "0.3.19"
|
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 = "ba3dda0b6588335f360afc675d0564c17a77a2bda81ca178a4b6081bd86c7f0b"
|
2020-10-28 01:52:54 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
2020-10-28 01:52:54 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2022-01-04 22:51:02 +01:00
|
|
|
version = "0.3.19"
|
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 = "d0c8ff0461b82559810cdccfde3215c3f373807f5e5232b71479bff7bb2583d7"
|
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-01-04 22:51:02 +01:00
|
|
|
version = "0.3.19"
|
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 = "29d6d2ff5bb10fb95c85b8ce46538a2e5f5e7fdc755623a7d4529ab8a4ed9d2a"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-10-28 01:52:54 +01:00
|
|
|
name = "futures-io"
|
2022-01-04 22:51:02 +01:00
|
|
|
version = "0.3.19"
|
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 = "b1f9d34af5a1aac6fb380f735fe510746c38067c5bf16c7fd250280503c971b2"
|
2020-10-28 01:52:54 +01:00
|
|
|
|
2020-10-29 01:09:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "futures-lite"
|
2021-06-26 10:33:43 +02:00
|
|
|
version = "1.12.0"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 10:33:43 +02:00
|
|
|
checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
|
2020-10-29 01:09:40 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"fastrand",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"memchr",
|
|
|
|
"parking",
|
2021-03-12 02:47:34 +01:00
|
|
|
"pin-project-lite",
|
2020-12-03 15:10:24 +01:00
|
|
|
"waker-fn",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
2020-10-28 01:52:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2022-01-04 22:51:02 +01:00
|
|
|
version = "0.3.19"
|
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 = "6dbd947adfffb0efc70599b3ddcf7b5597bb5fa9e245eb99f62b3a5f7bb8bd3c"
|
2020-10-28 01:52:54 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-10-28 01:52:54 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2022-01-04 22:51:02 +01:00
|
|
|
version = "0.3.19"
|
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 = "e3055baccb68d74ff6480350f8d6eb8fcfa3aa11bdc1a1ae3afdd0514617d508"
|
2020-10-28 01:52:54 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2022-01-04 22:51:02 +01:00
|
|
|
version = "0.3.19"
|
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 = "6ee7c6485c30167ce4dfb83ac568a849fe53274c831081476ee13e0dce1aad72"
|
2020-10-28 01:52:54 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2022-01-04 22:51:02 +01:00
|
|
|
version = "0.3.19"
|
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 = "d9b5cf40b47a271f77a8b1bec03ca09044d99d2372c0de244e66430761127164"
|
2020-10-28 01:52:54 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
2021-03-12 02:47:34 +01:00
|
|
|
"pin-project-lite",
|
2020-12-03 15:10:24 +01:00
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
2020-10-28 01:52:54 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gdk-pixbuf"
|
2022-01-16 18:07:05 +01:00
|
|
|
version = "0.15.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "172dfe1d9dfb62936bf7ad3ede2913a1b21b1e3db56990e46e00789201de9070"
|
2020-11-08 05:48:55 +01:00
|
|
|
dependencies = [
|
2021-11-14 17:21:01 +01:00
|
|
|
"bitflags",
|
2020-12-03 15:10:24 +01:00
|
|
|
"gdk-pixbuf-sys",
|
|
|
|
"gio",
|
|
|
|
"glib",
|
|
|
|
"libc",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gdk-pixbuf-sys"
|
2022-01-16 18:07:05 +01:00
|
|
|
version = "0.15.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "413424d9818621fa3cfc8a3a915cdb89a7c3c507d56761b4ec83a9a98e587171"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"gio-sys",
|
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
|
|
|
"libc",
|
2022-01-05 10:34:08 +01:00
|
|
|
"system-deps 6.0.0",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-10-28 01:52:54 +01:00
|
|
|
name = "gdk4"
|
2022-01-23 20:48:29 +01:00
|
|
|
version = "0.4.4"
|
2022-01-16 18:07:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-23 20:48:29 +01:00
|
|
|
checksum = "319c74160dbe3e29cc1bf36ae4a08b9072f352b751e9e3e5501b3aa3ca633f66"
|
2020-10-28 01:52:54 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"bitflags",
|
|
|
|
"cairo-rs",
|
|
|
|
"gdk-pixbuf",
|
|
|
|
"gdk4-sys",
|
|
|
|
"gio",
|
|
|
|
"glib",
|
|
|
|
"libc",
|
|
|
|
"pango",
|
2020-10-28 01:52:54 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gdk4-sys"
|
2022-01-23 20:48:29 +01:00
|
|
|
version = "0.4.2"
|
2022-01-16 18:07:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-23 20:48:29 +01:00
|
|
|
checksum = "48a39e34abe35ee2cf54a1e29dd983accecd113ad30bdead5050418fa92f2a1b"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"cairo-sys-rs",
|
|
|
|
"gdk-pixbuf-sys",
|
|
|
|
"gio-sys",
|
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
|
|
|
"libc",
|
|
|
|
"pango-sys",
|
2022-01-16 18:07:05 +01:00
|
|
|
"pkg-config",
|
2022-01-05 10:34:08 +01:00
|
|
|
"system-deps 6.0.0",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
2020-12-06 01:16:31 +01:00
|
|
|
[[package]]
|
|
|
|
name = "gdk4-wayland"
|
2022-01-23 20:48:29 +01:00
|
|
|
version = "0.4.2"
|
2022-01-16 18:07:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-23 20:48:29 +01:00
|
|
|
checksum = "12e6dcdd75e7fa114869d89c03a00081a3f54d7b5300f7d02a82bd3a97026c40"
|
2020-12-06 01:16:31 +01:00
|
|
|
dependencies = [
|
|
|
|
"gdk4",
|
|
|
|
"gdk4-wayland-sys",
|
|
|
|
"gio",
|
|
|
|
"glib",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gdk4-wayland-sys"
|
2022-01-23 20:48:29 +01:00
|
|
|
version = "0.4.2"
|
2022-01-16 18:07:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-23 20:48:29 +01:00
|
|
|
checksum = "22cbf7fa3fc7714c72902d82229677f9291f7cceb33855c5cef868f177356c30"
|
2020-12-06 01:16:31 +01:00
|
|
|
dependencies = [
|
|
|
|
"glib-sys",
|
|
|
|
"libc",
|
2022-01-05 10:34:08 +01:00
|
|
|
"system-deps 6.0.0",
|
2020-12-06 01:16:31 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gdk4-x11"
|
2022-01-23 20:48:29 +01:00
|
|
|
version = "0.4.2"
|
2022-01-16 18:07:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-23 20:48:29 +01:00
|
|
|
checksum = "f2a54a4f3405461afa18ddc2b5fbeaecc2558fcd8b132ed0c9c7c4ffa2f9ae22"
|
2020-12-06 01:16:31 +01:00
|
|
|
dependencies = [
|
|
|
|
"gdk4",
|
|
|
|
"gdk4-x11-sys",
|
|
|
|
"gio",
|
|
|
|
"glib",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gdk4-x11-sys"
|
2022-01-23 20:48:29 +01:00
|
|
|
version = "0.4.2"
|
2022-01-16 18:07:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-23 20:48:29 +01:00
|
|
|
checksum = "1eb40aebb4f15b270df2ac2c463bf7f6d82211d9c5df1d13b84541a63a3139d7"
|
2020-12-06 01:16:31 +01:00
|
|
|
dependencies = [
|
|
|
|
"gdk4-sys",
|
|
|
|
"glib-sys",
|
|
|
|
"libc",
|
2022-01-05 10:34:08 +01:00
|
|
|
"system-deps 6.0.0",
|
2020-12-06 01:16:31 +01:00
|
|
|
]
|
|
|
|
|
2020-10-29 01:09:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2022-01-04 22:51:02 +01:00
|
|
|
version = "0.14.5"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-04 22:51:02 +01:00
|
|
|
checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
|
2020-10-29 01:09:40 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"typenum",
|
|
|
|
"version_check",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
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",
|
2020-12-03 15:10:24 +01:00
|
|
|
"libc",
|
2021-01-23 12:26:46 +01:00
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2022-01-16 18:07:05 +01:00
|
|
|
version = "0.2.4"
|
2021-01-23 12:26:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-16 18:07:05 +01:00
|
|
|
checksum = "418d37c8b1d42553c93648be529cb70f920d3baf8ef469b74b9638df426e0b4c"
|
2021-01-23 12:26:46 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
2021-01-29 19:06:02 +01:00
|
|
|
"wasi 0.10.2+wasi-snapshot-preview1",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gettext-rs"
|
2021-06-26 10:33:43 +02:00
|
|
|
version = "0.7.0"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 10:33:43 +02:00
|
|
|
checksum = "e49ea8a8fad198aaa1f9655a2524b64b70eb06b2f3ff37da407566c93054f364"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"gettext-sys",
|
|
|
|
"locale_config",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gettext-sys"
|
2021-11-14 17:21:01 +01:00
|
|
|
version = "0.21.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 = "afa9e06ab9e7514cc9ae668ea3b71ea1536259d767dff0289ac23ad134f99929"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"cc",
|
2021-11-14 17:21:01 +01:00
|
|
|
"temp-dir",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
2020-10-29 01:09:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ghash"
|
2021-01-10 00:57:38 +01:00
|
|
|
version = "0.3.1"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-10 00:57:38 +01:00
|
|
|
checksum = "97304e4cd182c3846f7575ced3890c53012ce534ad9114046b0a9e00bb30a375"
|
2020-10-29 01:09:40 +01:00
|
|
|
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",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
2020-10-28 18:04:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "gif"
|
2021-11-14 17:21:01 +01:00
|
|
|
version = "0.11.3"
|
2020-10-28 18:04:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-14 17:21:01 +01:00
|
|
|
checksum = "c3a7187e78088aead22ceedeee99779455b23fc231fe13ec443f99bb71694e5b"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"color_quant",
|
|
|
|
"weezl",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gio"
|
2022-01-16 18:07:05 +01:00
|
|
|
version = "0.15.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5e14e0166f772d6295cfda361d227a63194497641a42da81b9e531c9f5a4d77f"
|
2020-10-28 01:52:54 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"bitflags",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"gio-sys",
|
|
|
|
"glib",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"thiserror",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gio-sys"
|
2022-01-16 18:07:05 +01:00
|
|
|
version = "0.15.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "04b57719ccaacf2a0d9c79f151be629f3a3ef3991658ee2af0bb66287e4ea86c"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
|
|
|
"libc",
|
2022-01-05 10:34:08 +01:00
|
|
|
"system-deps 6.0.0",
|
2020-12-03 15:10:24 +01:00
|
|
|
"winapi",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glib"
|
2022-01-16 18:07:05 +01:00
|
|
|
version = "0.15.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "30a3e6b2e5ef2ecfb10c1e083074a81160b8f6408fcc08195c872e9de37a361b"
|
2020-10-28 01:52:54 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"bitflags",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-task",
|
|
|
|
"glib-macros",
|
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"smallvec",
|
2022-01-04 22:51:02 +01:00
|
|
|
"thiserror",
|
2020-10-28 01:52:54 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glib-macros"
|
2022-01-16 18:07:05 +01:00
|
|
|
version = "0.15.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "54c0c7194ee4c597b334e3ce84d22d929405e94497828e1c54da762cbe8e3d93"
|
2020-10-28 01:52:54 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"anyhow",
|
2022-01-04 22:51:02 +01:00
|
|
|
"heck 0.4.0",
|
2021-11-14 17:21:01 +01:00
|
|
|
"proc-macro-crate 1.1.0",
|
2020-12-03 15:10:24 +01:00
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glib-sys"
|
2022-01-16 18:07:05 +01:00
|
|
|
version = "0.15.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c668102c6e15e0a7f6b99b59f602c2e806967bb86414f617b77e19b1de5b3fac"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"libc",
|
2022-01-05 10:34:08 +01:00
|
|
|
"system-deps 6.0.0",
|
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]]
|
2020-10-29 01:09:40 +01:00
|
|
|
name = "gloo-timers"
|
2022-01-04 22:51:02 +01:00
|
|
|
version = "0.2.2"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-04 22:51:02 +01:00
|
|
|
checksum = "6f16c88aa13d2656ef20d1c042086b8767bbe2bdb62526894275a1b062161b2e"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gobject-sys"
|
2022-01-16 18:07:05 +01:00
|
|
|
version = "0.15.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6edb1f0b3e4c08e2a0a490d1082ba9e902cdff8ff07091e85c6caec60d17e2ab"
|
2020-10-29 01:09:40 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"glib-sys",
|
|
|
|
"libc",
|
2022-01-05 10:34:08 +01:00
|
|
|
"system-deps 6.0.0",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
2019-09-03 00:07:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-10-28 01:52:54 +01:00
|
|
|
name = "graphene-rs"
|
2022-01-16 18:07:05 +01:00
|
|
|
version = "0.15.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7c54f9fbbeefdb62c99f892dfca35f83991e2cb5b46a8dc2a715e58612f85570"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"glib",
|
|
|
|
"graphene-sys",
|
|
|
|
"libc",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-10-28 01:52:54 +01:00
|
|
|
name = "graphene-sys"
|
2022-01-16 18:07:05 +01:00
|
|
|
version = "0.15.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "03f311acb023cf7af5537f35de028e03706136eead7f25a31e8fd26f5011e0b3"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"glib-sys",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
2022-01-05 10:34:08 +01:00
|
|
|
"system-deps 6.0.0",
|
2020-10-28 01:52:54 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gsk4"
|
2022-01-23 20:48:29 +01:00
|
|
|
version = "0.4.4"
|
2022-01-16 18:07:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-23 20:48:29 +01:00
|
|
|
checksum = "0672c63e4101e19d5e9cb4a0aed8b3278e9573529bd0b6a86d9c748c71bd9882"
|
2020-10-28 01:52:54 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"bitflags",
|
|
|
|
"cairo-rs",
|
|
|
|
"gdk4",
|
|
|
|
"glib",
|
|
|
|
"graphene-rs",
|
|
|
|
"gsk4-sys",
|
|
|
|
"libc",
|
|
|
|
"pango",
|
2020-10-28 01:52:54 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gsk4-sys"
|
2022-01-23 20:48:29 +01:00
|
|
|
version = "0.4.2"
|
2022-01-16 18:07:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-23 20:48:29 +01:00
|
|
|
checksum = "e31d21d7ce02ba261bb24c50c4ab238a10b41a2c97c32afffae29471b7cca69b"
|
2020-10-28 01:52:54 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"cairo-sys-rs",
|
|
|
|
"gdk4-sys",
|
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
|
|
|
"graphene-sys",
|
|
|
|
"libc",
|
|
|
|
"pango-sys",
|
2022-01-05 10:34:08 +01:00
|
|
|
"system-deps 6.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gst-plugin-gtk4"
|
|
|
|
version = "0.1.0"
|
2022-01-16 18:07:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f70501fa85dfdbeebecea35d747791351d04266f5c2c4aa23014d9fe74132290"
|
2022-01-05 10:34:08 +01:00
|
|
|
dependencies = [
|
|
|
|
"fragile",
|
|
|
|
"gst-plugin-version-helper",
|
|
|
|
"gstreamer",
|
|
|
|
"gstreamer-base",
|
|
|
|
"gstreamer-video",
|
|
|
|
"gtk4",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gst-plugin-version-helper"
|
2022-01-16 18:07:05 +01:00
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3a6a4dd1cb931cc6b49af354a68f21b3aee46b5b07370215d942f3a71542123f"
|
2022-01-05 10:34:08 +01:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
2020-10-28 01:52:54 +01:00
|
|
|
]
|
|
|
|
|
2021-01-23 01:41:57 +01:00
|
|
|
[[package]]
|
|
|
|
name = "gstreamer"
|
2022-01-23 20:48:29 +01:00
|
|
|
version = "0.18.1"
|
2022-01-16 18:07:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-23 20:48:29 +01:00
|
|
|
checksum = "8050dd478c50f1796595275eb8f21b2e1c2604f7797fcd2cc513c7af710bb4ac"
|
2021-01-23 01:41:57 +01:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cfg-if 1.0.0",
|
2021-11-14 17:21:01 +01:00
|
|
|
"fragile",
|
2021-01-23 01:41:57 +01:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"glib",
|
|
|
|
"gstreamer-sys",
|
|
|
|
"libc",
|
|
|
|
"muldiv",
|
2021-01-29 19:06:02 +01:00
|
|
|
"num-integer",
|
2021-03-12 02:47:34 +01:00
|
|
|
"num-rational 0.4.0",
|
2021-01-23 01:41:57 +01:00
|
|
|
"once_cell",
|
2021-11-14 17:21:01 +01:00
|
|
|
"option-operations",
|
2021-01-23 01:41:57 +01:00
|
|
|
"paste",
|
|
|
|
"pretty-hex",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gstreamer-base"
|
2021-11-14 17:21:01 +01:00
|
|
|
version = "0.18.0"
|
2022-01-16 18:07:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "224f35f36582407caf58ded74854526beeecc23d0cf64b8d1c3e00584ed6863f"
|
2021-01-23 01:41:57 +01:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"glib",
|
|
|
|
"gstreamer",
|
|
|
|
"gstreamer-base-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gstreamer-base-sys"
|
2021-11-14 17:21:01 +01:00
|
|
|
version = "0.18.0"
|
2022-01-16 18:07:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a083493c3c340e71fa7c66eebda016e9fafc03eb1b4804cf9b2bad61994b078e"
|
2021-01-23 01:41:57 +01:00
|
|
|
dependencies = [
|
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
|
|
|
"gstreamer-sys",
|
|
|
|
"libc",
|
2022-01-05 10:34:08 +01:00
|
|
|
"system-deps 6.0.0",
|
2021-01-23 01:41:57 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gstreamer-sys"
|
2021-11-14 17:21:01 +01:00
|
|
|
version = "0.18.0"
|
2022-01-16 18:07:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e3517a65d3c2e6f8905b456eba5d53bda158d664863aef960b44f651cb7d33e2"
|
2021-01-23 01:41:57 +01:00
|
|
|
dependencies = [
|
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
|
|
|
"libc",
|
2022-01-05 10:34:08 +01:00
|
|
|
"system-deps 6.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gstreamer-video"
|
2022-01-23 20:48:29 +01:00
|
|
|
version = "0.18.1"
|
2022-01-16 18:07:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-23 20:48:29 +01:00
|
|
|
checksum = "410c72d885a67aeb7dbfa49c347e6c85d60f54e1cdaf6aadf8b5364892451261"
|
2022-01-05 10:34:08 +01:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"fragile",
|
|
|
|
"futures-channel",
|
|
|
|
"glib",
|
|
|
|
"gstreamer",
|
|
|
|
"gstreamer-base",
|
|
|
|
"gstreamer-video-sys",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gstreamer-video-sys"
|
|
|
|
version = "0.18.0"
|
2022-01-16 18:07:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "255c487bf6dd145e23558eaf1c92ef0946ee1999d22bdadc1e492b463609c4b6"
|
2022-01-05 10:34:08 +01:00
|
|
|
dependencies = [
|
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
|
|
|
"gstreamer-base-sys",
|
|
|
|
"gstreamer-sys",
|
|
|
|
"libc",
|
|
|
|
"system-deps 6.0.0",
|
2021-01-23 01:41:57 +01:00
|
|
|
]
|
|
|
|
|
2020-10-28 01:52:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "gtk-macros"
|
2021-06-26 10:33:43 +02:00
|
|
|
version = "0.3.0"
|
2020-10-28 01:52:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 10:33:43 +02:00
|
|
|
checksum = "da5bf7748fd4cd0b2490df8debcc911809dbcbee4ece9531b96c29a9c729de5a"
|
2020-10-28 01:52:54 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gtk4"
|
2022-01-23 20:48:29 +01:00
|
|
|
version = "0.4.4"
|
2022-01-16 18:07:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-23 20:48:29 +01:00
|
|
|
checksum = "b5020aeb559e0431930d66d85b8f16fc453fc0863466b13b7e1e1b800cf1a47b"
|
2020-12-03 15:10:24 +01:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cairo-rs",
|
|
|
|
"field-offset",
|
2021-01-14 12:40:47 -08:00
|
|
|
"futures-channel",
|
2020-12-03 15:10:24 +01:00
|
|
|
"gdk-pixbuf",
|
|
|
|
"gdk4",
|
|
|
|
"gio",
|
|
|
|
"glib",
|
|
|
|
"graphene-rs",
|
|
|
|
"gsk4",
|
|
|
|
"gtk4-macros",
|
|
|
|
"gtk4-sys",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"pango",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gtk4-macros"
|
2022-01-23 20:48:29 +01:00
|
|
|
version = "0.4.3"
|
2022-01-16 18:07:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-23 20:48:29 +01:00
|
|
|
checksum = "573db42bb64973a4d5f718b73caa7204285a1a665308a23b11723d0ee56ec305"
|
2020-12-03 15:10:24 +01:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2021-11-14 17:21:01 +01:00
|
|
|
"proc-macro-crate 1.1.0",
|
2020-12-03 15:10:24 +01:00
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-10-28 01:52:54 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gtk4-sys"
|
2022-01-23 20:48:29 +01:00
|
|
|
version = "0.4.2"
|
2022-01-16 18:07:05 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-23 20:48:29 +01:00
|
|
|
checksum = "1544614a8d44f38719a2fdfd608d644d5f385beab33e5852688f48a983a2b583"
|
2020-11-08 05:48:55 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"cairo-sys-rs",
|
|
|
|
"gdk-pixbuf-sys",
|
|
|
|
"gdk4-sys",
|
|
|
|
"gio-sys",
|
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
|
|
|
"graphene-sys",
|
|
|
|
"gsk4-sys",
|
|
|
|
"libc",
|
|
|
|
"pango-sys",
|
2022-01-05 10:34:08 +01:00
|
|
|
"system-deps 6.0.0",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
2020-10-28 01:52:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2021-06-26 10:33:43 +02:00
|
|
|
version = "0.3.3"
|
2020-10-28 01:52:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 10:33:43 +02:00
|
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
2020-10-28 01:52:54 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"unicode-segmentation",
|
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"
|
2021-06-26 10:33:43 +02:00
|
|
|
version = "0.1.19"
|
2020-10-28 07:07:31 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 10:33:43 +02:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2020-10-28 07:07:31 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"libc",
|
2020-10-28 07:07:31 +01:00
|
|
|
]
|
|
|
|
|
2020-12-06 03:02:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
2021-03-12 02:47:34 +01:00
|
|
|
version = "0.4.3"
|
2020-12-06 03:02:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-12 02:47:34 +01:00
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
2022-01-28 16:07:53 +01:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2020-12-06 03:02:40 +01:00
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
2020-10-29 01:09:40 +01:00
|
|
|
name = "hkdf"
|
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"
|
2020-12-03 15:10:24 +01:00
|
|
|
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]]
|
2020-10-29 01:09:40 +01:00
|
|
|
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"
|
2020-12-03 15:10:24 +01:00
|
|
|
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"
|
|
|
|
version = "0.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ddca131f3e7f2ce2df364b57949a9d47915cfbd35e46cfee355ccebbf794d6a2"
|
|
|
|
dependencies = [
|
|
|
|
"digest 0.10.1",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-10-29 01:09:40 +01:00
|
|
|
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"
|
2020-10-29 01:09:40 +01:00
|
|
|
dependencies = [
|
2021-11-14 17:21:01 +01:00
|
|
|
"bytes 1.1.0",
|
2020-12-03 15:10:24 +01:00
|
|
|
"fnv",
|
2022-01-23 20:48:29 +01:00
|
|
|
"itoa",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
2020-10-28 07:07:31 +01:00
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
2020-10-29 01:09:40 +01:00
|
|
|
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 = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"async-std",
|
|
|
|
"async-trait",
|
2021-03-12 02:47:34 +01:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"dashmap",
|
2020-12-03 15:10:24 +01:00
|
|
|
"http-types",
|
|
|
|
"isahc",
|
|
|
|
"log",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-10-29 01:09:40 +01:00
|
|
|
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 = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"anyhow",
|
|
|
|
"async-channel",
|
|
|
|
"async-std",
|
2021-03-12 02:47:34 +01:00
|
|
|
"base64",
|
2020-12-03 15:10:24 +01:00
|
|
|
"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",
|
2020-12-03 15:10:24 +01:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_qs",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"url",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-10-29 01:09:40 +01:00
|
|
|
name = "humantime"
|
|
|
|
version = "1.3.0"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"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"
|
2021-06-26 10:33:43 +02:00
|
|
|
version = "0.2.3"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 10:33:43 +02:00
|
|
|
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
2020-10-28 18:04:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "image"
|
2021-03-12 02:47:34 +01:00
|
|
|
version = "0.23.14"
|
2020-10-28 18:04:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-12 02:47:34 +01:00
|
|
|
checksum = "24ffcb7e7244a9bf19d35bf2883b9c080c4ced3c07a9895572178cdb8f13f6a1"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"bytemuck",
|
|
|
|
"byteorder",
|
|
|
|
"color_quant",
|
|
|
|
"gif",
|
|
|
|
"jpeg-decoder",
|
|
|
|
"num-iter",
|
2021-03-12 02:47:34 +01:00
|
|
|
"num-rational 0.3.2",
|
2020-12-03 15:10:24 +01:00
|
|
|
"num-traits",
|
|
|
|
"png",
|
|
|
|
"scoped_threadpool",
|
|
|
|
"tiff",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
2020-10-29 01:09:40 +01:00
|
|
|
name = "infer"
|
|
|
|
version = "0.2.3"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-10-28 07:07:31 +01:00
|
|
|
name = "instant"
|
2021-11-14 17:21:01 +01:00
|
|
|
version = "0.1.12"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-14 17:21:01 +01:00
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
2020-10-28 07:07:31 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"cfg-if 1.0.0",
|
2020-10-28 07:07:31 +01:00
|
|
|
]
|
2019-09-03 00:07:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-10-29 01:09:40 +01:00
|
|
|
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",
|
2020-12-03 15:10:24 +01:00
|
|
|
"crossbeam-utils",
|
|
|
|
"curl",
|
|
|
|
"curl-sys",
|
|
|
|
"flume",
|
|
|
|
"futures-lite",
|
|
|
|
"http",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"slab",
|
|
|
|
"sluice",
|
|
|
|
"tracing",
|
|
|
|
"tracing-futures",
|
|
|
|
"url",
|
|
|
|
"waker-fn",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
2022-01-05 10:34:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.10.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
2020-10-28 18:04:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "jpeg-decoder"
|
2021-01-29 19:06:02 +01:00
|
|
|
version = "0.1.22"
|
2020-10-28 18:04:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-29 19:06:02 +01:00
|
|
|
checksum = "229d53d58899083193af11e15917b5640cd40b29ff475a1fe4ef725deb02d0f2"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"rayon",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2022-01-23 20:48:29 +01:00
|
|
|
version = "0.3.56"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-23 20:48:29 +01:00
|
|
|
checksum = "a38fc24e30fd564ce974c02bf1d337caddff65be6cc4735a1f7eab22a7440f04"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"wasm-bindgen",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-10-29 01:09:40 +01:00
|
|
|
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"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"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"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
2022-01-05 10:34:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lexical-core"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe"
|
|
|
|
dependencies = [
|
2022-01-16 18:07:05 +01:00
|
|
|
"arrayvec 0.5.2",
|
2022-01-05 10:34:08 +01:00
|
|
|
"bitflags",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"ryu",
|
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
2021-01-21 18:56:56 +01:00
|
|
|
name = "libadwaita"
|
2022-01-16 18:07:05 +01:00
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0d4b1d54d907dfa5d6663fdf4bdbe46c34747258b85c787adbf66187ccbaac81"
|
2020-12-03 15:10:24 +01:00
|
|
|
dependencies = [
|
|
|
|
"gdk-pixbuf",
|
|
|
|
"gdk4",
|
|
|
|
"gio",
|
|
|
|
"glib",
|
|
|
|
"gtk4",
|
2021-01-21 18:56:56 +01:00
|
|
|
"libadwaita-sys",
|
2020-12-03 15:10:24 +01:00
|
|
|
"libc",
|
2021-11-14 17:21:01 +01:00
|
|
|
"once_cell",
|
2020-12-03 15:10:24 +01:00
|
|
|
"pango",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-01-21 18:56:56 +01:00
|
|
|
name = "libadwaita-sys"
|
2022-01-16 18:07:05 +01:00
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f18b6ac4cadd252a89f5cba0a5a4e99836131795d6fad37b859ac79e8cb7d2c8"
|
2020-11-08 05:48:55 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"gdk4-sys",
|
|
|
|
"gio-sys",
|
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
|
|
|
"gtk4-sys",
|
|
|
|
"libc",
|
2022-01-05 10:34:08 +01:00
|
|
|
"system-deps 6.0.0",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
2021-01-21 18:56:56 +01:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2022-01-23 20:48:29 +01:00
|
|
|
version = "0.2.113"
|
2020-12-06 01:16:31 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-23 20:48:29 +01:00
|
|
|
checksum = "eef78b64d87775463c549fbd80e19249ef436ea3bf1de2a1eb7e717ec7fab1e9"
|
2020-12-06 01:16:31 +01:00
|
|
|
|
2022-01-05 10:34:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2022-01-16 18:07:05 +01:00
|
|
|
version = "0.7.3"
|
2022-01-05 10:34:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-16 18:07:05 +01:00
|
|
|
checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
|
2022-01-05 10:34:08 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-10-29 01:09:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "libnghttp2-sys"
|
2021-11-14 17:21:01 +01:00
|
|
|
version = "0.1.7+1.45.0"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-14 17:21:01 +01:00
|
|
|
checksum = "57ed28aba195b38d5ff02b9170cbff627e336a20925e43b4945390401c5dc93f"
|
2020-10-29 01:09:40 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"cc",
|
|
|
|
"libc",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
2022-01-05 10:34:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "libspa"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aeb373e8b03740369c5fe48a557c6408b6898982d57e17940de144375d472743"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cc",
|
|
|
|
"cookie-factory",
|
|
|
|
"errno",
|
|
|
|
"libc",
|
|
|
|
"libspa-sys",
|
|
|
|
"nom 6.1.2",
|
|
|
|
"system-deps 3.2.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libspa-sys"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d301a2fc2fed0a97c13836408a4d98f419af0c2695ecf74e634a214c17beefa6"
|
|
|
|
dependencies = [
|
|
|
|
"bindgen",
|
|
|
|
"system-deps 3.2.0",
|
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libsqlite3-sys"
|
2021-06-26 10:33:43 +02:00
|
|
|
version = "0.22.2"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 10:33:43 +02:00
|
|
|
checksum = "290b64917f8b0cb885d9de0f9959fe1f775d7fa12f1da2db9001c1c8ab60f89d"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
2020-10-29 01:09:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "libz-sys"
|
2021-06-26 10:33:43 +02:00
|
|
|
version = "1.1.3"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 10:33:43 +02:00
|
|
|
checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66"
|
2020-10-29 01:09:40 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "locale_config"
|
2020-10-28 01:52:54 +01:00
|
|
|
version = "0.3.0"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "08d2c35b16f4483f6c26f0e4e9550717a2f6575bcd6f12a53ff0c490a94a6934"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"lazy_static",
|
|
|
|
"objc",
|
|
|
|
"objc-foundation",
|
|
|
|
"regex",
|
|
|
|
"winapi",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2021-11-14 17:21:01 +01:00
|
|
|
version = "0.4.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 = "712a4d093c9976e24e7dbca41db895dabcbac38eb5f4045393d17a95bdfb1109"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"scopeguard",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2021-01-27 15:03:07 +01:00
|
|
|
version = "0.4.14"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-27 15:03:07 +01:00
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
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"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
|
2020-10-28 01:52:54 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"libc",
|
2020-10-28 01:52:54 +01:00
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2021-11-14 17:21:01 +01:00
|
|
|
version = "0.1.9"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-14 17:21:01 +01:00
|
|
|
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
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
|
|
|
|
2020-12-03 15:10:24 +01:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2022-01-04 22:51:02 +01:00
|
|
|
version = "0.6.5"
|
2020-12-03 15:10:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-04 22:51:02 +01:00
|
|
|
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2020-12-14 23:12:33 +01:00
|
|
|
"autocfg",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "migrations_internals"
|
2020-10-28 07:07:31 +01:00
|
|
|
version = "1.4.1"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "2b4fc84e4af020b837029e017966f86a1c2d5e83e64b589963d5047525995860"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"diesel",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "migrations_macros"
|
2020-10-28 07:07:31 +01:00
|
|
|
version = "1.4.2"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "9753f12909fd8d923f75ae5c3258cae1ed3c8ec052e1b38c93c21a6d157f789c"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"migrations_internals",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2020-10-28 07:07:31 +01:00
|
|
|
version = "0.3.16"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
2020-10-28 07:07:31 +01:00
|
|
|
version = "2.0.3"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"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"
|
|
|
|
|
2020-10-28 18:04:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"adler32",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2021-03-12 02:47:34 +01:00
|
|
|
version = "0.4.4"
|
2020-10-28 18:04:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-12 02:47:34 +01:00
|
|
|
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"adler",
|
2020-12-14 23:12:33 +01:00
|
|
|
"autocfg",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
2021-01-23 01:41:57 +01:00
|
|
|
[[package]]
|
|
|
|
name = "muldiv"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b5136edda114182728ccdedb9f5eda882781f35fa6e80cc360af12a8932507f3"
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
2020-10-29 01:09:40 +01:00
|
|
|
name = "nb-connect"
|
2021-06-26 10:33:43 +02:00
|
|
|
version = "1.2.0"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 10:33:43 +02:00
|
|
|
checksum = "b1bb540dc6ef51cfe1916ec038ce7a620daf3a111e2502d745197cd53d6bca15"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"libc",
|
2021-06-26 10:33:43 +02:00
|
|
|
"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",
|
|
|
|
]
|
|
|
|
|
2020-10-28 18:04:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
|
|
|
version = "0.17.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "50e4785f2c3b7589a0d0c1dd60285e1188adac4006e8abd6dd578e1567027363"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"bitflags",
|
|
|
|
"cc",
|
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"libc",
|
|
|
|
"void",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
2020-12-06 01:16:31 +01:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2022-01-04 22:51:02 +01:00
|
|
|
version = "0.23.1"
|
2020-12-06 01:16:31 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-04 22:51:02 +01:00
|
|
|
checksum = "9f866317acbd3a240710c63f065ffb1e4fd466259045ccb504130b7f668f35c6"
|
2021-06-26 10:33:43 +02:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cc",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"memoffset",
|
|
|
|
]
|
|
|
|
|
2022-01-05 10:34:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
|
|
|
version = "6.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e7413f999671bd4745a7b624bd370a569fb6bc574b23c83a3c5ed2e453f3d5e2"
|
|
|
|
dependencies = [
|
|
|
|
"bitvec",
|
|
|
|
"funty",
|
|
|
|
"lexical-core",
|
|
|
|
"memchr",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
|
|
|
version = "7.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"minimal-lexical",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
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"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "8b7a8e9be5e039e2ff869df49155f1c06bd01ade2117ec783e56ab0932b67a8f"
|
2020-11-10 04:59:52 +01:00
|
|
|
dependencies = [
|
2021-11-14 17:21:01 +01:00
|
|
|
"num-bigint 0.3.3",
|
2020-12-03 15:10:24 +01:00
|
|
|
"num-complex",
|
|
|
|
"num-integer",
|
|
|
|
"num-iter",
|
2021-03-12 02:47:34 +01:00
|
|
|
"num-rational 0.3.2",
|
2020-12-03 15:10:24 +01:00
|
|
|
"num-traits",
|
2020-11-10 04:59:52 +01:00
|
|
|
]
|
|
|
|
|
2020-10-28 18:04:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
2021-11-14 17:21:01 +01:00
|
|
|
version = "0.3.3"
|
2020-10-28 18:04:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-14 17:21:01 +01:00
|
|
|
checksum = "5f6f7833f2cbf2360a6cfd58cd41a53aa7a90bd4c202f5b1c7dd2ed73c57b2c3"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2020-12-14 23:12:33 +01:00
|
|
|
"autocfg",
|
2020-12-03 15:10:24 +01:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
2021-06-26 10:33:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
2021-11-14 17:21:01 +01:00
|
|
|
version = "0.4.3"
|
2021-06-26 10:33:43 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-14 17:21:01 +01:00
|
|
|
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
|
2021-06-26 10:33:43 +02:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2020-11-10 04:59:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "num-complex"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "747d632c0c558b87dbabbe6a82f3b4ae03720d0646ac5b7b4dae89394be5f2c5"
|
2020-11-10 04:59:52 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"num-traits",
|
2020-11-10 04:59:52 +01:00
|
|
|
]
|
|
|
|
|
2020-10-28 18:04:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2020-11-08 05:48:55 +01:00
|
|
|
version = "0.1.44"
|
2020-10-28 18:04:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2020-12-14 23:12:33 +01:00
|
|
|
"autocfg",
|
2020-12-03 15:10:24 +01:00
|
|
|
"num-traits",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-iter"
|
2020-11-08 05:48:55 +01:00
|
|
|
version = "0.1.42"
|
2020-10-28 18:04:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "b2021c8337a54d21aca0d59a92577a029af9431cb59b909b03252b9c164fad59"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2020-12-14 23:12:33 +01:00
|
|
|
"autocfg",
|
2020-12-03 15:10:24 +01:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
2020-11-08 05:48:55 +01:00
|
|
|
version = "0.3.2"
|
2020-10-28 18:04:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2020-12-14 23:12:33 +01:00
|
|
|
"autocfg",
|
2021-11-14 17:21:01 +01:00
|
|
|
"num-bigint 0.3.3",
|
2020-12-03 15:10:24 +01:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
2021-03-12 02:47:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2020-10-28 18:04:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2020-11-08 05:48:55 +01:00
|
|
|
version = "0.2.14"
|
2020-10-28 18:04:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2020-12-14 23:12:33 +01:00
|
|
|
"autocfg",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2022-01-04 22:51:02 +01:00
|
|
|
version = "1.13.1"
|
2020-10-28 18:04:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-04 22:51:02 +01:00
|
|
|
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
2020-10-28 01:52:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "objc"
|
|
|
|
version = "0.2.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
|
2020-10-28 01:52:54 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"malloc_buf",
|
2020-10-28 01:52:54 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "objc-foundation"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
|
2020-10-28 01:52:54 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"block",
|
|
|
|
"objc",
|
|
|
|
"objc_id",
|
2020-10-28 01:52:54 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "objc_id"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
|
2020-10-28 01:52:54 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"objc",
|
2020-10-28 01:52:54 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2022-01-04 22:51:02 +01:00
|
|
|
version = "1.9.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 = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5"
|
2020-10-28 01:52:54 +01:00
|
|
|
|
2020-10-29 01:09:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
|
|
|
version = "0.3.0"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
|
|
|
[[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",
|
2020-12-03 15:10:24 +01:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-11-14 17:21:01 +01:00
|
|
|
name = "option-operations"
|
|
|
|
version = "0.4.0"
|
2021-06-29 00:23:20 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-14 17:21:01 +01:00
|
|
|
checksum = "95d6113415f41b268f1195907427519769e40ee6f28cbb053795098a2c16f447"
|
|
|
|
dependencies = [
|
|
|
|
"paste",
|
|
|
|
]
|
|
|
|
|
2022-01-04 22:51:02 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ordered-stream"
|
|
|
|
version = "0.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "44630c059eacfd6e08bdaa51b1db2ce33119caa4ddc1235e923109aa5f25ccb1"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2021-11-14 17:21:01 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pango"
|
2022-01-16 18:07:05 +01:00
|
|
|
version = "0.15.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "79211eff430c29cc38c69e0ab54bc78fa1568121ca9737707eee7f92a8417a94"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"bitflags",
|
|
|
|
"glib",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"pango-sys",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pango-sys"
|
2022-01-16 18:07:05 +01:00
|
|
|
version = "0.15.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7022c2fb88cd2d9d55e1a708a8c53a3ae8678234c4a54bf623400aeb7f31fac2"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
|
|
|
"libc",
|
2022-01-05 10:34:08 +01:00
|
|
|
"system-deps 6.0.0",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
2020-10-29 01:09:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "parking"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
|
2020-10-29 01:09:40 +01:00
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2021-11-14 17:21:01 +01:00
|
|
|
version = "0.11.2"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-14 17:21:01 +01:00
|
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"instant",
|
|
|
|
"lock_api",
|
|
|
|
"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",
|
2020-12-03 15:10:24 +01:00
|
|
|
"instant",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
|
|
|
"winapi",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
2021-01-23 01:41:57 +01:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2021-11-14 17:21:01 +01:00
|
|
|
version = "1.0.6"
|
2021-01-23 01:41:57 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-14 17:21:01 +01:00
|
|
|
checksum = "0744126afe1a6dd7f394cb50a716dbe086cb06e255e53d8d0185d82828358fb5"
|
2021-01-23 01:41:57 +01:00
|
|
|
|
2022-01-28 16:07:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pbkdf2"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a4628cc3cf953b82edcd3c1388c5715401420ce5524fedbab426bd5aba017434"
|
|
|
|
dependencies = [
|
|
|
|
"digest 0.10.1",
|
|
|
|
]
|
|
|
|
|
2022-01-05 10:34:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "peeking_take_while"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
2020-10-28 07:07:31 +01:00
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.1.0"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
2021-03-12 02:47:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
|
|
|
version = "2.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
|
|
|
|
dependencies = [
|
|
|
|
"ucd-trie",
|
|
|
|
]
|
|
|
|
|
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 = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"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"
|
2020-12-03 15:10:24 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-04 22:51:02 +01:00
|
|
|
checksum = "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"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
2020-10-28 01:52:54 +01:00
|
|
|
|
2022-01-05 10:34:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pipewire"
|
|
|
|
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"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9b4aa5ef9f3afef7dbb335106f69bd6bb541259e8796c693810cde20db1eb949"
|
|
|
|
dependencies = [
|
|
|
|
"bindgen",
|
|
|
|
"libspa-sys",
|
|
|
|
"system-deps 3.2.0",
|
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2022-01-04 22:51:02 +01:00
|
|
|
version = "0.3.24"
|
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 = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
2020-10-28 18:04:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "png"
|
2020-12-09 06:37:49 +01:00
|
|
|
version = "0.16.8"
|
2020-10-28 18:04:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-09 06:37:49 +01:00
|
|
|
checksum = "3c3287920cb847dee3de33d301c463fba14dda99db24214ddf93f83d3021f4c6"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"bitflags",
|
|
|
|
"crc32fast",
|
|
|
|
"deflate",
|
|
|
|
"miniz_oxide 0.3.7",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
2020-10-29 01:09:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "polling"
|
2021-11-14 17:21:01 +01:00
|
|
|
version = "2.2.0"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-14 17:21:01 +01:00
|
|
|
checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"
|
2020-10-29 01:09:40 +01:00
|
|
|
dependencies = [
|
2021-03-23 20:05:58 +01:00
|
|
|
"cfg-if 1.0.0",
|
2020-12-03 15:10:24 +01:00
|
|
|
"libc",
|
|
|
|
"log",
|
2021-06-26 10:33:43 +02:00
|
|
|
"wepoll-ffi",
|
2020-12-03 15:10:24 +01:00
|
|
|
"winapi",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "polyval"
|
2021-01-10 00:57:38 +01:00
|
|
|
version = "0.4.5"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-10 00:57:38 +01:00
|
|
|
checksum = "eebcc4aa140b9abd2bc40d9c3f7ccec842679cd79045ac3a7ac698c1a064b7cd"
|
2020-10-29 01:09:40 +01:00
|
|
|
dependencies = [
|
2021-06-26 10:33:43 +02:00
|
|
|
"cpuid-bool",
|
2021-01-10 00:57:38 +01:00
|
|
|
"opaque-debug",
|
2020-12-03 15:10:24 +01:00
|
|
|
"universal-hash",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
2022-01-28 16:07:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "polyval"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"cpufeatures",
|
|
|
|
"opaque-debug",
|
|
|
|
"universal-hash",
|
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2022-01-04 22:51:02 +01:00
|
|
|
version = "0.2.16"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-04 22:51:02 +01:00
|
|
|
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
2021-01-23 01:41:57 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pretty-hex"
|
|
|
|
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"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2022-01-05 10:34:08 +01:00
|
|
|
"env_logger 0.7.1",
|
2020-12-03 15:10:24 +01:00
|
|
|
"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"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
|
2020-10-28 01:52:54 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"toml",
|
2020-10-28 01:52:54 +01:00
|
|
|
]
|
|
|
|
|
2021-06-26 10:33:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
2021-11-14 17:21:01 +01:00
|
|
|
version = "1.1.0"
|
2021-06-26 10:33:43 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-14 17:21:01 +01:00
|
|
|
checksum = "1ebace6889caf889b4d3f76becee12e90353f2b8c7d875534a71e5742f8f6f83"
|
2021-06-26 10:33:43 +02:00
|
|
|
dependencies = [
|
|
|
|
"thiserror",
|
|
|
|
"toml",
|
|
|
|
]
|
|
|
|
|
2020-10-28 01:52:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
2020-10-28 01:52:54 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"version_check",
|
2020-10-28 01:52:54 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
2020-10-28 01:52:54 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
2020-10-28 01:52:54 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
|
2020-10-28 01:52:54 +01:00
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2022-01-04 22:51:02 +01:00
|
|
|
version = "1.0.36"
|
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 = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"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",
|
|
|
|
"image",
|
|
|
|
]
|
|
|
|
|
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"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
2020-10-29 01:09:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "quick-xml"
|
2021-03-19 17:06:17 +09:00
|
|
|
version = "0.22.0"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-19 17:06:17 +09:00
|
|
|
checksum = "8533f14c8382aaad0d592c812ac3b826162128b65662331e1127b45c3d18536b"
|
2020-10-29 01:09:40 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"memchr",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2022-01-23 20:48:29 +01:00
|
|
|
version = "1.0.15"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-23 20:48:29 +01:00
|
|
|
checksum = "864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"proc-macro2",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "r2d2"
|
2020-10-28 07:07:31 +01:00
|
|
|
version = "0.8.9"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "545c5bc2b880973c9c10e4067418407a0ccaa3091781d1671d46eb35107cb26f"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"log",
|
|
|
|
"parking_lot",
|
|
|
|
"scheduled-thread-pool",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
2022-01-05 10:34:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "radium"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "941ba9d78d8e2f7ce474c015eea4d9c6d25b6a3327f9832ee29a4de27f91bbb8"
|
|
|
|
|
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"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2021-01-23 12:26:46 +01:00
|
|
|
"getrandom 0.1.16",
|
2020-12-03 15:10:24 +01:00
|
|
|
"libc",
|
2021-01-23 12:26:46 +01:00
|
|
|
"rand_chacha 0.2.2",
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
"rand_hc 0.2.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2021-06-26 10:33:43 +02:00
|
|
|
version = "0.8.4"
|
2021-01-23 12:26:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 10:33:43 +02:00
|
|
|
checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
|
2021-01-23 12:26:46 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-06-26 10:33:43 +02:00
|
|
|
"rand_chacha 0.3.1",
|
|
|
|
"rand_core 0.6.3",
|
|
|
|
"rand_hc 0.3.1",
|
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"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"ppv-lite86",
|
2021-01-23 12:26:46 +01:00
|
|
|
"rand_core 0.5.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2021-06-26 10:33:43 +02:00
|
|
|
version = "0.3.1"
|
2021-01-23 12:26:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 10:33:43 +02:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2021-01-23 12:26:46 +01:00
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2021-06-26 10:33:43 +02:00
|
|
|
"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"
|
2020-12-03 15:10:24 +01:00
|
|
|
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"
|
2021-06-26 10:33:43 +02:00
|
|
|
version = "0.6.3"
|
2021-01-23 12:26:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 10:33:43 +02:00
|
|
|
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
|
2021-01-23 12:26:46 +01:00
|
|
|
dependencies = [
|
2022-01-16 18:07:05 +01:00
|
|
|
"getrandom 0.2.4",
|
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"
|
2020-12-03 15:10:24 +01:00
|
|
|
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 = "rand_hc"
|
2021-06-26 10:33:43 +02:00
|
|
|
version = "0.3.1"
|
2021-01-23 12:26:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 10:33:43 +02:00
|
|
|
checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
|
2021-01-23 12:26:46 +01:00
|
|
|
dependencies = [
|
2021-06-26 10:33:43 +02:00
|
|
|
"rand_core 0.6.3",
|
2020-11-10 04:59:52 +01:00
|
|
|
]
|
|
|
|
|
2020-10-28 18:04:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2021-06-26 10:33:43 +02:00
|
|
|
version = "1.5.1"
|
2020-10-28 18:04:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 10:33:43 +02:00
|
|
|
checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2020-12-14 23:12:33 +01:00
|
|
|
"autocfg",
|
2020-12-03 15:10:24 +01:00
|
|
|
"crossbeam-deque",
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2021-06-26 10:33:43 +02:00
|
|
|
version = "1.9.1"
|
2020-10-28 18:04:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 10:33:43 +02:00
|
|
|
checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"lazy_static",
|
|
|
|
"num_cpus",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2021-11-14 17:21:01 +01:00
|
|
|
version = "0.2.10"
|
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 = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
|
2021-03-12 02:47:34 +01:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
2019-09-03 00:07:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2021-06-26 10:33:43 +02:00
|
|
|
version = "1.5.4"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 10:33:43 +02:00
|
|
|
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2021-06-26 10:33:43 +02:00
|
|
|
version = "0.6.25"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 10:33:43 +02:00
|
|
|
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
2020-12-06 06:10:48 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
2021-02-05 11:12:48 +01:00
|
|
|
version = "0.16.20"
|
2020-12-06 06:10:48 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-05 11:12:48 +01:00
|
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
2020-12-06 06:10:48 +01:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"spin",
|
|
|
|
"untrusted",
|
|
|
|
"web-sys",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-01-31 22:18:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "roxmltree"
|
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dbf7d7b1ea646d380d0e8153158063a6da7efe30ddbf3184042848e3f8a6f671"
|
|
|
|
dependencies = [
|
|
|
|
"xmlparser",
|
|
|
|
]
|
|
|
|
|
2021-01-23 14:36:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rust-argon2"
|
2022-01-16 18:07:05 +01:00
|
|
|
version = "1.0.0"
|
2021-01-23 14:36:34 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-16 18:07:05 +01:00
|
|
|
checksum = "b50162d19404029c1ceca6f6980fe40d45c8b369f6f44446fa14bb39573b5bb9"
|
2021-01-23 14:36:34 +01:00
|
|
|
dependencies = [
|
2021-03-12 02:47:34 +01:00
|
|
|
"base64",
|
2021-01-23 14:36:34 +01:00
|
|
|
"blake2b_simd",
|
|
|
|
"constant_time_eq",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2022-01-05 10:34:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
2020-10-29 01:09:40 +01:00
|
|
|
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"
|
2020-12-03 15:10:24 +01:00
|
|
|
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
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0c0fbb5f676da676c260ba276a8f43a8dc67cf02d1438423aeb1c677a7212686"
|
|
|
|
dependencies = [
|
|
|
|
"cipher 0.3.0",
|
|
|
|
]
|
|
|
|
|
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"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"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"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "dc6f74fd1204073fa02d5d5d68bec8021be4c38690b61264b2fdb48083d0e7d7"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"parking_lot",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
2020-10-28 18:04:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "scoped-tls"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
|
2020-10-28 18:04:49 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scoped_threadpool"
|
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
|
2020-10-28 18:04:49 +01:00
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2020-10-28 07:07:31 +01:00
|
|
|
version = "1.1.0"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
2022-01-28 16:07:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "scrypt"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e73d6d7c6311ebdbd9184ad6c4447b2f36337e327bda107d3ba9e3c374f9d325"
|
|
|
|
dependencies = [
|
|
|
|
"hmac 0.12.0",
|
|
|
|
"pbkdf2",
|
|
|
|
"salsa20",
|
|
|
|
"sha2 0.10.1",
|
|
|
|
]
|
|
|
|
|
2022-01-23 20:48:29 +01:00
|
|
|
[[package]]
|
|
|
|
name = "search-provider"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "350ac7d1c6898fa22b7ac0e4fbc857997c1b5f077ece7cdb1415c13954402f17"
|
|
|
|
dependencies = [
|
|
|
|
"futures",
|
|
|
|
"serde",
|
|
|
|
"zbus 2.0.1",
|
|
|
|
"zvariant 3.1.1",
|
|
|
|
"zvariant_derive 3.1.1",
|
|
|
|
]
|
|
|
|
|
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",
|
2020-12-03 15:10:24 +01:00
|
|
|
"block-modes",
|
2020-12-14 23:12:33 +01:00
|
|
|
"hkdf",
|
2020-12-03 15:10:24 +01:00
|
|
|
"lazy_static",
|
|
|
|
"num",
|
2021-06-26 10:33:43 +02:00
|
|
|
"rand 0.8.4",
|
2021-01-23 12:26:46 +01:00
|
|
|
"serde",
|
2022-01-28 16:07:53 +01:00
|
|
|
"sha2 0.9.9",
|
2021-06-26 10:33:43 +02:00
|
|
|
"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]]
|
2020-10-29 01:09:40 +01:00
|
|
|
name = "semver"
|
|
|
|
version = "0.9.0"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "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
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-10-29 01:09:40 +01:00
|
|
|
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"
|
2020-12-03 15:10:24 +01:00
|
|
|
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-01-23 20:48:29 +01:00
|
|
|
version = "1.0.135"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-23 20:48:29 +01:00
|
|
|
checksum = "2cf9235533494ea2ddcdb794665461814781c53f19d87b76e571a1c35acbad2b"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"serde_derive",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
2019-09-03 00:07:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2022-01-23 20:48:29 +01:00
|
|
|
version = "1.0.135"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-23 20:48:29 +01:00
|
|
|
checksum = "8dcde03d87d4c973c04be249e7d8f0b35db1c848c487bd43032808e59dd8328d"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2022-01-23 20:48:29 +01:00
|
|
|
version = "1.0.78"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-23 20:48:29 +01:00
|
|
|
checksum = "d23c1ba4cf0efd44be32017709280b32d1cea5c3f1275c3b6d9e8bc54f758085"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2022-01-23 20:48:29 +01:00
|
|
|
"itoa",
|
2020-12-03 15:10:24 +01:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
2020-10-29 01:09:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "serde_qs"
|
2021-11-14 17:21:01 +01:00
|
|
|
version = "0.8.5"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-14 17:21:01 +01:00
|
|
|
checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
|
2020-10-29 01:09:40 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"percent-encoding",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
2020-10-28 18:04:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "serde_repr"
|
2021-06-26 10:33:43 +02:00
|
|
|
version = "0.1.7"
|
2020-10-28 18:04:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 10:33:43 +02:00
|
|
|
checksum = "98d0516900518c29efa217c298fa1f4e6c6ffc85ae29fd7f4ee48f176e1a9ed5"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
2022-01-23 20:48:29 +01:00
|
|
|
version = "0.7.1"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-23 20:48:29 +01:00
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"form_urlencoded",
|
2022-01-23 20:48:29 +01:00
|
|
|
"itoa",
|
2020-12-03 15:10:24 +01:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
2022-01-16 18:07:05 +01:00
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770"
|
|
|
|
dependencies = [
|
|
|
|
"sha1_smol",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha1_smol"
|
|
|
|
version = "1.0.0"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-16 18:07:05 +01:00
|
|
|
checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
|
2020-10-29 01:09:40 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2022-01-16 18:07:05 +01:00
|
|
|
version = "0.9.9"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-16 18:07:05 +01:00
|
|
|
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
|
2020-10-29 01:09:40 +01:00
|
|
|
dependencies = [
|
2022-01-28 16:07:53 +01:00
|
|
|
"block-buffer 0.9.0",
|
2020-12-03 15:10:24 +01:00
|
|
|
"cfg-if 1.0.0",
|
2021-06-26 10:33:43 +02:00
|
|
|
"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"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "99c3bd8169c58782adad9290a9af5939994036b76187f7b4f0e6de91dbbfc0ec"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest 0.10.1",
|
|
|
|
]
|
|
|
|
|
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"
|
2021-11-14 17:21:01 +01:00
|
|
|
version = "0.4.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 = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
|
2021-06-26 10:33:43 +02:00
|
|
|
|
2020-10-29 01:09:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "sluice"
|
2021-11-14 17:21:01 +01:00
|
|
|
version = "0.5.5"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-14 17:21:01 +01:00
|
|
|
checksum = "6d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5"
|
2020-10-29 01:09:40 +01:00
|
|
|
dependencies = [
|
2021-11-14 17:21:01 +01:00
|
|
|
"async-channel",
|
2020-12-03 15:10:24 +01:00
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
2020-10-28 01:52:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2022-01-16 18:07:05 +01:00
|
|
|
version = "1.8.0"
|
2020-10-28 01:52:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-16 18:07:05 +01:00
|
|
|
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
|
2020-10-28 01:52:54 +01:00
|
|
|
|
2021-03-23 20:05:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2022-01-23 20:48:29 +01:00
|
|
|
version = "0.4.3"
|
2021-03-23 20:05:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-23 20:48:29 +01:00
|
|
|
checksum = "0f82496b90c36d70af5fcd482edaa2e0bd16fade569de1330405fecbbdac736b"
|
2021-03-23 20:05:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-12-06 06:10:48 +01:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
|
2020-11-16 17:13:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "spinning_top"
|
2021-06-26 10:33:43 +02:00
|
|
|
version = "0.2.4"
|
2020-11-16 17:13:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 10:33:43 +02:00
|
|
|
checksum = "75adad84ee84b521fb2cca2d4fd0f1dab1d8d026bda3c5bea4ca63b5f9f9293c"
|
2020-11-16 17:13:40 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"lock_api",
|
2020-11-16 17:13:40 +01:00
|
|
|
]
|
|
|
|
|
2020-10-29 01:09:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "standback"
|
2021-03-23 20:05:58 +01:00
|
|
|
version = "0.2.17"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-23 20:05:58 +01:00
|
|
|
checksum = "e113fb6f3de07a243d434a56ec6f186dfd51cb08448239fe7bcae73f87ff28ff"
|
2020-10-29 01:09:40 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"version_check",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
2021-06-26 10:33:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
|
2020-10-29 01:09:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "stdweb"
|
|
|
|
version = "0.4.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5"
|
2020-10-29 01:09:40 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"discard",
|
2021-03-12 02:47:34 +01:00
|
|
|
"rustc_version 0.2.3",
|
2020-12-03 15:10:24 +01:00
|
|
|
"stdweb-derive",
|
|
|
|
"stdweb-internal-macros",
|
|
|
|
"stdweb-internal-runtime",
|
|
|
|
"wasm-bindgen",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stdweb-derive"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef"
|
2020-10-29 01:09:40 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"syn",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stdweb-internal-macros"
|
|
|
|
version = "0.2.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11"
|
2020-10-29 01:09:40 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"base-x",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"sha1",
|
|
|
|
"syn",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stdweb-internal-runtime"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
|
2020-10-29 01:09:40 +01:00
|
|
|
|
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 = "strum"
|
|
|
|
version = "0.21.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aaf86bbcfd1fa9670b7a129f64fc0c9fcbbfe4f1bc4210e9e98fe71ffc12cde2"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strum_macros"
|
|
|
|
version = "0.21.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d06aaeeee809dbc59eb4556183dd927df67db1540de5be8d3ec0b6636358a5ec"
|
|
|
|
dependencies = [
|
|
|
|
"heck 0.3.3",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-10-29 01:09:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2021-11-14 17:21:01 +01:00
|
|
|
version = "2.4.1"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-14 17:21:01 +01:00
|
|
|
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
|
2020-10-29 01:09:40 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "surf"
|
2021-11-14 17:21:01 +01:00
|
|
|
version = "2.3.2"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-14 17:21:01 +01:00
|
|
|
checksum = "718b1ae6b50351982dedff021db0def601677f2120938b070eadb10ba4038dd7"
|
2020-10-29 01:09:40 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"async-std",
|
|
|
|
"async-trait",
|
2021-03-12 02:47:34 +01:00
|
|
|
"cfg-if 1.0.0",
|
2020-12-03 15:10:24 +01:00
|
|
|
"encoding_rs",
|
|
|
|
"futures-util",
|
2022-01-16 18:07:05 +01:00
|
|
|
"getrandom 0.2.4",
|
2020-12-03 15:10:24 +01:00
|
|
|
"http-client",
|
|
|
|
"http-types",
|
|
|
|
"log",
|
|
|
|
"mime_guess",
|
|
|
|
"once_cell",
|
2021-03-12 02:47:34 +01:00
|
|
|
"pin-project-lite",
|
2020-12-03 15:10:24 +01:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"web-sys",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
2021-01-31 22:18:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "svg_metadata"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d39f36262efe61096a17aa42140b0e44b9189806c3fa71ab3cff123429938eb0"
|
|
|
|
dependencies = [
|
|
|
|
"doc-comment",
|
|
|
|
"lazy_static",
|
|
|
|
"regex",
|
|
|
|
"roxmltree",
|
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2022-01-23 20:48:29 +01:00
|
|
|
version = "1.0.86"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-23 20:48:29 +01:00
|
|
|
checksum = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"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"
|
|
|
|
version = "3.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "480c269f870722b3b08d2f13053ce0c2ab722839f472863c3e2d61ff3a1c2fa6"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"cfg-expr 0.8.1",
|
|
|
|
"heck 0.3.3",
|
|
|
|
"itertools",
|
|
|
|
"pkg-config",
|
|
|
|
"strum",
|
|
|
|
"strum_macros",
|
|
|
|
"thiserror",
|
|
|
|
"toml",
|
|
|
|
"version-compare 0.0.11",
|
|
|
|
]
|
|
|
|
|
2020-10-28 01:52:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "system-deps"
|
2022-01-04 22:51:02 +01:00
|
|
|
version = "6.0.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 = "7b1487aaddaacbc5d60a2a507ba1617c5ca66c57dd0dd07d0c5efd5b693841d4"
|
2020-10-28 01:52:54 +01:00
|
|
|
dependencies = [
|
2022-01-05 10:34:08 +01:00
|
|
|
"cfg-expr 0.9.0",
|
2022-01-04 22:51:02 +01:00
|
|
|
"heck 0.3.3",
|
2020-12-03 15:10:24 +01:00
|
|
|
"pkg-config",
|
|
|
|
"toml",
|
2022-01-05 10:34:08 +01:00
|
|
|
"version-compare 0.1.0",
|
2020-10-28 01:52:54 +01:00
|
|
|
]
|
|
|
|
|
2022-01-05 10:34:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tap"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|
|
|
|
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"
|
2020-12-03 15:10:24 +01:00
|
|
|
version = "1.1.2"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"winapi-util",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
2022-01-05 10:34:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2020-10-28 01:52:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
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 = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"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 = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-10-28 01:52:54 +01:00
|
|
|
]
|
|
|
|
|
2020-10-28 18:04:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tiff"
|
2020-12-14 23:12:33 +01:00
|
|
|
version = "0.6.1"
|
2020-10-28 18:04:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-14 23:12:33 +01:00
|
|
|
checksum = "9a53f4706d65497df0c4349241deddf35f84cee19c87ed86ea8ca590f4464437"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"jpeg-decoder",
|
2021-03-12 02:47:34 +01:00
|
|
|
"miniz_oxide 0.4.4",
|
2020-12-03 15:10:24 +01:00
|
|
|
"weezl",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
2020-10-29 01:09:40 +01:00
|
|
|
name = "time"
|
2021-06-26 10:33:43 +02:00
|
|
|
version = "0.2.27"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 10:33:43 +02:00
|
|
|
checksum = "4752a97f8eebd6854ff91f1c1824cd6160626ac4bd44287f7f4ea2035a02a242"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"const_fn",
|
|
|
|
"libc",
|
|
|
|
"standback",
|
|
|
|
"stdweb",
|
|
|
|
"time-macros",
|
|
|
|
"version_check",
|
|
|
|
"winapi",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-10-29 01:09:40 +01:00
|
|
|
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"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"proc-macro-hack",
|
|
|
|
"time-macros-impl",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-10-29 01:09:40 +01:00
|
|
|
name = "time-macros-impl"
|
2021-06-26 10:33:43 +02:00
|
|
|
version = "0.1.2"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 10:33:43 +02:00
|
|
|
checksum = "fd3c141a1b43194f3f56a1411225df8646c55781d5f26db825b3d98507eb482f"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"standback",
|
|
|
|
"syn",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
2020-10-29 01:09:40 +01: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 = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"tinyvec_macros",
|
2020-11-16 17:13:40 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
|
|
|
version = "0.1.0"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
2020-10-29 01:09:40 +01:00
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
2020-10-28 07:07:31 +01:00
|
|
|
name = "toml"
|
2020-12-18 21:18:37 +01:00
|
|
|
version = "0.5.8"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-18 21:18:37 +01:00
|
|
|
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"serde",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-10-28 07:07:31 +01:00
|
|
|
name = "tracing"
|
2021-11-14 17:21:01 +01:00
|
|
|
version = "0.1.29"
|
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 = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"log",
|
2021-03-12 02:47:34 +01:00
|
|
|
"pin-project-lite",
|
2020-12-03 15:10:24 +01:00
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
2020-10-29 01:09:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2021-11-14 17:21:01 +01:00
|
|
|
version = "0.1.18"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-14 17:21:01 +01:00
|
|
|
checksum = "f4f480b8f81512e825f337ad51e94c1eb5d3bbdf2b363dcd01e2b19a9ffe3f8e"
|
2020-10-29 01:09:40 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
2020-10-28 07:07:31 +01:00
|
|
|
name = "tracing-core"
|
2021-11-14 17:21:01 +01:00
|
|
|
version = "0.1.21"
|
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 = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"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",
|
2020-12-03 15:10:24 +01:00
|
|
|
"tracing",
|
2020-10-28 01:52:54 +01:00
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
2020-10-29 01:09:40 +01:00
|
|
|
name = "typenum"
|
2022-01-04 22:51:02 +01:00
|
|
|
version = "1.15.0"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-04 22:51:02 +01:00
|
|
|
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
2021-03-12 02:47:34 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ucd-trie"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
2020-10-28 07:07:31 +01:00
|
|
|
version = "2.6.0"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"version_check",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
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"
|
2021-06-26 10:33:43 +02:00
|
|
|
version = "0.1.19"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 10:33:43 +02:00
|
|
|
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"tinyvec",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
2020-10-28 01:52:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2021-11-14 17:21:01 +01:00
|
|
|
version = "1.8.0"
|
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 = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
|
2020-10-28 01:52:54 +01: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"
|
2021-06-26 10:33:43 +02:00
|
|
|
version = "0.2.2"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 10:33:43 +02:00
|
|
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
2020-10-29 01:09:40 +01:00
|
|
|
[[package]]
|
|
|
|
name = "universal-hash"
|
2021-11-14 17:21:01 +01:00
|
|
|
version = "0.4.1"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-14 17:21:01 +01:00
|
|
|
checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"
|
2020-10-29 01:09:40 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"generic-array",
|
|
|
|
"subtle",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
|
|
|
|
2020-12-06 06:10:48 +01:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2021-06-26 10:33:43 +02:00
|
|
|
version = "2.2.2"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 10:33:43 +02:00
|
|
|
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
|
|
|
"serde",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
2022-01-31 15:57:41 +01:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.2.4",
|
|
|
|
]
|
|
|
|
|
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",
|
2021-06-26 10:33:43 +02:00
|
|
|
"version_check",
|
2021-01-27 15:03:07 +01:00
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
2021-06-26 10:33:43 +02:00
|
|
|
version = "0.2.15"
|
2020-10-29 01:09:40 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 10:33:43 +02:00
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
2020-10-29 01:09:40 +01:00
|
|
|
|
2022-01-05 10:34:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version-compare"
|
|
|
|
version = "0.0.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1c18c859eead79d8b95d09e4678566e8d70105c4e7b251f707a03df32442661b"
|
|
|
|
|
2020-10-28 01:52:54 +01:00
|
|
|
[[package]]
|
|
|
|
name = "version-compare"
|
2022-01-04 22:51:02 +01:00
|
|
|
version = "0.1.0"
|
2020-10-28 01:52:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-04 22:51:02 +01:00
|
|
|
checksum = "fe88247b92c1df6b6de80ddc290f3976dbdf2f5f5d3fd049a9fb598c6dd5ca73"
|
2020-10-28 01:52:54 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-01-04 22:51:02 +01:00
|
|
|
version = "0.9.4"
|
2020-10-28 01:52:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-04 22:51:02 +01:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2020-10-28 01:52:54 +01:00
|
|
|
|
2020-10-28 18:04:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "void"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
2020-10-28 18:04:49 +01:00
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
2020-10-29 01:09:40 +01:00
|
|
|
name = "waker-fn"
|
|
|
|
version = "1.1.0"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
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"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
2021-01-23 12:26:46 +01:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2021-01-29 19:06:02 +01:00
|
|
|
version = "0.10.2+wasi-snapshot-preview1"
|
2021-01-23 12:26:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-29 19:06:02 +01:00
|
|
|
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
2021-01-23 12:26:46 +01:00
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2022-01-23 20:48:29 +01:00
|
|
|
version = "0.2.79"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-23 20:48:29 +01:00
|
|
|
checksum = "25f1af7423d8588a3d840681122e72e6a24ddbcb3f0ec385cac0d12d24256c06"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"wasm-bindgen-macro",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2022-01-23 20:48:29 +01:00
|
|
|
version = "0.2.79"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-23 20:48:29 +01:00
|
|
|
checksum = "8b21c0df030f5a177f3cba22e9bc4322695ec43e7257d865302900290bcdedca"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"bumpalo",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
2020-10-28 07:07:31 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2022-01-23 20:48:29 +01:00
|
|
|
version = "0.4.29"
|
2020-10-28 07:07:31 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-23 20:48:29 +01:00
|
|
|
checksum = "2eb6ec270a31b1d3c7e266b999739109abce8b6c87e4b31fcfcd788b65267395"
|
2020-10-28 07:07:31 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2022-01-23 20:48:29 +01:00
|
|
|
version = "0.2.79"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-23 20:48:29 +01:00
|
|
|
checksum = "2f4203d69e40a52ee523b2529a773d5ffc1dc0071801c87b3d270b471b80ed01"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2022-01-23 20:48:29 +01:00
|
|
|
version = "0.2.79"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-23 20:48:29 +01:00
|
|
|
checksum = "bfa8a30d46208db204854cadbb5d4baf5fcf8071ba5bf48190c3e59937962ebc"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2022-01-23 20:48:29 +01:00
|
|
|
version = "0.2.79"
|
2020-10-28 07:07:31 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-23 20:48:29 +01:00
|
|
|
checksum = "3d958d035c4438e28c70e4321a2911302f10135ce78a9c7834c0cab4123d06a2"
|
2020-10-28 07:07:31 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2022-01-23 20:48:29 +01:00
|
|
|
version = "0.3.56"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-23 20:48:29 +01:00
|
|
|
checksum = "c060b319f29dd25724f09a2ba1418f142f539b2be99fbf4d2d5a8f7330afb8eb"
|
2020-10-28 07:07:31 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2020-10-28 07:07:31 +01:00
|
|
|
]
|
2019-09-03 00:07:06 +00:00
|
|
|
|
2020-10-28 18:04:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "weezl"
|
2021-06-26 10:33:43 +02:00
|
|
|
version = "0.1.5"
|
2020-10-28 18:04:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 10:33:43 +02:00
|
|
|
checksum = "d8b77fdfd5a253be4ab714e4ffa3c49caf146b4de743e97510c0656cf90f1e8e"
|
2020-10-28 18:04:49 +01:00
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
2021-06-26 10:33:43 +02:00
|
|
|
name = "wepoll-ffi"
|
|
|
|
version = "0.1.2"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 10:33:43 +02:00
|
|
|
checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"
|
2020-10-29 01:09:40 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"cc",
|
2020-10-29 01:09:40 +01:00
|
|
|
]
|
2019-09-03 00:07:06 +00:00
|
|
|
|
2022-01-05 10:34:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
|
|
|
version = "4.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ea187a8ef279bc014ec368c27a920da2024d2a711109bfbe3440585d5cf27ad9"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2019-09-03 00:07:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-10-28 01:52:54 +01:00
|
|
|
version = "0.3.9"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2020-10-28 07:07:31 +01:00
|
|
|
version = "0.1.5"
|
2019-09-03 00:07:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
2019-09-03 00:07:06 +00:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"winapi",
|
2019-09-03 00:07:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-03 15:10:24 +01:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2019-09-03 00:07:06 +00:00
|
|
|
|
2022-01-05 10:34:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "wyz"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"
|
|
|
|
|
2021-01-31 22:18:52 +01:00
|
|
|
[[package]]
|
|
|
|
name = "xmlparser"
|
|
|
|
version = "0.13.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "114ba2b24d2167ef6d67d7d04c8cc86522b87f490025f39f0303b7db5bf5e3d8"
|
|
|
|
|
2020-10-28 18:04:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "zbar-rust"
|
2021-06-26 10:33:43 +02:00
|
|
|
version = "0.0.18"
|
2020-10-28 18:04:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 10:33:43 +02:00
|
|
|
checksum = "1b6e7d1d7941472719d0455bdd409448a23f01f481b90e1ee860e5b63cedc715"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2020-12-03 15:10:24 +01:00
|
|
|
"enum-ordinalize",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zbus"
|
2021-06-26 10:33:43 +02:00
|
|
|
version = "1.9.1"
|
2020-10-28 18:04:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 10:33:43 +02:00
|
|
|
checksum = "2326acc379a3ac4e34b794089f5bdb17086bf29a5fdf619b7b4cc772dc2e9dad"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2021-01-10 00:57:38 +01:00
|
|
|
"async-io",
|
2020-12-03 15:10:24 +01:00
|
|
|
"byteorder",
|
|
|
|
"derivative",
|
2022-01-04 22:51:02 +01:00
|
|
|
"enumflags2 0.6.4",
|
2020-12-03 15:10:24 +01:00
|
|
|
"fastrand",
|
2021-01-10 00:57:38 +01:00
|
|
|
"futures",
|
|
|
|
"nb-connect",
|
2020-12-06 01:16:31 +01:00
|
|
|
"nix 0.17.0",
|
2020-12-03 15:10:24 +01:00
|
|
|
"once_cell",
|
2021-01-10 00:57:38 +01:00
|
|
|
"polling",
|
2020-12-03 15:10:24 +01:00
|
|
|
"scoped-tls",
|
|
|
|
"serde",
|
|
|
|
"serde_repr",
|
2021-06-26 10:33:43 +02:00
|
|
|
"zbus_macros 1.9.1",
|
2022-01-04 22:51:02 +01:00
|
|
|
"zvariant 2.10.0",
|
2021-06-26 10:33:43 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zbus"
|
2022-01-16 18:07:05 +01:00
|
|
|
version = "2.0.1"
|
2021-06-29 00:23:20 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-16 18:07:05 +01:00
|
|
|
checksum = "2ac8424f5aa1f239d2d7ecb32f9d5ffc6fcf5fb9298d2d524a7e7c8b258c3f80"
|
2021-06-26 10:33:43 +02:00
|
|
|
dependencies = [
|
|
|
|
"async-broadcast",
|
|
|
|
"async-channel",
|
|
|
|
"async-executor",
|
|
|
|
"async-io",
|
|
|
|
"async-lock",
|
2021-11-14 17:21:01 +01:00
|
|
|
"async-recursion",
|
2021-06-26 10:33:43 +02:00
|
|
|
"async-task",
|
2021-11-14 17:21:01 +01:00
|
|
|
"async-trait",
|
2021-06-26 10:33:43 +02:00
|
|
|
"byteorder",
|
|
|
|
"derivative",
|
2022-01-04 22:51:02 +01:00
|
|
|
"enumflags2 0.7.3",
|
2021-11-14 17:21:01 +01:00
|
|
|
"event-listener",
|
2021-06-26 10:33:43 +02:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"hex",
|
2022-01-04 22:51:02 +01:00
|
|
|
"nix 0.23.1",
|
2021-06-26 10:33:43 +02:00
|
|
|
"once_cell",
|
2022-01-04 22:51:02 +01:00
|
|
|
"ordered-stream",
|
2021-06-26 10:33:43 +02:00
|
|
|
"rand 0.8.4",
|
|
|
|
"serde",
|
|
|
|
"serde_repr",
|
|
|
|
"sha1",
|
|
|
|
"static_assertions",
|
2022-01-16 18:07:05 +01:00
|
|
|
"zbus_macros 2.0.1",
|
2021-11-14 17:21:01 +01:00
|
|
|
"zbus_names",
|
2022-01-23 20:48:29 +01:00
|
|
|
"zvariant 3.1.1",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zbus_macros"
|
2021-06-26 10:33:43 +02:00
|
|
|
version = "1.9.1"
|
2020-10-28 18:04:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 10:33:43 +02:00
|
|
|
checksum = "a482c56029e48681b89b92b5db3c446db0915e8dd1052c0328a574eda38d5f93"
|
2020-10-28 18:04:49 +01:00
|
|
|
dependencies = [
|
2021-06-26 10:33:43 +02:00
|
|
|
"proc-macro-crate 0.1.5",
|
2020-12-03 15:10:24 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
2021-06-26 10:33:43 +02:00
|
|
|
[[package]]
|
|
|
|
name = "zbus_macros"
|
2022-01-16 18:07:05 +01:00
|
|
|
version = "2.0.1"
|
2021-06-29 00:23:20 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-16 18:07:05 +01:00
|
|
|
checksum = "3e03af45fc15e2c977161c5ffea56c43c41f425a963affd7074bf91b5bf5a8cf"
|
2021-06-26 10:33:43 +02:00
|
|
|
dependencies = [
|
2021-11-14 17:21:01 +01:00
|
|
|
"proc-macro-crate 1.1.0",
|
2021-06-26 10:33:43 +02:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-11-14 17:21:01 +01:00
|
|
|
[[package]]
|
|
|
|
name = "zbus_names"
|
2022-01-16 18:07:05 +01:00
|
|
|
version = "2.1.0"
|
2021-11-14 17:21:01 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-16 18:07:05 +01:00
|
|
|
checksum = "45dfcdcf87b71dad505d30cc27b1b7b88a64b6d1c435648f48f9dbc1fdc4b7e1"
|
2021-11-14 17:21:01 +01:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"static_assertions",
|
2022-01-23 20:48:29 +01:00
|
|
|
"zvariant 3.1.1",
|
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
|
|
|
]
|
|
|
|
|
2020-10-28 18:04:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "zvariant"
|
2022-01-23 20:48:29 +01:00
|
|
|
version = "3.1.1"
|
2020-10-28 18:04:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-23 20:48:29 +01:00
|
|
|
checksum = "f3e5f0c5e59387ef95e9845837408831545e3fa4960c485550577c74e74a307e"
|
2021-06-26 10:33:43 +02:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
2022-01-04 22:51:02 +01:00
|
|
|
"enumflags2 0.7.3",
|
2021-11-14 17:21:01 +01:00
|
|
|
"libc",
|
2021-06-26 10:33:43 +02:00
|
|
|
"serde",
|
|
|
|
"static_assertions",
|
2022-01-23 20:48:29 +01:00
|
|
|
"zvariant_derive 3.1.1",
|
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 = [
|
|
|
|
"proc-macro-crate 1.1.0",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-10-28 18:04:49 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zvariant_derive"
|
2022-01-23 20:48:29 +01:00
|
|
|
version = "3.1.1"
|
2020-10-28 18:04:49 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-23 20:48:29 +01:00
|
|
|
checksum = "cc88c5b820f3789337482b6278e2a57c41b8dff6b58950a094229e40de129ea7"
|
2021-06-26 10:33:43 +02:00
|
|
|
dependencies = [
|
2021-11-14 17:21:01 +01:00
|
|
|
"proc-macro-crate 1.1.0",
|
2021-06-26 10:33:43 +02:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|