You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5565 lines
130 KiB
5565 lines
130 KiB
# This file is automatically @generated by Cargo. |
|
# It is not intended for manual editing. |
|
version = 3 |
|
|
|
[[package]] |
|
name = "adler" |
|
version = "1.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" |
|
|
|
[[package]] |
|
name = "aead" |
|
version = "0.4.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877" |
|
dependencies = [ |
|
"generic-array", |
|
"rand_core 0.6.4", |
|
] |
|
|
|
[[package]] |
|
name = "aes" |
|
version = "0.8.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "433cfd6710c9986c576a25ca913c39d66a6474107b406f34f91d4a8923395241" |
|
dependencies = [ |
|
"cfg-if", |
|
"cipher 0.4.4", |
|
"cpufeatures", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "ahash" |
|
version = "0.8.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f" |
|
dependencies = [ |
|
"cfg-if", |
|
"once_cell", |
|
"version_check", |
|
] |
|
|
|
[[package]] |
|
name = "aho-corasick" |
|
version = "0.7.20" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" |
|
dependencies = [ |
|
"memchr", |
|
] |
|
|
|
[[package]] |
|
name = "ammonia" |
|
version = "3.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "64e6d1c7838db705c9b756557ee27c384ce695a1c51a6fe528784cb1c6840170" |
|
dependencies = [ |
|
"html5ever", |
|
"maplit", |
|
"once_cell", |
|
"tendril", |
|
"url", |
|
] |
|
|
|
[[package]] |
|
name = "android_system_properties" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "anyhow" |
|
version = "1.0.70" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4" |
|
|
|
[[package]] |
|
name = "anymap2" |
|
version = "0.13.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d301b3b94cb4b2f23d7917810addbbaff90738e0ca2be692bd027e70d7e0330c" |
|
|
|
[[package]] |
|
name = "arrayref" |
|
version = "0.3.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545" |
|
|
|
[[package]] |
|
name = "arrayvec" |
|
version = "0.7.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "ashpd" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "31688b40eb5d739049f721d8405c33d3796b3f51f2bea84421a542dafe397e41" |
|
dependencies = [ |
|
"enumflags2", |
|
"futures-channel", |
|
"futures-util", |
|
"gdk4-wayland", |
|
"gdk4-x11", |
|
"gtk4", |
|
"libc", |
|
"once_cell", |
|
"pipewire", |
|
"rand 0.8.5", |
|
"serde", |
|
"serde_repr", |
|
"tokio", |
|
"tracing", |
|
"url", |
|
"zbus", |
|
] |
|
|
|
[[package]] |
|
name = "assign" |
|
version = "1.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5f093eed78becd229346bf859eec0aa4dd7ddde0757287b2b4107a1f09c80002" |
|
|
|
[[package]] |
|
name = "async-broadcast" |
|
version = "0.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7c48ccdbf6ca6b121e0f586cbc0e73ae440e56c67c30fa0873b4e110d9c26d2b" |
|
dependencies = [ |
|
"event-listener", |
|
"futures-core", |
|
] |
|
|
|
[[package]] |
|
name = "async-channel" |
|
version = "1.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833" |
|
dependencies = [ |
|
"concurrent-queue", |
|
"event-listener", |
|
"futures-core", |
|
] |
|
|
|
[[package]] |
|
name = "async-executor" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "17adb73da160dfb475c183343c8cccd80721ea5a605d3eb57125f0a7b7a92d0b" |
|
dependencies = [ |
|
"async-lock", |
|
"async-task", |
|
"concurrent-queue", |
|
"fastrand", |
|
"futures-lite", |
|
"slab", |
|
] |
|
|
|
[[package]] |
|
name = "async-global-executor" |
|
version = "2.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776" |
|
dependencies = [ |
|
"async-channel", |
|
"async-executor", |
|
"async-io", |
|
"async-lock", |
|
"blocking", |
|
"futures-lite", |
|
"once_cell", |
|
] |
|
|
|
[[package]] |
|
name = "async-io" |
|
version = "1.13.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af" |
|
dependencies = [ |
|
"async-lock", |
|
"autocfg", |
|
"cfg-if", |
|
"concurrent-queue", |
|
"futures-lite", |
|
"log", |
|
"parking", |
|
"polling", |
|
"rustix 0.37.3", |
|
"slab", |
|
"socket2", |
|
"waker-fn", |
|
] |
|
|
|
[[package]] |
|
name = "async-lock" |
|
version = "2.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7" |
|
dependencies = [ |
|
"event-listener", |
|
] |
|
|
|
[[package]] |
|
name = "async-process" |
|
version = "1.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6381ead98388605d0d9ff86371043b5aa922a3905824244de40dc263a14fcba4" |
|
dependencies = [ |
|
"async-io", |
|
"async-lock", |
|
"autocfg", |
|
"blocking", |
|
"cfg-if", |
|
"event-listener", |
|
"futures-lite", |
|
"libc", |
|
"signal-hook", |
|
"windows-sys 0.42.0", |
|
] |
|
|
|
[[package]] |
|
name = "async-recursion" |
|
version = "1.0.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0e97ce7de6cf12de5d7226c73f5ba9811622f4db3a5b91b55c53e987e5f91cba" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.10", |
|
] |
|
|
|
[[package]] |
|
name = "async-std" |
|
version = "1.12.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d" |
|
dependencies = [ |
|
"async-channel", |
|
"async-global-executor", |
|
"async-io", |
|
"async-lock", |
|
"async-process", |
|
"crossbeam-utils", |
|
"futures-channel", |
|
"futures-core", |
|
"futures-io", |
|
"futures-lite", |
|
"gloo-timers", |
|
"kv-log-macro", |
|
"log", |
|
"memchr", |
|
"once_cell", |
|
"pin-project-lite", |
|
"pin-utils", |
|
"slab", |
|
"wasm-bindgen-futures", |
|
] |
|
|
|
[[package]] |
|
name = "async-stream" |
|
version = "0.3.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ad445822218ce64be7a341abfb0b1ea43b5c23aa83902542a4542e78309d8e5e" |
|
dependencies = [ |
|
"async-stream-impl", |
|
"futures-core", |
|
"pin-project-lite", |
|
] |
|
|
|
[[package]] |
|
name = "async-stream-impl" |
|
version = "0.3.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e4655ae1a7b0cdf149156f780c5bf3f1352bc53cbd9e0a361a7ef7b22947e965" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "async-task" |
|
version = "4.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae" |
|
|
|
[[package]] |
|
name = "async-trait" |
|
version = "0.1.68" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.10", |
|
] |
|
|
|
[[package]] |
|
name = "atomic" |
|
version = "0.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b88d82667eca772c4aa12f0f1348b3ae643424c8876448f3f7bd5787032e234c" |
|
dependencies = [ |
|
"autocfg", |
|
] |
|
|
|
[[package]] |
|
name = "atomic-waker" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "debc29dde2e69f9e47506b525f639ed42300fc014a3e007832592448fa8e4599" |
|
|
|
[[package]] |
|
name = "atomic_refcell" |
|
version = "0.1.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "857253367827bd9d0fd973f0ef15506a96e79e41b0ad7aa691203a4e3214f6c8" |
|
|
|
[[package]] |
|
name = "autocfg" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" |
|
|
|
[[package]] |
|
name = "backoff" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1" |
|
dependencies = [ |
|
"futures-core", |
|
"getrandom 0.2.8", |
|
"instant", |
|
"pin-project-lite", |
|
"rand 0.8.5", |
|
"tokio", |
|
] |
|
|
|
[[package]] |
|
name = "base64" |
|
version = "0.13.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" |
|
|
|
[[package]] |
|
name = "base64" |
|
version = "0.21.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a" |
|
|
|
[[package]] |
|
name = "base64ct" |
|
version = "1.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" |
|
|
|
[[package]] |
|
name = "bindgen" |
|
version = "0.64.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c4243e6031260db77ede97ad86c27e501d646a27ab57b59a574f725d98ab1fb4" |
|
dependencies = [ |
|
"bitflags", |
|
"cexpr", |
|
"clang-sys", |
|
"lazy_static", |
|
"lazycell", |
|
"peeking_take_while", |
|
"proc-macro2", |
|
"quote", |
|
"regex", |
|
"rustc-hash", |
|
"shlex", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "bit_field" |
|
version = "0.10.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61" |
|
|
|
[[package]] |
|
name = "bitflags" |
|
version = "1.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
|
|
|
[[package]] |
|
name = "bitmaps" |
|
version = "3.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "703642b98a00b3b90513279a8ede3fcfa479c126c5fb46e78f3051522f021403" |
|
|
|
[[package]] |
|
name = "blake3" |
|
version = "1.3.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "42ae2468a89544a466886840aa467a25b766499f4f04bf7d9fcd10ecee9fccef" |
|
dependencies = [ |
|
"arrayref", |
|
"arrayvec", |
|
"cc", |
|
"cfg-if", |
|
"constant_time_eq", |
|
"digest 0.10.6", |
|
] |
|
|
|
[[package]] |
|
name = "block" |
|
version = "0.1.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" |
|
|
|
[[package]] |
|
name = "block-buffer" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" |
|
dependencies = [ |
|
"generic-array", |
|
] |
|
|
|
[[package]] |
|
name = "block-buffer" |
|
version = "0.10.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
|
dependencies = [ |
|
"generic-array", |
|
] |
|
|
|
[[package]] |
|
name = "block-padding" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0a90ec2df9600c28a01c56c4784c9207a96d2451833aeceb8cc97e4c9548bb78" |
|
dependencies = [ |
|
"generic-array", |
|
] |
|
|
|
[[package]] |
|
name = "blocking" |
|
version = "1.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3c67b173a56acffd6d2326fb7ab938ba0b00a71480e14902b2591c87bc5741e8" |
|
dependencies = [ |
|
"async-channel", |
|
"async-lock", |
|
"async-task", |
|
"atomic-waker", |
|
"fastrand", |
|
"futures-lite", |
|
] |
|
|
|
[[package]] |
|
name = "bumpalo" |
|
version = "3.12.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" |
|
|
|
[[package]] |
|
name = "bytemuck" |
|
version = "1.13.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea" |
|
|
|
[[package]] |
|
name = "byteorder" |
|
version = "1.4.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" |
|
|
|
[[package]] |
|
name = "bytes" |
|
version = "1.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" |
|
|
|
[[package]] |
|
name = "bytesize" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "38fcc2979eff34a4b84e1cf9a1e3da42a7d44b3b690a40cdcb23e3d556cfb2e5" |
|
|
|
[[package]] |
|
name = "cairo-rs" |
|
version = "0.17.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a8af54f5d48af1226928adc1f57edd22f5df1349e7da1fc96ae15cf43db0e871" |
|
dependencies = [ |
|
"bitflags", |
|
"cairo-sys-rs", |
|
"glib", |
|
"libc", |
|
"once_cell", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "cairo-sys-rs" |
|
version = "0.17.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f55382a01d30e5e53f185eee269124f5e21ab526595b872751278dfbb463594e" |
|
dependencies = [ |
|
"glib-sys", |
|
"libc", |
|
"system-deps", |
|
] |
|
|
|
[[package]] |
|
name = "cbc" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6" |
|
dependencies = [ |
|
"cipher 0.4.4", |
|
] |
|
|
|
[[package]] |
|
name = "cc" |
|
version = "1.0.79" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" |
|
|
|
[[package]] |
|
name = "cexpr" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" |
|
dependencies = [ |
|
"nom", |
|
] |
|
|
|
[[package]] |
|
name = "cfg-expr" |
|
version = "0.14.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a35b255461940a32985c627ce82900867c61db1659764d3675ea81963f72a4c6" |
|
dependencies = [ |
|
"smallvec", |
|
] |
|
|
|
[[package]] |
|
name = "cfg-if" |
|
version = "1.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
|
|
|
[[package]] |
|
name = "chacha20" |
|
version = "0.8.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5c80e5460aa66fe3b91d40bcbdab953a597b60053e34d684ac6903f863b680a6" |
|
dependencies = [ |
|
"cfg-if", |
|
"cipher 0.3.0", |
|
"cpufeatures", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "chacha20poly1305" |
|
version = "0.9.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a18446b09be63d457bbec447509e85f662f32952b035ce892290396bc0b0cff5" |
|
dependencies = [ |
|
"aead", |
|
"chacha20", |
|
"cipher 0.3.0", |
|
"poly1305", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "checked_int_cast" |
|
version = "1.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "17cc5e6b5ab06331c33589842070416baa137e8b0eb912b008cfd4a78ada7919" |
|
|
|
[[package]] |
|
name = "chrono" |
|
version = "0.4.24" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b" |
|
dependencies = [ |
|
"iana-time-zone", |
|
"js-sys", |
|
"num-integer", |
|
"num-traits", |
|
"time", |
|
"wasm-bindgen", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "cipher" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7" |
|
dependencies = [ |
|
"generic-array", |
|
] |
|
|
|
[[package]] |
|
name = "cipher" |
|
version = "0.4.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" |
|
dependencies = [ |
|
"crypto-common", |
|
"inout", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "clang-sys" |
|
version = "1.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "77ed9a53e5d4d9c573ae844bfac6872b159cb1d1585a83b29e7a64b7eef7332a" |
|
dependencies = [ |
|
"glob", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "codespan-reporting" |
|
version = "0.11.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" |
|
dependencies = [ |
|
"termcolor", |
|
"unicode-width", |
|
] |
|
|
|
[[package]] |
|
name = "color_quant" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b" |
|
|
|
[[package]] |
|
name = "concurrent-queue" |
|
version = "2.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c278839b831783b70278b14df4d45e1beb1aad306c07bb796637de9a0e323e8e" |
|
dependencies = [ |
|
"crossbeam-utils", |
|
] |
|
|
|
[[package]] |
|
name = "const-oid" |
|
version = "0.7.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e4c78c047431fee22c1a7bb92e00ad095a02a983affe4d8a72e2a2c62c1b94f3" |
|
|
|
[[package]] |
|
name = "constant_time_eq" |
|
version = "0.2.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "13418e745008f7349ec7e449155f419a61b92b58a99cc3616942b926825ec76b" |
|
|
|
[[package]] |
|
name = "cookie-factory" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "396de984970346b0d9e93d1415082923c679e5ae5c3ee3dcbd104f5610af126b" |
|
|
|
[[package]] |
|
name = "core-foundation" |
|
version = "0.9.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" |
|
dependencies = [ |
|
"core-foundation-sys", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "core-foundation-sys" |
|
version = "0.8.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" |
|
|
|
[[package]] |
|
name = "cpufeatures" |
|
version = "0.2.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "280a9f2d8b3a38871a3c8a46fb80db65e5e5ed97da80c4d08bf27fb63e35e181" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "crc32fast" |
|
version = "1.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" |
|
dependencies = [ |
|
"cfg-if", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-channel" |
|
version = "0.5.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cf2b3e8478797446514c91ef04bafcb59faba183e621ad488df88983cc14128c" |
|
dependencies = [ |
|
"cfg-if", |
|
"crossbeam-utils", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-deque" |
|
version = "0.8.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" |
|
dependencies = [ |
|
"cfg-if", |
|
"crossbeam-epoch", |
|
"crossbeam-utils", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-epoch" |
|
version = "0.9.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695" |
|
dependencies = [ |
|
"autocfg", |
|
"cfg-if", |
|
"crossbeam-utils", |
|
"memoffset 0.8.0", |
|
"scopeguard", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-utils" |
|
version = "0.8.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b" |
|
dependencies = [ |
|
"cfg-if", |
|
] |
|
|
|
[[package]] |
|
name = "crunchy" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" |
|
|
|
[[package]] |
|
name = "crypto-common" |
|
version = "0.1.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" |
|
dependencies = [ |
|
"generic-array", |
|
"rand_core 0.6.4", |
|
"typenum", |
|
] |
|
|
|
[[package]] |
|
name = "ctor" |
|
version = "0.1.26" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096" |
|
dependencies = [ |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "ctr" |
|
version = "0.9.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835" |
|
dependencies = [ |
|
"cipher 0.4.4", |
|
] |
|
|
|
[[package]] |
|
name = "curve25519-dalek" |
|
version = "3.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61" |
|
dependencies = [ |
|
"byteorder", |
|
"digest 0.9.0", |
|
"rand_core 0.5.1", |
|
"serde", |
|
"subtle", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "cxx" |
|
version = "1.0.94" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f61f1b6389c3fe1c316bf8a4dccc90a38208354b330925bce1f74a6c4756eb93" |
|
dependencies = [ |
|
"cc", |
|
"cxxbridge-flags", |
|
"cxxbridge-macro", |
|
"link-cplusplus", |
|
] |
|
|
|
[[package]] |
|
name = "cxx-build" |
|
version = "1.0.94" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "12cee708e8962df2aeb38f594aae5d827c022b6460ac71a7a3e2c3c2aae5a07b" |
|
dependencies = [ |
|
"cc", |
|
"codespan-reporting", |
|
"once_cell", |
|
"proc-macro2", |
|
"quote", |
|
"scratch", |
|
"syn 2.0.10", |
|
] |
|
|
|
[[package]] |
|
name = "cxxbridge-flags" |
|
version = "1.0.94" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7944172ae7e4068c533afbb984114a56c46e9ccddda550499caa222902c7f7bb" |
|
|
|
[[package]] |
|
name = "cxxbridge-macro" |
|
version = "1.0.94" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2345488264226bf682893e25de0769f3360aac9957980ec49361b083ddaa5bc5" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.10", |
|
] |
|
|
|
[[package]] |
|
name = "darling" |
|
version = "0.14.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850" |
|
dependencies = [ |
|
"darling_core", |
|
"darling_macro", |
|
] |
|
|
|
[[package]] |
|
name = "darling_core" |
|
version = "0.14.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0" |
|
dependencies = [ |
|
"fnv", |
|
"ident_case", |
|
"proc-macro2", |
|
"quote", |
|
"strsim", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "darling_macro" |
|
version = "0.14.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e" |
|
dependencies = [ |
|
"darling_core", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "dashmap" |
|
version = "5.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "907076dfda823b0b36d2a1bb5f90c96660a5bbcd7729e10727f07858f22c4edc" |
|
dependencies = [ |
|
"cfg-if", |
|
"hashbrown 0.12.3", |
|
"lock_api", |
|
"once_cell", |
|
"parking_lot_core 0.9.7", |
|
] |
|
|
|
[[package]] |
|
name = "der" |
|
version = "0.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6919815d73839e7ad218de758883aae3a257ba6759ce7a9992501efbb53d705c" |
|
dependencies = [ |
|
"const-oid", |
|
] |
|
|
|
[[package]] |
|
name = "derivative" |
|
version = "2.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "derive_builder" |
|
version = "0.12.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8d67778784b508018359cbc8696edb3db78160bab2c2a28ba7f56ef6932997f8" |
|
dependencies = [ |
|
"derive_builder_macro", |
|
] |
|
|
|
[[package]] |
|
name = "derive_builder_core" |
|
version = "0.12.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c11bdc11a0c47bc7d37d582b5285da6849c96681023680b906673c5707af7b0f" |
|
dependencies = [ |
|
"darling", |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "derive_builder_macro" |
|
version = "0.12.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ebcda35c7a396850a55ffeac740804b40ffec779b98fffbb1738f4033f0ee79e" |
|
dependencies = [ |
|
"derive_builder_core", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "digest" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" |
|
dependencies = [ |
|
"generic-array", |
|
] |
|
|
|
[[package]] |
|
name = "digest" |
|
version = "0.10.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f" |
|
dependencies = [ |
|
"block-buffer 0.10.4", |
|
"crypto-common", |
|
"subtle", |
|
] |
|
|
|
[[package]] |
|
name = "dirs" |
|
version = "4.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059" |
|
dependencies = [ |
|
"dirs-sys 0.3.7", |
|
] |
|
|
|
[[package]] |
|
name = "dirs" |
|
version = "5.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dece029acd3353e3a58ac2e3eb3c8d6c35827a892edc6cc4138ef9c33df46ecd" |
|
dependencies = [ |
|
"dirs-sys 0.4.0", |
|
] |
|
|
|
[[package]] |
|
name = "dirs-sys" |
|
version = "0.3.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6" |
|
dependencies = [ |
|
"libc", |
|
"redox_users", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "dirs-sys" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "04414300db88f70d74c5ff54e50f9e1d1737d9a5b90f53fcf2e95ca2a9ab554b" |
|
dependencies = [ |
|
"libc", |
|
"redox_users", |
|
"windows-sys 0.45.0", |
|
] |
|
|
|
[[package]] |
|
name = "displaydoc" |
|
version = "0.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3bf95dc3f046b9da4f2d51833c0d3547d8564ef6910f5c1ed130306a75b92886" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "djb_hash" |
|
version = "0.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e8cf7d61e627a3b49af8f24f47e57f3788cdd7a0e4f17cd79fda5ada87f08578" |
|
|
|
[[package]] |
|
name = "ed25519" |
|
version = "1.5.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7" |
|
dependencies = [ |
|
"serde", |
|
"signature", |
|
] |
|
|
|
[[package]] |
|
name = "ed25519-dalek" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d" |
|
dependencies = [ |
|
"curve25519-dalek", |
|
"ed25519", |
|
"rand 0.7.3", |
|
"serde", |
|
"serde_bytes", |
|
"sha2 0.9.9", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "either" |
|
version = "1.8.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" |
|
|
|
[[package]] |
|
name = "encoding_rs" |
|
version = "0.8.32" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394" |
|
dependencies = [ |
|
"cfg-if", |
|
] |
|
|
|
[[package]] |
|
name = "enumflags2" |
|
version = "0.7.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e75d4cd21b95383444831539909fbb14b9dc3fdceb2a6f5d36577329a1f55ccb" |
|
dependencies = [ |
|
"enumflags2_derive", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "enumflags2_derive" |
|
version = "0.7.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f58dc3c5e468259f19f2d46304a6b28f1c3d034442e14b322d2b850e36f6d5ae" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "errno" |
|
version = "0.2.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1" |
|
dependencies = [ |
|
"errno-dragonfly", |
|
"libc", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "errno" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "50d6a0976c999d473fe89ad888d5a284e55366d9dc9038b1ba2aa15128c4afa0" |
|
dependencies = [ |
|
"errno-dragonfly", |
|
"libc", |
|
"windows-sys 0.45.0", |
|
] |
|
|
|
[[package]] |
|
name = "errno-dragonfly" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" |
|
dependencies = [ |
|
"cc", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "event-listener" |
|
version = "2.5.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" |
|
|
|
[[package]] |
|
name = "exr" |
|
version = "1.6.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bdd2162b720141a91a054640662d3edce3d50a944a50ffca5313cd951abb35b4" |
|
dependencies = [ |
|
"bit_field", |
|
"flume", |
|
"half", |
|
"lebe", |
|
"miniz_oxide", |
|
"rayon-core", |
|
"smallvec", |
|
"zune-inflate", |
|
] |
|
|
|
[[package]] |
|
name = "eyeball" |
|
version = "0.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "49befe20d2649aea33094fc6de6a8d2f5c6f037016674d6f9151fe09aa568edc" |
|
dependencies = [ |
|
"futures-core", |
|
"readlock", |
|
] |
|
|
|
[[package]] |
|
name = "eyeball-im" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "29e6dff0ac9894dcc183064377dfeb4137bcffa9f9ec3dbc10f8e7fba34c0ac7" |
|
dependencies = [ |
|
"futures-core", |
|
"imbl", |
|
"tokio", |
|
"tokio-stream", |
|
] |
|
|
|
[[package]] |
|
name = "fastrand" |
|
version = "1.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" |
|
dependencies = [ |
|
"instant", |
|
] |
|
|
|
[[package]] |
|
name = "field-offset" |
|
version = "0.3.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a3cf3a800ff6e860c863ca6d4b16fd999db8b752819c1606884047b73e468535" |
|
dependencies = [ |
|
"memoffset 0.8.0", |
|
"rustc_version", |
|
] |
|
|
|
[[package]] |
|
name = "flate2" |
|
version = "1.0.25" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841" |
|
dependencies = [ |
|
"crc32fast", |
|
"miniz_oxide", |
|
] |
|
|
|
[[package]] |
|
name = "flume" |
|
version = "0.10.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577" |
|
dependencies = [ |
|
"futures-core", |
|
"futures-sink", |
|
"nanorand", |
|
"pin-project", |
|
"spin 0.9.6", |
|
] |
|
|
|
[[package]] |
|
name = "fnv" |
|
version = "1.0.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
|
|
|
[[package]] |
|
name = "foreign-types" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" |
|
dependencies = [ |
|
"foreign-types-shared", |
|
] |
|
|
|
[[package]] |
|
name = "foreign-types-shared" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" |
|
|
|
[[package]] |
|
name = "form_urlencoded" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" |
|
dependencies = [ |
|
"percent-encoding", |
|
] |
|
|
|
[[package]] |
|
name = "fractal" |
|
version = "5.0.0-alpha1" |
|
dependencies = [ |
|
"ashpd", |
|
"async-stream", |
|
"djb_hash", |
|
"eyeball-im", |
|
"futures", |
|
"geo-uri", |
|
"gettext-rs", |
|
"gst-plugin-gtk4", |
|
"gstreamer", |
|
"gstreamer-base", |
|
"gstreamer-pbutils", |
|
"gstreamer-play", |
|
"gstreamer-video", |
|
"gtk4", |
|
"html-escape", |
|
"html2pango", |
|
"image 0.24.6", |
|
"indexmap", |
|
"libadwaita", |
|
"libshumate", |
|
"log", |
|
"matrix-sdk", |
|
"matrix-sdk-sled", |
|
"mime", |
|
"mime_guess", |
|
"num_enum", |
|
"once_cell", |
|
"oo7", |
|
"pulldown-cmark", |
|
"qrcode", |
|
"rand 0.8.5", |
|
"regex", |
|
"rqrr", |
|
"ruma", |
|
"secular", |
|
"serde", |
|
"serde_json", |
|
"sourceview5", |
|
"thiserror", |
|
"tokio", |
|
"tracing-subscriber", |
|
"url", |
|
] |
|
|
|
[[package]] |
|
name = "fs2" |
|
version = "0.4.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213" |
|
dependencies = [ |
|
"libc", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "fs_extra" |
|
version = "1.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" |
|
|
|
[[package]] |
|
name = "futf" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" |
|
dependencies = [ |
|
"mac", |
|
"new_debug_unreachable", |
|
] |
|
|
|
[[package]] |
|
name = "futures" |
|
version = "0.3.27" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "531ac96c6ff5fd7c62263c5e3c67a603af4fcaee2e1a0ae5565ba3a11e69e549" |
|
dependencies = [ |
|
"futures-channel", |
|
"futures-core", |
|
"futures-executor", |
|
"futures-io", |
|
"futures-sink", |
|
"futures-task", |
|
"futures-util", |
|
] |
|
|
|
[[package]] |
|
name = "futures-channel" |
|
version = "0.3.27" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "164713a5a0dcc3e7b4b1ed7d3b433cabc18025386f9339346e8daf15963cf7ac" |
|
dependencies = [ |
|
"futures-core", |
|
"futures-sink", |
|
] |
|
|
|
[[package]] |
|
name = "futures-core" |
|
version = "0.3.27" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "86d7a0c1aa76363dac491de0ee99faf6941128376f1cf96f07db7603b7de69dd" |
|
|
|
[[package]] |
|
name = "futures-executor" |
|
version = "0.3.27" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1997dd9df74cdac935c76252744c1ed5794fac083242ea4fe77ef3ed60ba0f83" |
|
dependencies = [ |
|
"futures-core", |
|
"futures-task", |
|
"futures-util", |
|
] |
|
|
|
[[package]] |
|
name = "futures-io" |
|
version = "0.3.27" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "89d422fa3cbe3b40dca574ab087abb5bc98258ea57eea3fd6f1fa7162c778b91" |
|
|
|
[[package]] |
|
name = "futures-lite" |
|
version = "1.12.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48" |
|
dependencies = [ |
|
"fastrand", |
|
"futures-core", |
|
"futures-io", |
|
"memchr", |
|
"parking", |
|
"pin-project-lite", |
|
"waker-fn", |
|
] |
|
|
|
[[package]] |
|
name = "futures-macro" |
|
version = "0.3.27" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3eb14ed937631bd8b8b8977f2c198443447a8355b6e3ca599f38c975e5a963b6" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "futures-sink" |
|
version = "0.3.27" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ec93083a4aecafb2a80a885c9de1f0ccae9dbd32c2bb54b0c3a65690e0b8d2f2" |
|
|
|
[[package]] |
|
name = "futures-task" |
|
version = "0.3.27" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fd65540d33b37b16542a0438c12e6aeead10d4ac5d05bd3f805b8f35ab592879" |
|
|
|
[[package]] |
|
name = "futures-util" |
|
version = "0.3.27" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3ef6b17e481503ec85211fed8f39d1970f128935ca1f814cd32ac4a6842e84ab" |
|
dependencies = [ |
|
"futures-channel", |
|
"futures-core", |
|
"futures-io", |
|
"futures-macro", |
|
"futures-sink", |
|
"futures-task", |
|
"memchr", |
|
"pin-project-lite", |
|
"pin-utils", |
|
"slab", |
|
] |
|
|
|
[[package]] |
|
name = "fxhash" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" |
|
dependencies = [ |
|
"byteorder", |
|
] |
|
|
|
[[package]] |
|
name = "g2gen" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fc2c7625b2fc250dd90b63f7887a6bb0f7ec1d714c8278415bea2669ef20820e" |
|
dependencies = [ |
|
"g2poly", |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "g2p" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fc36d9bdc3d2da057775a9f4fa7d7b09edab3e0eda7a92cc353358fa63b8519e" |
|
dependencies = [ |
|
"g2gen", |
|
"g2poly", |
|
] |
|
|
|
[[package]] |
|
name = "g2poly" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "af6a86e750338603ea2c14b1c0bfe58cd61f87ca67a0021d9334996024608e12" |
|
|
|
[[package]] |
|
name = "gdk-pixbuf" |
|
version = "0.17.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b023fbe0c6b407bd3d9805d107d9800da3829dc5a676653210f1d5f16d7f59bf" |
|
dependencies = [ |
|
"bitflags", |
|
"gdk-pixbuf-sys", |
|
"gio", |
|
"glib", |
|
"libc", |
|
"once_cell", |
|
] |
|
|
|
[[package]] |
|
name = "gdk-pixbuf-sys" |
|
version = "0.17.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7b41bd2b44ed49d99277d3925652a163038bd5ed943ec9809338ffb2f4391e3b" |
|
dependencies = [ |
|
"gio-sys", |
|
"glib-sys", |
|
"gobject-sys", |
|
"libc", |
|
"system-deps", |
|
] |
|
|
|
[[package]] |
|
name = "gdk4" |
|
version = "0.6.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c3abf96408a26e3eddf881a7f893a1e111767137136e347745e8ea6ed12731ff" |
|
dependencies = [ |
|
"bitflags", |
|
"cairo-rs", |
|
"gdk-pixbuf", |
|
"gdk4-sys", |
|
"gio", |
|
"glib", |
|
"libc", |
|
"pango", |
|
] |
|
|
|
[[package]] |
|
name = "gdk4-sys" |
|
version = "0.6.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1bc92aa1608c089c49393d014c38ac0390d01e4841e1fedaa75dbcef77aaed64" |
|
dependencies = [ |
|
"cairo-sys-rs", |
|
"gdk-pixbuf-sys", |
|
"gio-sys", |
|
"glib-sys", |
|
"gobject-sys", |
|
"libc", |
|
"pango-sys", |
|
"pkg-config", |
|
"system-deps", |
|
] |
|
|
|
[[package]] |
|
name = "gdk4-wayland" |
|
version = "0.6.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2fa73894ed86fe10157436123d8baae5f2924ebc4fa48a11d8f093e07b9ecbbd" |
|
dependencies = [ |
|
"gdk4", |
|
"gdk4-wayland-sys", |
|
"gio", |
|
"glib", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "gdk4-wayland-sys" |
|
version = "0.6.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "af41c5a9cd7e06f612b91ec45ecb423ab57921bbd92f56e46a67b962be198e0c" |
|
dependencies = [ |
|
"glib-sys", |
|
"libc", |
|
"system-deps", |
|
] |
|
|
|
[[package]] |
|
name = "gdk4-x11" |
|
version = "0.6.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "17de2c3554d5127b9dfacd4d1801e2e3c9163bce01c6e1c407c054e9b771f2ee" |
|
dependencies = [ |
|
"gdk4", |
|
"gdk4-x11-sys", |
|
"gio", |
|
"glib", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "gdk4-x11-sys" |
|
version = "0.6.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e6ca6c03d5019467d21671936edeba09f908039900af8ce4b834c19646031c72" |
|
dependencies = [ |
|
"gdk4-sys", |
|
"glib-sys", |
|
"libc", |
|
"system-deps", |
|
] |
|
|
|
[[package]] |
|
name = "generic-array" |
|
version = "0.14.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9" |
|
dependencies = [ |
|
"typenum", |
|
"version_check", |
|
] |
|
|
|
[[package]] |
|
name = "geo-uri" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a6b8812a079cb4a3b5b366c2d05db8e231e2f231c443acb3532daad996d89f71" |
|
dependencies = [ |
|
"derive_builder", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "getopts" |
|
version = "0.2.21" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5" |
|
dependencies = [ |
|
"unicode-width", |
|
] |
|
|
|
[[package]] |
|
name = "getrandom" |
|
version = "0.1.16" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" |
|
dependencies = [ |
|
"cfg-if", |
|
"js-sys", |
|
"libc", |
|
"wasi 0.9.0+wasi-snapshot-preview1", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "getrandom" |
|
version = "0.2.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31" |
|
dependencies = [ |
|
"cfg-if", |
|
"js-sys", |
|
"libc", |
|
"wasi 0.11.0+wasi-snapshot-preview1", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "gettext-rs" |
|
version = "0.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e49ea8a8fad198aaa1f9655a2524b64b70eb06b2f3ff37da407566c93054f364" |
|
dependencies = [ |
|
"gettext-sys", |
|
"locale_config", |
|
] |
|
|
|
[[package]] |
|
name = "gettext-sys" |
|
version = "0.21.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c63ce2e00f56a206778276704bbe38564c8695249fdc8f354b4ef71c57c3839d" |
|
dependencies = [ |
|
"cc", |
|
"temp-dir", |
|
] |
|
|
|
[[package]] |
|
name = "gif" |
|
version = "0.12.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "80792593675e051cf94a4b111980da2ba60d4a83e43e0048c5693baab3977045" |
|
dependencies = [ |
|
"color_quant", |
|
"weezl", |
|
] |
|
|
|
[[package]] |
|
name = "gio" |
|
version = "0.17.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2261a3b4e922ec676d1c27ac466218c38cf5dcb49a759129e54bb5046e442125" |
|
dependencies = [ |
|
"bitflags", |
|
"futures-channel", |
|
"futures-core", |
|
"futures-io", |
|
"futures-util", |
|
"gio-sys", |
|
"glib", |
|
"libc", |
|
"once_cell", |
|
"pin-project-lite", |
|
"smallvec", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "gio-sys" |
|
version = "0.17.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6b1d43b0d7968b48455244ecafe41192871257f5740aa6b095eb19db78e362a5" |
|
dependencies = [ |
|
"glib-sys", |
|
"gobject-sys", |
|
"libc", |
|
"system-deps", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "glib" |
|
version = "0.17.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cfb53061756195d76969292c2d2e329e01259276524a9bae6c9b73af62854773" |
|
dependencies = [ |
|
"bitflags", |
|
"futures-channel", |
|
"futures-core", |
|
"futures-executor", |
|
"futures-task", |
|
"futures-util", |
|
"gio-sys", |
|
"glib-macros", |
|
"glib-sys", |
|
"gobject-sys", |
|
"libc", |
|
"memchr", |
|
"once_cell", |
|
"smallvec", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "glib-macros" |
|
version = "0.17.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "32e73a9790e243f6d55d8e302426419f6084a1de7a84cd07f7268300408a19de" |
|
dependencies = [ |
|
"anyhow", |
|
"heck", |
|
"proc-macro-crate", |
|
"proc-macro-error", |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "glib-sys" |
|
version = "0.17.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "49f00ad0a1bf548e61adfff15d83430941d9e1bb620e334f779edd1c745680a5" |
|
dependencies = [ |
|
"libc", |
|
"system-deps", |
|
] |
|
|
|
[[package]] |
|
name = "glob" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" |
|
|
|
[[package]] |
|
name = "gloo-timers" |
|
version = "0.2.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c" |
|
dependencies = [ |
|
"futures-channel", |
|
"futures-core", |
|
"js-sys", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "gloo-utils" |
|
version = "0.1.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a8e8fc851e9c7b9852508bc6e3f690f452f474417e8545ec9857b7f7377036b5" |
|
dependencies = [ |
|
"js-sys", |
|
"serde", |
|
"serde_json", |
|
"wasm-bindgen", |
|
"web-sys", |
|
] |
|
|
|
[[package]] |
|
name = "gobject-sys" |
|
version = "0.17.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "15e75b0000a64632b2d8ca3cf856af9308e3a970844f6e9659bd197f026793d0" |
|
dependencies = [ |
|
"glib-sys", |
|
"libc", |
|
"system-deps", |
|
] |
|
|
|
[[package]] |
|
name = "graphene-rs" |
|
version = "0.17.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "21cf11565bb0e4dfc2f99d4775b6c329f0d40a2cff9c0066214d31a0e1b46256" |
|
dependencies = [ |
|
"glib", |
|
"graphene-sys", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "graphene-sys" |
|
version = "0.17.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cf80a4849a8d9565410a8fec6fc3678e9c617f4ac7be182ca55ab75016e07af9" |
|
dependencies = [ |
|
"glib-sys", |
|
"libc", |
|
"pkg-config", |
|
"system-deps", |
|
] |
|
|
|
[[package]] |
|
name = "gsk4" |
|
version = "0.6.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6f01ef44fa7cac15e2da9978529383e6bee03e570ba5bf7036b4c10a15cc3a3c" |
|
dependencies = [ |
|
"bitflags", |
|
"cairo-rs", |
|
"gdk4", |
|
"glib", |
|
"graphene-rs", |
|
"gsk4-sys", |
|
"libc", |
|
"pango", |
|
] |
|
|
|
[[package]] |
|
name = "gsk4-sys" |
|
version = "0.6.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c07a84fb4dcf1323d29435aa85e2f5f58bef564342bef06775ec7bd0da1f01b0" |
|
dependencies = [ |
|
"cairo-sys-rs", |
|
"gdk4-sys", |
|
"glib-sys", |
|
"gobject-sys", |
|
"graphene-sys", |
|
"libc", |
|
"pango-sys", |
|
"system-deps", |
|
] |
|
|
|
[[package]] |
|
name = "gst-plugin-gtk4" |
|
version = "0.10.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e853e6f8b38ca7b5843e930b82470c07d998792cfa01a44fb4f5db9021751785" |
|
dependencies = [ |
|
"gst-plugin-version-helper", |
|
"gstreamer", |
|
"gstreamer-base", |
|
"gstreamer-gl", |
|
"gstreamer-video", |
|
"gtk4", |
|
"once_cell", |
|
] |
|
|
|
[[package]] |
|
name = "gst-plugin-version-helper" |
|
version = "0.7.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "87921209945e5dc809848a100115fad65bd127671896f0206f45e272080cc4c9" |
|
dependencies = [ |
|
"chrono", |
|
] |
|
|
|
[[package]] |
|
name = "gstreamer" |
|
version = "0.20.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4c46cc10a7ab79329feb68bef54a242ced84c3147cc1b81bc5c6140346a1dbf9" |
|
dependencies = [ |
|
"bitflags", |
|
"cfg-if", |
|
"futures-channel", |
|
"futures-core", |
|
"futures-util", |
|
"glib", |
|
"gstreamer-sys", |
|
"libc", |
|
"muldiv", |
|
"num-integer", |
|
"num-rational 0.4.1", |
|
"once_cell", |
|
"option-operations", |
|
"paste", |
|
"pretty-hex", |
|
"smallvec", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "gstreamer-audio" |
|
version = "0.20.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8ca6d26ab15835a268939e2367ed4ddb1e7157b03d0bb56ba4a0b036c1ac8393" |
|
dependencies = [ |
|
"bitflags", |
|
"cfg-if", |
|
"glib", |
|
"gstreamer", |
|
"gstreamer-audio-sys", |
|
"gstreamer-base", |
|
"libc", |
|
"once_cell", |
|
] |
|
|
|
[[package]] |
|
name = "gstreamer-audio-sys" |
|
version = "0.20.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9d4001b779e4707b32acd6ec0960e327b926369c1a34f7c41d477ac42b2670e8" |
|
dependencies = [ |
|
"glib-sys", |
|
"gobject-sys", |
|
"gstreamer-base-sys", |
|
"gstreamer-sys", |
|
"libc", |
|
"system-deps", |
|
] |
|
|
|
[[package]] |
|
name = "gstreamer-base" |
|
version = "0.20.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5598bfedbff12675a6cddbe420b6a3ba5039c64aaf7df130db6339d09b634b0e" |
|
dependencies = [ |
|
"atomic_refcell", |
|
"bitflags", |
|
"cfg-if", |
|
"glib", |
|
"gstreamer", |
|
"gstreamer-base-sys", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "gstreamer-base-sys" |
|
version = "0.20.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "26114ed96f6668380f5a1554128159e98e06c3a7a8460f216d7cd6dce28f928c" |
|
dependencies = [ |
|
"glib-sys", |
|
"gobject-sys", |
|
"gstreamer-sys", |
|
"libc", |
|
"system-deps", |
|
] |
|
|
|
[[package]] |
|
name = "gstreamer-gl" |
|
version = "0.20.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b82b83d18ad1c4d890694b4bedde170c748462a11f51a68428671bc1bf93e71e" |
|
dependencies = [ |
|
"bitflags", |
|
"glib", |
|
"gstreamer", |
|
"gstreamer-base", |
|
"gstreamer-gl-sys", |
|
"gstreamer-video", |
|
"libc", |
|
"once_cell", |
|
] |
|
|
|
[[package]] |
|
name = "gstreamer-gl-sys" |
|
version = "0.20.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f08af9ae5ca5aa01c4875346bb7e61310b75a9afc3607b52a6b73470be93bbc7" |
|
dependencies = [ |
|
"glib-sys", |
|
"gobject-sys", |
|
"gstreamer-base-sys", |
|
"gstreamer-sys", |
|
"gstreamer-video-sys", |
|
"libc", |
|
"system-deps", |
|
] |
|
|
|
[[package]] |
|
name = "gstreamer-pbutils" |
|
version = "0.20.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "573aa7032124a61ddebad128f85fac777f58907621d08f3309d9d97fad6d1131" |
|
dependencies = [ |
|
"bitflags", |
|
"glib", |
|
"gstreamer", |
|
"gstreamer-audio", |
|
"gstreamer-pbutils-sys", |
|
"gstreamer-video", |
|
"libc", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "gstreamer-pbutils-sys" |
|
version = "0.20.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7cb4493d59f28023656686c7a3581ddbd510b309a861776586afcf9a52ed222b" |
|
dependencies = [ |
|
"glib-sys", |
|
"gobject-sys", |
|
"gstreamer-audio-sys", |
|
"gstreamer-sys", |
|
"gstreamer-video-sys", |
|
"libc", |
|
"system-deps", |
|
] |
|
|
|
[[package]] |
|
name = "gstreamer-play" |
|
version = "0.20.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f752a53171e330c7f56db24ca91d99b7958dc86395ebe91b117226d339b29306" |
|
dependencies = [ |
|
"bitflags", |
|
"glib", |
|
"gstreamer", |
|
"gstreamer-play-sys", |
|
"gstreamer-video", |
|
"libc", |
|
"once_cell", |
|
] |
|
|
|
[[package]] |
|
name = "gstreamer-play-sys" |
|
version = "0.20.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4b69030bd53c3e5988a1e13bdb55ae8d922f8e9c2b522bfa2442bc13906829fb" |
|
dependencies = [ |
|
"glib-sys", |
|
"gobject-sys", |
|
"gstreamer-sys", |
|
"gstreamer-video-sys", |
|
"libc", |
|
"system-deps", |
|
] |
|
|
|
[[package]] |
|
name = "gstreamer-sys" |
|
version = "0.20.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e56fe047adef7d47dbafa8bc1340fddb53c325e16574763063702fc94b5786d2" |
|
dependencies = [ |
|
"glib-sys", |
|
"gobject-sys", |
|
"libc", |
|
"system-deps", |
|
] |
|
|
|
[[package]] |
|
name = "gstreamer-video" |
|
version = "0.20.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "467cddb6a4135e72fefb6ba21262b1cca5493e9928792e88fe672ec0a37b761c" |
|
dependencies = [ |
|
"bitflags", |
|
"cfg-if", |
|
"futures-channel", |
|
"glib", |
|
"gstreamer", |
|
"gstreamer-base", |
|
"gstreamer-video-sys", |
|
"libc", |
|
"once_cell", |
|
] |
|
|
|
[[package]] |
|
name = "gstreamer-video-sys" |
|
version = "0.20.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "66ddb6112d438aac0004d2db6053a572f92b1c5e0e9d6ff6c71d9245f7f73e46" |
|
dependencies = [ |
|
"glib-sys", |
|
"gobject-sys", |
|
"gstreamer-base-sys", |
|
"gstreamer-sys", |
|
"libc", |
|
"system-deps", |
|
] |
|
|
|
[[package]] |
|
name = "gtk4" |
|
version = "0.6.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1e30e124b5a605f6f5513db13958bfcd51d746607b20bc7bb718b33e303274ed" |
|
dependencies = [ |
|
"bitflags", |
|
"cairo-rs", |
|
"field-offset", |
|
"futures-channel", |
|
"gdk-pixbuf", |
|
"gdk4", |
|
"gio", |
|
"glib", |
|
"graphene-rs", |
|
"gsk4", |
|
"gtk4-macros", |
|
"gtk4-sys", |
|
"libc", |
|
"once_cell", |
|
"pango", |
|
] |
|
|
|
[[package]] |
|
name = "gtk4-macros" |
|
version = "0.6.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f041a797fb098bfb06e432c61738133604bfa3af57f13f1da3b9d46271422ef0" |
|
dependencies = [ |
|
"anyhow", |
|
"proc-macro-crate", |
|
"proc-macro-error", |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "gtk4-sys" |
|
version = "0.6.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5f8283f707b07e019e76c7f2934bdd4180c277e08aa93f4c0d8dd07b7a34e22f" |
|
dependencies = [ |
|
"cairo-sys-rs", |
|
"gdk-pixbuf-sys", |
|
"gdk4-sys", |
|
"gio-sys", |
|
"glib-sys", |
|
"gobject-sys", |
|
"graphene-sys", |
|
"gsk4-sys", |
|
"libc", |
|
"pango-sys", |
|
"system-deps", |
|
] |
|
|
|
[[package]] |
|
name = "h2" |
|
version = "0.3.16" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5be7b54589b581f624f566bf5d8eb2bab1db736c51528720b6bd36b96b55924d" |
|
dependencies = [ |
|
"bytes", |
|
"fnv", |
|
"futures-core", |
|
"futures-sink", |
|
"futures-util", |
|
"http", |
|
"indexmap", |
|
"slab", |
|
"tokio", |
|
"tokio-util", |
|
"tracing", |
|
] |
|
|
|
[[package]] |
|
name = "half" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "02b4af3693f1b705df946e9fe5631932443781d0aabb423b62fcd4d73f6d2fd0" |
|
dependencies = [ |
|
"crunchy", |
|
] |
|
|
|
[[package]] |
|
name = "hashbrown" |
|
version = "0.12.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" |
|
|
|
[[package]] |
|
name = "hashbrown" |
|
version = "0.13.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" |
|
dependencies = [ |
|
"ahash", |
|
] |
|
|
|
[[package]] |
|
name = "heck" |
|
version = "0.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" |
|
|
|
[[package]] |
|
name = "hermit-abi" |
|
version = "0.2.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "hermit-abi" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" |
|
|
|
[[package]] |
|
name = "hex" |
|
version = "0.4.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
|
|
|
[[package]] |
|
name = "hkdf" |
|
version = "0.12.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437" |
|
dependencies = [ |
|
"hmac", |
|
] |
|
|
|
[[package]] |
|
name = "hmac" |
|
version = "0.12.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" |
|
dependencies = [ |
|
"digest 0.10.6", |
|
] |
|
|
|
[[package]] |
|
name = "html-escape" |
|
version = "0.2.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476" |
|
dependencies = [ |
|
"utf8-width", |
|
] |
|
|
|
[[package]] |
|
name = "html2pango" |
|
version = "0.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e22f189d26bf7cf4652dbe49da86f3a27628f745469365f1d2575ea8caf54eaf" |
|
dependencies = [ |
|
"ammonia", |
|
"anyhow", |
|
"html5ever", |
|
"linkify", |
|
"maplit", |
|
"markup5ever_rcdom", |
|
"once_cell", |
|
"regex", |
|
] |
|
|
|
[[package]] |
|
name = "html5ever" |
|
version = "0.26.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7" |
|
dependencies = [ |
|
"log", |
|
"mac", |
|
"markup5ever", |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "http" |
|
version = "0.2.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" |
|
dependencies = [ |
|
"bytes", |
|
"fnv", |
|
"itoa", |
|
] |
|
|
|
[[package]] |
|
name = "http-body" |
|
version = "0.4.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" |
|
dependencies = [ |
|
"bytes", |
|
"http", |
|
"pin-project-lite", |
|
] |
|
|
|
[[package]] |
|
name = "httparse" |
|
version = "1.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" |
|
|
|
[[package]] |
|
name = "httpdate" |
|
version = "1.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" |
|
|
|
[[package]] |
|
name = "hyper" |
|
version = "0.14.25" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cc5e554ff619822309ffd57d8734d77cd5ce6238bc956f037ea06c58238c9899" |
|
dependencies = [ |
|
"bytes", |
|
"futures-channel", |
|
"futures-core", |
|
"futures-util", |
|
"h2", |
|
"http", |
|
"http-body", |
|
"httparse", |
|
"httpdate", |
|
"itoa", |
|
"pin-project-lite", |
|
"socket2", |
|
"tokio", |
|
"tower-service", |
|
"tracing", |
|
"want", |
|
] |
|
|
|
[[package]] |
|
name = "hyper-tls" |
|
version = "0.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" |
|
dependencies = [ |
|
"bytes", |
|
"hyper", |
|
"native-tls", |
|
"tokio", |
|
"tokio-native-tls", |
|
] |
|
|
|
[[package]] |
|
name = "iana-time-zone" |
|
version = "0.1.54" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0c17cc76786e99f8d2f055c11159e7f0091c42474dcc3189fbab96072e873e6d" |
|
dependencies = [ |
|
"android_system_properties", |
|
"core-foundation-sys", |
|
"iana-time-zone-haiku", |
|
"js-sys", |
|
"wasm-bindgen", |
|
"windows", |
|
] |
|
|
|
[[package]] |
|
name = "iana-time-zone-haiku" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca" |
|
dependencies = [ |
|
"cxx", |
|
"cxx-build", |
|
] |
|
|
|
[[package]] |
|
name = "ident_case" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
|
|
|
[[package]] |
|
name = "idna" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" |
|
dependencies = [ |
|
"unicode-bidi", |
|
"unicode-normalization", |
|
] |
|
|
|
[[package]] |
|
name = "image" |
|
version = "0.23.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "24ffcb7e7244a9bf19d35bf2883b9c080c4ced3c07a9895572178cdb8f13f6a1" |
|
dependencies = [ |
|
"bytemuck", |
|
"byteorder", |
|
"color_quant", |
|
"num-iter", |
|
"num-rational 0.3.2", |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "image" |
|
version = "0.24.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "527909aa81e20ac3a44803521443a765550f09b5130c2c2fa1ea59c2f8f50a3a" |
|
dependencies = [ |
|
"bytemuck", |
|
"byteorder", |
|
"color_quant", |
|
"exr", |
|
"gif", |
|
"jpeg-decoder", |
|
"num-rational 0.4.1", |
|
"num-traits", |
|
"png", |
|
"qoi", |
|
"tiff", |
|
] |
|
|
|
[[package]] |
|
name = "imbl" |
|
version = "2.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c2806b69cd9f4664844027b64465eacb444c67c1db9c778e341adff0c25cdb0d" |
|
dependencies = [ |
|
"bitmaps", |
|
"imbl-sized-chunks", |
|
"rand_core 0.6.4", |
|
"rand_xoshiro", |
|
"serde", |
|
"version_check", |
|
] |
|
|
|
[[package]] |
|
name = "imbl-sized-chunks" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e6957ea0b2541c5ca561d3ef4538044af79f8a05a1eb3a3b148936aaceaa1076" |
|
dependencies = [ |
|
"bitmaps", |
|
] |
|
|
|
[[package]] |
|
name = "indexed_db_futures" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bfbcff6ae46750b15cc594bfd277b188cbddcfdc1817848f97f03f26f8625b9e" |
|
dependencies = [ |
|
"cfg-if", |
|
"js-sys", |
|
"uuid", |
|
"wasm-bindgen", |
|
"wasm-bindgen-futures", |
|
"web-sys", |
|
] |
|
|
|
[[package]] |
|
name = "indexmap" |
|
version = "1.9.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" |
|
dependencies = [ |
|
"autocfg", |
|
"hashbrown 0.12.3", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "inout" |
|
version = "0.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" |
|
dependencies = [ |
|
"block-padding", |
|
"generic-array", |
|
] |
|
|
|
[[package]] |
|
name = "instant" |
|
version = "0.1.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" |
|
dependencies = [ |
|
"cfg-if", |
|
"js-sys", |
|
"wasm-bindgen", |
|
"web-sys", |
|
] |
|
|
|
[[package]] |
|
name = "io-lifetimes" |
|
version = "1.0.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "09270fd4fa1111bc614ed2246c7ef56239a3063d5be0d1ec3b589c505d400aeb" |
|
dependencies = [ |
|
"hermit-abi 0.3.1", |
|
"libc", |
|
"windows-sys 0.45.0", |
|
] |
|
|
|
[[package]] |
|
name = "ipnet" |
|
version = "2.7.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146" |
|
|
|
[[package]] |
|
name = "itertools" |
|
version = "0.10.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" |
|
dependencies = [ |
|
"either", |
|
] |
|
|
|
[[package]] |
|
name = "itoa" |
|
version = "1.0.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" |
|
|
|
[[package]] |
|
name = "jpeg-decoder" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bc0000e42512c92e31c2252315bda326620a4e034105e900c98ec492fa077b3e" |
|
dependencies = [ |
|
"rayon", |
|
] |
|
|
|
[[package]] |
|
name = "js-sys" |
|
version = "0.3.61" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730" |
|
dependencies = [ |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "js_int" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d937f95470b270ce8b8950207715d71aa8e153c0d44c6684d59397ed4949160a" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "js_option" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "68421373957a1593a767013698dbf206e2b221eefe97a44d98d18672ff38423c" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "konst" |
|
version = "0.2.19" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "330f0e13e6483b8c34885f7e6c9f19b1a7bd449c673fbb948a51c99d66ef74f4" |
|
dependencies = [ |
|
"konst_macro_rules", |
|
"konst_proc_macros", |
|
] |
|
|
|
[[package]] |
|
name = "konst_macro_rules" |
|
version = "0.2.19" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a4933f3f57a8e9d9da04db23fb153356ecaf00cbd14aee46279c33dc80925c37" |
|
|
|
[[package]] |
|
name = "konst_proc_macros" |
|
version = "0.2.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "984e109462d46ad18314f10e392c286c3d47bce203088a09012de1015b45b737" |
|
|
|
[[package]] |
|
name = "kv-log-macro" |
|
version = "1.0.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f" |
|
dependencies = [ |
|
"log", |
|
] |
|
|
|
[[package]] |
|
name = "lazy_static" |
|
version = "1.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
|
dependencies = [ |
|
"spin 0.5.2", |
|
] |
|
|
|
[[package]] |
|
name = "lazycell" |
|
version = "1.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" |
|
|
|
[[package]] |
|
name = "lebe" |
|
version = "0.5.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8" |
|
|
|
[[package]] |
|
name = "libadwaita" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b1c4efd2020a4fcedbad2c4a97de97bf6045e5dc49d61d5a5d0cfd753db60700" |
|
dependencies = [ |
|
"bitflags", |
|
"futures-channel", |
|
"gdk-pixbuf", |
|
"gdk4", |
|
"gio", |
|
"glib", |
|
"gtk4", |
|
"libadwaita-sys", |
|
"libc", |
|
"once_cell", |
|
"pango", |
|
] |
|
|
|
[[package]] |
|
name = "libadwaita-sys" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0727b85b4fe2b1bed5ac90df6343de15cbf8118bfb96d7c3cc1512681a4b34ac" |
|
dependencies = [ |
|
"gdk4-sys", |
|
"gio-sys", |
|
"glib-sys", |
|
"gobject-sys", |
|
"gtk4-sys", |
|
"libc", |
|
"pango-sys", |
|
"system-deps", |
|
] |
|
|
|
[[package]] |
|
name = "libc" |
|
version = "0.2.140" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c" |
|
|
|
[[package]] |
|
name = "libm" |
|
version = "0.2.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb" |
|
|
|
[[package]] |
|
name = "libshumate" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6f835052474118c10cfa5583e2d531a262ad7ea0909ae1a8a4e94b5d6d472078" |
|
dependencies = [ |
|
"gdk-pixbuf", |
|
"gdk4", |
|
"gio", |
|
"glib", |
|
"gtk4", |
|
"libc", |
|
"libshumate-sys", |
|
"once_cell", |
|
] |
|
|
|
[[package]] |
|
name = "libshumate-sys" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "61ab625df72e11d45d52793e388b5052ab2af7945d8a4d469f427a568f9a29bb" |
|
dependencies = [ |
|
"gdk-pixbuf-sys", |
|
"gdk4-sys", |
|
"gio-sys", |
|
"glib-sys", |
|
"gobject-sys", |
|
"gtk4-sys", |
|
"libc", |
|
"system-deps", |
|
] |
|
|
|
[[package]] |
|
name = "libspa" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "667dfbb50c3d1f7ee1d33afdc04d1255923ece7642db3303046e7d63d997d77d" |
|
dependencies = [ |
|
"bitflags", |
|
"cc", |
|
"cookie-factory", |
|
"errno 0.3.0", |
|
"libc", |
|
"libspa-sys", |
|
"nom", |
|
"system-deps", |
|
] |
|
|
|
[[package]] |
|
name = "libspa-sys" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "79cf5b88f52534df7ca88d451ae9628e22124e3cc5c60966465a7db479534c7a" |
|
dependencies = [ |
|
"bindgen", |
|
"cc", |
|
"system-deps", |
|
] |
|
|
|
[[package]] |
|
name = "link-cplusplus" |
|
version = "1.0.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5" |
|
dependencies = [ |
|
"cc", |
|
] |
|
|
|
[[package]] |
|
name = "linkify" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "96dd5884008358112bc66093362197c7248ece00d46624e2cf71e50029f8cff5" |
|
dependencies = [ |
|
"memchr", |
|
] |
|
|
|
[[package]] |
|
name = "linux-raw-sys" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4" |
|
|
|
[[package]] |
|
name = "linux-raw-sys" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cd550e73688e6d578f0ac2119e32b797a327631a42f9433e59d02e139c8df60d" |
|
|
|
[[package]] |
|
name = "locale_config" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "08d2c35b16f4483f6c26f0e4e9550717a2f6575bcd6f12a53ff0c490a94a6934" |
|
dependencies = [ |
|
"lazy_static", |
|
"objc", |
|
"objc-foundation", |
|
"regex", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "lock_api" |
|
version = "0.4.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" |
|
dependencies = [ |
|
"autocfg", |
|
"scopeguard", |
|
] |
|
|
|
[[package]] |
|
name = "log" |
|
version = "0.4.17" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" |
|
dependencies = [ |
|
"cfg-if", |
|
"value-bag", |
|
] |
|
|
|
[[package]] |
|
name = "lru" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "71e7d46de488603ffdd5f30afbc64fbba2378214a2c3a2fb83abf3d33126df17" |
|
dependencies = [ |
|
"hashbrown 0.13.2", |
|
] |
|
|
|
[[package]] |
|
name = "mac" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" |
|
|
|
[[package]] |
|
name = "malloc_buf" |
|
version = "0.0.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "maplit" |
|
version = "1.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" |
|
|
|
[[package]] |
|
name = "markup5ever" |
|
version = "0.11.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016" |
|
dependencies = [ |
|
"log", |
|
"phf 0.10.1", |
|
"phf_codegen", |
|
"string_cache", |
|
"string_cache_codegen", |
|
"tendril", |
|
] |
|
|
|
[[package]] |
|
name = "markup5ever_rcdom" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b9521dd6750f8e80ee6c53d65e2e4656d7de37064f3a7a5d2d11d05df93839c2" |
|
dependencies = [ |
|
"html5ever", |
|
"markup5ever", |
|
"tendril", |
|
"xml5ever", |
|
] |
|
|
|
[[package]] |
|
name = "matrix-pickle" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b18185b3f64cc8d44840dbf92d92aeb05c1ef97094f51a32c1afd36a4415d225" |
|
dependencies = [ |
|
"matrix-pickle-derive", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "matrix-pickle-derive" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cef08fbb48d0d5125d3885e422c426b5be84067c63ceb5d8b32f9130143f5b81" |
|
dependencies = [ |
|
"proc-macro-crate", |
|
"proc-macro-error", |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "matrix-sdk" |
|
version = "0.6.2" |
|
source = "git+https://github.com/matrix-org/matrix-rust-sdk.git?rev=48b67759eded88e26db71a85b4ea8b7e3a153fcd#48b67759eded88e26db71a85b4ea8b7e3a153fcd" |
|
dependencies = [ |
|
"anymap2", |
|
"async-stream", |
|
"async-trait", |
|
"backoff", |
|
"bytes", |
|
"bytesize", |
|
"chrono", |
|
"dashmap", |
|
"event-listener", |
|
"eyeball", |
|
"eyeball-im", |
|
"futures-core", |
|
"futures-util", |
|
"gloo-timers", |
|
"http", |
|
"hyper", |
|
"image 0.24.6", |
|
"imbl", |
|
"indexmap", |
|
"matrix-sdk-base", |
|
"matrix-sdk-common", |
|
"matrix-sdk-indexeddb", |
|
"matrix-sdk-sled", |
|
"mime", |
|
"mime_guess", |
|
"pin-project-lite", |
|
"rand 0.8.5", |
|
"reqwest", |
|
"ruma", |
|
"serde", |
|
"serde_html_form", |
|
"serde_json", |
|
"tempfile", |
|
"thiserror", |
|
"tokio", |
|
"tower", |
|
"tracing", |
|
"url", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "matrix-sdk-base" |
|
version = "0.6.1" |
|
source = "git+https://github.com/matrix-org/matrix-rust-sdk.git?rev=48b67759eded88e26db71a85b4ea8b7e3a153fcd#48b67759eded88e26db71a85b4ea8b7e3a153fcd" |
|
dependencies = [ |
|
"async-stream", |
|
"async-trait", |
|
"dashmap", |
|
"eyeball", |
|
"futures-core", |
|
"futures-util", |
|
"matrix-sdk-common", |
|
"matrix-sdk-crypto", |
|
"matrix-sdk-store-encryption", |
|
"once_cell", |
|
"ruma", |
|
"serde", |
|
"serde_json", |
|
"thiserror", |
|
"tokio", |
|
"tracing", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "matrix-sdk-common" |
|
version = "0.6.0" |
|
source = "git+https://github.com/matrix-org/matrix-rust-sdk.git?rev=48b67759eded88e26db71a85b4ea8b7e3a153fcd#48b67759eded88e26db71a85b4ea8b7e3a153fcd" |
|
dependencies = [ |
|
"futures-core", |
|
"futures-util", |
|
"gloo-timers", |
|
"instant", |
|
"ruma", |
|
"serde", |
|
"serde_json", |
|
"tokio", |
|
"wasm-bindgen-futures", |
|
] |
|
|
|
[[package]] |
|
name = "matrix-sdk-crypto" |
|
version = "0.6.0" |
|
source = "git+https://github.com/matrix-org/matrix-rust-sdk.git?rev=48b67759eded88e26db71a85b4ea8b7e3a153fcd#48b67759eded88e26db71a85b4ea8b7e3a153fcd" |
|
dependencies = [ |
|
"aes", |
|
"async-std", |
|
"async-trait", |
|
"atomic", |
|
"base64 0.21.0", |
|
"byteorder", |
|
"cfg-if", |
|
"ctr", |
|
"dashmap", |
|
"event-listener", |
|
"eyeball", |
|
"futures-core", |
|
"futures-util", |
|
"hmac", |
|
"itertools", |
|
"matrix-sdk-common", |
|
"matrix-sdk-qrcode", |
|
"pbkdf2 0.11.0", |
|
"rand 0.8.5", |
|
"rmp-serde", |
|
"ruma", |
|
"serde", |
|
"serde_json", |
|
"sha2 0.10.6", |
|
"thiserror", |
|
"tokio", |
|
"tokio-stream", |
|
"tracing", |
|
"vodozemac", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "matrix-sdk-indexeddb" |
|
version = "0.2.0" |
|
source = "git+https://github.com/matrix-org/matrix-rust-sdk.git?rev=48b67759eded88e26db71a85b4ea8b7e3a153fcd#48b67759eded88e26db71a85b4ea8b7e3a153fcd" |
|
dependencies = [ |
|
"anyhow", |
|
"async-trait", |
|
"base64 0.21.0", |
|
"dashmap", |
|
"getrandom 0.2.8", |
|
"gloo-utils", |
|
"indexed_db_futures", |
|
"js-sys", |
|
"matrix-sdk-base", |
|
"matrix-sdk-crypto", |
|
"matrix-sdk-store-encryption", |
|
"ruma", |
|
"serde", |
|
"serde_json", |
|
"thiserror", |
|
"tokio", |
|
"tracing", |
|
"wasm-bindgen", |
|
"web-sys", |
|
] |
|
|
|
[[package]] |
|
name = "matrix-sdk-qrcode" |
|
version = "0.4.0" |
|
source = "git+https://github.com/matrix-org/matrix-rust-sdk.git?rev=48b67759eded88e26db71a85b4ea8b7e3a153fcd#48b67759eded88e26db71a85b4ea8b7e3a153fcd" |
|
dependencies = [ |
|
"base64 0.21.0", |
|
"byteorder", |
|
"qrcode", |
|
"ruma-common", |
|
"thiserror", |
|
"vodozemac", |
|
] |
|
|
|
[[package]] |
|
name = "matrix-sdk-sled" |
|
version = "0.2.0" |
|
source = "git+https://github.com/matrix-org/matrix-rust-sdk.git?rev=48b67759eded88e26db71a85b4ea8b7e3a153fcd#48b67759eded88e26db71a85b4ea8b7e3a153fcd" |
|
dependencies = [ |
|
"async-stream", |
|
"async-trait", |
|
"dashmap", |
|
"fs_extra", |
|
"futures-core", |
|
"futures-util", |
|
"matrix-sdk-base", |
|
"matrix-sdk-common", |
|
"matrix-sdk-crypto", |
|
"matrix-sdk-store-encryption", |
|
"ruma", |
|
"serde", |
|
"serde_json", |
|
"sled", |
|
"thiserror", |
|
"tokio", |
|
"tracing", |
|
] |
|
|
|
[[package]] |
|
name = "matrix-sdk-store-encryption" |
|
version = "0.2.0" |
|
source = "git+https://github.com/matrix-org/matrix-rust-sdk.git?rev=48b67759eded88e26db71a85b4ea8b7e3a153fcd#48b67759eded88e26db71a85b4ea8b7e3a153fcd" |
|
dependencies = [ |
|
"blake3", |
|
"chacha20poly1305", |
|
"displaydoc", |
|
"getrandom 0.2.8", |
|
"hmac", |
|
"pbkdf2 0.11.0", |
|
"rand 0.8.5", |
|
"rmp-serde", |
|
"serde", |
|
"serde_json", |
|
"sha2 0.10.6", |
|
"thiserror", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "memchr" |
|
version = "2.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" |
|
|
|
[[package]] |
|
name = "memoffset" |
|
version = "0.7.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4" |
|
dependencies = [ |
|
"autocfg", |
|
] |
|
|
|
[[package]] |
|
name = "memoffset" |
|
version = "0.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1" |
|
dependencies = [ |
|
"autocfg", |
|
] |
|
|
|
[[package]] |
|
name = "mime" |
|
version = "0.3.17" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
|
|
|
[[package]] |
|
name = "mime_guess" |
|
version = "2.0.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef" |
|
dependencies = [ |
|
"mime", |
|
"unicase", |
|
] |
|
|
|
[[package]] |
|
name = "minimal-lexical" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" |
|
|
|
[[package]] |
|
name = "miniz_oxide" |
|
version = "0.6.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa" |
|
dependencies = [ |
|
"adler", |
|
] |
|
|
|
[[package]] |
|
name = "mio" |
|
version = "0.8.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9" |
|
dependencies = [ |
|
"libc", |
|
"log", |
|
"wasi 0.11.0+wasi-snapshot-preview1", |
|
"windows-sys 0.45.0", |
|
] |
|
|
|
[[package]] |
|
name = "muldiv" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "956787520e75e9bd233246045d19f42fb73242759cc57fba9611d940ae96d4b0" |
|
|
|
[[package]] |
|
name = "nanorand" |
|
version = "0.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3" |
|
dependencies = [ |
|
"getrandom 0.2.8", |
|
] |
|
|
|
[[package]] |
|
name = "native-tls" |
|
version = "0.2.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" |
|
dependencies = [ |
|
"lazy_static", |
|
"libc", |
|
"log", |
|
"openssl", |
|
"openssl-probe", |
|
"openssl-sys", |
|
"schannel", |
|
"security-framework", |
|
"security-framework-sys", |
|
"tempfile", |
|
] |
|
|
|
[[package]] |
|
name = "new_debug_unreachable" |
|
version = "1.0.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54" |
|
|
|
[[package]] |
|
name = "nix" |
|
version = "0.26.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a" |
|
dependencies = [ |
|
"bitflags", |
|
"cfg-if", |
|
"libc", |
|
"memoffset 0.7.1", |
|
"pin-utils", |
|
"static_assertions", |
|
] |
|
|
|
[[package]] |
|
name = "nom" |
|
version = "7.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" |
|
dependencies = [ |
|
"memchr", |
|
"minimal-lexical", |
|
] |
|
|
|
[[package]] |
|
name = "nu-ansi-term" |
|
version = "0.46.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" |
|
dependencies = [ |
|
"overload", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "num" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "43db66d1170d347f9a065114077f7dccb00c1b9478c89384490a3425279a4606" |
|
dependencies = [ |
|
"num-bigint", |
|
"num-complex", |
|
"num-integer", |
|
"num-iter", |
|
"num-rational 0.4.1", |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "num-bigint" |
|
version = "0.4.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f" |
|
dependencies = [ |
|
"autocfg", |
|
"num-integer", |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "num-bigint-dig" |
|
version = "0.8.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2399c9463abc5f909349d8aa9ba080e0b88b3ce2885389b60b993f39b1a56905" |
|
dependencies = [ |
|
"byteorder", |
|
"lazy_static", |
|
"libm", |
|
"num-integer", |
|
"num-iter", |
|
"num-traits", |
|
"rand 0.8.5", |
|
"serde", |
|
"smallvec", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "num-complex" |
|
version = "0.4.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "02e0d21255c828d6f128a1e41534206671e8c3ea0c62f32291e808dc82cff17d" |
|
dependencies = [ |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "num-integer" |
|
version = "0.1.45" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" |
|
dependencies = [ |
|
"autocfg", |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "num-iter" |
|
version = "0.1.43" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252" |
|
dependencies = [ |
|
"autocfg", |
|
"num-integer", |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "num-rational" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07" |
|
dependencies = [ |
|
"autocfg", |
|
"num-integer", |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "num-rational" |
|
version = "0.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" |
|
dependencies = [ |
|
"autocfg", |
|
"num-bigint", |
|
"num-integer", |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "num-traits" |
|
version = "0.2.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" |
|
dependencies = [ |
|
"autocfg", |
|
] |
|
|
|
[[package]] |
|
name = "num_cpus" |
|
version = "1.15.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" |
|
dependencies = [ |
|
"hermit-abi 0.2.6", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "num_enum" |
|
version = "0.5.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9" |
|
dependencies = [ |
|
"num_enum_derive", |
|
] |
|
|
|
[[package]] |
|
name = "num_enum_derive" |
|
version = "0.5.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799" |
|
dependencies = [ |
|
"proc-macro-crate", |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "objc" |
|
version = "0.2.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" |
|
dependencies = [ |
|
"malloc_buf", |
|
] |
|
|
|
[[package]] |
|
name = "objc-foundation" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9" |
|
dependencies = [ |
|
"block", |
|
"objc", |
|
"objc_id", |
|
] |
|
|
|
[[package]] |
|
name = "objc_id" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b" |
|
dependencies = [ |
|
"objc", |
|
] |
|
|
|
[[package]] |
|
name = "once_cell" |
|
version = "1.17.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" |
|
|
|
[[package]] |
|
name = "oo7" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "21f12a058b75ac86a0289c3f83d5ddecb627878510421c31b7b19503c096d186" |
|
dependencies = [ |
|
"aes", |
|
"byteorder", |
|
"cbc", |
|
"cipher 0.4.4", |
|
"digest 0.10.6", |
|
"dirs 5.0.0", |
|
"futures-util", |
|
"hkdf", |
|
"hmac", |
|
"num", |
|
"num-bigint-dig", |
|
"once_cell", |
|
"pbkdf2 0.12.1", |
|
"rand 0.8.5", |
|
"serde", |
|
"sha2 0.10.6", |
|
"tokio", |
|
"tracing", |
|
"zbus", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "opaque-debug" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" |
|
|
|
[[package]] |
|
name = "openssl" |
|
version = "0.10.48" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "518915b97df115dd36109bfa429a48b8f737bd05508cf9588977b599648926d2" |
|
dependencies = [ |
|
"bitflags", |
|
"cfg-if", |
|
"foreign-types", |
|
"libc", |
|
"once_cell", |
|
"openssl-macros", |
|
"openssl-sys", |
|
] |
|
|
|
[[package]] |
|
name = "openssl-macros" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "openssl-probe" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" |
|
|
|
[[package]] |
|
name = "openssl-sys" |
|
version = "0.9.83" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "666416d899cf077260dac8698d60a60b435a46d57e82acb1be3d0dad87284e5b" |
|
dependencies = [ |
|
"autocfg", |
|
"cc", |
|
"libc", |
|
"pkg-config", |
|
"vcpkg", |
|
] |
|
|
|
[[package]] |
|
name = "option-operations" |
|
version = "0.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7c26d27bb1aeab65138e4bf7666045169d1717febcc9ff870166be8348b223d0" |
|
dependencies = [ |
|
"paste", |
|
] |
|
|
|
[[package]] |
|
name = "ordered-stream" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50" |
|
dependencies = [ |
|
"futures-core", |
|
"pin-project-lite", |
|
] |
|
|
|
[[package]] |
|
name = "overload" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" |
|
|
|
[[package]] |
|
name = "pango" |
|
version = "0.17.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "52c280b82a881e4208afb3359a8e7fde27a1b272280981f1f34610bed5770d37" |
|
dependencies = [ |
|
"bitflags", |
|
"gio", |
|
"glib", |
|
"libc", |
|
"once_cell", |
|
"pango-sys", |
|
] |
|
|
|
[[package]] |
|
name = "pango-sys" |
|
version = "0.17.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4293d0f0b5525eb5c24734d30b0ed02cd02aa734f216883f376b54de49625de8" |
|
dependencies = [ |
|
"glib-sys", |
|
"gobject-sys", |
|
"libc", |
|
"system-deps", |
|
] |
|
|
|
[[package]] |
|
name = "parking" |
|
version = "2.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72" |
|
|
|
[[package]] |
|
name = "parking_lot" |
|
version = "0.11.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" |
|
dependencies = [ |
|
"instant", |
|
"lock_api", |
|
"parking_lot_core 0.8.6", |
|
] |
|
|
|
[[package]] |
|
name = "parking_lot" |
|
version = "0.12.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" |
|
dependencies = [ |
|
"lock_api", |
|
"parking_lot_core 0.9.7", |
|
] |
|
|
|
[[package]] |
|
name = "parking_lot_core" |
|
version = "0.8.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc" |
|
dependencies = [ |
|
"cfg-if", |
|
"instant", |
|
"libc", |
|
"redox_syscall", |
|
"smallvec", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "parking_lot_core" |
|
version = "0.9.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521" |
|
dependencies = [ |
|
"cfg-if", |
|
"libc", |
|
"redox_syscall", |
|
"smallvec", |
|
"windows-sys 0.45.0", |
|
] |
|
|
|
[[package]] |
|
name = "password-hash" |
|
version = "0.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700" |
|
dependencies = [ |
|
"base64ct", |
|
"rand_core 0.6.4", |
|
"subtle", |
|
] |
|
|
|
[[package]] |
|
name = "paste" |
|
version = "1.0.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79" |
|
|
|
[[package]] |
|
name = "pbkdf2" |
|
version = "0.11.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917" |
|
dependencies = [ |
|
"digest 0.10.6", |
|
"hmac", |
|
"password-hash", |
|
"sha2 0.10.6", |
|
] |
|
|
|
[[package]] |
|
name = "pbkdf2" |
|
version = "0.12.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f0ca0b5a68607598bf3bad68f32227a8164f6254833f84eafaac409cd6746c31" |
|
dependencies = [ |
|
"digest 0.10.6", |
|
"hmac", |
|
] |
|
|
|
[[package]] |
|
name = "peeking_take_while" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" |
|
|
|
[[package]] |
|
name = "percent-encoding" |
|
version = "2.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" |
|
|
|
[[package]] |
|
name = "phf" |
|
version = "0.10.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259" |
|
dependencies = [ |
|
"phf_shared 0.10.0", |
|
] |
|
|
|
[[package]] |
|
name = "phf" |
|
version = "0.11.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "928c6535de93548188ef63bb7c4036bd415cd8f36ad25af44b9789b2ee72a48c" |
|
dependencies = [ |
|
"phf_macros", |
|
"phf_shared 0.11.1", |
|
] |
|
|
|
[[package]] |
|
name = "phf_codegen" |
|
version = "0.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd" |
|
dependencies = [ |
|
"phf_generator 0.10.0", |
|
"phf_shared 0.10.0", |
|
] |
|
|
|
[[package]] |
|
name = "phf_generator" |
|
version = "0.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6" |
|
dependencies = [ |
|
"phf_shared 0.10.0", |
|
"rand 0.8.5", |
|
] |
|
|
|
[[package]] |
|
name = "phf_generator" |
|
version = "0.11.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b1181c94580fa345f50f19d738aaa39c0ed30a600d95cb2d3e23f94266f14fbf" |
|
dependencies = [ |
|
"phf_shared 0.11.1", |
|
"rand 0.8.5", |
|
] |
|
|
|
[[package]] |
|
name = "phf_macros" |
|
version = "0.11.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "92aacdc5f16768709a569e913f7451034034178b05bdc8acda226659a3dccc66" |
|
dependencies = [ |
|
"phf_generator 0.11.1", |
|
"phf_shared 0.11.1", |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "phf_shared" |
|
version = "0.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" |
|
dependencies = [ |
|
"siphasher", |
|
] |
|
|
|
[[package]] |
|
name = "phf_shared" |
|
version = "0.11.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676" |
|
dependencies = [ |
|
"siphasher", |
|
] |
|
|
|
[[package]] |
|
name = "pin-project" |
|
version = "1.0.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc" |
|
dependencies = [ |
|
"pin-project-internal", |
|
] |
|
|
|
[[package]] |
|
name = "pin-project-internal" |
|
version = "1.0.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "pin-project-lite" |
|
version = "0.2.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" |
|
|
|
[[package]] |
|
name = "pin-utils" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
|
|
|
[[package]] |
|
name = "pipewire" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dc2180a4a84b855be86e6cd72fa6fd4318278871d2b1082e7cd05fe64b135ccb" |
|
dependencies = [ |
|
"anyhow", |
|
"bitflags", |
|
"errno 0.3.0", |
|
"libc", |
|
"libspa", |
|
"libspa-sys", |
|
"nix", |
|
"once_cell", |
|
"pipewire-sys", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "pipewire-sys" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a95290eedb7fb6aa3922fdc0261cd0ddeb940abcdbdef28778928106554d2123" |
|
dependencies = [ |
|
"bindgen", |
|
"libspa-sys", |
|
"system-deps", |
|
] |
|
|
|
[[package]] |
|
name = "pkcs7" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1f7364e6d0e236473de91e042395d71e0e64715f99a60620b014a4a4c7d1619b" |
|
dependencies = [ |
|
"der", |
|
"spki", |
|
] |
|
|
|
[[package]] |
|
name = "pkg-config" |
|
version = "0.3.26" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160" |
|
|
|
[[package]] |
|
name = "png" |
|
version = "0.17.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5d708eaf860a19b19ce538740d2b4bdeeb8337fa53f7738455e706623ad5c638" |
|
dependencies = [ |
|
"bitflags", |
|
"crc32fast", |
|
"flate2", |
|
"miniz_oxide", |
|
] |
|
|
|
[[package]] |
|
name = "polling" |
|
version = "2.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7e1f879b2998099c2d69ab9605d145d5b661195627eccc680002c4918a7fb6fa" |
|
dependencies = [ |
|
"autocfg", |
|
"bitflags", |
|
"cfg-if", |
|
"concurrent-queue", |
|
"libc", |
|
"log", |
|
"pin-project-lite", |
|
"windows-sys 0.45.0", |
|
] |
|
|
|
[[package]] |
|
name = "poly1305" |
|
version = "0.7.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede" |
|
dependencies = [ |
|
"cpufeatures", |
|
"opaque-debug", |
|
"universal-hash", |
|
] |
|
|
|
[[package]] |
|
name = "ppv-lite86" |
|
version = "0.2.17" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" |
|
|
|
[[package]] |
|
name = "precomputed-hash" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" |
|
|
|
[[package]] |
|
name = "pretty-hex" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c6fa0831dd7cc608c38a5e323422a0077678fa5744aa2be4ad91c4ece8eec8d5" |
|
|
|
[[package]] |
|
name = "proc-macro-crate" |
|
version = "1.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" |
|
dependencies = [ |
|
"once_cell", |
|
"toml_edit", |
|
] |
|
|
|
[[package]] |
|
name = "proc-macro-error" |
|
version = "1.0.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" |
|
dependencies = [ |
|
"proc-macro-error-attr", |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
"version_check", |
|
] |
|
|
|
[[package]] |
|
name = "proc-macro-error-attr" |
|
version = "1.0.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"version_check", |
|
] |
|
|
|
[[package]] |
|
name = "proc-macro2" |
|
version = "1.0.53" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ba466839c78239c09faf015484e5cc04860f88242cff4d03eb038f04b4699b73" |
|
dependencies = [ |
|
"unicode-ident", |
|
] |
|
|
|
[[package]] |
|
name = "prost" |
|
version = "0.11.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e48e50df39172a3e7eb17e14642445da64996989bc212b583015435d39a58537" |
|
dependencies = [ |
|
"bytes", |
|
"prost-derive", |
|
] |
|
|
|
[[package]] |
|
name = "prost-derive" |
|
version = "0.11.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4ea9b0f8cbe5e15a8a042d030bd96668db28ecb567ec37d691971ff5731d2b1b" |
|
dependencies = [ |
|
"anyhow", |
|
"itertools", |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "pulldown-cmark" |
|
version = "0.9.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2d9cc634bc78768157b5cbfe988ffcd1dcba95cd2b2f03a88316c08c6d00ed63" |
|
dependencies = [ |
|
"bitflags", |
|
"getopts", |
|
"memchr", |
|
"unicase", |
|
] |
|
|
|
[[package]] |
|
name = "qoi" |
|
version = "0.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001" |
|
dependencies = [ |
|
"bytemuck", |
|
] |
|
|
|
[[package]] |
|
name = "qrcode" |
|
version = "0.12.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "16d2f1455f3630c6e5107b4f2b94e74d76dea80736de0981fd27644216cff57f" |
|
dependencies = [ |
|
"checked_int_cast", |
|
"image 0.23.14", |
|
] |
|
|
|
[[package]] |
|
name = "quote" |
|
version = "1.0.26" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc" |
|
dependencies = [ |
|
"proc-macro2", |
|
] |
|
|
|
[[package]] |
|
name = "rand" |
|
version = "0.7.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" |
|
dependencies = [ |
|
"getrandom 0.1.16", |
|
"libc", |
|
"rand_chacha 0.2.2", |
|
"rand_core 0.5.1", |
|
"rand_hc", |
|
] |
|
|
|
[[package]] |
|
name = "rand" |
|
version = "0.8.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
|
dependencies = [ |
|
"libc", |
|
"rand_chacha 0.3.1", |
|
"rand_core 0.6.4", |
|
] |
|
|
|
[[package]] |
|
name = "rand_chacha" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" |
|
dependencies = [ |
|
"ppv-lite86", |
|
"rand_core 0.5.1", |
|
] |
|
|
|
[[package]] |
|
name = "rand_chacha" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
|
dependencies = [ |
|
"ppv-lite86", |
|
"rand_core 0.6.4", |
|
] |
|
|
|
[[package]] |
|
name = "rand_core" |
|
version = "0.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" |
|
dependencies = [ |
|
"getrandom 0.1.16", |
|
] |
|
|
|
[[package]] |
|
name = "rand_core" |
|
version = "0.6.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
|
dependencies = [ |
|
"getrandom 0.2.8", |
|
] |
|
|
|
[[package]] |
|
name = "rand_hc" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" |
|
dependencies = [ |
|
"rand_core 0.5.1", |
|
] |
|
|
|
[[package]] |
|
name = "rand_xoshiro" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa" |
|
dependencies = [ |
|
"rand_core 0.6.4", |
|
] |
|
|
|
[[package]] |
|
name = "rayon" |
|
version = "1.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b" |
|
dependencies = [ |
|
"either", |
|
"rayon-core", |
|
] |
|
|
|
[[package]] |
|
name = "rayon-core" |
|
version = "1.11.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d" |
|
dependencies = [ |
|
"crossbeam-channel", |
|
"crossbeam-deque", |
|
"crossbeam-utils", |
|
"num_cpus", |
|
] |
|
|
|
[[package]] |
|
name = "readlock" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fa7d72cce42ec2237875d88722638961d12e2ab05d5b1a89a063bcbdead83475" |
|
|
|
[[package]] |
|
name = "redox_syscall" |
|
version = "0.2.16" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" |
|
dependencies = [ |
|
"bitflags", |
|
] |
|
|
|
[[package]] |
|
name = "redox_users" |
|
version = "0.4.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" |
|
dependencies = [ |
|
"getrandom 0.2.8", |
|
"redox_syscall", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "regex" |
|
version = "1.7.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d" |
|
dependencies = [ |
|
"aho-corasick", |
|
"memchr", |
|
"regex-syntax", |
|
] |
|
|
|
[[package]] |
|
name = "regex-syntax" |
|
version = "0.6.29" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" |
|
|
|
[[package]] |
|
name = "reqwest" |
|
version = "0.11.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0ba30cc2c0cd02af1222ed216ba659cdb2f879dfe3181852fe7c50b1d0005949" |
|
dependencies = [ |
|
"base64 0.21.0", |
|
"bytes", |
|
"encoding_rs", |
|
"futures-core", |
|
"futures-util", |
|
"h2", |
|
"http", |
|
"http-body", |
|
"hyper", |
|
"hyper-tls", |
|
"ipnet", |
|
"js-sys", |
|
"log", |
|
"mime", |
|
"native-tls", |
|
"once_cell", |
|
"percent-encoding", |
|
"pin-project-lite", |
|
"serde", |
|
"serde_json", |
|
"serde_urlencoded", |
|
"tokio", |
|
"tokio-native-tls", |
|
"tokio-socks", |
|
"tower-service", |
|
"url", |
|
"wasm-bindgen", |
|
"wasm-bindgen-futures", |
|
"web-sys", |
|
"winreg", |
|
] |
|
|
|
[[package]] |
|
name = "rmp" |
|
version = "0.8.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "44519172358fd6d58656c86ab8e7fbc9e1490c3e8f14d35ed78ca0dd07403c9f" |
|
dependencies = [ |
|
"byteorder", |
|
"num-traits", |
|
"paste", |
|
] |
|
|
|
[[package]] |
|
name = "rmp-serde" |
|
version = "1.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c5b13be192e0220b8afb7222aa5813cb62cc269ebb5cac346ca6487681d2913e" |
|
dependencies = [ |
|
"byteorder", |
|
"rmp", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "rqrr" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4a8b87d1f9f69bb1a6c77e20fd303f9617b2b68dcff87cd9bcbfff2ced4b8a0b" |
|
dependencies = [ |
|
"g2p", |
|
"image 0.24.6", |
|
"lru", |
|
] |
|
|
|
[[package]] |
|
name = "ruma" |
|
version = "0.8.2" |
|
source = "git+https://github.com/ruma/ruma.git?rev=8eea3e05490fa9a318f9ed66c3a75272e6ef0ee5#8eea3e05490fa9a318f9ed66c3a75272e6ef0ee5" |
|
dependencies = [ |
|
"assign", |
|
"js_int", |
|
"js_option", |
|
"ruma-client-api", |
|
"ruma-common", |
|
"ruma-federation-api", |
|
"ruma-push-gateway-api", |
|
] |
|
|
|
[[package]] |
|
name = "ruma-client-api" |
|
version = "0.16.2" |
|
source = "git+https://github.com/ruma/ruma.git?rev=8eea3e05490fa9a318f9ed66c3a75272e6ef0ee5#8eea3e05490fa9a318f9ed66c3a75272e6ef0ee5" |
|
dependencies = [ |
|
"assign", |
|
"bytes", |
|
"http", |
|
"js_int", |
|
"js_option", |
|
"maplit", |
|
"ruma-common", |
|
"serde", |
|
"serde_html_form", |
|
"serde_json", |
|
] |
|
|
|
[[package]] |
|
name = "ruma-common" |
|
version = "0.11.3" |
|
source = "git+https://github.com/ruma/ruma.git?rev=8eea3e05490fa9a318f9ed66c3a75272e6ef0ee5#8eea3e05490fa9a318f9ed66c3a75272e6ef0ee5" |
|
dependencies = [ |
|
"base64 0.21.0", |
|
"bytes", |
|
"form_urlencoded", |
|
"getrandom 0.2.8", |
|
"html5ever", |
|
"http", |
|
"indexmap", |
|
"js-sys", |
|
"js_int", |
|
"js_option", |
|
"konst", |
|
"percent-encoding", |
|
"phf 0.11.1", |
|
"pulldown-cmark", |
|
"rand 0.8.5", |
|
"regex", |
|
"ruma-identifiers-validation", |
|
"ruma-macros", |
|
"serde", |
|
"serde_html_form", |
|
"serde_json", |
|
"thiserror", |
|
"tracing", |
|
"url", |
|
"uuid", |
|
"wildmatch", |
|
] |
|
|
|
[[package]] |
|
name = "ruma-federation-api" |
|
version = "0.7.1" |
|
source = "git+https://github.com/ruma/ruma.git?rev=8eea3e05490fa9a318f9ed66c3a75272e6ef0ee5#8eea3e05490fa9a318f9ed66c3a75272e6ef0ee5" |
|
dependencies = [ |
|
"js_int", |
|
"ruma-common", |
|
"serde", |
|
"serde_json", |
|
] |
|
|
|
[[package]] |
|
name = "ruma-identifiers-validation" |
|
version = "0.9.1" |
|
source = "git+https://github.com/ruma/ruma.git?rev=8eea3e05490fa9a318f9ed66c3a75272e6ef0ee5#8eea3e05490fa9a318f9ed66c3a75272e6ef0ee5" |
|
dependencies = [ |
|
"js_int", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "ruma-macros" |
|
version = "0.11.3" |
|
source = "git+https://github.com/ruma/ruma.git?rev=8eea3e05490fa9a318f9ed66c3a75272e6ef0ee5#8eea3e05490fa9a318f9ed66c3a75272e6ef0ee5" |
|
dependencies = [ |
|
"once_cell", |
|
"proc-macro-crate", |
|
"proc-macro2", |
|
"quote", |
|
"ruma-identifiers-validation", |
|
"serde", |
|
"syn 1.0.109", |
|
"toml", |
|
] |
|
|
|
[[package]] |
|
name = "ruma-push-gateway-api" |
|
version = "0.7.1" |
|
source = "git+https://github.com/ruma/ruma.git?rev=8eea3e05490fa9a318f9ed66c3a75272e6ef0ee5#8eea3e05490fa9a318f9ed66c3a75272e6ef0ee5" |
|
dependencies = [ |
|
"js_int", |
|
"ruma-common", |
|
"serde", |
|
"serde_json", |
|
] |
|
|
|
[[package]] |
|
name = "rustc-hash" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
|
|
|
[[package]] |
|
name = "rustc_version" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" |
|
dependencies = [ |
|
"semver", |
|
] |
|
|
|
[[package]] |
|
name = "rustix" |
|
version = "0.36.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "db4165c9963ab29e422d6c26fbc1d37f15bace6b2810221f9d925023480fcf0e" |
|
dependencies = [ |
|
"bitflags", |
|
"errno 0.2.8", |
|
"io-lifetimes", |
|
"libc", |
|
"linux-raw-sys 0.1.4", |
|
"windows-sys 0.45.0", |
|
] |
|
|
|
[[package]] |
|
name = "rustix" |
|
version = "0.37.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "62b24138615de35e32031d041a09032ef3487a616d901ca4db224e7d557efae2" |
|
dependencies = [ |
|
"bitflags", |
|
"errno 0.3.0", |
|
"io-lifetimes", |
|
"libc", |
|
"linux-raw-sys 0.3.0", |
|
"windows-sys 0.45.0", |
|
] |
|
|
|
[[package]] |
|
name = "ryu" |
|
version = "1.0.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" |
|
|
|
[[package]] |
|
name = "schannel" |
|
version = "0.1.21" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3" |
|
dependencies = [ |
|
"windows-sys 0.42.0", |
|
] |
|
|
|
[[package]] |
|
name = "scopeguard" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" |
|
|
|
[[package]] |
|
name = "scratch" |
|
version = "1.0.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1" |
|
|
|
[[package]] |
|
name = "secular" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c3dc3eccdf599b53eba8a34a1190bd47394948258d1c43dca9cceb2426e25bb5" |
|
dependencies = [ |
|
"unicode-normalization", |
|
] |
|
|
|
[[package]] |
|
name = "security-framework" |
|
version = "2.8.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254" |
|
dependencies = [ |
|
"bitflags", |
|
"core-foundation", |
|
"core-foundation-sys", |
|
"libc", |
|
"security-framework-sys", |
|
] |
|
|
|
[[package]] |
|
name = "security-framework-sys" |
|
version = "2.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4" |
|
dependencies = [ |
|
"core-foundation-sys", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "semver" |
|
version = "1.0.17" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" |
|
|
|
[[package]] |
|
name = "serde" |
|
version = "1.0.158" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "771d4d9c4163ee138805e12c710dd365e4f44be8be0503cb1bb9eb989425d9c9" |
|
dependencies = [ |
|
"serde_derive", |
|
] |
|
|
|
[[package]] |
|
name = "serde_bytes" |
|
version = "0.11.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "416bda436f9aab92e02c8e10d49a15ddd339cea90b6e340fe51ed97abb548294" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "serde_derive" |
|
version = "1.0.158" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e801c1712f48475582b7696ac71e0ca34ebb30e09338425384269d9717c62cad" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.10", |
|
] |
|
|
|
[[package]] |
|
name = "serde_html_form" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "53192e38d5c88564b924dbe9b60865ecbb71b81d38c4e61c817cffd3e36ef696" |
|
dependencies = [ |
|
"form_urlencoded", |
|
"indexmap", |
|
"itoa", |
|
"ryu", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "serde_json" |
|
version = "1.0.94" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1c533a59c9d8a93a09c6ab31f0fd5e5f4dd1b8fc9434804029839884765d04ea" |
|
dependencies = [ |
|
"itoa", |
|
"ryu", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "serde_repr" |
|
version = "0.1.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bcec881020c684085e55a25f7fd888954d56609ef363479dc5a1305eb0d40cab" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.10", |
|
] |
|
|
|
[[package]] |
|
name = "serde_spanned" |
|
version = "0.6.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0efd8caf556a6cebd3b285caf480045fcc1ac04f6bd786b09a6f11af30c4fcf4" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "serde_urlencoded" |
|
version = "0.7.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" |
|
dependencies = [ |
|
"form_urlencoded", |
|
"itoa", |
|
"ryu", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "sha1" |
|
version = "0.10.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3" |
|
dependencies = [ |
|
"cfg-if", |
|
"cpufeatures", |
|
"digest 0.10.6", |
|
] |
|
|
|
[[package]] |
|
name = "sha2" |
|
version = "0.9.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800" |
|
dependencies = [ |
|
"block-buffer 0.9.0", |
|
"cfg-if", |
|
"cpufeatures", |
|
"digest 0.9.0", |
|
"opaque-debug", |
|
] |
|
|
|
[[package]] |
|
name = "sha2" |
|
version = "0.10.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0" |
|
dependencies = [ |
|
"cfg-if", |
|
"cpufeatures", |
|
"digest 0.10.6", |
|
] |
|
|
|
[[package]] |
|
name = "sharded-slab" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31" |
|
dependencies = [ |
|
"lazy_static", |
|
] |
|
|
|
[[package]] |
|
name = "shlex" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3" |
|
|
|
[[package]] |
|
name = "signal-hook" |
|
version = "0.3.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9" |
|
dependencies = [ |
|
"libc", |
|
"signal-hook-registry", |
|
] |
|
|
|
[[package]] |
|
name = "signal-hook-registry" |
|
version = "1.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "signature" |
|
version = "1.6.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" |
|
|
|
[[package]] |
|
name = "simd-adler32" |
|
version = "0.3.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "238abfbb77c1915110ad968465608b68e869e0772622c9656714e73e5a1a522f" |
|
|
|
[[package]] |
|
name = "siphasher" |
|
version = "0.3.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de" |
|
|
|
[[package]] |
|
name = "slab" |
|
version = "0.4.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" |
|
dependencies = [ |
|
"autocfg", |
|
] |
|
|
|
[[package]] |
|
name = "sled" |
|
version = "0.34.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7f96b4737c2ce5987354855aed3797279def4ebf734436c6aa4552cf8e169935" |
|
dependencies = [ |
|
"crc32fast", |
|
"crossbeam-epoch", |
|
"crossbeam-utils", |
|
"fs2", |
|
"fxhash", |
|
"libc", |
|
"log", |
|
"parking_lot 0.11.2", |
|
] |
|
|
|
[[package]] |
|
name = "smallvec" |
|
version = "1.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" |
|
|
|
[[package]] |
|
name = "socket2" |
|
version = "0.4.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" |
|
dependencies = [ |
|
"libc", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "sourceview5" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "850a255e21be2bfd5db5ae76f90b1748f7b397440912031eab5e10b5cab2bde8" |
|
dependencies = [ |
|
"bitflags", |
|
"futures-channel", |
|
"futures-core", |
|
"gdk-pixbuf", |
|
"gdk4", |
|
"gio", |
|
"glib", |
|
"gtk4", |
|
"libc", |
|
"pango", |
|
"sourceview5-sys", |
|
] |
|
|
|
[[package]] |
|
name = "sourceview5-sys" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e7a23462cd3d696199b56317d35e69b240d655b8c70c12bd8f443b672313776c" |
|
dependencies = [ |
|
"gdk-pixbuf-sys", |
|
"gdk4-sys", |
|
"gio-sys", |
|
"glib-sys", |
|
"gobject-sys", |
|
"gtk4-sys", |
|
"libc", |
|
"pango-sys", |
|
"system-deps", |
|
] |
|
|
|
[[package]] |
|
name = "spin" |
|
version = "0.5.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" |
|
|
|
[[package]] |
|
name = "spin" |
|
version = "0.9.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b5d6e0250b93c8427a177b849d144a96d5acc57006149479403d7861ab721e34" |
|
dependencies = [ |
|
"lock_api", |
|
] |
|
|
|
[[package]] |
|
name = "spki" |
|
version = "0.5.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27" |
|
dependencies = [ |
|
"der", |
|
] |
|
|
|
[[package]] |
|
name = "static_assertions" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
|
|
|
[[package]] |
|
name = "string_cache" |
|
version = "0.8.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b" |
|
dependencies = [ |
|
"new_debug_unreachable", |
|
"once_cell", |
|
"parking_lot 0.12.1", |
|
"phf_shared 0.10.0", |
|
"precomputed-hash", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "string_cache_codegen" |
|
version = "0.5.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988" |
|
dependencies = [ |
|
"phf_generator 0.10.0", |
|
"phf_shared 0.10.0", |
|
"proc-macro2", |
|
"quote", |
|
] |
|
|
|
[[package]] |
|
name = "strsim" |
|
version = "0.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" |
|
|
|
[[package]] |
|
name = "subtle" |
|
version = "2.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" |
|
|
|
[[package]] |
|
name = "syn" |
|
version = "1.0.109" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"unicode-ident", |
|
] |
|
|
|
[[package]] |
|
name = "syn" |
|
version = "2.0.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5aad1363ed6d37b84299588d62d3a7d95b5a5c2d9aad5c85609fda12afaa1f40" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"unicode-ident", |
|
] |
|
|
|
[[package]] |
|
name = "synstructure" |
|
version = "0.12.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
"unicode-xid", |
|
] |
|
|
|
[[package]] |
|
name = "system-deps" |
|
version = "6.0.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "555fc8147af6256f3931a36bb83ad0023240ce9cf2b319dec8236fd1f220b05f" |
|
dependencies = [ |
|
"cfg-expr", |
|
"heck", |
|
"pkg-config", |
|
"toml", |
|
"version-compare", |
|
] |
|
|
|
[[package]] |
|
name = "temp-dir" |
|
version = "0.1.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "af547b166dd1ea4b472165569fc456cfb6818116f854690b0ff205e636523dab" |
|
|
|
[[package]] |
|
name = "tempfile" |
|
version = "3.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "af18f7ae1acd354b992402e9ec5864359d693cd8a79dcbef59f76891701c1e95" |
|
dependencies = [ |
|
"cfg-if", |
|
"fastrand", |
|
"redox_syscall", |
|
"rustix 0.36.11", |
|
"windows-sys 0.42.0", |
|
] |
|
|
|
[[package]] |
|
name = "tendril" |
|
version = "0.4.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" |
|
dependencies = [ |
|
"futf", |
|
"mac", |
|
"utf-8", |
|
] |
|
|
|
[[package]] |
|
name = "termcolor" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" |
|
dependencies = [ |
|
"winapi-util", |
|
] |
|
|
|
[[package]] |
|
name = "thiserror" |
|
version = "1.0.40" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" |
|
dependencies = [ |
|
"thiserror-impl", |
|
] |
|
|
|
[[package]] |
|
name = "thiserror-impl" |
|
version = "1.0.40" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.10", |
|
] |
|
|
|
[[package]] |
|
name = "thread_local" |
|
version = "1.1.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" |
|
dependencies = [ |
|
"cfg-if", |
|
"once_cell", |
|
] |
|
|
|
[[package]] |
|
name = "tiff" |
|
version = "0.8.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7449334f9ff2baf290d55d73983a7d6fa15e01198faef72af07e2a8db851e471" |
|
dependencies = [ |
|
"flate2", |
|
"jpeg-decoder", |
|
"weezl", |
|
] |
|
|
|
[[package]] |
|
name = "time" |
|
version = "0.1.45" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a" |
|
dependencies = [ |
|
"libc", |
|
"wasi 0.10.0+wasi-snapshot-preview1", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "tinyvec" |
|
version = "1.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" |
|
dependencies = [ |
|
"tinyvec_macros", |
|
] |
|
|
|
[[package]] |
|
name = "tinyvec_macros" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
|
|
|
[[package]] |
|
name = "tokio" |
|
version = "1.26.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "03201d01c3c27a29c8a5cee5b55a93ddae1ccf6f08f65365c2c918f8c1b76f64" |
|
dependencies = [ |
|
"autocfg", |
|
"bytes", |
|
"libc", |
|
"memchr", |
|
"mio", |
|
"num_cpus", |
|
"pin-project-lite", |
|
"socket2", |
|
"tracing", |
|
"windows-sys 0.45.0", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-native-tls" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" |
|
dependencies = [ |
|
"native-tls", |
|
"tokio", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-socks" |
|
version = "0.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "51165dfa029d2a65969413a6cc96f354b86b464498702f174a4efa13608fd8c0" |
|
dependencies = [ |
|
"either", |
|
"futures-util", |
|
"thiserror", |
|
"tokio", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-stream" |
|
version = "0.1.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8fb52b74f05dbf495a8fba459fdc331812b96aa086d9eb78101fa0d4569c3313" |
|
dependencies = [ |
|
"futures-core", |
|
"pin-project-lite", |
|
"tokio", |
|
"tokio-util", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-util" |
|
version = "0.7.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2" |
|
dependencies = [ |
|
"bytes", |
|
"futures-core", |
|
"futures-sink", |
|
"pin-project-lite", |
|
"tokio", |
|
"tracing", |
|
] |
|
|
|
[[package]] |
|
name = "toml" |
|
version = "0.7.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b403acf6f2bb0859c93c7f0d967cb4a75a7ac552100f9322faf64dc047669b21" |
|
dependencies = [ |
|
"serde", |
|
"serde_spanned", |
|
"toml_datetime", |
|
"toml_edit", |
|
] |
|
|
|
[[package]] |
|
name = "toml_datetime" |
|
version = "0.6.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "toml_edit" |
|
version = "0.19.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "239410c8609e8125456927e6707163a3b1fdb40561e4b803bc041f466ccfdc13" |
|
dependencies = [ |
|
"indexmap", |
|
"serde", |
|
"serde_spanned", |
|
"toml_datetime", |
|
"winnow", |
|
] |
|
|
|
[[package]] |
|
name = "tower" |
|
version = "0.4.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" |
|
dependencies = [ |
|
"futures-util", |
|
"pin-project-lite", |
|
"tokio", |
|
"tower-layer", |
|
"tower-service", |
|
"tracing", |
|
] |
|
|
|
[[package]] |
|
name = "tower-layer" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" |
|
|
|
[[package]] |
|
name = "tower-service" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" |
|
|
|
[[package]] |
|
name = "tracing" |
|
version = "0.1.37" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" |
|
dependencies = [ |
|
"cfg-if", |
|
"log", |
|
"pin-project-lite", |
|
"tracing-attributes", |
|
"tracing-core", |
|
] |
|
|
|
[[package]] |
|
name = "tracing-attributes" |
|
version = "0.1.23" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "tracing-core" |
|
version = "0.1.30" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" |
|
dependencies = [ |
|
"once_cell", |
|
"valuable", |
|
] |
|
|
|
[[package]] |
|
name = "tracing-log" |
|
version = "0.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922" |
|
dependencies = [ |
|
"lazy_static", |
|
"log", |
|
"tracing-core", |
|
] |
|
|
|
[[package]] |
|
name = "tracing-subscriber" |
|
version = "0.3.16" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70" |
|
dependencies = [ |
|
"nu-ansi-term", |
|
"sharded-slab", |
|
"smallvec", |
|
"thread_local", |
|
"tracing-core", |
|
"tracing-log", |
|
] |
|
|
|
[[package]] |
|
name = "try-lock" |
|
version = "0.2.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" |
|
|
|
[[package]] |
|
name = "typenum" |
|
version = "1.16.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" |
|
|
|
[[package]] |
|
name = "uds_windows" |
|
version = "1.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ce65604324d3cce9b966701489fbd0cf318cb1f7bd9dd07ac9a4ee6fb791930d" |
|
dependencies = [ |
|
"tempfile", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "unicase" |
|
version = "2.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" |
|
dependencies = [ |
|
"version_check", |
|
] |
|
|
|
[[package]] |
|
name = "unicode-bidi" |
|
version = "0.3.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" |
|
|
|
[[package]] |
|
name = "unicode-ident" |
|
version = "1.0.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" |
|
|
|
[[package]] |
|
name = "unicode-normalization" |
|
version = "0.1.22" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" |
|
dependencies = [ |
|
"tinyvec", |
|
] |
|
|
|
[[package]] |
|
name = "unicode-width" |
|
version = "0.1.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" |
|
|
|
[[package]] |
|
name = "unicode-xid" |
|
version = "0.2.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" |
|
|
|
[[package]] |
|
name = "universal-hash" |
|
version = "0.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05" |
|
dependencies = [ |
|
"generic-array", |
|
"subtle", |
|
] |
|
|
|
[[package]] |
|
name = "url" |
|
version = "2.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" |
|
dependencies = [ |
|
"form_urlencoded", |
|
"idna", |
|
"percent-encoding", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "utf-8" |
|
version = "0.7.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" |
|
|
|
[[package]] |
|
name = "utf8-width" |
|
version = "0.1.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5190c9442dcdaf0ddd50f37420417d219ae5261bbf5db120d0f9bab996c9cba1" |
|
|
|
[[package]] |
|
name = "uuid" |
|
version = "1.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1674845326ee10d37ca60470760d4288a6f80f304007d92e5c53bab78c9cfd79" |
|
dependencies = [ |
|
"getrandom 0.2.8", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "valuable" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" |
|
|
|
[[package]] |
|
name = "value-bag" |
|
version = "1.0.0-alpha.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55" |
|
dependencies = [ |
|
"ctor", |
|
"version_check", |
|
] |
|
|
|
[[package]] |
|
name = "vcpkg" |
|
version = "0.2.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
|
|
|
[[package]] |
|
name = "version-compare" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29" |
|
|
|
[[package]] |
|
name = "version_check" |
|
version = "0.9.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" |
|
|
|
[[package]] |
|
name = "vodozemac" |
|
version = "0.3.0" |
|
source = "git+https://github.com/matrix-org/vodozemac?rev=fb609ca1e4df5a7a818490ae86ac694119e41e71#fb609ca1e4df5a7a818490ae86ac694119e41e71" |
|
dependencies = [ |
|
"aes", |
|
"arrayvec", |
|
"base64 0.13.1", |
|
"cbc", |
|
"ed25519-dalek", |
|
"hkdf", |
|
"hmac", |
|
"matrix-pickle", |
|
"pkcs7", |
|
"prost", |
|
"rand 0.7.3", |
|
"serde", |
|
"serde_json", |
|
"sha2 0.10.6", |
|
"subtle", |
|
"thiserror", |
|
"x25519-dalek", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "waker-fn" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca" |
|
|
|
[[package]] |
|
name = "want" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" |
|
dependencies = [ |
|
"log", |
|
"try-lock", |
|
] |
|
|
|
[[package]] |
|
name = "wasi" |
|
version = "0.9.0+wasi-snapshot-preview1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" |
|
|
|
[[package]] |
|
name = "wasi" |
|
version = "0.10.0+wasi-snapshot-preview1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" |
|
|
|
[[package]] |
|
name = "wasi" |
|
version = "0.11.0+wasi-snapshot-preview1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
|
|
|
[[package]] |
|
name = "wasm-bindgen" |
|
version = "0.2.84" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b" |
|
dependencies = [ |
|
"cfg-if", |
|
"wasm-bindgen-macro", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-backend" |
|
version = "0.2.84" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9" |
|
dependencies = [ |
|
"bumpalo", |
|
"log", |
|
"once_cell", |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
"wasm-bindgen-shared", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-futures" |
|
version = "0.4.34" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454" |
|
dependencies = [ |
|
"cfg-if", |
|
"js-sys", |
|
"wasm-bindgen", |
|
"web-sys", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-macro" |
|
version = "0.2.84" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5" |
|
dependencies = [ |
|
"quote", |
|
"wasm-bindgen-macro-support", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-macro-support" |
|
version = "0.2.84" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
"wasm-bindgen-backend", |
|
"wasm-bindgen-shared", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-shared" |
|
version = "0.2.84" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d" |
|
|
|
[[package]] |
|
name = "web-sys" |
|
version = "0.3.61" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97" |
|
dependencies = [ |
|
"js-sys", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "weezl" |
|
version = "0.1.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb" |
|
|
|
[[package]] |
|
name = "wildmatch" |
|
version = "2.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ee583bdc5ff1cf9db20e9db5bb3ff4c3089a8f6b8b31aff265c9aba85812db86" |
|
|
|
[[package]] |
|
name = "winapi" |
|
version = "0.3.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
|
dependencies = [ |
|
"winapi-i686-pc-windows-gnu", |
|
"winapi-x86_64-pc-windows-gnu", |
|
] |
|
|
|
[[package]] |
|
name = "winapi-i686-pc-windows-gnu" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
|
|
|
[[package]] |
|
name = "winapi-util" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" |
|
dependencies = [ |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "winapi-x86_64-pc-windows-gnu" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
|
|
|
[[package]] |
|
name = "windows" |
|
version = "0.46.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cdacb41e6a96a052c6cb63a144f24900236121c6f63f4f8219fef5977ecb0c25" |
|
dependencies = [ |
|
"windows-targets", |
|
] |
|
|
|
[[package]] |
|
name = "windows-sys" |
|
version = "0.42.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" |
|
dependencies = [ |
|
"windows_aarch64_gnullvm", |
|
"windows_aarch64_msvc", |
|
"windows_i686_gnu", |
|
"windows_i686_msvc", |
|
"windows_x86_64_gnu", |
|
"windows_x86_64_gnullvm", |
|
"windows_x86_64_msvc", |
|
] |
|
|
|
[[package]] |
|
name = "windows-sys" |
|
version = "0.45.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" |
|
dependencies = [ |
|
"windows-targets", |
|
] |
|
|
|
[[package]] |
|
name = "windows-targets" |
|
version = "0.42.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" |
|
dependencies = [ |
|
"windows_aarch64_gnullvm", |
|
"windows_aarch64_msvc", |
|
"windows_i686_gnu", |
|
"windows_i686_msvc", |
|
"windows_x86_64_gnu", |
|
"windows_x86_64_gnullvm", |
|
"windows_x86_64_msvc", |
|
] |
|
|
|
[[package]] |
|
name = "windows_aarch64_gnullvm" |
|
version = "0.42.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" |
|
|
|
[[package]] |
|
name = "windows_aarch64_msvc" |
|
version = "0.42.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" |
|
|
|
[[package]] |
|
name = "windows_i686_gnu" |
|
version = "0.42.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" |
|
|
|
[[package]] |
|
name = "windows_i686_msvc" |
|
version = "0.42.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" |
|
|
|
[[package]] |
|
name = "windows_x86_64_gnu" |
|
version = "0.42.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" |
|
|
|
[[package]] |
|
name = "windows_x86_64_gnullvm" |
|
version = "0.42.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" |
|
|
|
[[package]] |
|
name = "windows_x86_64_msvc" |
|
version = "0.42.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" |
|
|
|
[[package]] |
|
name = "winnow" |
|
version = "0.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ae8970b36c66498d8ff1d66685dc86b91b29db0c7739899012f63a63814b4b28" |
|
dependencies = [ |
|
"memchr", |
|
] |
|
|
|
[[package]] |
|
name = "winreg" |
|
version = "0.10.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d" |
|
dependencies = [ |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "x25519-dalek" |
|
version = "1.2.0" |
|
source = "git+https://github.com/A6GibKm/x25519-dalek?rev=9f19028c34107eea87d37bcee2eb2b350ec34cfe#9f19028c34107eea87d37bcee2eb2b350ec34cfe" |
|
dependencies = [ |
|
"curve25519-dalek", |
|
"rand_core 0.5.1", |
|
"serde", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "xml5ever" |
|
version = "0.17.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4034e1d05af98b51ad7214527730626f019682d797ba38b51689212118d8e650" |
|
dependencies = [ |
|
"log", |
|
"mac", |
|
"markup5ever", |
|
] |
|
|
|
[[package]] |
|
name = "zbus" |
|
version = "3.11.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3dc29e76f558b2cb94190e8605ecfe77dd40f5df8c072951714b4b71a97f5848" |
|
dependencies = [ |
|
"async-broadcast", |
|
"async-recursion", |
|
"async-trait", |
|
"byteorder", |
|
"derivative", |
|
"dirs 4.0.0", |
|
"enumflags2", |
|
"event-listener", |
|
"futures-core", |
|
"futures-sink", |
|
"futures-util", |
|
"hex", |
|
"lazy_static", |
|
"nix", |
|
"once_cell", |
|
"ordered-stream", |
|
"rand 0.8.5", |
|
"serde", |
|
"serde_repr", |
|
"sha1", |
|
"static_assertions", |
|
"tokio", |
|
"tracing", |
|
"uds_windows", |
|
"winapi", |
|
"zbus_macros", |
|
"zbus_names", |
|
"zvariant", |
|
] |
|
|
|
[[package]] |
|
name = "zbus_macros" |
|
version = "3.11.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "62a80fd82c011cd08459eaaf1fd83d3090c1b61e6d5284360074a7475af3a85d" |
|
dependencies = [ |
|
"proc-macro-crate", |
|
"proc-macro2", |
|
"quote", |
|
"regex", |
|
"syn 1.0.109", |
|
"zvariant_utils", |
|
] |
|
|
|
[[package]] |
|
name = "zbus_names" |
|
version = "2.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f34f314916bd89bdb9934154627fab152f4f28acdda03e7c4c68181b214fe7e3" |
|
dependencies = [ |
|
"serde", |
|
"static_assertions", |
|
"zvariant", |
|
] |
|
|
|
[[package]] |
|
name = "zeroize" |
|
version = "1.5.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f" |
|
dependencies = [ |
|
"zeroize_derive", |
|
] |
|
|
|
[[package]] |
|
name = "zeroize_derive" |
|
version = "1.3.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "44bf07cb3e50ea2003396695d58bf46bc9887a1f362260446fad6bc4e79bd36c" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
"synstructure", |
|
] |
|
|
|
[[package]] |
|
name = "zune-inflate" |
|
version = "0.2.52" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "10ca8ee3897e213bf74d46641942575fb9b4bd9933cbce0b40eb320836da67e0" |
|
dependencies = [ |
|
"simd-adler32", |
|
] |
|
|
|
[[package]] |
|
name = "zvariant" |
|
version = "3.12.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "46fe4914a985446d6fd287019b5fceccce38303d71407d9e6e711d44954a05d8" |
|
dependencies = [ |
|
"byteorder", |
|
"enumflags2", |
|
"libc", |
|
"serde", |
|
"static_assertions", |
|
"url", |
|
"zvariant_derive", |
|
] |
|
|
|
[[package]] |
|
name = "zvariant_derive" |
|
version = "3.12.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "34c20260af4b28b3275d6676c7e2a6be0d4332e8e0aba4616d34007fd84e462a" |
|
dependencies = [ |
|
"proc-macro-crate", |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
"zvariant_utils", |
|
] |
|
|
|
[[package]] |
|
name = "zvariant_utils" |
|
version = "1.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "53b22993dbc4d128a17a3b6c92f1c63872dd67198537ee728d8b5d7c40640a8b" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
]
|
|
|