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.
6105 lines
142 KiB
6105 lines
142 KiB
# This file is automatically @generated by Cargo. |
|
# It is not intended for manual editing. |
|
version = 3 |
|
|
|
[[package]] |
|
name = "accessory" |
|
version = "1.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "87537f9ae7cfa78d5b8ebd1a1db25959f5e737126be4d8eb44a5452fc4b63cde" |
|
dependencies = [ |
|
"macroific", |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "addr2line" |
|
version = "0.24.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" |
|
dependencies = [ |
|
"gimli", |
|
] |
|
|
|
[[package]] |
|
name = "adler2" |
|
version = "2.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" |
|
|
|
[[package]] |
|
name = "aead" |
|
version = "0.5.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0" |
|
dependencies = [ |
|
"crypto-common", |
|
"generic-array", |
|
] |
|
|
|
[[package]] |
|
name = "aes" |
|
version = "0.8.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" |
|
dependencies = [ |
|
"cfg-if", |
|
"cipher", |
|
"cpufeatures", |
|
] |
|
|
|
[[package]] |
|
name = "ahash" |
|
version = "0.8.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" |
|
dependencies = [ |
|
"cfg-if", |
|
"once_cell", |
|
"version_check", |
|
"zerocopy", |
|
] |
|
|
|
[[package]] |
|
name = "aho-corasick" |
|
version = "1.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" |
|
dependencies = [ |
|
"memchr", |
|
] |
|
|
|
[[package]] |
|
name = "allocator-api2" |
|
version = "0.2.21" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" |
|
|
|
[[package]] |
|
name = "android-tzdata" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" |
|
|
|
[[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.95" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04" |
|
|
|
[[package]] |
|
name = "anymap2" |
|
version = "0.13.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d301b3b94cb4b2f23d7917810addbbaff90738e0ca2be692bd027e70d7e0330c" |
|
|
|
[[package]] |
|
name = "aperture" |
|
version = "0.9.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "45b1eb18b352bf29e9d8888b53a350beaa0c1744e896d9ce1f63762358a7686c" |
|
dependencies = [ |
|
"futures-channel", |
|
"gstreamer", |
|
"gstreamer-base", |
|
"gstreamer-pbutils", |
|
"gstreamer-video", |
|
"gtk4", |
|
"log", |
|
"rqrr", |
|
] |
|
|
|
[[package]] |
|
name = "aquamarine" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0f50776554130342de4836ba542aa85a4ddb361690d7e8df13774d7284c3d5c2" |
|
dependencies = [ |
|
"include_dir", |
|
"itertools 0.10.5", |
|
"proc-macro-error2", |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "arrayref" |
|
version = "0.3.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" |
|
|
|
[[package]] |
|
name = "arrayvec" |
|
version = "0.7.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "as_variant" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f38fa22307249f86fb7fad906fcae77f2564caeb56d7209103c551cd1cf4798f" |
|
|
|
[[package]] |
|
name = "ashpd" |
|
version = "0.10.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e9c39d707614dbcc6bed00015539f488d8e3fe3e66ed60961efc0c90f4b380b3" |
|
dependencies = [ |
|
"enumflags2", |
|
"futures-channel", |
|
"futures-util", |
|
"rand", |
|
"serde", |
|
"serde_repr", |
|
"tokio", |
|
"tracing", |
|
"url", |
|
"zbus 5.3.1", |
|
] |
|
|
|
[[package]] |
|
name = "assert_matches2" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "15832d94c458da98cac0ffa6eca52cc19c2a3c6c951058500a5ae8f01f0fdf56" |
|
|
|
[[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.7.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532" |
|
dependencies = [ |
|
"event-listener", |
|
"event-listener-strategy", |
|
"futures-core", |
|
"pin-project-lite", |
|
] |
|
|
|
[[package]] |
|
name = "async-channel" |
|
version = "2.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a" |
|
dependencies = [ |
|
"concurrent-queue", |
|
"event-listener-strategy", |
|
"futures-core", |
|
"pin-project-lite", |
|
] |
|
|
|
[[package]] |
|
name = "async-compression" |
|
version = "0.4.18" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "df895a515f70646414f4b45c0b79082783b80552b373a68283012928df56f522" |
|
dependencies = [ |
|
"flate2", |
|
"futures-core", |
|
"memchr", |
|
"pin-project-lite", |
|
"tokio", |
|
] |
|
|
|
[[package]] |
|
name = "async-io" |
|
version = "2.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059" |
|
dependencies = [ |
|
"async-lock", |
|
"cfg-if", |
|
"concurrent-queue", |
|
"futures-io", |
|
"futures-lite", |
|
"parking", |
|
"polling", |
|
"rustix", |
|
"slab", |
|
"tracing", |
|
"windows-sys 0.59.0", |
|
] |
|
|
|
[[package]] |
|
name = "async-lock" |
|
version = "3.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18" |
|
dependencies = [ |
|
"event-listener", |
|
"event-listener-strategy", |
|
"pin-project-lite", |
|
] |
|
|
|
[[package]] |
|
name = "async-once-cell" |
|
version = "0.5.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4288f83726785267c6f2ef073a3d83dc3f9b81464e9f99898240cced85fce35a" |
|
|
|
[[package]] |
|
name = "async-process" |
|
version = "2.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb" |
|
dependencies = [ |
|
"async-channel", |
|
"async-io", |
|
"async-lock", |
|
"async-signal", |
|
"async-task", |
|
"blocking", |
|
"cfg-if", |
|
"event-listener", |
|
"futures-lite", |
|
"rustix", |
|
"tracing", |
|
] |
|
|
|
[[package]] |
|
name = "async-recursion" |
|
version = "1.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "async-rx" |
|
version = "0.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a30de4e5329a0947e389f738a6ca0d0b938fea5cb7baaeae7d72e243614468a2" |
|
dependencies = [ |
|
"futures-core", |
|
"pin-project-lite", |
|
] |
|
|
|
[[package]] |
|
name = "async-signal" |
|
version = "0.2.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3" |
|
dependencies = [ |
|
"async-io", |
|
"async-lock", |
|
"atomic-waker", |
|
"cfg-if", |
|
"futures-core", |
|
"futures-io", |
|
"rustix", |
|
"signal-hook-registry", |
|
"slab", |
|
"windows-sys 0.59.0", |
|
] |
|
|
|
[[package]] |
|
name = "async-stream" |
|
version = "0.3.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476" |
|
dependencies = [ |
|
"async-stream-impl", |
|
"futures-core", |
|
"pin-project-lite", |
|
] |
|
|
|
[[package]] |
|
name = "async-stream-impl" |
|
version = "0.3.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "async-task" |
|
version = "4.7.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" |
|
|
|
[[package]] |
|
name = "async-trait" |
|
version = "0.1.86" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "644dd749086bf3771a2fbc5f256fdb982d53f011c7d5d560304eafeecebce79d" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "async_cell" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "834eee9ce518130a3b4d5af09ecc43e9d6b57ee76613f227a1ddd6b77c7a62bc" |
|
|
|
[[package]] |
|
name = "atomic-waker" |
|
version = "1.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" |
|
|
|
[[package]] |
|
name = "atomic_refcell" |
|
version = "0.1.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "41e67cd8309bbd06cd603a9e693a784ac2e5d1e955f11286e355089fcab3047c" |
|
|
|
[[package]] |
|
name = "autocfg" |
|
version = "1.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" |
|
|
|
[[package]] |
|
name = "axum" |
|
version = "0.8.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6d6fd624c75e18b3b4c6b9caf42b1afe24437daaee904069137d8bab077be8b8" |
|
dependencies = [ |
|
"axum-core", |
|
"bytes", |
|
"form_urlencoded", |
|
"futures-util", |
|
"http", |
|
"http-body", |
|
"http-body-util", |
|
"hyper", |
|
"hyper-util", |
|
"itoa", |
|
"matchit", |
|
"memchr", |
|
"mime", |
|
"percent-encoding", |
|
"pin-project-lite", |
|
"rustversion", |
|
"serde", |
|
"serde_json", |
|
"serde_path_to_error", |
|
"serde_urlencoded", |
|
"sync_wrapper", |
|
"tokio", |
|
"tower", |
|
"tower-layer", |
|
"tower-service", |
|
"tracing", |
|
] |
|
|
|
[[package]] |
|
name = "axum-core" |
|
version = "0.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "df1362f362fd16024ae199c1970ce98f9661bf5ef94b9808fee734bc3698b733" |
|
dependencies = [ |
|
"bytes", |
|
"futures-util", |
|
"http", |
|
"http-body", |
|
"http-body-util", |
|
"mime", |
|
"pin-project-lite", |
|
"rustversion", |
|
"sync_wrapper", |
|
"tower-layer", |
|
"tower-service", |
|
"tracing", |
|
] |
|
|
|
[[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.15", |
|
"instant", |
|
"pin-project-lite", |
|
"rand", |
|
"tokio", |
|
] |
|
|
|
[[package]] |
|
name = "backtrace" |
|
version = "0.3.74" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" |
|
dependencies = [ |
|
"addr2line", |
|
"cfg-if", |
|
"libc", |
|
"miniz_oxide", |
|
"object", |
|
"rustc-demangle", |
|
"windows-targets", |
|
] |
|
|
|
[[package]] |
|
name = "base64" |
|
version = "0.22.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
|
|
|
[[package]] |
|
name = "base64ct" |
|
version = "1.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" |
|
|
|
[[package]] |
|
name = "bitflags" |
|
version = "1.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
|
|
|
[[package]] |
|
name = "bitflags" |
|
version = "2.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "bitmaps" |
|
version = "3.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a1d084b0137aaa901caf9f1e8b21daa6aa24d41cd806e111335541eff9683bd6" |
|
|
|
[[package]] |
|
name = "blake3" |
|
version = "1.5.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b8ee0c1824c4dea5b5f81736aff91bae041d2c07ee1192bec91054e10e3e601e" |
|
dependencies = [ |
|
"arrayref", |
|
"arrayvec", |
|
"cc", |
|
"cfg-if", |
|
"constant_time_eq", |
|
] |
|
|
|
[[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.10.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
|
dependencies = [ |
|
"generic-array", |
|
] |
|
|
|
[[package]] |
|
name = "block-padding" |
|
version = "0.3.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93" |
|
dependencies = [ |
|
"generic-array", |
|
] |
|
|
|
[[package]] |
|
name = "blocking" |
|
version = "1.6.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea" |
|
dependencies = [ |
|
"async-channel", |
|
"async-task", |
|
"futures-io", |
|
"futures-lite", |
|
"piper", |
|
] |
|
|
|
[[package]] |
|
name = "bs58" |
|
version = "0.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4" |
|
dependencies = [ |
|
"tinyvec", |
|
] |
|
|
|
[[package]] |
|
name = "bumpalo" |
|
version = "3.17.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf" |
|
|
|
[[package]] |
|
name = "bytemuck" |
|
version = "1.21.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3" |
|
|
|
[[package]] |
|
name = "byteorder" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
|
|
|
[[package]] |
|
name = "bytes" |
|
version = "1.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f61dac84819c6588b558454b194026eb1f09c293b9036ae9b159e74e73ab6cf9" |
|
|
|
[[package]] |
|
name = "bytesize" |
|
version = "1.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a3e368af43e418a04d52505cf3dbc23dda4e3407ae2fa99fd0e4f308ce546acc" |
|
|
|
[[package]] |
|
name = "cairo-rs" |
|
version = "0.20.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ae50b5510d86cf96ac2370e66d8dc960882f3df179d6a5a1e52bd94a1416c0f7" |
|
dependencies = [ |
|
"bitflags 2.8.0", |
|
"cairo-sys-rs", |
|
"glib", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "cairo-sys-rs" |
|
version = "0.20.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f18b6bb8e43c7eb0f2aac7976afe0c61b6f5fc2ab7bc4c139537ea56c92290df" |
|
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", |
|
] |
|
|
|
[[package]] |
|
name = "cc" |
|
version = "1.2.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "755717a7de9ec452bf7f3f1a3099085deabd7f2962b861dae91ecd7a365903d2" |
|
dependencies = [ |
|
"jobserver", |
|
"libc", |
|
"shlex", |
|
] |
|
|
|
[[package]] |
|
name = "cfg-expr" |
|
version = "0.17.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8d4ba6e40bd1184518716a6e1a781bf9160e286d219ccdb8ab2612e74cfe4789" |
|
dependencies = [ |
|
"smallvec", |
|
"target-lexicon", |
|
] |
|
|
|
[[package]] |
|
name = "cfg-if" |
|
version = "1.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
|
|
|
[[package]] |
|
name = "cfg_aliases" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" |
|
|
|
[[package]] |
|
name = "chacha20" |
|
version = "0.9.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818" |
|
dependencies = [ |
|
"cfg-if", |
|
"cipher", |
|
"cpufeatures", |
|
] |
|
|
|
[[package]] |
|
name = "chacha20poly1305" |
|
version = "0.10.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35" |
|
dependencies = [ |
|
"aead", |
|
"chacha20", |
|
"cipher", |
|
"poly1305", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "chrono" |
|
version = "0.4.39" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825" |
|
dependencies = [ |
|
"android-tzdata", |
|
"iana-time-zone", |
|
"js-sys", |
|
"num-traits", |
|
"wasm-bindgen", |
|
"windows-targets", |
|
] |
|
|
|
[[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 = "concurrent-queue" |
|
version = "2.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" |
|
dependencies = [ |
|
"crossbeam-utils", |
|
] |
|
|
|
[[package]] |
|
name = "const-oid" |
|
version = "0.9.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" |
|
|
|
[[package]] |
|
name = "const_panic" |
|
version = "0.2.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2459fc9262a1aa204eb4b5764ad4f189caec88aea9634389c0a25f8be7f6265e" |
|
|
|
[[package]] |
|
name = "constant_time_eq" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" |
|
|
|
[[package]] |
|
name = "core-foundation" |
|
version = "0.9.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" |
|
dependencies = [ |
|
"core-foundation-sys", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "core-foundation-sys" |
|
version = "0.8.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" |
|
|
|
[[package]] |
|
name = "cpufeatures" |
|
version = "0.2.17" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "crc32fast" |
|
version = "1.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" |
|
dependencies = [ |
|
"cfg-if", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-utils" |
|
version = "0.8.21" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" |
|
|
|
[[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", |
|
"typenum", |
|
] |
|
|
|
[[package]] |
|
name = "ctr" |
|
version = "0.9.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835" |
|
dependencies = [ |
|
"cipher", |
|
] |
|
|
|
[[package]] |
|
name = "curve25519-dalek" |
|
version = "4.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be" |
|
dependencies = [ |
|
"cfg-if", |
|
"cpufeatures", |
|
"curve25519-dalek-derive", |
|
"digest", |
|
"fiat-crypto", |
|
"rustc_version", |
|
"serde", |
|
"subtle", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "curve25519-dalek-derive" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "darling" |
|
version = "0.20.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989" |
|
dependencies = [ |
|
"darling_core", |
|
"darling_macro", |
|
] |
|
|
|
[[package]] |
|
name = "darling_core" |
|
version = "0.20.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5" |
|
dependencies = [ |
|
"fnv", |
|
"ident_case", |
|
"proc-macro2", |
|
"quote", |
|
"strsim", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "darling_macro" |
|
version = "0.20.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806" |
|
dependencies = [ |
|
"darling_core", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "date_header" |
|
version = "1.0.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0c03c416ed1a30fbb027ef484ba6ab6f80e1eada675e1a2b92fd673c045a1f1d" |
|
|
|
[[package]] |
|
name = "deadpool" |
|
version = "0.12.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5ed5957ff93768adf7a65ab167a17835c3d2c3c50d084fe305174c112f468e2f" |
|
dependencies = [ |
|
"deadpool-runtime", |
|
"num_cpus", |
|
"tokio", |
|
] |
|
|
|
[[package]] |
|
name = "deadpool-runtime" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "092966b41edc516079bdf31ec78a2e0588d1d0c08f78b91d8307215928642b2b" |
|
dependencies = [ |
|
"tokio", |
|
] |
|
|
|
[[package]] |
|
name = "deadpool-sqlite" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "656f14fc1ab819c65f332045ea7cb38841bbe551f3b2bc7e3abefb559af4155c" |
|
dependencies = [ |
|
"deadpool", |
|
"deadpool-sync", |
|
"rusqlite", |
|
] |
|
|
|
[[package]] |
|
name = "deadpool-sync" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "524bc3df0d57e98ecd022e21ba31166c2625e7d3e5bcc4510efaeeab4abcab04" |
|
dependencies = [ |
|
"deadpool-runtime", |
|
] |
|
|
|
[[package]] |
|
name = "decancer" |
|
version = "3.2.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1a41401dd84c9335e2f5aec7f64057e243585d62622260d41c245919a601ccc9" |
|
dependencies = [ |
|
"lazy_static", |
|
"paste", |
|
"regex", |
|
] |
|
|
|
[[package]] |
|
name = "delegate-display" |
|
version = "2.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "98a85201f233142ac819bbf6226e36d0b5e129a47bd325084674261c82d4cd66" |
|
dependencies = [ |
|
"macroific", |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "der" |
|
version = "0.7.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0" |
|
dependencies = [ |
|
"const-oid", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "deranged" |
|
version = "0.3.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" |
|
dependencies = [ |
|
"powerfmt", |
|
] |
|
|
|
[[package]] |
|
name = "derive_builder" |
|
version = "0.20.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947" |
|
dependencies = [ |
|
"derive_builder_macro", |
|
] |
|
|
|
[[package]] |
|
name = "derive_builder_core" |
|
version = "0.20.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8" |
|
dependencies = [ |
|
"darling", |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "derive_builder_macro" |
|
version = "0.20.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c" |
|
dependencies = [ |
|
"derive_builder_core", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "diff" |
|
version = "0.1.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" |
|
|
|
[[package]] |
|
name = "digest" |
|
version = "0.10.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
|
dependencies = [ |
|
"block-buffer", |
|
"crypto-common", |
|
"subtle", |
|
] |
|
|
|
[[package]] |
|
name = "displaydoc" |
|
version = "0.2.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "djb_hash" |
|
version = "0.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e8cf7d61e627a3b49af8f24f47e57f3788cdd7a0e4f17cd79fda5ada87f08578" |
|
|
|
[[package]] |
|
name = "dlib" |
|
version = "0.5.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412" |
|
dependencies = [ |
|
"libloading", |
|
] |
|
|
|
[[package]] |
|
name = "dunce" |
|
version = "1.0.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" |
|
|
|
[[package]] |
|
name = "ed25519" |
|
version = "2.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" |
|
dependencies = [ |
|
"pkcs8", |
|
"serde", |
|
"signature", |
|
] |
|
|
|
[[package]] |
|
name = "ed25519-dalek" |
|
version = "2.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871" |
|
dependencies = [ |
|
"curve25519-dalek", |
|
"ed25519", |
|
"rand_core", |
|
"serde", |
|
"sha2", |
|
"subtle", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "either" |
|
version = "1.13.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" |
|
|
|
[[package]] |
|
name = "emojis" |
|
version = "0.6.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4" |
|
dependencies = [ |
|
"phf", |
|
] |
|
|
|
[[package]] |
|
name = "endi" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf" |
|
|
|
[[package]] |
|
name = "enumflags2" |
|
version = "0.7.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ba2f4b465f5318854c6f8dd686ede6c0a9dc67d4b1ac241cf0eb51521a309147" |
|
dependencies = [ |
|
"enumflags2_derive", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "enumflags2_derive" |
|
version = "0.7.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fc4caf64a58d7a6d65ab00639b046ff54399a39f5f2554728895ace4b297cd79" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "env_filter" |
|
version = "0.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0" |
|
dependencies = [ |
|
"log", |
|
] |
|
|
|
[[package]] |
|
name = "env_logger" |
|
version = "0.11.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dcaee3d8e3cfc3fd92428d477bc97fc29ec8716d180c0d74c643bb26166660e0" |
|
dependencies = [ |
|
"env_filter", |
|
"humantime", |
|
"log", |
|
] |
|
|
|
[[package]] |
|
name = "equivalent" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" |
|
|
|
[[package]] |
|
name = "errno" |
|
version = "0.3.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" |
|
dependencies = [ |
|
"libc", |
|
"windows-sys 0.59.0", |
|
] |
|
|
|
[[package]] |
|
name = "event-listener" |
|
version = "5.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae" |
|
dependencies = [ |
|
"concurrent-queue", |
|
"parking", |
|
"pin-project-lite", |
|
] |
|
|
|
[[package]] |
|
name = "event-listener-strategy" |
|
version = "0.5.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2" |
|
dependencies = [ |
|
"event-listener", |
|
"pin-project-lite", |
|
] |
|
|
|
[[package]] |
|
name = "eyeball" |
|
version = "0.8.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d93bd0ebf93d61d6332d3c09a96e97975968a44e19a64c947bde06e6baff383f" |
|
dependencies = [ |
|
"futures-core", |
|
"readlock", |
|
"readlock-tokio", |
|
"tokio", |
|
"tokio-util", |
|
"tracing", |
|
] |
|
|
|
[[package]] |
|
name = "eyeball-im" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ad276eb017655257443d34f27455f60e8b02b839c6ebcaa8d6f06cc498784e8f" |
|
dependencies = [ |
|
"futures-core", |
|
"imbl", |
|
"tokio", |
|
"tracing", |
|
] |
|
|
|
[[package]] |
|
name = "eyeball-im-util" |
|
version = "0.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "eac7f06ce388e4f64876ad3836b275d0972ab64ae8bd8456862d5ebdb7bec4f5" |
|
dependencies = [ |
|
"arrayvec", |
|
"eyeball-im", |
|
"futures-core", |
|
"imbl", |
|
"pin-project-lite", |
|
"smallvec", |
|
] |
|
|
|
[[package]] |
|
name = "fallible-iterator" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" |
|
|
|
[[package]] |
|
name = "fallible-streaming-iterator" |
|
version = "0.1.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a" |
|
|
|
[[package]] |
|
name = "fancy_constructor" |
|
version = "1.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "07b19d0e43eae2bfbafe4931b5e79c73fb1a849ca15cd41a761a7b8587f9a1a2" |
|
dependencies = [ |
|
"macroific", |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "fastrand" |
|
version = "2.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" |
|
|
|
[[package]] |
|
name = "fiat-crypto" |
|
version = "0.2.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" |
|
|
|
[[package]] |
|
name = "field-offset" |
|
version = "0.3.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f" |
|
dependencies = [ |
|
"memoffset", |
|
"rustc_version", |
|
] |
|
|
|
[[package]] |
|
name = "flate2" |
|
version = "1.0.35" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c" |
|
dependencies = [ |
|
"crc32fast", |
|
"miniz_oxide", |
|
] |
|
|
|
[[package]] |
|
name = "fnv" |
|
version = "1.0.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
|
|
|
[[package]] |
|
name = "foldhash" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f" |
|
|
|
[[package]] |
|
name = "foreign-types" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" |
|
dependencies = [ |
|
"foreign-types-shared 0.1.1", |
|
] |
|
|
|
[[package]] |
|
name = "foreign-types" |
|
version = "0.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" |
|
dependencies = [ |
|
"foreign-types-macros", |
|
"foreign-types-shared 0.3.1", |
|
] |
|
|
|
[[package]] |
|
name = "foreign-types-macros" |
|
version = "0.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "foreign-types-shared" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" |
|
|
|
[[package]] |
|
name = "foreign-types-shared" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" |
|
|
|
[[package]] |
|
name = "form_urlencoded" |
|
version = "1.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" |
|
dependencies = [ |
|
"percent-encoding", |
|
] |
|
|
|
[[package]] |
|
name = "fractal" |
|
version = "10.1.0" |
|
dependencies = [ |
|
"aperture", |
|
"ashpd", |
|
"assert_matches2", |
|
"async-once-cell", |
|
"cfg-if", |
|
"diff", |
|
"djb_hash", |
|
"futures-channel", |
|
"futures-util", |
|
"geo-uri", |
|
"gettext-rs", |
|
"glycin", |
|
"gstreamer", |
|
"gstreamer-app", |
|
"gstreamer-pbutils", |
|
"gstreamer-play", |
|
"gstreamer-video", |
|
"gtk4", |
|
"indexmap", |
|
"libadwaita", |
|
"libshumate", |
|
"linkify", |
|
"matrix-sdk", |
|
"matrix-sdk-ui", |
|
"mime", |
|
"mime_guess", |
|
"oo7", |
|
"pulldown-cmark", |
|
"qrcode", |
|
"rand", |
|
"regex", |
|
"rmp-serde", |
|
"ruma", |
|
"secular", |
|
"serde", |
|
"serde_json", |
|
"sourceview5", |
|
"strum", |
|
"tempfile", |
|
"thiserror 2.0.11", |
|
"tld", |
|
"tokio", |
|
"tokio-stream", |
|
"tracing", |
|
"tracing-subscriber", |
|
"url", |
|
"webp", |
|
] |
|
|
|
[[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-channel" |
|
version = "0.3.31" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" |
|
dependencies = [ |
|
"futures-core", |
|
] |
|
|
|
[[package]] |
|
name = "futures-core" |
|
version = "0.3.31" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" |
|
|
|
[[package]] |
|
name = "futures-executor" |
|
version = "0.3.31" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" |
|
dependencies = [ |
|
"futures-core", |
|
"futures-task", |
|
"futures-util", |
|
] |
|
|
|
[[package]] |
|
name = "futures-io" |
|
version = "0.3.31" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" |
|
|
|
[[package]] |
|
name = "futures-lite" |
|
version = "2.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532" |
|
dependencies = [ |
|
"fastrand", |
|
"futures-core", |
|
"futures-io", |
|
"parking", |
|
"pin-project-lite", |
|
] |
|
|
|
[[package]] |
|
name = "futures-macro" |
|
version = "0.3.31" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "futures-sink" |
|
version = "0.3.31" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" |
|
|
|
[[package]] |
|
name = "futures-task" |
|
version = "0.3.31" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" |
|
|
|
[[package]] |
|
name = "futures-util" |
|
version = "0.3.31" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" |
|
dependencies = [ |
|
"futures-channel", |
|
"futures-core", |
|
"futures-io", |
|
"futures-macro", |
|
"futures-sink", |
|
"futures-task", |
|
"memchr", |
|
"pin-project-lite", |
|
"pin-utils", |
|
"slab", |
|
] |
|
|
|
[[package]] |
|
name = "fuzzy-matcher" |
|
version = "0.3.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94" |
|
dependencies = [ |
|
"thread_local", |
|
] |
|
|
|
[[package]] |
|
name = "g2gen" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dc3e32f911a41e073b8492473c3595a043e1369ab319a2dbf8c89b1fea06457c" |
|
dependencies = [ |
|
"g2poly", |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "g2p" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1a9afa6efed9af3a5a68ba066429c1497c299d4eafbd948fe630df47a8f2d29f" |
|
dependencies = [ |
|
"g2gen", |
|
"g2poly", |
|
] |
|
|
|
[[package]] |
|
name = "g2poly" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0fd8b261ccf00df8c5cc60c082bb7d7aa64c33a433cfcc091ca244326c924b2c" |
|
|
|
[[package]] |
|
name = "gdk-pixbuf" |
|
version = "0.20.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b6efc7705f7863d37b12ad6974cbb310d35d054f5108cdc1e69037742f573c4c" |
|
dependencies = [ |
|
"gdk-pixbuf-sys", |
|
"gio", |
|
"glib", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "gdk-pixbuf-sys" |
|
version = "0.20.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "67f2587c9202bf997476bbba6aaed4f78a11538a2567df002a5f57f5331d0b5c" |
|
dependencies = [ |
|
"gio-sys", |
|
"glib-sys", |
|
"gobject-sys", |
|
"libc", |
|
"system-deps", |
|
] |
|
|
|
[[package]] |
|
name = "gdk4" |
|
version = "0.9.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d0196720118f880f71fe7da971eff58cc43a89c9cf73f46076b7cb1e60889b15" |
|
dependencies = [ |
|
"cairo-rs", |
|
"gdk-pixbuf", |
|
"gdk4-sys", |
|
"gio", |
|
"glib", |
|
"libc", |
|
"pango", |
|
] |
|
|
|
[[package]] |
|
name = "gdk4-sys" |
|
version = "0.9.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "60b0e1340bd15e7a78810cf39fed9e5d85f0a8f80b1d999d384ca17dcc452b60" |
|
dependencies = [ |
|
"cairo-sys-rs", |
|
"gdk-pixbuf-sys", |
|
"gio-sys", |
|
"glib-sys", |
|
"gobject-sys", |
|
"libc", |
|
"pango-sys", |
|
"pkg-config", |
|
"system-deps", |
|
] |
|
|
|
[[package]] |
|
name = "generic-array" |
|
version = "0.14.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
|
dependencies = [ |
|
"typenum", |
|
"version_check", |
|
] |
|
|
|
[[package]] |
|
name = "geo-uri" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ba35eb77ce72d7eefe4058c11cc816c6f9eb4f62ecc11c154b1d77d4d75399ce" |
|
dependencies = [ |
|
"derive_builder", |
|
"thiserror 1.0.69", |
|
] |
|
|
|
[[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.2.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" |
|
dependencies = [ |
|
"cfg-if", |
|
"js-sys", |
|
"libc", |
|
"wasi 0.11.0+wasi-snapshot-preview1", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "getrandom" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8" |
|
dependencies = [ |
|
"cfg-if", |
|
"libc", |
|
"wasi 0.13.3+wasi-0.2.2", |
|
"windows-targets", |
|
] |
|
|
|
[[package]] |
|
name = "gettext-rs" |
|
version = "0.7.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a44e92f7dc08430aca7ed55de161253a22276dfd69c5526e5c5e95d1f7cf338a" |
|
dependencies = [ |
|
"gettext-sys", |
|
"locale_config", |
|
] |
|
|
|
[[package]] |
|
name = "gettext-sys" |
|
version = "0.22.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bb45773f5b8945f12aecd04558f545964f943dacda1b1155b3d738f5469ef661" |
|
dependencies = [ |
|
"cc", |
|
"temp-dir", |
|
] |
|
|
|
[[package]] |
|
name = "gimli" |
|
version = "0.31.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" |
|
|
|
[[package]] |
|
name = "gio" |
|
version = "0.20.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a517657589a174be9f60c667f1fec8b7ac82ed5db4ebf56cf073a3b5955d8e2e" |
|
dependencies = [ |
|
"futures-channel", |
|
"futures-core", |
|
"futures-io", |
|
"futures-util", |
|
"gio-sys", |
|
"glib", |
|
"libc", |
|
"pin-project-lite", |
|
"smallvec", |
|
] |
|
|
|
[[package]] |
|
name = "gio-sys" |
|
version = "0.20.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8446d9b475730ebef81802c1738d972db42fde1c5a36a627ebc4d665fc87db04" |
|
dependencies = [ |
|
"glib-sys", |
|
"gobject-sys", |
|
"libc", |
|
"system-deps", |
|
"windows-sys 0.59.0", |
|
] |
|
|
|
[[package]] |
|
name = "glib" |
|
version = "0.20.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f969edf089188d821a30cde713b6f9eb08b20c63fc2e584aba2892a7984a8cc0" |
|
dependencies = [ |
|
"bitflags 2.8.0", |
|
"futures-channel", |
|
"futures-core", |
|
"futures-executor", |
|
"futures-task", |
|
"futures-util", |
|
"gio-sys", |
|
"glib-macros", |
|
"glib-sys", |
|
"gobject-sys", |
|
"libc", |
|
"memchr", |
|
"smallvec", |
|
] |
|
|
|
[[package]] |
|
name = "glib-macros" |
|
version = "0.20.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "715601f8f02e71baef9c1f94a657a9a77c192aea6097cf9ae7e5e177cd8cde68" |
|
dependencies = [ |
|
"heck", |
|
"proc-macro-crate", |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "glib-sys" |
|
version = "0.20.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b360ff0f90d71de99095f79c526a5888c9c92fc9ee1b19da06c6f5e75f0c2a53" |
|
dependencies = [ |
|
"libc", |
|
"system-deps", |
|
] |
|
|
|
[[package]] |
|
name = "glob" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" |
|
|
|
[[package]] |
|
name = "gloo-timers" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994" |
|
dependencies = [ |
|
"futures-channel", |
|
"futures-core", |
|
"js-sys", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "gloo-utils" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0b5555354113b18c547c1d3a98fbf7fb32a9ff4f6fa112ce823a21641a0ba3aa" |
|
dependencies = [ |
|
"js-sys", |
|
"serde", |
|
"serde_json", |
|
"wasm-bindgen", |
|
"web-sys", |
|
] |
|
|
|
[[package]] |
|
name = "glycin" |
|
version = "2.0.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a0c0c43ba80d02ea8cd540163e7cb49eced263fe3100c91c505acf5f9399ccb5" |
|
dependencies = [ |
|
"futures-channel", |
|
"futures-util", |
|
"gdk4", |
|
"gio", |
|
"glycin-utils", |
|
"gufo-common", |
|
"gufo-exif", |
|
"lcms2", |
|
"lcms2-sys", |
|
"libc", |
|
"libseccomp", |
|
"memfd", |
|
"memmap2", |
|
"nix", |
|
"static_assertions", |
|
"thiserror 1.0.69", |
|
"tokio", |
|
"tokio-stream", |
|
"tracing", |
|
"yeslogic-fontconfig-sys", |
|
"zbus 4.4.0", |
|
] |
|
|
|
[[package]] |
|
name = "glycin-utils" |
|
version = "2.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2d4ea3c2b8d5aa43d87d60bb7f944c58aaade41d870e4258e69e204bbcd73a09" |
|
dependencies = [ |
|
"env_logger", |
|
"gufo-common", |
|
"libc", |
|
"libseccomp", |
|
"log", |
|
"memmap2", |
|
"nix", |
|
"paste", |
|
"rmp-serde", |
|
"serde", |
|
"thiserror 1.0.69", |
|
"tokio", |
|
"zbus 4.4.0", |
|
] |
|
|
|
[[package]] |
|
name = "gobject-sys" |
|
version = "0.20.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "67a56235e971a63bfd75abb13ef70064e1346388723422a68580d8a6fbac6423" |
|
dependencies = [ |
|
"glib-sys", |
|
"libc", |
|
"system-deps", |
|
] |
|
|
|
[[package]] |
|
name = "graphene-rs" |
|
version = "0.20.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f39d3bcd2e24fd9c2874a56f277b72c03e728de9bdc95a8d4ef4c962f10ced98" |
|
dependencies = [ |
|
"glib", |
|
"graphene-sys", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "graphene-sys" |
|
version = "0.20.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "11a68d39515bf340e879b72cecd4a25c1332557757ada6e8aba8654b4b81d23a" |
|
dependencies = [ |
|
"glib-sys", |
|
"libc", |
|
"pkg-config", |
|
"system-deps", |
|
] |
|
|
|
[[package]] |
|
name = "growable-bloom-filter" |
|
version = "2.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d174ccb4ba660d431329e7f0797870d0a4281e36353ec4b4a3c5eab6c2cfb6f1" |
|
dependencies = [ |
|
"serde", |
|
"serde_bytes", |
|
"serde_derive", |
|
"xxhash-rust", |
|
] |
|
|
|
[[package]] |
|
name = "gsk4" |
|
version = "0.9.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "32b9188db0a6219e708b6b6e7225718e459def664023dbddb8395ca1486d8102" |
|
dependencies = [ |
|
"cairo-rs", |
|
"gdk4", |
|
"glib", |
|
"graphene-rs", |
|
"gsk4-sys", |
|
"libc", |
|
"pango", |
|
] |
|
|
|
[[package]] |
|
name = "gsk4-sys" |
|
version = "0.9.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bca10fc65d68528a548efa3d8747934adcbe7058b73695c9a7f43a25352fce14" |
|
dependencies = [ |
|
"cairo-sys-rs", |
|
"gdk4-sys", |
|
"glib-sys", |
|
"gobject-sys", |
|
"graphene-sys", |
|
"libc", |
|
"pango-sys", |
|
"system-deps", |
|
] |
|
|
|
[[package]] |
|
name = "gstreamer" |
|
version = "0.23.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "700cb1b2e86dda424f85eb728102a111602317e40b4dd71cf1c0dc04e0cc5d95" |
|
dependencies = [ |
|
"cfg-if", |
|
"futures-channel", |
|
"futures-core", |
|
"futures-util", |
|
"glib", |
|
"gstreamer-sys", |
|
"itertools 0.13.0", |
|
"libc", |
|
"muldiv", |
|
"num-integer", |
|
"num-rational", |
|
"once_cell", |
|
"option-operations", |
|
"paste", |
|
"pin-project-lite", |
|
"smallvec", |
|
"thiserror 2.0.11", |
|
] |
|
|
|
[[package]] |
|
name = "gstreamer-app" |
|
version = "0.23.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "41b7bda01190cf5000869083afbdd5acbe1ab86fbc523825898ba9ce777846c0" |
|
dependencies = [ |
|
"futures-core", |
|
"futures-sink", |
|
"glib", |
|
"gstreamer", |
|
"gstreamer-app-sys", |
|
"gstreamer-base", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "gstreamer-app-sys" |
|
version = "0.23.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6b0a5c2b149c629a46f21671118f491f61daab4469979105172fb2f8536b4e56" |
|
dependencies = [ |
|
"glib-sys", |
|
"gstreamer-base-sys", |
|
"gstreamer-sys", |
|
"libc", |
|
"system-deps", |
|
] |
|
|
|
[[package]] |
|
name = "gstreamer-audio" |
|
version = "0.23.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "52a6009b5c9c942cab1089956a501bd63778e65a3e69310949d173e90e2cdda2" |
|
dependencies = [ |
|
"cfg-if", |
|
"glib", |
|
"gstreamer", |
|
"gstreamer-audio-sys", |
|
"gstreamer-base", |
|
"libc", |
|
"once_cell", |
|
"smallvec", |
|
] |
|
|
|
[[package]] |
|
name = "gstreamer-audio-sys" |
|
version = "0.23.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ef70a3d80e51ef9a45749a844cb8579d4cabe5ff59cb43a65d6f3a377943262f" |
|
dependencies = [ |
|
"glib-sys", |
|
"gobject-sys", |
|
"gstreamer-base-sys", |
|
"gstreamer-sys", |
|
"libc", |
|
"system-deps", |
|
] |
|
|
|
[[package]] |
|
name = "gstreamer-base" |
|
version = "0.23.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d152db7983f98d5950cf64e53805286548063475fb61a5e5450fba4cec05899b" |
|
dependencies = [ |
|
"atomic_refcell", |
|
"cfg-if", |
|
"glib", |
|
"gstreamer", |
|
"gstreamer-base-sys", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "gstreamer-base-sys" |
|
version = "0.23.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d47cc2d15f2a3d5eb129e5dacbbeec9600432b706805c15dff57b6aa11b2791c" |
|
dependencies = [ |
|
"glib-sys", |
|
"gobject-sys", |
|
"gstreamer-sys", |
|
"libc", |
|
"system-deps", |
|
] |
|
|
|
[[package]] |
|
name = "gstreamer-pbutils" |
|
version = "0.23.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d18b3a69ff575dd9fa65c9e813815f9e83e4bab8b89bf6118adada58be343e74" |
|
dependencies = [ |
|
"glib", |
|
"gstreamer", |
|
"gstreamer-audio", |
|
"gstreamer-pbutils-sys", |
|
"gstreamer-video", |
|
"libc", |
|
"thiserror 2.0.11", |
|
] |
|
|
|
[[package]] |
|
name = "gstreamer-pbutils-sys" |
|
version = "0.23.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7002daec504ca76daa9b49b2c51757d81a11d57f119e1d8bc6ef65fe732684a1" |
|
dependencies = [ |
|
"glib-sys", |
|
"gobject-sys", |
|
"gstreamer-audio-sys", |
|
"gstreamer-sys", |
|
"gstreamer-video-sys", |
|
"libc", |
|
"system-deps", |
|
] |
|
|
|
[[package]] |
|
name = "gstreamer-play" |
|
version = "0.23.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2d7a815750a28ac838bfd745d6da07cfd142bb2fa471397cd9992c8b6f235665" |
|
dependencies = [ |
|
"glib", |
|
"gstreamer", |
|
"gstreamer-play-sys", |
|
"gstreamer-video", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "gstreamer-play-sys" |
|
version = "0.23.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a1f8ef790b8a697c759a9bbbaa7b0c061f529c4581e0cc72839ae753af533591" |
|
dependencies = [ |
|
"glib-sys", |
|
"gobject-sys", |
|
"gstreamer-sys", |
|
"gstreamer-video-sys", |
|
"libc", |
|
"system-deps", |
|
] |
|
|
|
[[package]] |
|
name = "gstreamer-sys" |
|
version = "0.23.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "16cf1ae0a869aa7066ce3c685b76053b4b4f48f364a5b18c4b1f36ef57469719" |
|
dependencies = [ |
|
"glib-sys", |
|
"gobject-sys", |
|
"libc", |
|
"system-deps", |
|
] |
|
|
|
[[package]] |
|
name = "gstreamer-video" |
|
version = "0.23.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8fa41e40319e923236e96f0b691711d1504746ab9c89607d77d22aa84777f33f" |
|
dependencies = [ |
|
"cfg-if", |
|
"futures-channel", |
|
"glib", |
|
"gstreamer", |
|
"gstreamer-base", |
|
"gstreamer-video-sys", |
|
"libc", |
|
"once_cell", |
|
"thiserror 2.0.11", |
|
] |
|
|
|
[[package]] |
|
name = "gstreamer-video-sys" |
|
version = "0.23.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "31dc0f49c117f4867b0f98c712aa55ebf25580151d794be8f9179ec2d877fd14" |
|
dependencies = [ |
|
"glib-sys", |
|
"gobject-sys", |
|
"gstreamer-base-sys", |
|
"gstreamer-sys", |
|
"libc", |
|
"system-deps", |
|
] |
|
|
|
[[package]] |
|
name = "gtk4" |
|
version = "0.9.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b697ff938136625f6acf75f01951220f47a45adcf0060ee55b4671cf734dac44" |
|
dependencies = [ |
|
"cairo-rs", |
|
"field-offset", |
|
"futures-channel", |
|
"gdk-pixbuf", |
|
"gdk4", |
|
"gio", |
|
"glib", |
|
"graphene-rs", |
|
"gsk4", |
|
"gtk4-macros", |
|
"gtk4-sys", |
|
"libc", |
|
"pango", |
|
] |
|
|
|
[[package]] |
|
name = "gtk4-macros" |
|
version = "0.9.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0ed1786c4703dd196baf7e103525ce0cf579b3a63a0570fe653b7ee6bac33999" |
|
dependencies = [ |
|
"proc-macro-crate", |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "gtk4-sys" |
|
version = "0.9.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3af4b680cee5d2f786a2f91f1c77e95ecf2254522f0ca4edf3a2dce6cb35cecf" |
|
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 = "gufo-common" |
|
version = "0.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "269bc5c70016d1e90449d71263a72dd2035a2ecbf9cda6305774fa44844bd662" |
|
dependencies = [ |
|
"once_cell", |
|
"paste", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "gufo-exif" |
|
version = "0.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f4066b9e0375d2b44da9e7f0282c2bd65136fe5e7d033259b2181f499e312e1b" |
|
dependencies = [ |
|
"gufo-common", |
|
"thiserror 1.0.69", |
|
"tracing", |
|
] |
|
|
|
[[package]] |
|
name = "h2" |
|
version = "0.4.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e" |
|
dependencies = [ |
|
"atomic-waker", |
|
"bytes", |
|
"fnv", |
|
"futures-core", |
|
"futures-sink", |
|
"http", |
|
"indexmap", |
|
"slab", |
|
"tokio", |
|
"tokio-util", |
|
"tracing", |
|
] |
|
|
|
[[package]] |
|
name = "hashbrown" |
|
version = "0.14.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" |
|
dependencies = [ |
|
"ahash", |
|
] |
|
|
|
[[package]] |
|
name = "hashbrown" |
|
version = "0.15.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" |
|
dependencies = [ |
|
"allocator-api2", |
|
"equivalent", |
|
"foldhash", |
|
] |
|
|
|
[[package]] |
|
name = "hashlink" |
|
version = "0.9.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af" |
|
dependencies = [ |
|
"hashbrown 0.14.5", |
|
] |
|
|
|
[[package]] |
|
name = "heck" |
|
version = "0.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
|
|
|
[[package]] |
|
name = "hermit-abi" |
|
version = "0.3.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" |
|
|
|
[[package]] |
|
name = "hermit-abi" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" |
|
|
|
[[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.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" |
|
dependencies = [ |
|
"hmac", |
|
] |
|
|
|
[[package]] |
|
name = "hmac" |
|
version = "0.12.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" |
|
dependencies = [ |
|
"digest", |
|
] |
|
|
|
[[package]] |
|
name = "html5ever" |
|
version = "0.29.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3b7410cae13cbc75623c98ac4cbfd1f0bedddf3227afc24f370cf0f50a44a11c" |
|
dependencies = [ |
|
"log", |
|
"mac", |
|
"markup5ever", |
|
"match_token", |
|
] |
|
|
|
[[package]] |
|
name = "http" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea" |
|
dependencies = [ |
|
"bytes", |
|
"fnv", |
|
"itoa", |
|
] |
|
|
|
[[package]] |
|
name = "http-body" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" |
|
dependencies = [ |
|
"bytes", |
|
"http", |
|
] |
|
|
|
[[package]] |
|
name = "http-body-util" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" |
|
dependencies = [ |
|
"bytes", |
|
"futures-util", |
|
"http", |
|
"http-body", |
|
"pin-project-lite", |
|
] |
|
|
|
[[package]] |
|
name = "httparse" |
|
version = "1.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f2d708df4e7140240a16cd6ab0ab65c972d7433ab77819ea693fde9c43811e2a" |
|
|
|
[[package]] |
|
name = "httpdate" |
|
version = "1.0.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" |
|
|
|
[[package]] |
|
name = "humantime" |
|
version = "2.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" |
|
|
|
[[package]] |
|
name = "hyper" |
|
version = "1.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80" |
|
dependencies = [ |
|
"bytes", |
|
"futures-channel", |
|
"futures-util", |
|
"h2", |
|
"http", |
|
"http-body", |
|
"httparse", |
|
"httpdate", |
|
"itoa", |
|
"pin-project-lite", |
|
"smallvec", |
|
"tokio", |
|
"want", |
|
] |
|
|
|
[[package]] |
|
name = "hyper-rustls" |
|
version = "0.27.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2" |
|
dependencies = [ |
|
"futures-util", |
|
"http", |
|
"hyper", |
|
"hyper-util", |
|
"rustls", |
|
"rustls-pki-types", |
|
"tokio", |
|
"tokio-rustls", |
|
"tower-service", |
|
] |
|
|
|
[[package]] |
|
name = "hyper-tls" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" |
|
dependencies = [ |
|
"bytes", |
|
"http-body-util", |
|
"hyper", |
|
"hyper-util", |
|
"native-tls", |
|
"tokio", |
|
"tokio-native-tls", |
|
"tower-service", |
|
] |
|
|
|
[[package]] |
|
name = "hyper-util" |
|
version = "0.1.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4" |
|
dependencies = [ |
|
"bytes", |
|
"futures-channel", |
|
"futures-util", |
|
"http", |
|
"http-body", |
|
"hyper", |
|
"pin-project-lite", |
|
"socket2", |
|
"tokio", |
|
"tower-service", |
|
"tracing", |
|
] |
|
|
|
[[package]] |
|
name = "iana-time-zone" |
|
version = "0.1.61" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220" |
|
dependencies = [ |
|
"android_system_properties", |
|
"core-foundation-sys", |
|
"iana-time-zone-haiku", |
|
"js-sys", |
|
"wasm-bindgen", |
|
"windows-core", |
|
] |
|
|
|
[[package]] |
|
name = "iana-time-zone-haiku" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
|
dependencies = [ |
|
"cc", |
|
] |
|
|
|
[[package]] |
|
name = "icu_collections" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" |
|
dependencies = [ |
|
"displaydoc", |
|
"yoke", |
|
"zerofrom", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_locid" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" |
|
dependencies = [ |
|
"displaydoc", |
|
"litemap", |
|
"tinystr", |
|
"writeable", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_locid_transform" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" |
|
dependencies = [ |
|
"displaydoc", |
|
"icu_locid", |
|
"icu_locid_transform_data", |
|
"icu_provider", |
|
"tinystr", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_locid_transform_data" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" |
|
|
|
[[package]] |
|
name = "icu_normalizer" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" |
|
dependencies = [ |
|
"displaydoc", |
|
"icu_collections", |
|
"icu_normalizer_data", |
|
"icu_properties", |
|
"icu_provider", |
|
"smallvec", |
|
"utf16_iter", |
|
"utf8_iter", |
|
"write16", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_normalizer_data" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" |
|
|
|
[[package]] |
|
name = "icu_properties" |
|
version = "1.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" |
|
dependencies = [ |
|
"displaydoc", |
|
"icu_collections", |
|
"icu_locid_transform", |
|
"icu_properties_data", |
|
"icu_provider", |
|
"tinystr", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_properties_data" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" |
|
|
|
[[package]] |
|
name = "icu_provider" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" |
|
dependencies = [ |
|
"displaydoc", |
|
"icu_locid", |
|
"icu_provider_macros", |
|
"stable_deref_trait", |
|
"tinystr", |
|
"writeable", |
|
"yoke", |
|
"zerofrom", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_provider_macros" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "ident_case" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
|
|
|
[[package]] |
|
name = "idna" |
|
version = "1.0.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" |
|
dependencies = [ |
|
"idna_adapter", |
|
"smallvec", |
|
"utf8_iter", |
|
] |
|
|
|
[[package]] |
|
name = "idna_adapter" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" |
|
dependencies = [ |
|
"icu_normalizer", |
|
"icu_properties", |
|
] |
|
|
|
[[package]] |
|
name = "imbl" |
|
version = "4.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5ae128b3bc67ed43ec0a7bb1c337a9f026717628b3c4033f07ded1da3e854951" |
|
dependencies = [ |
|
"bitmaps", |
|
"imbl-sized-chunks", |
|
"rand_core", |
|
"rand_xoshiro", |
|
"serde", |
|
"version_check", |
|
] |
|
|
|
[[package]] |
|
name = "imbl-sized-chunks" |
|
version = "0.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8f4241005618a62f8d57b2febd02510fb96e0137304728543dfc5fd6f052c22d" |
|
dependencies = [ |
|
"bitmaps", |
|
] |
|
|
|
[[package]] |
|
name = "include_dir" |
|
version = "0.7.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "923d117408f1e49d914f1a379a309cffe4f18c05cf4e3d12e613a15fc81bd0dd" |
|
dependencies = [ |
|
"include_dir_macros", |
|
] |
|
|
|
[[package]] |
|
name = "include_dir_macros" |
|
version = "0.7.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7cab85a7ed0bd5f0e76d93846e0147172bed2e2d3f859bcc33a8d9699cad1a75" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
] |
|
|
|
[[package]] |
|
name = "indexed_db_futures" |
|
version = "0.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "43315957678a70eb21fb0d2384fe86dde0d6c859a01e24ce127eb65a0143d28c" |
|
dependencies = [ |
|
"accessory", |
|
"cfg-if", |
|
"delegate-display", |
|
"fancy_constructor", |
|
"js-sys", |
|
"uuid", |
|
"wasm-bindgen", |
|
"wasm-bindgen-futures", |
|
"web-sys", |
|
] |
|
|
|
[[package]] |
|
name = "indexmap" |
|
version = "2.7.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652" |
|
dependencies = [ |
|
"equivalent", |
|
"hashbrown 0.15.2", |
|
"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.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" |
|
dependencies = [ |
|
"cfg-if", |
|
] |
|
|
|
[[package]] |
|
name = "ipnet" |
|
version = "2.11.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" |
|
|
|
[[package]] |
|
name = "itertools" |
|
version = "0.10.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" |
|
dependencies = [ |
|
"either", |
|
] |
|
|
|
[[package]] |
|
name = "itertools" |
|
version = "0.13.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" |
|
dependencies = [ |
|
"either", |
|
] |
|
|
|
[[package]] |
|
name = "itertools" |
|
version = "0.14.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" |
|
dependencies = [ |
|
"either", |
|
] |
|
|
|
[[package]] |
|
name = "itoa" |
|
version = "1.0.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" |
|
|
|
[[package]] |
|
name = "jobserver" |
|
version = "0.1.32" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "js-sys" |
|
version = "0.3.77" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" |
|
dependencies = [ |
|
"once_cell", |
|
"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.3.16" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4381b9b00c55f251f2ebe9473aef7c117e96828def1a7cb3bd3f0f903c6894e9" |
|
dependencies = [ |
|
"const_panic", |
|
"konst_kernel", |
|
"typewit", |
|
] |
|
|
|
[[package]] |
|
name = "konst_kernel" |
|
version = "0.3.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e4b1eb7788f3824c629b1116a7a9060d6e898c358ebff59070093d51103dcc3c" |
|
dependencies = [ |
|
"typewit", |
|
] |
|
|
|
[[package]] |
|
name = "lazy_static" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
|
dependencies = [ |
|
"spin", |
|
] |
|
|
|
[[package]] |
|
name = "lcms2" |
|
version = "6.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "680ec3fa42c36e0af9ca02f20a3742a82229c7f1ee0e6754294de46a80be6f74" |
|
dependencies = [ |
|
"bytemuck", |
|
"foreign-types 0.5.0", |
|
"lcms2-sys", |
|
] |
|
|
|
[[package]] |
|
name = "lcms2-sys" |
|
version = "4.0.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "593265f9a3172180024fb62580ee31348f31be924b19416da174ebb7fb623d2e" |
|
dependencies = [ |
|
"cc", |
|
"dunce", |
|
"libc", |
|
"pkg-config", |
|
] |
|
|
|
[[package]] |
|
name = "libadwaita" |
|
version = "0.7.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8611ee9fb85e7606c362b513afcaf5b59853f79e4d98caaaf581d99465014247" |
|
dependencies = [ |
|
"gdk4", |
|
"gio", |
|
"glib", |
|
"gtk4", |
|
"libadwaita-sys", |
|
"libc", |
|
"pango", |
|
] |
|
|
|
[[package]] |
|
name = "libadwaita-sys" |
|
version = "0.7.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b099a223560118d4d4fa04b6d23f3ea5b7171fe1d83dfb7e6b45b54cdfc83af9" |
|
dependencies = [ |
|
"gdk4-sys", |
|
"gio-sys", |
|
"glib-sys", |
|
"gobject-sys", |
|
"gtk4-sys", |
|
"libc", |
|
"pango-sys", |
|
"system-deps", |
|
] |
|
|
|
[[package]] |
|
name = "libc" |
|
version = "0.2.169" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" |
|
|
|
[[package]] |
|
name = "libloading" |
|
version = "0.8.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" |
|
dependencies = [ |
|
"cfg-if", |
|
"windows-targets", |
|
] |
|
|
|
[[package]] |
|
name = "libm" |
|
version = "0.2.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa" |
|
|
|
[[package]] |
|
name = "libseccomp" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "21c57fd8981a80019807b7b68118618d29a87177c63d704fc96e6ecd003ae5b3" |
|
dependencies = [ |
|
"bitflags 1.3.2", |
|
"libc", |
|
"libseccomp-sys", |
|
"pkg-config", |
|
] |
|
|
|
[[package]] |
|
name = "libseccomp-sys" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9a7cbbd4ad467251987c6e5b47d53b11a5a05add08f2447a9e2d70aef1e0d138" |
|
|
|
[[package]] |
|
name = "libshumate" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fc9921cc829fb2d546bd6a3a158a4134002098887e0bb01ceb4535521af610ec" |
|
dependencies = [ |
|
"gdk-pixbuf", |
|
"gdk4", |
|
"gio", |
|
"glib", |
|
"gtk4", |
|
"libc", |
|
"libshumate-sys", |
|
] |
|
|
|
[[package]] |
|
name = "libshumate-sys" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b238767323bdd28dc72471fa8a512ad0ae99a18d9668deb626c55f373f7aff81" |
|
dependencies = [ |
|
"gdk-pixbuf-sys", |
|
"gdk4-sys", |
|
"gio-sys", |
|
"glib-sys", |
|
"gobject-sys", |
|
"gtk4-sys", |
|
"libc", |
|
"system-deps", |
|
] |
|
|
|
[[package]] |
|
name = "libsqlite3-sys" |
|
version = "0.30.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149" |
|
dependencies = [ |
|
"pkg-config", |
|
"vcpkg", |
|
] |
|
|
|
[[package]] |
|
name = "libwebp-sys" |
|
version = "0.9.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "54cd30df7c7165ce74a456e4ca9732c603e8dc5e60784558c1c6dc047f876733" |
|
dependencies = [ |
|
"cc", |
|
"glob", |
|
] |
|
|
|
[[package]] |
|
name = "linkify" |
|
version = "0.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780" |
|
dependencies = [ |
|
"memchr", |
|
] |
|
|
|
[[package]] |
|
name = "linux-raw-sys" |
|
version = "0.4.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" |
|
|
|
[[package]] |
|
name = "litemap" |
|
version = "0.7.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104" |
|
|
|
[[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.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" |
|
dependencies = [ |
|
"autocfg", |
|
"scopeguard", |
|
] |
|
|
|
[[package]] |
|
name = "log" |
|
version = "0.4.25" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f" |
|
|
|
[[package]] |
|
name = "lru" |
|
version = "0.12.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" |
|
dependencies = [ |
|
"hashbrown 0.15.2", |
|
] |
|
|
|
[[package]] |
|
name = "mac" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" |
|
|
|
[[package]] |
|
name = "macroific" |
|
version = "1.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f05c00ac596022625d01047c421a0d97d7f09a18e429187b341c201cb631b9dd" |
|
dependencies = [ |
|
"macroific_attr_parse", |
|
"macroific_core", |
|
"macroific_macro", |
|
] |
|
|
|
[[package]] |
|
name = "macroific_attr_parse" |
|
version = "1.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fd94d5da95b30ae6e10621ad02340909346ad91661f3f8c0f2b62345e46a2f67" |
|
dependencies = [ |
|
"cfg-if", |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "macroific_core" |
|
version = "1.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "13198c120864097a565ccb3ff947672d969932b7975ebd4085732c9f09435e55" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "macroific_macro" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b0c9853143cbed7f1e41dc39fee95f9b361bec65c8dc2a01bf609be01b61f5ae" |
|
dependencies = [ |
|
"macroific_attr_parse", |
|
"macroific_core", |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[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.14.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c7a7213d12e1864c0f002f52c2923d4556935a43dec5e71355c2760e0f6e7a18" |
|
dependencies = [ |
|
"log", |
|
"phf", |
|
"phf_codegen", |
|
"string_cache", |
|
"string_cache_codegen", |
|
"tendril", |
|
] |
|
|
|
[[package]] |
|
name = "match_token" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "matchers" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" |
|
dependencies = [ |
|
"regex-automata 0.1.10", |
|
] |
|
|
|
[[package]] |
|
name = "matchit" |
|
version = "0.8.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" |
|
|
|
[[package]] |
|
name = "matrix-pickle" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4e2551de3bba2cc65b52dc6b268df6114011fe118ac24870fbcf1b35537bd721" |
|
dependencies = [ |
|
"matrix-pickle-derive", |
|
"thiserror 1.0.69", |
|
] |
|
|
|
[[package]] |
|
name = "matrix-pickle-derive" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f75de44c3120d78e978adbcf6d453b20ba011f3c46363e52d1dbbc72f545e9fb" |
|
dependencies = [ |
|
"proc-macro-crate", |
|
"proc-macro-error2", |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "matrix-sdk" |
|
version = "0.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e27119e566a60f5681eb8d05f51ef10862dd9af611ac6c6e0dc9aa9bf3bcc493" |
|
dependencies = [ |
|
"anymap2", |
|
"aquamarine", |
|
"as_variant", |
|
"async-channel", |
|
"async-stream", |
|
"async-trait", |
|
"axum", |
|
"backoff", |
|
"bytes", |
|
"bytesize", |
|
"event-listener", |
|
"eyeball", |
|
"eyeball-im", |
|
"futures-core", |
|
"futures-util", |
|
"gloo-timers", |
|
"growable-bloom-filter", |
|
"http", |
|
"imbl", |
|
"indexmap", |
|
"js_int", |
|
"matrix-sdk-base", |
|
"matrix-sdk-common", |
|
"matrix-sdk-indexeddb", |
|
"matrix-sdk-sqlite", |
|
"mime", |
|
"mime2ext", |
|
"once_cell", |
|
"percent-encoding", |
|
"pin-project-lite", |
|
"rand", |
|
"reqwest", |
|
"ruma", |
|
"serde", |
|
"serde_html_form", |
|
"serde_json", |
|
"tempfile", |
|
"thiserror 2.0.11", |
|
"tokio", |
|
"tokio-stream", |
|
"tokio-util", |
|
"tower", |
|
"tracing", |
|
"url", |
|
"urlencoding", |
|
"vodozemac", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "matrix-sdk-base" |
|
version = "0.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "58884b338e0c2eb4aa09d63ba2a5937fb5bd691525884f09935900137fc6b908" |
|
dependencies = [ |
|
"as_variant", |
|
"async-trait", |
|
"bitflags 2.8.0", |
|
"decancer", |
|
"eyeball", |
|
"eyeball-im", |
|
"futures-util", |
|
"growable-bloom-filter", |
|
"matrix-sdk-common", |
|
"matrix-sdk-crypto", |
|
"matrix-sdk-store-encryption", |
|
"once_cell", |
|
"regex", |
|
"ruma", |
|
"serde", |
|
"serde_json", |
|
"thiserror 2.0.11", |
|
"tokio", |
|
"tracing", |
|
"unicode-normalization", |
|
] |
|
|
|
[[package]] |
|
name = "matrix-sdk-common" |
|
version = "0.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "072d77e461933834e12810d63906409f37a039acad31a16dda62b63e1f4c31cf" |
|
dependencies = [ |
|
"async-trait", |
|
"eyeball-im", |
|
"futures-core", |
|
"futures-util", |
|
"gloo-timers", |
|
"imbl", |
|
"ruma", |
|
"serde", |
|
"serde_json", |
|
"thiserror 2.0.11", |
|
"tokio", |
|
"tracing", |
|
"tracing-subscriber", |
|
"wasm-bindgen", |
|
"wasm-bindgen-futures", |
|
"web-sys", |
|
] |
|
|
|
[[package]] |
|
name = "matrix-sdk-crypto" |
|
version = "0.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ed1ec9d645eb86630b2ed71e5890565ca023f569d9d0ebdcb25bfca8a088c2f3" |
|
dependencies = [ |
|
"aes", |
|
"aquamarine", |
|
"as_variant", |
|
"async-trait", |
|
"bs58", |
|
"byteorder", |
|
"cfg-if", |
|
"ctr", |
|
"eyeball", |
|
"futures-core", |
|
"futures-util", |
|
"hkdf", |
|
"hmac", |
|
"itertools 0.14.0", |
|
"js_option", |
|
"matrix-sdk-common", |
|
"matrix-sdk-qrcode", |
|
"pbkdf2", |
|
"rand", |
|
"rmp-serde", |
|
"ruma", |
|
"serde", |
|
"serde_json", |
|
"sha2", |
|
"subtle", |
|
"thiserror 2.0.11", |
|
"time", |
|
"tokio", |
|
"tokio-stream", |
|
"tracing", |
|
"ulid", |
|
"url", |
|
"vodozemac", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "matrix-sdk-indexeddb" |
|
version = "0.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "da30f51dbfcd03297a04f49f92c365a41cb2b012ad3338c0fc5d4efafcbff88b" |
|
dependencies = [ |
|
"anyhow", |
|
"async-trait", |
|
"base64", |
|
"getrandom 0.2.15", |
|
"gloo-utils", |
|
"hkdf", |
|
"indexed_db_futures", |
|
"js-sys", |
|
"matrix-sdk-crypto", |
|
"matrix-sdk-store-encryption", |
|
"ruma", |
|
"serde", |
|
"serde-wasm-bindgen", |
|
"serde_json", |
|
"sha2", |
|
"thiserror 2.0.11", |
|
"tokio", |
|
"tracing", |
|
"wasm-bindgen", |
|
"web-sys", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "matrix-sdk-qrcode" |
|
version = "0.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c8f4e04831155ac4cbc85413b3b729509ff82c472c98c586ce0dfb58f2486adf" |
|
dependencies = [ |
|
"byteorder", |
|
"qrcode", |
|
"ruma-common", |
|
"thiserror 2.0.11", |
|
"vodozemac", |
|
] |
|
|
|
[[package]] |
|
name = "matrix-sdk-sqlite" |
|
version = "0.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "74d07fb4e87c6ace1d05a87a91404acc3fd0b480ba9de75c08685ed18f1ea79f" |
|
dependencies = [ |
|
"async-trait", |
|
"deadpool-sqlite", |
|
"itertools 0.14.0", |
|
"matrix-sdk-base", |
|
"matrix-sdk-crypto", |
|
"matrix-sdk-store-encryption", |
|
"rmp-serde", |
|
"ruma", |
|
"rusqlite", |
|
"serde", |
|
"serde_json", |
|
"thiserror 2.0.11", |
|
"tokio", |
|
"tracing", |
|
"vodozemac", |
|
] |
|
|
|
[[package]] |
|
name = "matrix-sdk-store-encryption" |
|
version = "0.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dcc8b6650757f953664e5f906988690cef05c09d83081946adce446c45810a2d" |
|
dependencies = [ |
|
"base64", |
|
"blake3", |
|
"chacha20poly1305", |
|
"hmac", |
|
"pbkdf2", |
|
"rand", |
|
"rmp-serde", |
|
"serde", |
|
"serde_json", |
|
"sha2", |
|
"thiserror 2.0.11", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "matrix-sdk-ui" |
|
version = "0.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3cd920b17166568db6391b09d86333e80c4ea4b24e8911a9ad57a473326175b6" |
|
dependencies = [ |
|
"as_variant", |
|
"async-once-cell", |
|
"async-rx", |
|
"async-stream", |
|
"async_cell", |
|
"chrono", |
|
"emojis", |
|
"eyeball", |
|
"eyeball-im", |
|
"eyeball-im-util", |
|
"futures-core", |
|
"futures-util", |
|
"fuzzy-matcher", |
|
"growable-bloom-filter", |
|
"imbl", |
|
"indexmap", |
|
"itertools 0.14.0", |
|
"matrix-sdk", |
|
"matrix-sdk-base", |
|
"mime", |
|
"once_cell", |
|
"pin-project-lite", |
|
"ruma", |
|
"serde", |
|
"serde_json", |
|
"thiserror 2.0.11", |
|
"tokio", |
|
"tokio-stream", |
|
"tracing", |
|
"unicode-normalization", |
|
"unicode-segmentation", |
|
] |
|
|
|
[[package]] |
|
name = "memchr" |
|
version = "2.7.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" |
|
|
|
[[package]] |
|
name = "memfd" |
|
version = "0.6.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64" |
|
dependencies = [ |
|
"rustix", |
|
] |
|
|
|
[[package]] |
|
name = "memmap2" |
|
version = "0.9.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "memoffset" |
|
version = "0.9.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" |
|
dependencies = [ |
|
"autocfg", |
|
] |
|
|
|
[[package]] |
|
name = "mime" |
|
version = "0.3.17" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
|
|
|
[[package]] |
|
name = "mime2ext" |
|
version = "0.1.53" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "515a63dc9666c865e848b043ab52fe9a5c713ae89cde4b5fbaae67cfd614b93a" |
|
|
|
[[package]] |
|
name = "mime_guess" |
|
version = "2.0.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" |
|
dependencies = [ |
|
"mime", |
|
"unicase", |
|
] |
|
|
|
[[package]] |
|
name = "miniz_oxide" |
|
version = "0.8.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b8402cab7aefae129c6977bb0ff1b8fd9a04eb5b51efc50a70bea51cda0c7924" |
|
dependencies = [ |
|
"adler2", |
|
] |
|
|
|
[[package]] |
|
name = "mio" |
|
version = "1.0.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" |
|
dependencies = [ |
|
"libc", |
|
"wasi 0.11.0+wasi-snapshot-preview1", |
|
"windows-sys 0.52.0", |
|
] |
|
|
|
[[package]] |
|
name = "muldiv" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "956787520e75e9bd233246045d19f42fb73242759cc57fba9611d940ae96d4b0" |
|
|
|
[[package]] |
|
name = "native-tls" |
|
version = "0.2.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0dab59f8e050d5df8e4dd87d9206fb6f65a483e20ac9fda365ade4fab353196c" |
|
dependencies = [ |
|
"libc", |
|
"log", |
|
"openssl", |
|
"openssl-probe", |
|
"openssl-sys", |
|
"schannel", |
|
"security-framework", |
|
"security-framework-sys", |
|
"tempfile", |
|
] |
|
|
|
[[package]] |
|
name = "new_debug_unreachable" |
|
version = "1.0.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" |
|
|
|
[[package]] |
|
name = "nix" |
|
version = "0.29.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" |
|
dependencies = [ |
|
"bitflags 2.8.0", |
|
"cfg-if", |
|
"cfg_aliases", |
|
"libc", |
|
"memoffset", |
|
] |
|
|
|
[[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.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23" |
|
dependencies = [ |
|
"num-bigint", |
|
"num-complex", |
|
"num-integer", |
|
"num-iter", |
|
"num-rational", |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "num-bigint" |
|
version = "0.4.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" |
|
dependencies = [ |
|
"num-integer", |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "num-bigint-dig" |
|
version = "0.8.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151" |
|
dependencies = [ |
|
"byteorder", |
|
"lazy_static", |
|
"libm", |
|
"num-integer", |
|
"num-iter", |
|
"num-traits", |
|
"rand", |
|
"serde", |
|
"smallvec", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "num-complex" |
|
version = "0.4.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" |
|
dependencies = [ |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "num-conv" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" |
|
|
|
[[package]] |
|
name = "num-integer" |
|
version = "0.1.46" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" |
|
dependencies = [ |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "num-iter" |
|
version = "0.1.45" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" |
|
dependencies = [ |
|
"autocfg", |
|
"num-integer", |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "num-rational" |
|
version = "0.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" |
|
dependencies = [ |
|
"num-bigint", |
|
"num-integer", |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "num-traits" |
|
version = "0.2.19" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
|
dependencies = [ |
|
"autocfg", |
|
] |
|
|
|
[[package]] |
|
name = "num_cpus" |
|
version = "1.16.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" |
|
dependencies = [ |
|
"hermit-abi 0.3.9", |
|
"libc", |
|
] |
|
|
|
[[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 = "object" |
|
version = "0.36.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" |
|
dependencies = [ |
|
"memchr", |
|
] |
|
|
|
[[package]] |
|
name = "once_cell" |
|
version = "1.20.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" |
|
|
|
[[package]] |
|
name = "oo7" |
|
version = "0.3.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8fc6ce4692fbfd044ce22ca07dcab1a30fa12432ca2aa5b1294eca50d3332a24" |
|
dependencies = [ |
|
"endi", |
|
"futures-util", |
|
"num", |
|
"num-bigint-dig", |
|
"openssl", |
|
"rand", |
|
"serde", |
|
"tokio", |
|
"tracing", |
|
"zbus 4.4.0", |
|
"zeroize", |
|
"zvariant 4.2.0", |
|
] |
|
|
|
[[package]] |
|
name = "opaque-debug" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" |
|
|
|
[[package]] |
|
name = "openssl" |
|
version = "0.10.70" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "61cfb4e166a8bb8c9b55c500bc2308550148ece889be90f609377e58140f42c6" |
|
dependencies = [ |
|
"bitflags 2.8.0", |
|
"cfg-if", |
|
"foreign-types 0.3.2", |
|
"libc", |
|
"once_cell", |
|
"openssl-macros", |
|
"openssl-sys", |
|
] |
|
|
|
[[package]] |
|
name = "openssl-macros" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "openssl-probe" |
|
version = "0.1.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" |
|
|
|
[[package]] |
|
name = "openssl-sys" |
|
version = "0.9.105" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8b22d5b84be05a8d6947c7cb71f7c849aa0f112acd4bf51c2a7c1c988ac0a9dc" |
|
dependencies = [ |
|
"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.20.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9e89bd74250a03a05cec047b43465469102af803be2bf5e5a1088f8b8455e087" |
|
dependencies = [ |
|
"gio", |
|
"glib", |
|
"libc", |
|
"pango-sys", |
|
] |
|
|
|
[[package]] |
|
name = "pango-sys" |
|
version = "0.20.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "71787e0019b499a5eda889279e4adb455a4f3fdd6870cd5ab7f4a5aa25df6699" |
|
dependencies = [ |
|
"glib-sys", |
|
"gobject-sys", |
|
"libc", |
|
"system-deps", |
|
] |
|
|
|
[[package]] |
|
name = "parking" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" |
|
|
|
[[package]] |
|
name = "parking_lot" |
|
version = "0.12.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" |
|
dependencies = [ |
|
"lock_api", |
|
"parking_lot_core", |
|
] |
|
|
|
[[package]] |
|
name = "parking_lot_core" |
|
version = "0.9.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" |
|
dependencies = [ |
|
"cfg-if", |
|
"libc", |
|
"redox_syscall", |
|
"smallvec", |
|
"windows-targets", |
|
] |
|
|
|
[[package]] |
|
name = "paste" |
|
version = "1.0.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" |
|
|
|
[[package]] |
|
name = "pbkdf2" |
|
version = "0.12.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2" |
|
dependencies = [ |
|
"digest", |
|
"hmac", |
|
] |
|
|
|
[[package]] |
|
name = "percent-encoding" |
|
version = "2.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" |
|
|
|
[[package]] |
|
name = "phf" |
|
version = "0.11.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" |
|
dependencies = [ |
|
"phf_macros", |
|
"phf_shared", |
|
] |
|
|
|
[[package]] |
|
name = "phf_codegen" |
|
version = "0.11.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a" |
|
dependencies = [ |
|
"phf_generator", |
|
"phf_shared", |
|
] |
|
|
|
[[package]] |
|
name = "phf_generator" |
|
version = "0.11.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" |
|
dependencies = [ |
|
"phf_shared", |
|
"rand", |
|
] |
|
|
|
[[package]] |
|
name = "phf_macros" |
|
version = "0.11.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216" |
|
dependencies = [ |
|
"phf_generator", |
|
"phf_shared", |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "phf_shared" |
|
version = "0.11.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" |
|
dependencies = [ |
|
"siphasher", |
|
] |
|
|
|
[[package]] |
|
name = "pin-project-lite" |
|
version = "0.2.16" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" |
|
|
|
[[package]] |
|
name = "pin-utils" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
|
|
|
[[package]] |
|
name = "piper" |
|
version = "0.2.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" |
|
dependencies = [ |
|
"atomic-waker", |
|
"fastrand", |
|
"futures-io", |
|
] |
|
|
|
[[package]] |
|
name = "pkcs8" |
|
version = "0.10.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" |
|
dependencies = [ |
|
"der", |
|
"spki", |
|
] |
|
|
|
[[package]] |
|
name = "pkg-config" |
|
version = "0.3.31" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" |
|
|
|
[[package]] |
|
name = "polling" |
|
version = "3.7.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f" |
|
dependencies = [ |
|
"cfg-if", |
|
"concurrent-queue", |
|
"hermit-abi 0.4.0", |
|
"pin-project-lite", |
|
"rustix", |
|
"tracing", |
|
"windows-sys 0.59.0", |
|
] |
|
|
|
[[package]] |
|
name = "poly1305" |
|
version = "0.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf" |
|
dependencies = [ |
|
"cpufeatures", |
|
"opaque-debug", |
|
"universal-hash", |
|
] |
|
|
|
[[package]] |
|
name = "powerfmt" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" |
|
|
|
[[package]] |
|
name = "ppv-lite86" |
|
version = "0.2.20" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" |
|
dependencies = [ |
|
"zerocopy", |
|
] |
|
|
|
[[package]] |
|
name = "precomputed-hash" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" |
|
|
|
[[package]] |
|
name = "proc-macro-crate" |
|
version = "3.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b" |
|
dependencies = [ |
|
"toml_edit", |
|
] |
|
|
|
[[package]] |
|
name = "proc-macro-error-attr2" |
|
version = "2.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
] |
|
|
|
[[package]] |
|
name = "proc-macro-error2" |
|
version = "2.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802" |
|
dependencies = [ |
|
"proc-macro-error-attr2", |
|
"proc-macro2", |
|
"quote", |
|
] |
|
|
|
[[package]] |
|
name = "proc-macro2" |
|
version = "1.0.93" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99" |
|
dependencies = [ |
|
"unicode-ident", |
|
] |
|
|
|
[[package]] |
|
name = "prost" |
|
version = "0.13.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2c0fef6c4230e4ccf618a35c59d7ede15dea37de8427500f50aff708806e42ec" |
|
dependencies = [ |
|
"bytes", |
|
"prost-derive", |
|
] |
|
|
|
[[package]] |
|
name = "prost-derive" |
|
version = "0.13.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "157c5a9d7ea5c2ed2d9fb8f495b64759f7816c7eaea54ba3978f0d63000162e3" |
|
dependencies = [ |
|
"anyhow", |
|
"itertools 0.13.0", |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "pulldown-cmark" |
|
version = "0.12.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14" |
|
dependencies = [ |
|
"bitflags 2.8.0", |
|
"getopts", |
|
"memchr", |
|
"pulldown-cmark-escape", |
|
"unicase", |
|
] |
|
|
|
[[package]] |
|
name = "pulldown-cmark-escape" |
|
version = "0.11.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "007d8adb5ddab6f8e3f491ac63566a7d5002cc7ed73901f72057943fa71ae1ae" |
|
|
|
[[package]] |
|
name = "qrcode" |
|
version = "0.14.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d68782463e408eb1e668cf6152704bd856c78c5b6417adaee3203d8f4c1fc9ec" |
|
|
|
[[package]] |
|
name = "quote" |
|
version = "1.0.38" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc" |
|
dependencies = [ |
|
"proc-macro2", |
|
] |
|
|
|
[[package]] |
|
name = "rand" |
|
version = "0.8.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
|
dependencies = [ |
|
"libc", |
|
"rand_chacha", |
|
"rand_core", |
|
] |
|
|
|
[[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", |
|
] |
|
|
|
[[package]] |
|
name = "rand_core" |
|
version = "0.6.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
|
dependencies = [ |
|
"getrandom 0.2.15", |
|
] |
|
|
|
[[package]] |
|
name = "rand_xoshiro" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa" |
|
dependencies = [ |
|
"rand_core", |
|
] |
|
|
|
[[package]] |
|
name = "readlock" |
|
version = "0.1.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "188bbae3aa4739bd264e9204da5919b2c91dd87dcce5049cf04bdf6aa17c5012" |
|
|
|
[[package]] |
|
name = "readlock-tokio" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "29b1800712c0d75de4b0bda5483d46eaf8df757b81df5ca2bde53d5ac2e2c5b2" |
|
dependencies = [ |
|
"tokio", |
|
] |
|
|
|
[[package]] |
|
name = "redox_syscall" |
|
version = "0.5.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834" |
|
dependencies = [ |
|
"bitflags 2.8.0", |
|
] |
|
|
|
[[package]] |
|
name = "regex" |
|
version = "1.11.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" |
|
dependencies = [ |
|
"aho-corasick", |
|
"memchr", |
|
"regex-automata 0.4.9", |
|
"regex-syntax 0.8.5", |
|
] |
|
|
|
[[package]] |
|
name = "regex-automata" |
|
version = "0.1.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" |
|
dependencies = [ |
|
"regex-syntax 0.6.29", |
|
] |
|
|
|
[[package]] |
|
name = "regex-automata" |
|
version = "0.4.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" |
|
dependencies = [ |
|
"aho-corasick", |
|
"memchr", |
|
"regex-syntax 0.8.5", |
|
] |
|
|
|
[[package]] |
|
name = "regex-syntax" |
|
version = "0.6.29" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" |
|
|
|
[[package]] |
|
name = "regex-syntax" |
|
version = "0.8.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" |
|
|
|
[[package]] |
|
name = "reqwest" |
|
version = "0.12.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "43e734407157c3c2034e0258f5e4473ddb361b1e85f95a66690d67264d7cd1da" |
|
dependencies = [ |
|
"async-compression", |
|
"base64", |
|
"bytes", |
|
"futures-core", |
|
"futures-util", |
|
"h2", |
|
"http", |
|
"http-body", |
|
"http-body-util", |
|
"hyper", |
|
"hyper-rustls", |
|
"hyper-tls", |
|
"hyper-util", |
|
"ipnet", |
|
"js-sys", |
|
"log", |
|
"mime", |
|
"native-tls", |
|
"once_cell", |
|
"percent-encoding", |
|
"pin-project-lite", |
|
"rustls-pemfile", |
|
"serde", |
|
"serde_json", |
|
"serde_urlencoded", |
|
"sync_wrapper", |
|
"tokio", |
|
"tokio-native-tls", |
|
"tokio-socks", |
|
"tokio-util", |
|
"tower", |
|
"tower-service", |
|
"url", |
|
"wasm-bindgen", |
|
"wasm-bindgen-futures", |
|
"wasm-streams", |
|
"web-sys", |
|
"windows-registry", |
|
] |
|
|
|
[[package]] |
|
name = "ring" |
|
version = "0.17.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" |
|
dependencies = [ |
|
"cc", |
|
"cfg-if", |
|
"getrandom 0.2.15", |
|
"libc", |
|
"spin", |
|
"untrusted", |
|
"windows-sys 0.52.0", |
|
] |
|
|
|
[[package]] |
|
name = "rmp" |
|
version = "0.8.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4" |
|
dependencies = [ |
|
"byteorder", |
|
"num-traits", |
|
"paste", |
|
] |
|
|
|
[[package]] |
|
name = "rmp-serde" |
|
version = "1.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "52e599a477cf9840e92f2cde9a7189e67b42c57532749bf90aea6ec10facd4db" |
|
dependencies = [ |
|
"byteorder", |
|
"rmp", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "rqrr" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f126a9b02152815d84315316e7a759ee18a216d057095d56d19cec68a428b385" |
|
dependencies = [ |
|
"g2p", |
|
"lru", |
|
] |
|
|
|
[[package]] |
|
name = "ruma" |
|
version = "0.12.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7d6fea33e3d17b9e009fefb3f175ca7fd40b1e7d1e72444478fd1b28611eb50a" |
|
dependencies = [ |
|
"assign", |
|
"js_int", |
|
"js_option", |
|
"ruma-client-api", |
|
"ruma-common", |
|
"ruma-events", |
|
"ruma-federation-api", |
|
"ruma-html", |
|
"web-time", |
|
] |
|
|
|
[[package]] |
|
name = "ruma-client-api" |
|
version = "0.20.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "23989b539eceeaad01ba089ad307788f90a29bac2e5f730ff0a523eeae3fa1d7" |
|
dependencies = [ |
|
"as_variant", |
|
"assign", |
|
"bytes", |
|
"date_header", |
|
"http", |
|
"js_int", |
|
"js_option", |
|
"maplit", |
|
"ruma-common", |
|
"ruma-events", |
|
"serde", |
|
"serde_html_form", |
|
"serde_json", |
|
"thiserror 2.0.11", |
|
"url", |
|
"web-time", |
|
] |
|
|
|
[[package]] |
|
name = "ruma-common" |
|
version = "0.15.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1058c04b8dd62f4fba71c9f65112fb79bc332438d11aefe1e8edf67b7fb58a98" |
|
dependencies = [ |
|
"as_variant", |
|
"base64", |
|
"bytes", |
|
"form_urlencoded", |
|
"getrandom 0.2.15", |
|
"http", |
|
"indexmap", |
|
"js-sys", |
|
"js_int", |
|
"konst", |
|
"percent-encoding", |
|
"rand", |
|
"regex", |
|
"ruma-identifiers-validation", |
|
"ruma-macros", |
|
"serde", |
|
"serde_html_form", |
|
"serde_json", |
|
"thiserror 2.0.11", |
|
"time", |
|
"tracing", |
|
"url", |
|
"uuid", |
|
"web-time", |
|
"wildmatch", |
|
] |
|
|
|
[[package]] |
|
name = "ruma-events" |
|
version = "0.30.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ff1b8e15942e35ba56004429bc0845f481281f903e86957973a08ec08f8d06f0" |
|
dependencies = [ |
|
"as_variant", |
|
"indexmap", |
|
"js_int", |
|
"js_option", |
|
"percent-encoding", |
|
"pulldown-cmark", |
|
"regex", |
|
"ruma-common", |
|
"ruma-html", |
|
"ruma-identifiers-validation", |
|
"ruma-macros", |
|
"serde", |
|
"serde_json", |
|
"thiserror 2.0.11", |
|
"tracing", |
|
"url", |
|
"web-time", |
|
"wildmatch", |
|
] |
|
|
|
[[package]] |
|
name = "ruma-federation-api" |
|
version = "0.11.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5d70c3d37a8e42992aeaa5786cb406ad302bcd05c0e7e3073d5316b4574340dd" |
|
dependencies = [ |
|
"http", |
|
"js_int", |
|
"mime", |
|
"ruma-common", |
|
"ruma-events", |
|
"serde", |
|
"serde_json", |
|
] |
|
|
|
[[package]] |
|
name = "ruma-html" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8f3257ce3398e171ff15245767b1a3d201cfc5cce75f5af7ec7f6b8b5e1d2bdb" |
|
dependencies = [ |
|
"as_variant", |
|
"html5ever", |
|
"phf", |
|
"ruma-common", |
|
"tracing", |
|
"wildmatch", |
|
] |
|
|
|
[[package]] |
|
name = "ruma-identifiers-validation" |
|
version = "0.10.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6ad674b5e5368c53a2c90fde7dac7e30747004aaf7b1827b72874a25fc06d4d8" |
|
dependencies = [ |
|
"js_int", |
|
"thiserror 2.0.11", |
|
] |
|
|
|
[[package]] |
|
name = "ruma-macros" |
|
version = "0.15.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c1182e83ee5cd10121974f163337b16af68a93eedfc7cdbdbd52307ac7e1d743" |
|
dependencies = [ |
|
"cfg-if", |
|
"proc-macro-crate", |
|
"proc-macro2", |
|
"quote", |
|
"ruma-identifiers-validation", |
|
"serde", |
|
"syn", |
|
"toml", |
|
] |
|
|
|
[[package]] |
|
name = "rusqlite" |
|
version = "0.32.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7753b721174eb8ff87a9a0e799e2d7bc3749323e773db92e0984debb00019d6e" |
|
dependencies = [ |
|
"bitflags 2.8.0", |
|
"fallible-iterator", |
|
"fallible-streaming-iterator", |
|
"hashlink", |
|
"libsqlite3-sys", |
|
"smallvec", |
|
] |
|
|
|
[[package]] |
|
name = "rustc-demangle" |
|
version = "0.1.24" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" |
|
|
|
[[package]] |
|
name = "rustc_version" |
|
version = "0.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" |
|
dependencies = [ |
|
"semver", |
|
] |
|
|
|
[[package]] |
|
name = "rustix" |
|
version = "0.38.44" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" |
|
dependencies = [ |
|
"bitflags 2.8.0", |
|
"errno", |
|
"libc", |
|
"linux-raw-sys", |
|
"windows-sys 0.59.0", |
|
] |
|
|
|
[[package]] |
|
name = "rustls" |
|
version = "0.23.22" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9fb9263ab4eb695e42321db096e3b8fbd715a59b154d5c88d82db2175b681ba7" |
|
dependencies = [ |
|
"once_cell", |
|
"rustls-pki-types", |
|
"rustls-webpki", |
|
"subtle", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "rustls-pemfile" |
|
version = "2.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" |
|
dependencies = [ |
|
"rustls-pki-types", |
|
] |
|
|
|
[[package]] |
|
name = "rustls-pki-types" |
|
version = "1.11.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c" |
|
|
|
[[package]] |
|
name = "rustls-webpki" |
|
version = "0.102.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" |
|
dependencies = [ |
|
"ring", |
|
"rustls-pki-types", |
|
"untrusted", |
|
] |
|
|
|
[[package]] |
|
name = "rustversion" |
|
version = "1.0.19" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4" |
|
|
|
[[package]] |
|
name = "ryu" |
|
version = "1.0.19" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6ea1a2d0a644769cc99faa24c3ad26b379b786fe7c36fd3c546254801650e6dd" |
|
|
|
[[package]] |
|
name = "schannel" |
|
version = "0.1.27" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d" |
|
dependencies = [ |
|
"windows-sys 0.59.0", |
|
] |
|
|
|
[[package]] |
|
name = "scopeguard" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
|
|
|
[[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.11.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" |
|
dependencies = [ |
|
"bitflags 2.8.0", |
|
"core-foundation", |
|
"core-foundation-sys", |
|
"libc", |
|
"security-framework-sys", |
|
] |
|
|
|
[[package]] |
|
name = "security-framework-sys" |
|
version = "2.14.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32" |
|
dependencies = [ |
|
"core-foundation-sys", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "semver" |
|
version = "1.0.25" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f79dfe2d285b0488816f30e700a7438c5a73d816b5b7d3ac72fbc48b0d185e03" |
|
|
|
[[package]] |
|
name = "serde" |
|
version = "1.0.217" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70" |
|
dependencies = [ |
|
"serde_derive", |
|
] |
|
|
|
[[package]] |
|
name = "serde-wasm-bindgen" |
|
version = "0.6.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8302e169f0eddcc139c70f139d19d6467353af16f9fce27e8c30158036a1e16b" |
|
dependencies = [ |
|
"js-sys", |
|
"serde", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "serde_bytes" |
|
version = "0.11.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "387cc504cb06bb40a96c8e04e951fe01854cf6bc921053c954e4a606d9675c6a" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "serde_derive" |
|
version = "1.0.217" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "serde_html_form" |
|
version = "0.2.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9d2de91cf02bbc07cde38891769ccd5d4f073d22a40683aa4bc7a95781aaa2c4" |
|
dependencies = [ |
|
"form_urlencoded", |
|
"indexmap", |
|
"itoa", |
|
"ryu", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "serde_json" |
|
version = "1.0.138" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d434192e7da787e94a6ea7e9670b26a036d0ca41e0b7efb2676dd32bae872949" |
|
dependencies = [ |
|
"itoa", |
|
"memchr", |
|
"ryu", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "serde_path_to_error" |
|
version = "0.1.16" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6" |
|
dependencies = [ |
|
"itoa", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "serde_repr" |
|
version = "0.1.19" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "serde_spanned" |
|
version = "0.6.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1" |
|
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.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" |
|
dependencies = [ |
|
"cfg-if", |
|
"cpufeatures", |
|
"digest", |
|
] |
|
|
|
[[package]] |
|
name = "sha2" |
|
version = "0.10.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" |
|
dependencies = [ |
|
"cfg-if", |
|
"cpufeatures", |
|
"digest", |
|
] |
|
|
|
[[package]] |
|
name = "sharded-slab" |
|
version = "0.1.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" |
|
dependencies = [ |
|
"lazy_static", |
|
] |
|
|
|
[[package]] |
|
name = "shlex" |
|
version = "1.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
|
|
|
[[package]] |
|
name = "signal-hook-registry" |
|
version = "1.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "signature" |
|
version = "2.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" |
|
dependencies = [ |
|
"rand_core", |
|
] |
|
|
|
[[package]] |
|
name = "siphasher" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" |
|
|
|
[[package]] |
|
name = "slab" |
|
version = "0.4.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" |
|
dependencies = [ |
|
"autocfg", |
|
] |
|
|
|
[[package]] |
|
name = "smallvec" |
|
version = "1.13.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" |
|
|
|
[[package]] |
|
name = "socket2" |
|
version = "0.5.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8" |
|
dependencies = [ |
|
"libc", |
|
"windows-sys 0.52.0", |
|
] |
|
|
|
[[package]] |
|
name = "sourceview5" |
|
version = "0.9.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f0e07d99b15f12767aa1c84870c45667f42bf24fd6a989dc70088e32854ef56e" |
|
dependencies = [ |
|
"futures-channel", |
|
"futures-core", |
|
"gdk-pixbuf", |
|
"gdk4", |
|
"gio", |
|
"glib", |
|
"gtk4", |
|
"libc", |
|
"pango", |
|
"sourceview5-sys", |
|
] |
|
|
|
[[package]] |
|
name = "sourceview5-sys" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4a3759467713554a8063faa380237ee2c753e89026bbe1b8e9611d991cb106ff" |
|
dependencies = [ |
|
"gdk-pixbuf-sys", |
|
"gdk4-sys", |
|
"gio-sys", |
|
"glib-sys", |
|
"gobject-sys", |
|
"gtk4-sys", |
|
"libc", |
|
"pango-sys", |
|
"system-deps", |
|
] |
|
|
|
[[package]] |
|
name = "spin" |
|
version = "0.9.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" |
|
|
|
[[package]] |
|
name = "spki" |
|
version = "0.7.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" |
|
dependencies = [ |
|
"base64ct", |
|
"der", |
|
] |
|
|
|
[[package]] |
|
name = "stable_deref_trait" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" |
|
|
|
[[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.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "938d512196766101d333398efde81bc1f37b00cb42c2f8350e5df639f040bbbe" |
|
dependencies = [ |
|
"new_debug_unreachable", |
|
"parking_lot", |
|
"phf_shared", |
|
"precomputed-hash", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "string_cache_codegen" |
|
version = "0.5.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "244292f3441c89febe5b5bdfbb6863aeaf4f64da810ea3050fd927b27b8d92ce" |
|
dependencies = [ |
|
"phf_generator", |
|
"phf_shared", |
|
"proc-macro2", |
|
"quote", |
|
] |
|
|
|
[[package]] |
|
name = "strsim" |
|
version = "0.11.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
|
|
|
[[package]] |
|
name = "strum" |
|
version = "0.26.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" |
|
dependencies = [ |
|
"strum_macros", |
|
] |
|
|
|
[[package]] |
|
name = "strum_macros" |
|
version = "0.26.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" |
|
dependencies = [ |
|
"heck", |
|
"proc-macro2", |
|
"quote", |
|
"rustversion", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "subtle" |
|
version = "2.6.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" |
|
|
|
[[package]] |
|
name = "syn" |
|
version = "2.0.98" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "36147f1a48ae0ec2b5b3bc5b537d267457555a10dc06f3dbc8cb11ba3006d3b1" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"unicode-ident", |
|
] |
|
|
|
[[package]] |
|
name = "sync_wrapper" |
|
version = "1.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" |
|
dependencies = [ |
|
"futures-core", |
|
] |
|
|
|
[[package]] |
|
name = "synstructure" |
|
version = "0.13.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "system-deps" |
|
version = "7.0.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "66d23aaf9f331227789a99e8de4c91bf46703add012bdfd45fdecdfb2975a005" |
|
dependencies = [ |
|
"cfg-expr", |
|
"heck", |
|
"pkg-config", |
|
"toml", |
|
"version-compare", |
|
] |
|
|
|
[[package]] |
|
name = "target-lexicon" |
|
version = "0.12.16" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" |
|
|
|
[[package]] |
|
name = "temp-dir" |
|
version = "0.1.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bc1ee6eef34f12f765cb94725905c6312b6610ab2b0940889cfe58dae7bc3c72" |
|
|
|
[[package]] |
|
name = "tempfile" |
|
version = "3.16.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "38c246215d7d24f48ae091a2902398798e05d978b24315d6efbc00ede9a8bb91" |
|
dependencies = [ |
|
"cfg-if", |
|
"fastrand", |
|
"getrandom 0.3.1", |
|
"once_cell", |
|
"rustix", |
|
"windows-sys 0.59.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 = "thiserror" |
|
version = "1.0.69" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" |
|
dependencies = [ |
|
"thiserror-impl 1.0.69", |
|
] |
|
|
|
[[package]] |
|
name = "thiserror" |
|
version = "2.0.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc" |
|
dependencies = [ |
|
"thiserror-impl 2.0.11", |
|
] |
|
|
|
[[package]] |
|
name = "thiserror-impl" |
|
version = "1.0.69" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "thiserror-impl" |
|
version = "2.0.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "thread_local" |
|
version = "1.1.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" |
|
dependencies = [ |
|
"cfg-if", |
|
"once_cell", |
|
] |
|
|
|
[[package]] |
|
name = "time" |
|
version = "0.3.37" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21" |
|
dependencies = [ |
|
"deranged", |
|
"itoa", |
|
"num-conv", |
|
"powerfmt", |
|
"serde", |
|
"time-core", |
|
"time-macros", |
|
] |
|
|
|
[[package]] |
|
name = "time-core" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" |
|
|
|
[[package]] |
|
name = "time-macros" |
|
version = "0.2.19" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de" |
|
dependencies = [ |
|
"num-conv", |
|
"time-core", |
|
] |
|
|
|
[[package]] |
|
name = "tinystr" |
|
version = "0.7.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" |
|
dependencies = [ |
|
"displaydoc", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "tinyvec" |
|
version = "1.8.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "022db8904dfa342efe721985167e9fcd16c29b226db4397ed752a761cfce81e8" |
|
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 = "tld" |
|
version = "2.36.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6672b01e3831c99e7e65d2617dbbc4cdf603e60dfc7120a3b6df7fc97ebe3096" |
|
dependencies = [ |
|
"phf", |
|
"phf_codegen", |
|
] |
|
|
|
[[package]] |
|
name = "tokio" |
|
version = "1.43.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" |
|
dependencies = [ |
|
"backtrace", |
|
"bytes", |
|
"libc", |
|
"mio", |
|
"pin-project-lite", |
|
"signal-hook-registry", |
|
"socket2", |
|
"tokio-macros", |
|
"tracing", |
|
"windows-sys 0.52.0", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-macros" |
|
version = "2.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[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-rustls" |
|
version = "0.26.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37" |
|
dependencies = [ |
|
"rustls", |
|
"tokio", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-socks" |
|
version = "0.5.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f" |
|
dependencies = [ |
|
"either", |
|
"futures-util", |
|
"thiserror 1.0.69", |
|
"tokio", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-stream" |
|
version = "0.1.17" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" |
|
dependencies = [ |
|
"futures-core", |
|
"pin-project-lite", |
|
"tokio", |
|
"tokio-util", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-util" |
|
version = "0.7.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078" |
|
dependencies = [ |
|
"bytes", |
|
"futures-core", |
|
"futures-sink", |
|
"pin-project-lite", |
|
"tokio", |
|
] |
|
|
|
[[package]] |
|
name = "toml" |
|
version = "0.8.19" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e" |
|
dependencies = [ |
|
"serde", |
|
"serde_spanned", |
|
"toml_datetime", |
|
"toml_edit", |
|
] |
|
|
|
[[package]] |
|
name = "toml_datetime" |
|
version = "0.6.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "toml_edit" |
|
version = "0.22.23" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee" |
|
dependencies = [ |
|
"indexmap", |
|
"serde", |
|
"serde_spanned", |
|
"toml_datetime", |
|
"winnow 0.7.1", |
|
] |
|
|
|
[[package]] |
|
name = "tower" |
|
version = "0.5.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" |
|
dependencies = [ |
|
"futures-core", |
|
"futures-util", |
|
"pin-project-lite", |
|
"sync_wrapper", |
|
"tokio", |
|
"tower-layer", |
|
"tower-service", |
|
"tracing", |
|
] |
|
|
|
[[package]] |
|
name = "tower-layer" |
|
version = "0.3.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" |
|
|
|
[[package]] |
|
name = "tower-service" |
|
version = "0.3.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" |
|
|
|
[[package]] |
|
name = "tracing" |
|
version = "0.1.41" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" |
|
dependencies = [ |
|
"log", |
|
"pin-project-lite", |
|
"tracing-attributes", |
|
"tracing-core", |
|
] |
|
|
|
[[package]] |
|
name = "tracing-attributes" |
|
version = "0.1.28" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "tracing-core" |
|
version = "0.1.33" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c" |
|
dependencies = [ |
|
"once_cell", |
|
"valuable", |
|
] |
|
|
|
[[package]] |
|
name = "tracing-log" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" |
|
dependencies = [ |
|
"log", |
|
"once_cell", |
|
"tracing-core", |
|
] |
|
|
|
[[package]] |
|
name = "tracing-subscriber" |
|
version = "0.3.19" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008" |
|
dependencies = [ |
|
"matchers", |
|
"nu-ansi-term", |
|
"once_cell", |
|
"regex", |
|
"sharded-slab", |
|
"smallvec", |
|
"thread_local", |
|
"tracing", |
|
"tracing-core", |
|
"tracing-log", |
|
] |
|
|
|
[[package]] |
|
name = "try-lock" |
|
version = "0.2.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" |
|
|
|
[[package]] |
|
name = "typenum" |
|
version = "1.17.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" |
|
|
|
[[package]] |
|
name = "typewit" |
|
version = "1.11.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cb77c29baba9e4d3a6182d51fa75e3215c7fd1dab8f4ea9d107c716878e55fc0" |
|
dependencies = [ |
|
"typewit_proc_macros", |
|
] |
|
|
|
[[package]] |
|
name = "typewit_proc_macros" |
|
version = "1.8.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e36a83ea2b3c704935a01b4642946aadd445cea40b10935e3f8bd8052b8193d6" |
|
|
|
[[package]] |
|
name = "uds_windows" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9" |
|
dependencies = [ |
|
"memoffset", |
|
"tempfile", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "ulid" |
|
version = "1.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f294bff79170ed1c5633812aff1e565c35d993a36e757f9bc0accf5eec4e6045" |
|
dependencies = [ |
|
"rand", |
|
"web-time", |
|
] |
|
|
|
[[package]] |
|
name = "unicase" |
|
version = "2.8.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539" |
|
|
|
[[package]] |
|
name = "unicode-ident" |
|
version = "1.0.16" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a210d160f08b701c8721ba1c726c11662f877ea6b7094007e1ca9a1041945034" |
|
|
|
[[package]] |
|
name = "unicode-normalization" |
|
version = "0.1.24" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956" |
|
dependencies = [ |
|
"tinyvec", |
|
] |
|
|
|
[[package]] |
|
name = "unicode-segmentation" |
|
version = "1.12.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" |
|
|
|
[[package]] |
|
name = "unicode-width" |
|
version = "0.1.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" |
|
|
|
[[package]] |
|
name = "universal-hash" |
|
version = "0.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea" |
|
dependencies = [ |
|
"crypto-common", |
|
"subtle", |
|
] |
|
|
|
[[package]] |
|
name = "untrusted" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" |
|
|
|
[[package]] |
|
name = "url" |
|
version = "2.5.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" |
|
dependencies = [ |
|
"form_urlencoded", |
|
"idna", |
|
"percent-encoding", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "urlencoding" |
|
version = "2.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" |
|
|
|
[[package]] |
|
name = "utf-8" |
|
version = "0.7.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" |
|
|
|
[[package]] |
|
name = "utf16_iter" |
|
version = "1.0.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" |
|
|
|
[[package]] |
|
name = "utf8_iter" |
|
version = "1.0.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" |
|
|
|
[[package]] |
|
name = "uuid" |
|
version = "1.12.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b3758f5e68192bb96cc8f9b7e2c2cfdabb435499a28499a42f8f984092adad4b" |
|
dependencies = [ |
|
"getrandom 0.2.15", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "valuable" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" |
|
|
|
[[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.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b" |
|
|
|
[[package]] |
|
name = "version_check" |
|
version = "0.9.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
|
|
|
[[package]] |
|
name = "vodozemac" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c022a277687e4e8685d72b95a7ca3ccfec907daa946678e715f8badaa650883d" |
|
dependencies = [ |
|
"aes", |
|
"arrayvec", |
|
"base64", |
|
"base64ct", |
|
"cbc", |
|
"chacha20poly1305", |
|
"curve25519-dalek", |
|
"ed25519-dalek", |
|
"getrandom 0.2.15", |
|
"hkdf", |
|
"hmac", |
|
"matrix-pickle", |
|
"prost", |
|
"rand", |
|
"serde", |
|
"serde_bytes", |
|
"serde_json", |
|
"sha2", |
|
"subtle", |
|
"thiserror 2.0.11", |
|
"x25519-dalek", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "want" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" |
|
dependencies = [ |
|
"try-lock", |
|
] |
|
|
|
[[package]] |
|
name = "wasi" |
|
version = "0.11.0+wasi-snapshot-preview1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
|
|
|
[[package]] |
|
name = "wasi" |
|
version = "0.13.3+wasi-0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2" |
|
dependencies = [ |
|
"wit-bindgen-rt", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen" |
|
version = "0.2.100" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" |
|
dependencies = [ |
|
"cfg-if", |
|
"once_cell", |
|
"rustversion", |
|
"wasm-bindgen-macro", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-backend" |
|
version = "0.2.100" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" |
|
dependencies = [ |
|
"bumpalo", |
|
"log", |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
"wasm-bindgen-shared", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-futures" |
|
version = "0.4.50" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61" |
|
dependencies = [ |
|
"cfg-if", |
|
"js-sys", |
|
"once_cell", |
|
"wasm-bindgen", |
|
"web-sys", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-macro" |
|
version = "0.2.100" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" |
|
dependencies = [ |
|
"quote", |
|
"wasm-bindgen-macro-support", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-macro-support" |
|
version = "0.2.100" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
"wasm-bindgen-backend", |
|
"wasm-bindgen-shared", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-shared" |
|
version = "0.2.100" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" |
|
dependencies = [ |
|
"unicode-ident", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-streams" |
|
version = "0.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65" |
|
dependencies = [ |
|
"futures-util", |
|
"js-sys", |
|
"wasm-bindgen", |
|
"wasm-bindgen-futures", |
|
"web-sys", |
|
] |
|
|
|
[[package]] |
|
name = "web-sys" |
|
version = "0.3.77" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2" |
|
dependencies = [ |
|
"js-sys", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "web-time" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" |
|
dependencies = [ |
|
"js-sys", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "webp" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8f53152f51fb5af0c08484c33d16cca96175881d1f3dec068c23b31a158c2d99" |
|
dependencies = [ |
|
"libwebp-sys", |
|
] |
|
|
|
[[package]] |
|
name = "wildmatch" |
|
version = "2.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "68ce1ab1f8c62655ebe1350f589c61e505cf94d385bc6a12899442d9081e71fd" |
|
|
|
[[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-x86_64-pc-windows-gnu" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
|
|
|
[[package]] |
|
name = "windows-core" |
|
version = "0.52.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" |
|
dependencies = [ |
|
"windows-targets", |
|
] |
|
|
|
[[package]] |
|
name = "windows-registry" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0" |
|
dependencies = [ |
|
"windows-result", |
|
"windows-strings", |
|
"windows-targets", |
|
] |
|
|
|
[[package]] |
|
name = "windows-result" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" |
|
dependencies = [ |
|
"windows-targets", |
|
] |
|
|
|
[[package]] |
|
name = "windows-strings" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" |
|
dependencies = [ |
|
"windows-result", |
|
"windows-targets", |
|
] |
|
|
|
[[package]] |
|
name = "windows-sys" |
|
version = "0.52.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
|
dependencies = [ |
|
"windows-targets", |
|
] |
|
|
|
[[package]] |
|
name = "windows-sys" |
|
version = "0.59.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" |
|
dependencies = [ |
|
"windows-targets", |
|
] |
|
|
|
[[package]] |
|
name = "windows-targets" |
|
version = "0.52.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
|
dependencies = [ |
|
"windows_aarch64_gnullvm", |
|
"windows_aarch64_msvc", |
|
"windows_i686_gnu", |
|
"windows_i686_gnullvm", |
|
"windows_i686_msvc", |
|
"windows_x86_64_gnu", |
|
"windows_x86_64_gnullvm", |
|
"windows_x86_64_msvc", |
|
] |
|
|
|
[[package]] |
|
name = "windows_aarch64_gnullvm" |
|
version = "0.52.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
|
|
|
[[package]] |
|
name = "windows_aarch64_msvc" |
|
version = "0.52.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
|
|
|
[[package]] |
|
name = "windows_i686_gnu" |
|
version = "0.52.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
|
|
|
[[package]] |
|
name = "windows_i686_gnullvm" |
|
version = "0.52.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
|
|
|
[[package]] |
|
name = "windows_i686_msvc" |
|
version = "0.52.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
|
|
|
[[package]] |
|
name = "windows_x86_64_gnu" |
|
version = "0.52.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
|
|
|
[[package]] |
|
name = "windows_x86_64_gnullvm" |
|
version = "0.52.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
|
|
|
[[package]] |
|
name = "windows_x86_64_msvc" |
|
version = "0.52.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
|
|
|
[[package]] |
|
name = "winnow" |
|
version = "0.6.26" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1e90edd2ac1aa278a5c4599b1d89cf03074b610800f866d4026dc199d7929a28" |
|
dependencies = [ |
|
"memchr", |
|
] |
|
|
|
[[package]] |
|
name = "winnow" |
|
version = "0.7.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "86e376c75f4f43f44db463cf729e0d3acbf954d13e22c51e26e4c264b4ab545f" |
|
dependencies = [ |
|
"memchr", |
|
] |
|
|
|
[[package]] |
|
name = "wit-bindgen-rt" |
|
version = "0.33.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c" |
|
dependencies = [ |
|
"bitflags 2.8.0", |
|
] |
|
|
|
[[package]] |
|
name = "write16" |
|
version = "1.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" |
|
|
|
[[package]] |
|
name = "writeable" |
|
version = "0.5.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" |
|
|
|
[[package]] |
|
name = "x25519-dalek" |
|
version = "2.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277" |
|
dependencies = [ |
|
"curve25519-dalek", |
|
"rand_core", |
|
"serde", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "xdg-home" |
|
version = "1.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6" |
|
dependencies = [ |
|
"libc", |
|
"windows-sys 0.59.0", |
|
] |
|
|
|
[[package]] |
|
name = "xxhash-rust" |
|
version = "0.8.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3" |
|
|
|
[[package]] |
|
name = "yeslogic-fontconfig-sys" |
|
version = "6.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd" |
|
dependencies = [ |
|
"dlib", |
|
"once_cell", |
|
"pkg-config", |
|
] |
|
|
|
[[package]] |
|
name = "yoke" |
|
version = "0.7.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" |
|
dependencies = [ |
|
"serde", |
|
"stable_deref_trait", |
|
"yoke-derive", |
|
"zerofrom", |
|
] |
|
|
|
[[package]] |
|
name = "yoke-derive" |
|
version = "0.7.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
"synstructure", |
|
] |
|
|
|
[[package]] |
|
name = "zbus" |
|
version = "4.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bb97012beadd29e654708a0fdb4c84bc046f537aecfde2c3ee0a9e4b4d48c725" |
|
dependencies = [ |
|
"async-broadcast", |
|
"async-process", |
|
"async-recursion", |
|
"async-trait", |
|
"enumflags2", |
|
"event-listener", |
|
"futures-core", |
|
"futures-sink", |
|
"futures-util", |
|
"hex", |
|
"nix", |
|
"ordered-stream", |
|
"rand", |
|
"serde", |
|
"serde_repr", |
|
"sha1", |
|
"static_assertions", |
|
"tokio", |
|
"tracing", |
|
"uds_windows", |
|
"windows-sys 0.52.0", |
|
"xdg-home", |
|
"zbus_macros 4.4.0", |
|
"zbus_names 3.0.0", |
|
"zvariant 4.2.0", |
|
] |
|
|
|
[[package]] |
|
name = "zbus" |
|
version = "5.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2494e4b3f44d8363eef79a8a75fc0649efb710eef65a66b5e688a5eb4afe678a" |
|
dependencies = [ |
|
"async-broadcast", |
|
"async-recursion", |
|
"async-trait", |
|
"enumflags2", |
|
"event-listener", |
|
"futures-core", |
|
"futures-util", |
|
"hex", |
|
"nix", |
|
"ordered-stream", |
|
"serde", |
|
"serde_repr", |
|
"static_assertions", |
|
"tokio", |
|
"tracing", |
|
"uds_windows", |
|
"windows-sys 0.59.0", |
|
"winnow 0.6.26", |
|
"xdg-home", |
|
"zbus_macros 5.3.1", |
|
"zbus_names 4.1.1", |
|
"zvariant 5.2.0", |
|
] |
|
|
|
[[package]] |
|
name = "zbus_macros" |
|
version = "4.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "267db9407081e90bbfa46d841d3cbc60f59c0351838c4bc65199ecd79ab1983e" |
|
dependencies = [ |
|
"proc-macro-crate", |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
"zvariant_utils 2.1.0", |
|
] |
|
|
|
[[package]] |
|
name = "zbus_macros" |
|
version = "5.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "445efc01929302aee95e2b25bbb62a301ea8a6369466e4278e58e7d1dfb23631" |
|
dependencies = [ |
|
"proc-macro-crate", |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
"zbus_names 4.1.1", |
|
"zvariant 5.2.0", |
|
"zvariant_utils 3.1.0", |
|
] |
|
|
|
[[package]] |
|
name = "zbus_names" |
|
version = "3.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c" |
|
dependencies = [ |
|
"serde", |
|
"static_assertions", |
|
"zvariant 4.2.0", |
|
] |
|
|
|
[[package]] |
|
name = "zbus_names" |
|
version = "4.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "519629a3f80976d89c575895b05677cbc45eaf9f70d62a364d819ba646409cc8" |
|
dependencies = [ |
|
"serde", |
|
"static_assertions", |
|
"winnow 0.6.26", |
|
"zvariant 5.2.0", |
|
] |
|
|
|
[[package]] |
|
name = "zerocopy" |
|
version = "0.7.35" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" |
|
dependencies = [ |
|
"byteorder", |
|
"zerocopy-derive", |
|
] |
|
|
|
[[package]] |
|
name = "zerocopy-derive" |
|
version = "0.7.35" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "zerofrom" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e" |
|
dependencies = [ |
|
"zerofrom-derive", |
|
] |
|
|
|
[[package]] |
|
name = "zerofrom-derive" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
"synstructure", |
|
] |
|
|
|
[[package]] |
|
name = "zeroize" |
|
version = "1.8.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" |
|
dependencies = [ |
|
"zeroize_derive", |
|
] |
|
|
|
[[package]] |
|
name = "zeroize_derive" |
|
version = "1.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "zerovec" |
|
version = "0.10.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" |
|
dependencies = [ |
|
"yoke", |
|
"zerofrom", |
|
"zerovec-derive", |
|
] |
|
|
|
[[package]] |
|
name = "zerovec-derive" |
|
version = "0.10.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "zvariant" |
|
version = "4.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe" |
|
dependencies = [ |
|
"endi", |
|
"enumflags2", |
|
"serde", |
|
"static_assertions", |
|
"zvariant_derive 4.2.0", |
|
] |
|
|
|
[[package]] |
|
name = "zvariant" |
|
version = "5.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "55e6b9b5f1361de2d5e7d9fd1ee5f6f7fcb6060618a1f82f3472f58f2b8d4be9" |
|
dependencies = [ |
|
"endi", |
|
"enumflags2", |
|
"serde", |
|
"static_assertions", |
|
"url", |
|
"winnow 0.6.26", |
|
"zvariant_derive 5.2.0", |
|
"zvariant_utils 3.1.0", |
|
] |
|
|
|
[[package]] |
|
name = "zvariant_derive" |
|
version = "4.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449" |
|
dependencies = [ |
|
"proc-macro-crate", |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
"zvariant_utils 2.1.0", |
|
] |
|
|
|
[[package]] |
|
name = "zvariant_derive" |
|
version = "5.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "573a8dd76961957108b10f7a45bac6ab1ea3e9b7fe01aff88325dc57bb8f5c8b" |
|
dependencies = [ |
|
"proc-macro-crate", |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
"zvariant_utils 3.1.0", |
|
] |
|
|
|
[[package]] |
|
name = "zvariant_utils" |
|
version = "2.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c51bcff7cc3dbb5055396bcf774748c3dab426b4b8659046963523cee4808340" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "zvariant_utils" |
|
version = "3.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ddd46446ea2a1f353bfda53e35f17633afa79f4fe290a611c94645c69fe96a50" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"serde", |
|
"static_assertions", |
|
"syn", |
|
"winnow 0.6.26", |
|
]
|
|
|