creddy/src-tauri/Cargo.lock

6382 lines
151 KiB
Plaintext
Raw Normal View History

2022-08-14 20:27:41 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2023-07-11 16:52:13 +00:00
[[package]]
name = "addr2line"
2023-09-14 19:49:45 +00:00
version = "0.21.0"
2023-07-11 16:52:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
2023-07-11 16:52:13 +00:00
dependencies = [
"gimli",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "aead"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
dependencies = [
"crypto-common",
"generic-array",
]
2022-12-03 06:59:13 +00:00
[[package]]
name = "ahash"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
dependencies = [
2023-07-11 16:52:13 +00:00
"getrandom 0.2.10",
"once_cell",
"version_check",
]
[[package]]
name = "ahash"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
dependencies = [
"cfg-if",
2022-12-03 06:59:13 +00:00
"once_cell",
"version_check",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "aho-corasick"
2023-09-14 19:49:45 +00:00
version = "1.0.5"
2023-04-30 21:10:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "0c378d78423fdad8089616f827526ee33c19f2fddbd5de1629152c9593ba4783"
2023-04-30 21:10:21 +00:00
dependencies = [
"memchr",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "alloc-no-stdlib"
2023-05-02 22:24:46 +00:00
version = "2.0.4"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
2022-08-14 20:27:41 +00:00
[[package]]
name = "alloc-stdlib"
2023-05-02 22:24:46 +00:00
version = "0.2.2"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
2022-08-14 20:27:41 +00:00
dependencies = [
"alloc-no-stdlib",
]
2023-07-11 16:52:13 +00:00
[[package]]
name = "allocator-api2"
2023-09-14 19:49:45 +00:00
version = "0.2.16"
2023-07-11 16:52:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
2023-07-11 16:52:13 +00:00
[[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",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "anyhow"
2023-09-14 19:49:45 +00:00
version = "1.0.75"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
2022-08-14 20:27:41 +00:00
[[package]]
name = "argon2"
2023-09-14 19:49:45 +00:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "17ba4cac0a46bc1d2912652a751c47f2a9f3a7fe89bcae2275d418f5270402f9"
dependencies = [
"base64ct",
"blake2",
2023-09-14 19:49:45 +00:00
"cpufeatures",
"password-hash",
]
2024-06-02 00:17:50 +00:00
[[package]]
name = "ashpd"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd884d7c72877a94102c3715f3b1cd09ff4fac28221add3e57cfbe25c236d093"
dependencies = [
2024-06-03 05:21:43 +00:00
"async-fs",
"async-net",
2024-06-02 00:17:50 +00:00
"enumflags2",
"futures-channel",
"futures-util",
"rand 0.8.5",
"serde",
"serde_repr",
"url",
"zbus",
]
2023-04-30 21:10:21 +00:00
[[package]]
name = "async-broadcast"
2024-06-02 00:17:50 +00:00
version = "0.7.0"
2023-04-30 21:10:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "258b52a1aa741b9f09783b2d86cf0aeeb617bbf847f6933340a39644227acbdb"
2023-04-30 21:10:21 +00:00
dependencies = [
2024-06-02 00:17:50 +00:00
"event-listener 5.2.0",
"event-listener-strategy 0.5.2",
2023-04-30 21:10:21 +00:00
"futures-core",
2024-06-02 00:17:50 +00:00
"pin-project-lite",
2023-04-30 21:10:21 +00:00
]
[[package]]
name = "async-channel"
2023-07-11 16:52:13 +00:00
version = "1.9.0"
2023-04-30 21:10:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-11 16:52:13 +00:00
checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
2023-04-30 21:10:21 +00:00
dependencies = [
"concurrent-queue",
2024-06-02 00:17:50 +00:00
"event-listener 2.5.3",
"futures-core",
]
[[package]]
name = "async-channel"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f2776ead772134d55b62dd45e59a79e21612d85d0af729b8b7d3967d601a62a"
dependencies = [
"concurrent-queue",
"event-listener 5.2.0",
"event-listener-strategy 0.5.2",
2023-04-30 21:10:21 +00:00
"futures-core",
2024-06-02 00:17:50 +00:00
"pin-project-lite",
2023-04-30 21:10:21 +00:00
]
[[package]]
name = "async-executor"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fa3dc5f2a8564f07759c008b9109dc0d39de92a88d5588b8a5036d286383afb"
dependencies = [
2024-06-02 00:17:50 +00:00
"async-lock 2.8.0",
2023-04-30 21:10:21 +00:00
"async-task",
"concurrent-queue",
2023-09-14 19:49:45 +00:00
"fastrand 1.9.0",
2024-06-02 00:17:50 +00:00
"futures-lite 1.13.0",
2023-04-30 21:10:21 +00:00
"slab",
]
2023-05-02 22:24:46 +00:00
[[package]]
name = "async-fs"
2024-06-02 00:17:50 +00:00
version = "2.1.2"
2023-05-02 22:24:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a"
2023-05-02 22:24:46 +00:00
dependencies = [
2024-06-02 00:17:50 +00:00
"async-lock 3.3.0",
2023-05-02 22:24:46 +00:00
"blocking",
2024-06-02 00:17:50 +00:00
"futures-lite 2.0.0",
2023-05-02 22:24:46 +00:00
]
2023-04-30 21:10:21 +00:00
[[package]]
name = "async-io"
2024-06-02 00:17:50 +00:00
version = "2.3.2"
2023-04-30 21:10:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "dcccb0f599cfa2f8ace422d3555572f47424da5648a4382a9dd0310ff8210884"
2023-04-30 21:10:21 +00:00
dependencies = [
2024-06-02 00:17:50 +00:00
"async-lock 3.3.0",
2023-04-30 21:10:21 +00:00
"cfg-if",
"concurrent-queue",
2024-06-02 00:17:50 +00:00
"futures-io",
"futures-lite 2.0.0",
2023-04-30 21:10:21 +00:00
"parking",
"polling",
2024-06-02 00:17:50 +00:00
"rustix",
2023-04-30 21:10:21 +00:00
"slab",
2024-06-02 00:17:50 +00:00
"tracing",
"windows-sys 0.52.0",
2023-04-30 21:10:21 +00:00
]
[[package]]
name = "async-lock"
2023-09-14 19:49:45 +00:00
version = "2.8.0"
2023-04-30 21:10:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
2023-04-30 21:10:21 +00:00
dependencies = [
2024-06-02 00:17:50 +00:00
"event-listener 2.5.3",
]
[[package]]
name = "async-lock"
version = "3.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d034b430882f8381900d3fe6f0aaa3ad94f2cb4ac519b429692a1bc2dda4ae7b"
dependencies = [
"event-listener 4.0.3",
"event-listener-strategy 0.4.0",
"pin-project-lite",
2023-04-30 21:10:21 +00:00
]
2024-06-03 05:21:43 +00:00
[[package]]
name = "async-net"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
dependencies = [
"async-io",
"blocking",
"futures-lite 2.0.0",
]
2023-07-11 16:52:13 +00:00
[[package]]
name = "async-process"
2024-06-02 00:17:50 +00:00
version = "2.1.0"
2023-07-11 16:52:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "451e3cf68011bd56771c79db04a9e333095ab6349f7e47592b788e9b98720cc8"
2023-07-11 16:52:13 +00:00
dependencies = [
2024-06-02 00:17:50 +00:00
"async-channel 2.3.0",
2023-07-11 16:52:13 +00:00
"async-io",
2024-06-02 00:17:50 +00:00
"async-lock 3.3.0",
"async-signal",
2023-07-11 16:52:13 +00:00
"blocking",
"cfg-if",
2024-06-02 00:17:50 +00:00
"event-listener 5.2.0",
"futures-lite 2.0.0",
"rustix",
"windows-sys 0.52.0",
2023-07-11 16:52:13 +00:00
]
2023-04-30 21:10:21 +00:00
[[package]]
name = "async-recursion"
2023-09-14 19:49:45 +00:00
version = "1.0.5"
2023-04-30 21:10:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "5fd55a5ba1179988837d24ab4c7cc8ed6efdeff578ede0416b4225a5fca35bd0"
2023-04-30 21:10:21 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-06-02 00:17:50 +00:00
"syn 2.0.66",
]
[[package]]
name = "async-signal"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afe66191c335039c7bb78f99dc7520b0cbb166b3a1cb33a03f53d8a1c6f2afda"
dependencies = [
"async-io",
"async-lock 3.3.0",
"atomic-waker",
"cfg-if",
"futures-core",
"futures-io",
"rustix",
"signal-hook-registry",
"slab",
"windows-sys 0.52.0",
2023-04-30 21:10:21 +00:00
]
[[package]]
name = "async-task"
version = "4.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae"
[[package]]
name = "async-trait"
2023-09-14 19:49:45 +00:00
version = "0.1.73"
2023-04-30 21:10:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0"
2023-04-30 21:10:21 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-06-02 00:17:50 +00:00
"syn 2.0.66",
2023-04-30 21:10:21 +00:00
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "atk"
2024-06-02 00:17:50 +00:00
version = "0.18.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "b4af014b17dd80e8af9fa689b2d4a211ddba6eb583c1622f35d0cb543f6b17e4"
2022-08-14 20:27:41 +00:00
dependencies = [
"atk-sys",
"glib",
"libc",
]
[[package]]
name = "atk-sys"
2024-06-02 00:17:50 +00:00
version = "0.18.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "251e0b7d90e33e0ba930891a505a9a35ece37b2dd37a14f3ffc306c13b980009"
2022-08-14 20:27:41 +00:00
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
2024-06-02 00:17:50 +00:00
"system-deps",
2022-08-14 20:27:41 +00:00
]
2022-12-03 06:59:13 +00:00
[[package]]
name = "atoi"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7c57d12312ff59c811c0643f4d80830505833c9ffaebd193d819392b265be8e"
dependencies = [
"num-traits",
]
2023-05-02 22:24:46 +00:00
[[package]]
name = "atomic-waker"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3"
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
"hermit-abi 0.1.19",
"libc",
"winapi",
]
2023-04-27 21:24:08 +00:00
[[package]]
name = "auto-launch"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5904a4d734f0235edf29aab320a14899f3e090446e594ff96508a6215f76f89c"
dependencies = [
2023-04-29 05:34:17 +00:00
"dirs 4.0.0",
2023-04-27 21:24:08 +00:00
"thiserror",
2023-07-11 16:52:13 +00:00
"winreg 0.10.1",
2023-04-27 21:24:08 +00:00
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2022-12-19 23:26:44 +00:00
[[package]]
name = "aws-config"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7688e1dfbb9f7804fab0a830820d7e827b8d973906763cf1a855ce4719292f5"
dependencies = [
"aws-http",
"aws-sdk-sso",
"aws-sdk-sts",
"aws-smithy-async",
"aws-smithy-client",
"aws-smithy-http",
"aws-smithy-http-tower",
"aws-smithy-json",
"aws-smithy-types",
"aws-types",
"bytes",
"hex",
2024-06-02 00:17:50 +00:00
"http 0.2.9",
"hyper 0.14.27",
2022-12-19 23:26:44 +00:00
"ring",
"time",
"tokio",
"tower",
"tracing",
"zeroize",
]
[[package]]
name = "aws-endpoint"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "253d7cd480bfa59a5323390e9e91885a8f06a275e0517d81eeb1070b6aa7d271"
dependencies = [
"aws-smithy-http",
"aws-smithy-types",
"aws-types",
2024-06-02 00:17:50 +00:00
"http 0.2.9",
2022-12-19 23:26:44 +00:00
"regex",
"tracing",
]
[[package]]
name = "aws-http"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4cd1b83859383e46ea8fda633378f9f3f02e6e3a446fd89f0240b5c3662716c9"
dependencies = [
"aws-smithy-http",
"aws-smithy-types",
"aws-types",
"bytes",
2024-06-02 00:17:50 +00:00
"http 0.2.9",
"http-body 0.4.5",
2022-12-19 23:26:44 +00:00
"lazy_static",
"percent-encoding",
"pin-project-lite",
"tracing",
]
[[package]]
name = "aws-sdk-sso"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf03342c2b3f52b180f484e60586500765474f2bfc7dcd4ffe893a7a1929db1d"
dependencies = [
"aws-endpoint",
"aws-http",
"aws-sig-auth",
"aws-smithy-async",
"aws-smithy-client",
"aws-smithy-http",
"aws-smithy-http-tower",
"aws-smithy-json",
"aws-smithy-types",
"aws-types",
"bytes",
2024-06-02 00:17:50 +00:00
"http 0.2.9",
2022-12-19 23:26:44 +00:00
"tokio-stream",
"tower",
]
[[package]]
name = "aws-sdk-sts"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa1de4e07ea87a30a317c7b563b3a40fd18a843ad794216dda81672b6e174bce"
dependencies = [
"aws-endpoint",
"aws-http",
"aws-sig-auth",
"aws-smithy-async",
"aws-smithy-client",
"aws-smithy-http",
"aws-smithy-http-tower",
"aws-smithy-query",
"aws-smithy-types",
"aws-smithy-xml",
"aws-types",
"bytes",
2024-06-02 00:17:50 +00:00
"http 0.2.9",
2022-12-19 23:26:44 +00:00
"tower",
"tracing",
]
[[package]]
name = "aws-sig-auth"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6126c4ff918e35fb9ae1bf2de71157fad36f0cc6a2b1d0f7197ee711713700fc"
dependencies = [
"aws-sigv4",
"aws-smithy-http",
"aws-types",
2024-06-02 00:17:50 +00:00
"http 0.2.9",
2022-12-19 23:26:44 +00:00
"tracing",
]
[[package]]
name = "aws-sigv4"
2023-05-02 22:24:46 +00:00
version = "0.52.1"
2022-12-19 23:26:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "cd1ee2d9e6e268a77bdf3a0dc2cc8767401627e60abaa32883aaa3d8b47428e9"
2022-12-19 23:26:44 +00:00
dependencies = [
"aws-smithy-http",
"form_urlencoded",
"hex",
"hmac",
2024-06-02 00:17:50 +00:00
"http 0.2.9",
2022-12-19 23:26:44 +00:00
"once_cell",
"percent-encoding",
"regex",
"sha2",
"time",
"tracing",
]
[[package]]
name = "aws-smithy-async"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e6a895d68852dd1564328e63ef1583e5eb307dd2a5ebf35d862a5c402957d5e"
dependencies = [
"futures-util",
"pin-project-lite",
"tokio",
"tokio-stream",
]
[[package]]
name = "aws-smithy-client"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f505bf793eb3e6d7c166ef1275c27b4b2cd5361173fe950ac8e2cfc08c29a7ef"
dependencies = [
"aws-smithy-async",
"aws-smithy-http",
"aws-smithy-http-tower",
"aws-smithy-types",
"bytes",
2023-09-14 19:49:45 +00:00
"fastrand 1.9.0",
2024-06-02 00:17:50 +00:00
"http 0.2.9",
"http-body 0.4.5",
"hyper 0.14.27",
2022-12-19 23:26:44 +00:00
"hyper-rustls",
"lazy_static",
"pin-project-lite",
"tokio",
"tower",
"tracing",
]
[[package]]
name = "aws-smithy-http"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37e4b4304b7ea4af1af3e08535100eb7b6459d5a6264b92078bf85176d04ab85"
dependencies = [
"aws-smithy-types",
"bytes",
"bytes-utils",
"futures-core",
2024-06-02 00:17:50 +00:00
"http 0.2.9",
"http-body 0.4.5",
"hyper 0.14.27",
2022-12-19 23:26:44 +00:00
"once_cell",
"percent-encoding",
"pin-project-lite",
"pin-utils",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "aws-smithy-http-tower"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e86072ecc4dc4faf3e2071144285cfd539263fe7102b701d54fb991eafb04af8"
dependencies = [
"aws-smithy-http",
"aws-smithy-types",
"bytes",
2024-06-02 00:17:50 +00:00
"http 0.2.9",
"http-body 0.4.5",
2022-12-19 23:26:44 +00:00
"pin-project-lite",
"tower",
"tracing",
]
[[package]]
name = "aws-smithy-json"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e3ddd9275b167bc59e9446469eca56177ec0b51225632f90aaa2cd5f41c940e"
dependencies = [
"aws-smithy-types",
]
[[package]]
name = "aws-smithy-query"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13b19d2e0b3ce20e460bad0d0d974238673100edebba6978c2c1aadd925602f7"
dependencies = [
"aws-smithy-types",
"urlencoding",
]
[[package]]
name = "aws-smithy-types"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "987b1e37febb9bd409ca0846e82d35299e572ad8279bc404778caeb5fc05ad56"
dependencies = [
"base64-simd",
2023-09-14 19:49:45 +00:00
"itoa 1.0.9",
2022-12-19 23:26:44 +00:00
"num-integer",
"ryu",
"time",
]
[[package]]
name = "aws-smithy-xml"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37ce3791e14eec75ffac851a5a559f1ce6b31843297f42cc8bfba82714a6a5d8"
dependencies = [
"xmlparser",
]
[[package]]
name = "aws-types"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c05adca3e2bcf686dd2c47836f216ab52ed7845c177d180c84b08522c1166a3"
dependencies = [
"aws-smithy-async",
"aws-smithy-client",
"aws-smithy-http",
"aws-smithy-types",
2024-06-02 00:17:50 +00:00
"http 0.2.9",
2023-05-02 22:24:46 +00:00
"rustc_version",
2022-12-19 23:26:44 +00:00
"tracing",
"zeroize",
]
2023-07-11 16:52:13 +00:00
[[package]]
name = "backtrace"
2023-09-14 19:49:45 +00:00
version = "0.3.69"
2023-07-11 16:52:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
2023-07-11 16:52:13 +00:00
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "base64"
2024-06-02 00:17:50 +00:00
version = "0.21.4"
2023-05-02 22:24:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2"
2023-05-02 22:24:46 +00:00
[[package]]
name = "base64"
2024-06-02 00:17:50 +00:00
version = "0.22.1"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
2022-08-14 20:27:41 +00:00
2022-12-19 23:26:44 +00:00
[[package]]
name = "base64-simd"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "781dd20c3aff0bd194fe7d2a977dd92f21c173891f3a03b677359e5fa457e5d5"
dependencies = [
"simd-abstraction",
]
[[package]]
name = "base64ct"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
2022-08-14 20:27:41 +00:00
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2023-07-11 16:52:13 +00:00
[[package]]
name = "bitflags"
2024-06-02 00:17:50 +00:00
version = "2.5.0"
2023-07-11 16:52:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
dependencies = [
"serde",
]
2023-07-11 16:52:13 +00:00
[[package]]
name = "blake2"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
dependencies = [
"digest",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "block"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
[[package]]
name = "block-buffer"
2023-05-02 22:24:46 +00:00
version = "0.10.4"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2022-08-14 20:27:41 +00:00
dependencies = [
"generic-array",
]
2024-06-02 00:17:50 +00:00
[[package]]
name = "block2"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
dependencies = [
"objc2",
]
2023-05-02 22:24:46 +00:00
[[package]]
name = "blocking"
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77231a1c8f801696fc0123ec6150ce92cffb8e164a02afb9c8ddee0e9b65ad65"
dependencies = [
2024-06-02 00:17:50 +00:00
"async-channel 1.9.0",
"async-lock 2.8.0",
2023-05-02 22:24:46 +00:00
"async-task",
"atomic-waker",
2023-09-14 19:49:45 +00:00
"fastrand 1.9.0",
2024-06-02 00:17:50 +00:00
"futures-lite 1.13.0",
2023-05-02 22:24:46 +00:00
"log",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "brotli"
version = "3.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68"
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
"brotli-decompressor",
]
[[package]]
name = "brotli-decompressor"
2023-05-02 22:24:46 +00:00
version = "2.3.4"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "4b6561fd3f895a11e8f72af2cb7d22e08366bebc2b6b57f7744c4bda27034744"
2022-08-14 20:27:41 +00:00
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
]
[[package]]
name = "bumpalo"
2023-07-11 16:52:13 +00:00
version = "3.13.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-11 16:52:13 +00:00
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
2022-08-14 20:27:41 +00:00
[[package]]
name = "bytemuck"
2023-09-14 19:49:45 +00:00
version = "1.14.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6"
2022-08-14 20:27:41 +00:00
[[package]]
name = "byteorder"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "bytes"
2023-09-14 19:49:45 +00:00
version = "1.5.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
2024-06-02 00:17:50 +00:00
dependencies = [
"serde",
]
2022-08-14 20:27:41 +00:00
2022-12-19 23:26:44 +00:00
[[package]]
name = "bytes-utils"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e47d3a8076e283f3acd27400535992edb3ba4b5bb72f8891ad8fbe7932a7d4b9"
dependencies = [
"bytes",
"either",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "cairo-rs"
2024-06-02 00:17:50 +00:00
version = "0.18.5"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "8ca26ef0159422fb77631dc9d17b102f253b876fe1586b03b803e63a309b4ee2"
2022-08-14 20:27:41 +00:00
dependencies = [
2024-06-02 00:17:50 +00:00
"bitflags 2.5.0",
2022-08-14 20:27:41 +00:00
"cairo-sys-rs",
"glib",
"libc",
2024-06-02 00:17:50 +00:00
"once_cell",
2022-08-14 20:27:41 +00:00
"thiserror",
]
[[package]]
name = "cairo-sys-rs"
2024-06-02 00:17:50 +00:00
version = "0.18.2"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "685c9fa8e590b8b3d678873528d83411db17242a73fccaed827770ea0fedda51"
2022-08-14 20:27:41 +00:00
dependencies = [
"glib-sys",
"libc",
2024-06-02 00:17:50 +00:00
"system-deps",
]
[[package]]
name = "camino"
version = "1.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0ec6b951b160caa93cc0c7b209e5a3bff7aae9062213451ac99493cd844c239"
dependencies = [
"serde",
]
[[package]]
name = "cargo-platform"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc"
dependencies = [
"serde",
]
[[package]]
name = "cargo_metadata"
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037"
dependencies = [
"camino",
"cargo-platform",
"semver",
"serde",
"serde_json",
"thiserror",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "cargo_toml"
2024-06-02 00:17:50 +00:00
version = "0.17.2"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "8a969e13a7589e9e3e4207e153bae624ade2b5622fb4684a4923b23ec3d57719"
2022-08-14 20:27:41 +00:00
dependencies = [
"serde",
2024-06-02 00:17:50 +00:00
"toml 0.8.2",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "cc"
2023-09-14 19:49:45 +00:00
version = "1.0.83"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
dependencies = [
"libc",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "cesu8"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
[[package]]
name = "cfb"
2023-07-11 16:52:13 +00:00
version = "0.7.3"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-11 16:52:13 +00:00
checksum = "d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f"
2022-08-14 20:27:41 +00:00
dependencies = [
"byteorder",
2023-07-11 16:52:13 +00:00
"fnv",
"uuid",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "cfg-expr"
2023-09-14 19:49:45 +00:00
version = "0.15.5"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "03915af431787e6ffdcc74c645077518c6b6e01f80b761e0fbbfa288536311b3"
2022-08-14 20:27:41 +00:00
dependencies = [
"smallvec",
2023-05-02 22:24:46 +00:00
"target-lexicon",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2024-06-02 00:17:50 +00:00
[[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",
]
2023-07-11 16:52:13 +00:00
[[package]]
name = "chrono"
2023-09-14 19:49:45 +00:00
version = "0.4.30"
2023-07-11 16:52:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "defd4e7873dbddba6c7c91e199c7fcb946abc4a6a4ac3195400bcfb01b5de877"
2023-07-11 16:52:13 +00:00
dependencies = [
"android-tzdata",
"iana-time-zone",
"num-traits",
"serde",
2023-09-14 19:49:45 +00:00
"windows-targets 0.48.5",
2023-07-11 16:52:13 +00:00
]
[[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 = "clap"
version = "3.2.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
dependencies = [
"atty",
2023-07-11 16:52:13 +00:00
"bitflags 1.3.2",
"clap_derive",
"clap_lex",
2023-07-11 16:52:13 +00:00
"indexmap 1.9.3",
"once_cell",
"strsim",
"termcolor",
"textwrap",
]
[[package]]
name = "clap_derive"
version = "3.2.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae6371b8bdc8b7d3959e9cf7b22d4435ef3e79e138688421ec654acf8c81b008"
dependencies = [
"heck 0.4.1",
"proc-macro-error",
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "clap_lex"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
dependencies = [
"os_str_bytes",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "cocoa"
2024-06-02 00:17:50 +00:00
version = "0.25.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2022-08-14 20:27:41 +00:00
dependencies = [
2023-07-11 16:52:13 +00:00
"bitflags 1.3.2",
2022-08-14 20:27:41 +00:00
"block",
"cocoa-foundation",
"core-foundation",
"core-graphics",
2024-06-02 00:17:50 +00:00
"foreign-types 0.5.0",
2022-08-14 20:27:41 +00:00
"libc",
"objc",
]
[[package]]
name = "cocoa-foundation"
2023-05-02 22:24:46 +00:00
version = "0.1.1"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "931d3837c286f56e3c58423ce4eba12d08db2374461a785c86f672b08b5650d6"
2022-08-14 20:27:41 +00:00
dependencies = [
2023-07-11 16:52:13 +00:00
"bitflags 1.3.2",
2022-08-14 20:27:41 +00:00
"block",
"core-foundation",
"core-graphics-types",
2024-06-02 00:17:50 +00:00
"foreign-types 0.3.2",
2022-08-14 20:27:41 +00:00
"libc",
"objc",
]
[[package]]
name = "combine"
2023-05-02 22:24:46 +00:00
version = "4.6.6"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4"
2022-08-14 20:27:41 +00:00
dependencies = [
"bytes",
"memchr",
]
2023-04-30 21:10:21 +00:00
[[package]]
name = "concurrent-queue"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c"
dependencies = [
"crossbeam-utils",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "convert_case"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
[[package]]
name = "core-foundation"
2024-06-02 00:17:50 +00:00
version = "0.9.4"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
2022-08-14 20:27:41 +00:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
2024-06-02 00:17:50 +00:00
version = "0.8.6"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
2022-08-14 20:27:41 +00:00
[[package]]
name = "core-graphics"
2024-06-02 00:17:50 +00:00
version = "0.23.2"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
2022-08-14 20:27:41 +00:00
dependencies = [
2023-07-11 16:52:13 +00:00
"bitflags 1.3.2",
2022-08-14 20:27:41 +00:00
"core-foundation",
"core-graphics-types",
2024-06-02 00:17:50 +00:00
"foreign-types 0.5.0",
2022-08-14 20:27:41 +00:00
"libc",
]
[[package]]
name = "core-graphics-types"
2024-06-02 00:17:50 +00:00
version = "0.1.3"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
2022-08-14 20:27:41 +00:00
dependencies = [
2023-07-11 16:52:13 +00:00
"bitflags 1.3.2",
2022-08-14 20:27:41 +00:00
"core-foundation",
"libc",
]
[[package]]
name = "cpufeatures"
2023-07-11 16:52:13 +00:00
version = "0.2.9"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-11 16:52:13 +00:00
checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
2022-08-14 20:27:41 +00:00
dependencies = [
"libc",
]
2022-12-03 06:59:13 +00:00
[[package]]
name = "crc"
2023-05-02 22:24:46 +00:00
version = "3.0.1"
2022-12-03 06:59:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "86ec7a15cbe22e59248fc7eadb1907dab5ba09372595da4d73dd805ed4417dfe"
2022-12-03 06:59:13 +00:00
dependencies = [
"crc-catalog",
]
[[package]]
name = "crc-catalog"
2023-05-02 22:24:46 +00:00
version = "2.2.0"
2022-12-03 06:59:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "9cace84e55f07e7301bae1c519df89cdad8cc3cd868413d3fdbdeca9ff3db484"
2022-12-03 06:59:13 +00:00
2022-08-14 20:27:41 +00:00
[[package]]
name = "crc32fast"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
dependencies = [
"cfg-if",
]
2023-05-15 20:09:26 +00:00
[[package]]
name = "creddy"
2024-06-03 05:21:43 +00:00
version = "0.4.9"
2023-05-15 20:09:26 +00:00
dependencies = [
"argon2",
"auto-launch",
"aws-config",
"aws-sdk-sts",
"aws-smithy-types",
"aws-types",
"chacha20poly1305",
"clap",
"dirs 5.0.1",
"is-terminal",
"once_cell",
2024-06-02 00:17:50 +00:00
"rfd",
2023-05-15 20:09:26 +00:00
"serde",
"serde_json",
"sodiumoxide",
"sqlx",
"strum",
"strum_macros",
"sysinfo",
"tauri",
"tauri-build",
2024-06-02 00:17:50 +00:00
"tauri-plugin-global-shortcut",
2023-05-15 20:09:26 +00:00
"tauri-plugin-single-instance",
"thiserror",
"time",
2023-05-15 20:09:26 +00:00
"tokio",
2023-08-03 02:57:37 +00:00
"which",
"windows 0.51.1",
2023-05-15 20:09:26 +00:00
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "crossbeam-channel"
2023-05-02 22:24:46 +00:00
version = "0.5.8"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
2022-08-14 20:27:41 +00:00
dependencies = [
"cfg-if",
"crossbeam-utils",
]
2022-12-04 05:47:09 +00:00
[[package]]
name = "crossbeam-deque"
2023-05-02 22:24:46 +00:00
version = "0.8.3"
2022-12-04 05:47:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
2022-12-04 05:47:09 +00:00
dependencies = [
"cfg-if",
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
2023-07-11 16:52:13 +00:00
version = "0.9.15"
2022-12-04 05:47:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-11 16:52:13 +00:00
checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
2022-12-04 05:47:09 +00:00
dependencies = [
"autocfg",
"cfg-if",
"crossbeam-utils",
2024-06-02 00:17:50 +00:00
"memoffset",
2022-12-04 05:47:09 +00:00
"scopeguard",
]
2022-12-03 06:59:13 +00:00
[[package]]
name = "crossbeam-queue"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"
dependencies = [
"cfg-if",
"crossbeam-utils",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "crossbeam-utils"
2023-07-11 16:52:13 +00:00
version = "0.8.16"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-11 16:52:13 +00:00
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
2022-08-14 20:27:41 +00:00
dependencies = [
"cfg-if",
]
[[package]]
name = "crypto-common"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
"generic-array",
"rand_core 0.6.4",
2022-08-14 20:27:41 +00:00
"typenum",
]
[[package]]
name = "cssparser"
version = "0.27.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "754b69d351cdc2d8ee09ae203db831e005560fc6030da058f86ad60c92a9cb0a"
dependencies = [
"cssparser-macros",
"dtoa-short",
"itoa 0.4.8",
"matches",
"phf 0.8.0",
"proc-macro2",
"quote",
"smallvec",
2023-05-02 22:24:46 +00:00
"syn 1.0.109",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "cssparser-macros"
2023-07-11 16:52:13 +00:00
version = "0.6.1"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-11 16:52:13 +00:00
checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
2022-08-14 20:27:41 +00:00
dependencies = [
"quote",
2024-06-02 00:17:50 +00:00
"syn 2.0.66",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "ctor"
2024-06-02 00:17:50 +00:00
version = "0.2.8"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "edb49164822f3ee45b17acd4a208cfc1251410cf0cad9a833234c9890774dd9f"
2022-08-14 20:27:41 +00:00
dependencies = [
"quote",
2024-06-02 00:17:50 +00:00
"syn 2.0.66",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "darling"
2023-09-14 19:49:45 +00:00
version = "0.20.3"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "0209d94da627ab5605dcccf08bb18afa5009cfbef48d8a8b7d7bdbc79be25c5e"
2022-08-14 20:27:41 +00:00
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
2023-09-14 19:49:45 +00:00
version = "0.20.3"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "177e3443818124b357d8e76f53be906d60937f0d3a90773a664fa63fa253e621"
2022-08-14 20:27:41 +00:00
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim",
2024-06-02 00:17:50 +00:00
"syn 2.0.66",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "darling_macro"
2023-09-14 19:49:45 +00:00
version = "0.20.3"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "836a9bbc7ad63342d6d6e7b815ccab164bc77a2d95d84bc3117a8c0d5c98e2d5"
2022-08-14 20:27:41 +00:00
dependencies = [
"darling_core",
"quote",
2024-06-02 00:17:50 +00:00
"syn 2.0.66",
2023-09-14 19:49:45 +00:00
]
[[package]]
name = "deranged"
version = "0.3.11"
2023-09-14 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
2023-09-14 19:49:45 +00:00
dependencies = [
"powerfmt",
2023-09-14 19:49:45 +00:00
"serde",
2022-08-14 20:27:41 +00:00
]
[[package]]
2023-04-30 21:10:21 +00:00
name = "derivative"
version = "2.2.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-30 21:10:21 +00:00
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
2022-08-14 20:27:41 +00:00
dependencies = [
2023-04-30 21:10:21 +00:00
"proc-macro2",
"quote",
2023-05-02 22:24:46 +00:00
"syn 1.0.109",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "derive_more"
version = "0.99.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
dependencies = [
"convert_case",
"proc-macro2",
"quote",
2023-05-02 22:24:46 +00:00
"rustc_version",
"syn 1.0.109",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "digest"
2023-07-11 16:52:13 +00:00
version = "0.10.7"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-11 16:52:13 +00:00
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
2022-08-14 20:27:41 +00:00
dependencies = [
"block-buffer",
"crypto-common",
2022-12-19 23:26:44 +00:00
"subtle",
2022-08-14 20:27:41 +00:00
]
2023-04-27 21:24:08 +00:00
[[package]]
name = "dirs"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
dependencies = [
2023-04-29 05:34:17 +00:00
"dirs-sys 0.3.7",
]
[[package]]
name = "dirs"
2023-05-02 22:24:46 +00:00
version = "5.0.1"
2023-04-29 05:34:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
2023-04-29 05:34:17 +00:00
dependencies = [
2023-05-02 22:24:46 +00:00
"dirs-sys 0.4.1",
2023-04-27 21:24:08 +00:00
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "dirs-next"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
dependencies = [
"cfg-if",
"dirs-sys-next",
]
2023-04-27 21:24:08 +00:00
[[package]]
name = "dirs-sys"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
dependencies = [
"libc",
"redox_users",
"winapi",
]
2023-04-29 05:34:17 +00:00
[[package]]
name = "dirs-sys"
2023-05-02 22:24:46 +00:00
version = "0.4.1"
2023-04-29 05:34:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
2023-04-29 05:34:17 +00:00
dependencies = [
"libc",
2023-05-02 22:24:46 +00:00
"option-ext",
2023-04-29 05:34:17 +00:00
"redox_users",
2023-05-02 22:24:46 +00:00
"windows-sys 0.48.0",
2023-04-29 05:34:17 +00:00
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "dirs-sys-next"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
dependencies = [
"libc",
"redox_users",
"winapi",
]
[[package]]
name = "dispatch"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
2024-06-02 00:17:50 +00:00
[[package]]
name = "dlib"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
dependencies = [
"libloading",
]
[[package]]
name = "dlopen2"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e1297103d2bbaea85724fcee6294c2d50b1081f9ad47d0f6f6f61eda65315a6"
dependencies = [
"dlopen2_derive",
"libc",
"once_cell",
"winapi",
]
[[package]]
name = "dlopen2_derive"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2b99bf03862d7f545ebc28ddd33a665b50865f4dfd84031a393823879bd4c54"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.66",
]
2022-12-03 06:59:13 +00:00
[[package]]
name = "dotenvy"
2023-05-02 22:24:46 +00:00
version = "0.15.7"
2022-12-03 06:59:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
2022-12-03 06:59:13 +00:00
2024-06-02 00:17:50 +00:00
[[package]]
name = "dpi"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f25c0e292a7ca6d6498557ff1df68f32c99850012b6ea401cf8daf771f22ff53"
dependencies = [
"serde",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "dtoa"
2023-09-14 19:49:45 +00:00
version = "1.0.9"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653"
2022-08-14 20:27:41 +00:00
[[package]]
name = "dtoa-short"
2023-07-11 16:52:13 +00:00
version = "0.3.4"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-11 16:52:13 +00:00
checksum = "dbaceec3c6e4211c79e7b1800fb9680527106beb2f9c51904a3210c03a448c74"
2022-08-14 20:27:41 +00:00
dependencies = [
"dtoa",
]
2023-04-30 21:10:21 +00:00
[[package]]
name = "dunce"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b"
2024-06-02 00:17:50 +00:00
[[package]]
name = "dyn-clone"
version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
2022-08-14 20:27:41 +00:00
[[package]]
name = "ed25519"
2023-05-02 22:24:46 +00:00
version = "1.5.3"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7"
2022-08-14 20:27:41 +00:00
dependencies = [
"signature",
]
2022-12-03 06:59:13 +00:00
[[package]]
name = "either"
2023-09-14 19:49:45 +00:00
version = "1.9.0"
2022-12-03 06:59:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
2022-12-03 06:59:13 +00:00
2023-07-11 16:52:13 +00:00
[[package]]
name = "embed-resource"
2023-09-14 19:49:45 +00:00
version = "2.3.0"
2023-07-11 16:52:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "fd0a2c9b742a980060d22545a7a83b573acd6b73045b9de6370c9530ce652f27"
2023-07-11 16:52:13 +00:00
dependencies = [
"cc",
"rustc_version",
2023-09-14 19:49:45 +00:00
"toml 0.7.8",
2023-07-11 16:52:13 +00:00
"vswhom",
2023-09-14 19:49:45 +00:00
"winreg 0.51.0",
2023-07-11 16:52:13 +00:00
]
2022-08-14 20:27:41 +00:00
[[package]]
2023-04-30 21:10:21 +00:00
name = "embed_plist"
version = "1.2.2"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-30 21:10:21 +00:00
checksum = "4ef6b89e5b37196644d8796de5268852ff179b44e96276cf4290264843743bb7"
[[package]]
2024-06-02 00:17:50 +00:00
name = "endi"
version = "1.1.0"
2023-04-30 21:10:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
2022-08-14 20:27:41 +00:00
[[package]]
2023-04-30 21:10:21 +00:00
name = "enumflags2"
2023-09-14 19:49:45 +00:00
version = "0.7.8"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "5998b4f30320c9d93aed72f63af821bfdac50465b75428fce77b48ec482c3939"
2023-04-30 21:10:21 +00:00
dependencies = [
"enumflags2_derive",
"serde",
]
[[package]]
name = "enumflags2_derive"
2023-09-14 19:49:45 +00:00
version = "0.7.8"
2023-04-30 21:10:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "f95e2801cd355d4a1a3e3953ce6ee5ae9603a5c833455343a8bfe3f44d418246"
2023-04-30 21:10:21 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-06-02 00:17:50 +00:00
"syn 2.0.66",
2023-04-30 21:10:21 +00:00
]
2023-07-11 16:52:13 +00:00
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2023-04-30 21:10:21 +00:00
[[package]]
name = "errno"
2023-09-14 19:49:45 +00:00
version = "0.3.3"
2023-04-30 21:10:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "136526188508e25c6fef639d7927dfb3e0e3084488bf202267829cf7fc23dbdd"
2023-04-30 21:10:21 +00:00
dependencies = [
"errno-dragonfly",
"libc",
"windows-sys 0.48.0",
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
2022-08-14 20:27:41 +00:00
2022-12-03 06:59:13 +00:00
[[package]]
name = "event-listener"
version = "2.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
2024-06-02 00:17:50 +00:00
[[package]]
name = "event-listener"
version = "4.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e"
dependencies = [
"concurrent-queue",
"parking",
"pin-project-lite",
]
[[package]]
name = "event-listener"
version = "5.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b5fb89194fa3cad959b833185b3063ba881dbfc7030680b314250779fb4cc91"
dependencies = [
"concurrent-queue",
"parking",
"pin-project-lite",
]
[[package]]
name = "event-listener-strategy"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3"
dependencies = [
"event-listener 4.0.3",
"pin-project-lite",
]
[[package]]
name = "event-listener-strategy"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1"
dependencies = [
"event-listener 5.2.0",
"pin-project-lite",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "fastrand"
2023-05-02 22:24:46 +00:00
version = "1.9.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
2022-08-14 20:27:41 +00:00
dependencies = [
"instant",
]
2023-09-14 19:49:45 +00:00
[[package]]
name = "fastrand"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764"
2023-05-02 22:24:46 +00:00
[[package]]
name = "fdeflate"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d329bdeac514ee06249dabc27877490f17f5d371ec693360768b838e19f3ae10"
dependencies = [
"simd-adler32",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "field-offset"
2023-07-11 16:52:13 +00:00
version = "0.3.6"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-11 16:52:13 +00:00
checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f"
2022-08-14 20:27:41 +00:00
dependencies = [
2024-06-02 00:17:50 +00:00
"memoffset",
2023-05-02 22:24:46 +00:00
"rustc_version",
2022-08-14 20:27:41 +00:00
]
2023-09-14 19:49:45 +00:00
[[package]]
name = "finl_unicode"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6"
2022-08-14 20:27:41 +00:00
[[package]]
name = "flate2"
2023-09-14 19:49:45 +00:00
version = "1.0.27"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010"
2022-08-14 20:27:41 +00:00
dependencies = [
"crc32fast",
"miniz_oxide",
]
2022-12-03 06:59:13 +00:00
[[package]]
name = "flume"
version = "0.10.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577"
dependencies = [
"futures-core",
"futures-sink",
"pin-project",
2023-05-02 22:24:46 +00:00
"spin 0.9.8",
2022-12-03 06:59:13 +00:00
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
2024-06-02 00:17:50 +00:00
"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 2.0.66",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
2024-06-02 00:17:50 +00:00
[[package]]
name = "foreign-types-shared"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
2022-08-14 20:27:41 +00:00
[[package]]
name = "form_urlencoded"
2023-07-11 16:52:13 +00:00
version = "1.2.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-11 16:52:13 +00:00
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
2022-08-14 20:27:41 +00:00
dependencies = [
"percent-encoding",
]
[[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"
2023-05-02 22:24:46 +00:00
version = "0.3.28"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
2022-08-14 20:27:41 +00:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
2023-05-02 22:24:46 +00:00
version = "0.3.28"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
2022-08-14 20:27:41 +00:00
[[package]]
name = "futures-executor"
2023-05-02 22:24:46 +00:00
version = "0.3.28"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
2022-08-14 20:27:41 +00:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
2022-12-03 06:59:13 +00:00
[[package]]
name = "futures-intrusive"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a604f7a68fbf8103337523b1fadc8ade7361ee3f112f7c680ad179651616aed5"
dependencies = [
"futures-core",
"lock_api",
"parking_lot 0.11.2",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "futures-io"
2023-05-02 22:24:46 +00:00
version = "0.3.28"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
2022-08-14 20:27:41 +00:00
[[package]]
name = "futures-lite"
2023-05-02 22:24:46 +00:00
version = "1.13.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
2022-08-14 20:27:41 +00:00
dependencies = [
2023-09-14 19:49:45 +00:00
"fastrand 1.9.0",
2022-08-14 20:27:41 +00:00
"futures-core",
"futures-io",
"memchr",
"parking",
"pin-project-lite",
"waker-fn",
]
2024-06-02 00:17:50 +00:00
[[package]]
name = "futures-lite"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c1155db57329dca6d018b61e76b1488ce9a2e5e44028cac420a5898f4fcef63"
dependencies = [
"fastrand 2.0.0",
"futures-core",
"futures-io",
"memchr",
"parking",
"pin-project-lite",
"waker-fn",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "futures-macro"
2023-05-02 22:24:46 +00:00
version = "0.3.28"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
2022-08-14 20:27:41 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-06-02 00:17:50 +00:00
"syn 2.0.66",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "futures-sink"
2023-05-02 22:24:46 +00:00
version = "0.3.28"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
2022-08-14 20:27:41 +00:00
[[package]]
name = "futures-task"
2023-05-02 22:24:46 +00:00
version = "0.3.28"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
2022-08-14 20:27:41 +00:00
[[package]]
name = "futures-util"
2023-05-02 22:24:46 +00:00
version = "0.3.28"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
2022-08-14 20:27:41 +00:00
dependencies = [
"futures-core",
2023-05-02 22:24:46 +00:00
"futures-io",
2022-08-14 20:27:41 +00:00
"futures-macro",
"futures-sink",
"futures-task",
2023-05-02 22:24:46 +00:00
"memchr",
2022-08-14 20:27:41 +00:00
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
name = "fxhash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
dependencies = [
"byteorder",
]
[[package]]
name = "gdk"
2024-06-02 00:17:50 +00:00
version = "0.18.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "f5ba081bdef3b75ebcdbfc953699ed2d7417d6bd853347a42a37d76406a33646"
2022-08-14 20:27:41 +00:00
dependencies = [
"cairo-rs",
"gdk-pixbuf",
"gdk-sys",
"gio",
"glib",
"libc",
"pango",
]
[[package]]
name = "gdk-pixbuf"
2024-06-02 00:17:50 +00:00
version = "0.18.5"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "50e1f5f1b0bfb830d6ccc8066d18db35c487b1b2b1e8589b5dfe9f07e8defaec"
2022-08-14 20:27:41 +00:00
dependencies = [
"gdk-pixbuf-sys",
"gio",
"glib",
"libc",
2024-06-02 00:17:50 +00:00
"once_cell",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "gdk-pixbuf-sys"
2024-06-02 00:17:50 +00:00
version = "0.18.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "3f9839ea644ed9c97a34d129ad56d38a25e6756f99f3a88e15cd39c20629caf7"
2022-08-14 20:27:41 +00:00
dependencies = [
"gio-sys",
"glib-sys",
"gobject-sys",
"libc",
2024-06-02 00:17:50 +00:00
"system-deps",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "gdk-sys"
2024-06-02 00:17:50 +00:00
version = "0.18.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "31ff856cb3386dae1703a920f803abafcc580e9b5f711ca62ed1620c25b51ff2"
2022-08-14 20:27:41 +00:00
dependencies = [
"cairo-sys-rs",
"gdk-pixbuf-sys",
"gio-sys",
"glib-sys",
"gobject-sys",
"libc",
"pango-sys",
"pkg-config",
2024-06-02 00:17:50 +00:00
"system-deps",
2023-07-11 16:52:13 +00:00
]
[[package]]
name = "gdkwayland-sys"
2024-06-02 00:17:50 +00:00
version = "0.18.0"
2023-07-11 16:52:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "a90fbf5c033c65d93792192a49a8efb5bb1e640c419682a58bb96f5ae77f3d4a"
2023-07-11 16:52:13 +00:00
dependencies = [
"gdk-sys",
"glib-sys",
"gobject-sys",
"libc",
"pkg-config",
2024-06-02 00:17:50 +00:00
"system-deps",
]
[[package]]
name = "gdkx11"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db2ea8a4909d530f79921290389cbd7c34cb9d623bfe970eaae65ca5f9cd9cce"
dependencies = [
"gdk",
"gdkx11-sys",
"gio",
"glib",
"libc",
"x11",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "gdkx11-sys"
2024-06-02 00:17:50 +00:00
version = "0.18.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "fee8f00f4ee46cad2939b8990f5c70c94ff882c3028f3cc5abf950fa4ab53043"
2022-08-14 20:27:41 +00:00
dependencies = [
"gdk-sys",
"glib-sys",
"libc",
2024-06-02 00:17:50 +00:00
"system-deps",
2022-08-14 20:27:41 +00:00
"x11",
]
[[package]]
name = "generator"
2023-07-11 16:52:13 +00:00
version = "0.7.5"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-11 16:52:13 +00:00
checksum = "5cc16584ff22b460a382b7feec54b23d2908d858152e5739a120b949293bd74e"
2022-08-14 20:27:41 +00:00
dependencies = [
"cc",
"libc",
"log",
"rustversion",
2023-05-02 22:24:46 +00:00
"windows 0.48.0",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "generic-array"
2023-05-02 22:24:46 +00:00
version = "0.14.7"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2022-08-14 20:27:41 +00:00
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "getrandom"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
dependencies = [
"cfg-if",
"libc",
"wasi 0.9.0+wasi-snapshot-preview1",
]
[[package]]
name = "getrandom"
2023-07-11 16:52:13 +00:00
version = "0.2.10"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-11 16:52:13 +00:00
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
2022-08-14 20:27:41 +00:00
dependencies = [
"cfg-if",
"libc",
"wasi 0.11.0+wasi-snapshot-preview1",
]
2023-07-11 16:52:13 +00:00
[[package]]
name = "gimli"
2023-09-14 19:49:45 +00:00
version = "0.28.0"
2023-07-11 16:52:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
2023-07-11 16:52:13 +00:00
2022-08-14 20:27:41 +00:00
[[package]]
name = "gio"
2024-06-02 00:17:50 +00:00
version = "0.18.4"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "d4fc8f532f87b79cbc51a79748f16a6828fb784be93145a322fa14d06d354c73"
2022-08-14 20:27:41 +00:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
2024-06-02 00:17:50 +00:00
"futures-util",
2022-08-14 20:27:41 +00:00
"gio-sys",
"glib",
"libc",
"once_cell",
2024-06-02 00:17:50 +00:00
"pin-project-lite",
"smallvec",
2022-08-14 20:27:41 +00:00
"thiserror",
]
[[package]]
name = "gio-sys"
2024-06-02 00:17:50 +00:00
version = "0.18.1"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "37566df850baf5e4cb0dfb78af2e4b9898d817ed9263d1090a2df958c64737d2"
2022-08-14 20:27:41 +00:00
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
2024-06-02 00:17:50 +00:00
"system-deps",
2022-08-14 20:27:41 +00:00
"winapi",
]
[[package]]
name = "glib"
2024-06-02 00:17:50 +00:00
version = "0.18.5"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "233daaf6e83ae6a12a52055f568f9d7cf4671dabb78ff9560ab6da230ce00ee5"
2022-08-14 20:27:41 +00:00
dependencies = [
2024-06-02 00:17:50 +00:00
"bitflags 2.5.0",
2022-08-14 20:27:41 +00:00
"futures-channel",
"futures-core",
"futures-executor",
"futures-task",
2024-06-02 00:17:50 +00:00
"futures-util",
"gio-sys",
2022-08-14 20:27:41 +00:00
"glib-macros",
"glib-sys",
"gobject-sys",
"libc",
2024-06-02 00:17:50 +00:00
"memchr",
2022-08-14 20:27:41 +00:00
"once_cell",
"smallvec",
"thiserror",
]
[[package]]
name = "glib-macros"
2024-06-02 00:17:50 +00:00
version = "0.18.5"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "0bb0228f477c0900c880fd78c8759b95c7636dbd7842707f49e132378aa2acdc"
2022-08-14 20:27:41 +00:00
dependencies = [
2023-05-02 22:24:46 +00:00
"heck 0.4.1",
2024-06-02 00:17:50 +00:00
"proc-macro-crate 2.0.2",
2022-08-14 20:27:41 +00:00
"proc-macro-error",
"proc-macro2",
"quote",
2024-06-02 00:17:50 +00:00
"syn 2.0.66",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "glib-sys"
2024-06-02 00:17:50 +00:00
version = "0.18.1"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "063ce2eb6a8d0ea93d2bf8ba1957e78dbab6be1c2220dd3daca57d5a9d869898"
2022-08-14 20:27:41 +00:00
dependencies = [
"libc",
2024-06-02 00:17:50 +00:00
"system-deps",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "glob"
2023-05-02 22:24:46 +00:00
version = "0.3.1"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
2022-08-14 20:27:41 +00:00
[[package]]
2024-06-02 00:17:50 +00:00
name = "global-hotkey"
version = "0.5.4"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "89cb13e8c52c87e28a46eae3e5e65b8f0cd465c4c9e67b13d56c70412e792bc3"
2022-08-14 20:27:41 +00:00
dependencies = [
2024-06-02 00:17:50 +00:00
"bitflags 2.5.0",
"cocoa",
"crossbeam-channel",
"keyboard-types",
"objc",
"once_cell",
"serde",
"thiserror",
"windows-sys 0.52.0",
"x11-dl",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "gobject-sys"
2024-06-02 00:17:50 +00:00
version = "0.18.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "0850127b514d1c4a4654ead6dedadb18198999985908e6ffe4436f53c785ce44"
2022-08-14 20:27:41 +00:00
dependencies = [
"glib-sys",
"libc",
2024-06-02 00:17:50 +00:00
"system-deps",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "gtk"
2024-06-02 00:17:50 +00:00
version = "0.18.1"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "93c4f5e0e20b60e10631a5f06da7fe3dda744b05ad0ea71fee2f47adf865890c"
2022-08-14 20:27:41 +00:00
dependencies = [
"atk",
"cairo-rs",
"field-offset",
"futures-channel",
"gdk",
"gdk-pixbuf",
"gio",
"glib",
"gtk-sys",
"gtk3-macros",
"libc",
"pango",
"pkg-config",
]
[[package]]
name = "gtk-sys"
2024-06-02 00:17:50 +00:00
version = "0.18.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "771437bf1de2c1c0b496c11505bdf748e26066bbe942dfc8f614c9460f6d7722"
2022-08-14 20:27:41 +00:00
dependencies = [
"atk-sys",
"cairo-sys-rs",
"gdk-pixbuf-sys",
"gdk-sys",
"gio-sys",
"glib-sys",
"gobject-sys",
"libc",
"pango-sys",
2024-06-02 00:17:50 +00:00
"system-deps",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "gtk3-macros"
2024-06-02 00:17:50 +00:00
version = "0.18.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "c6063efb63db582968fb7df72e1ae68aa6360dcfb0a75143f34fc7d616bad75e"
2022-08-14 20:27:41 +00:00
dependencies = [
2024-06-02 00:17:50 +00:00
"proc-macro-crate 1.3.1",
2022-08-14 20:27:41 +00:00
"proc-macro-error",
"proc-macro2",
"quote",
2024-06-02 00:17:50 +00:00
"syn 2.0.66",
2022-08-14 20:27:41 +00:00
]
2022-12-19 23:26:44 +00:00
[[package]]
name = "h2"
2023-09-14 19:49:45 +00:00
version = "0.3.21"
2022-12-19 23:26:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833"
2022-12-19 23:26:44 +00:00
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
2024-06-02 00:17:50 +00:00
"http 0.2.9",
2023-07-11 16:52:13 +00:00
"indexmap 1.9.3",
2022-12-19 23:26:44 +00:00
"slab",
"tokio",
"tokio-util",
"tracing",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2023-07-11 16:52:13 +00:00
[[package]]
name = "hashbrown"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
2022-12-03 06:59:13 +00:00
dependencies = [
2023-07-11 16:52:13 +00:00
"ahash 0.8.3",
"allocator-api2",
2022-12-03 06:59:13 +00:00
]
[[package]]
name = "hashlink"
2023-09-14 19:49:45 +00:00
version = "0.8.4"
2022-12-03 06:59:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
2022-12-03 06:59:13 +00:00
dependencies = [
2023-07-11 16:52:13 +00:00
"hashbrown 0.14.0",
2022-12-03 06:59:13 +00:00
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "heck"
2024-06-02 00:17:50 +00:00
version = "0.4.1"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2022-08-14 20:27:41 +00:00
dependencies = [
"unicode-segmentation",
]
[[package]]
name = "heck"
2024-06-02 00:17:50 +00:00
version = "0.5.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2022-08-14 20:27:41 +00:00
[[package]]
name = "hermit-abi"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
dependencies = [
"libc",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "hermit-abi"
2023-07-11 16:52:13 +00:00
version = "0.3.2"
2023-04-30 21:10:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-11 16:52:13 +00:00
checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
2023-04-30 21:10:21 +00:00
2022-12-03 06:59:13 +00:00
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2022-12-19 23:26:44 +00:00
[[package]]
name = "hmac"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
dependencies = [
"digest",
]
2023-09-14 19:49:45 +00:00
[[package]]
name = "home"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb"
dependencies = [
"windows-sys 0.48.0",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "html5ever"
2024-06-02 00:17:50 +00:00
version = "0.26.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7"
2022-08-14 20:27:41 +00:00
dependencies = [
"log",
"mac",
"markup5ever",
"proc-macro2",
"quote",
2023-05-02 22:24:46 +00:00
"syn 1.0.109",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "http"
2023-05-02 22:24:46 +00:00
version = "0.2.9"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
2022-08-14 20:27:41 +00:00
dependencies = [
"bytes",
"fnv",
2023-09-14 19:49:45 +00:00
"itoa 1.0.9",
2022-08-14 20:27:41 +00:00
]
2024-06-02 00:17:50 +00:00
[[package]]
name = "http"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
dependencies = [
"bytes",
"fnv",
"itoa 1.0.9",
]
2022-12-19 23:26:44 +00:00
[[package]]
name = "http-body"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
dependencies = [
"bytes",
2024-06-02 00:17:50 +00:00
"http 0.2.9",
2022-12-19 23:26:44 +00:00
"pin-project-lite",
]
2022-08-14 20:27:41 +00:00
[[package]]
2024-06-02 00:17:50 +00:00
name = "http-body"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643"
dependencies = [
"bytes",
"http 1.1.0",
]
[[package]]
name = "http-body-util"
version = "0.1.1"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "0475f8b2ac86659c21b64320d5d653f9efe42acd2a4e560073ec61a155a34f1d"
dependencies = [
"bytes",
"futures-core",
"http 1.1.0",
"http-body 1.0.0",
"pin-project-lite",
]
2022-08-14 20:27:41 +00:00
2022-12-19 23:26:44 +00:00
[[package]]
name = "httparse"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
[[package]]
name = "httpdate"
2023-09-14 19:49:45 +00:00
version = "1.0.3"
2022-12-19 23:26:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
2022-12-19 23:26:44 +00:00
[[package]]
name = "hyper"
2023-07-11 16:52:13 +00:00
version = "0.14.27"
2022-12-19 23:26:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-11 16:52:13 +00:00
checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
2022-12-19 23:26:44 +00:00
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
2024-06-02 00:17:50 +00:00
"http 0.2.9",
"http-body 0.4.5",
2022-12-19 23:26:44 +00:00
"httparse",
"httpdate",
2023-09-14 19:49:45 +00:00
"itoa 1.0.9",
2022-12-19 23:26:44 +00:00
"pin-project-lite",
2023-09-14 19:49:45 +00:00
"socket2 0.4.9",
2022-12-19 23:26:44 +00:00
"tokio",
"tower-service",
"tracing",
"want",
]
2024-06-02 00:17:50 +00:00
[[package]]
name = "hyper"
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d"
dependencies = [
"bytes",
"futures-channel",
"futures-util",
"http 1.1.0",
"http-body 1.0.0",
"httparse",
"itoa 1.0.9",
"pin-project-lite",
"smallvec",
"tokio",
"want",
]
2022-12-19 23:26:44 +00:00
[[package]]
name = "hyper-rustls"
version = "0.23.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c"
dependencies = [
2024-06-02 00:17:50 +00:00
"http 0.2.9",
"hyper 0.14.27",
2022-12-19 23:26:44 +00:00
"log",
"rustls",
"rustls-native-certs",
"tokio",
"tokio-rustls",
"webpki-roots",
]
2024-06-02 00:17:50 +00:00
[[package]]
name = "hyper-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b875924a60b96e5d7b9ae7b066540b1dd1cbd90d1828f54c92e02a283351c56"
dependencies = [
"bytes",
"futures-channel",
"futures-util",
"http 1.1.0",
"http-body 1.0.0",
"hyper 1.3.1",
"pin-project-lite",
"socket2 0.5.4",
"tokio",
"tower",
"tower-service",
"tracing",
]
2023-07-11 16:52:13 +00:00
[[package]]
name = "iana-time-zone"
version = "0.1.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
"windows 0.48.0",
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
dependencies = [
"cc",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "ico"
2023-07-11 16:52:13 +00:00
version = "0.3.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-11 16:52:13 +00:00
checksum = "e3804960be0bb5e4edb1e1ad67afd321a9ecfd875c3e65c099468fd2717d7cae"
2022-08-14 20:27:41 +00:00
dependencies = [
"byteorder",
2023-04-30 21:10:21 +00:00
"png",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
[[package]]
name = "idna"
2023-07-11 16:52:13 +00:00
version = "0.4.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-11 16:52:13 +00:00
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
2022-08-14 20:27:41 +00:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "indexmap"
2023-05-02 22:24:46 +00:00
version = "1.9.3"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2022-08-14 20:27:41 +00:00
dependencies = [
"autocfg",
2023-07-11 16:52:13 +00:00
"hashbrown 0.12.3",
"serde",
]
[[package]]
name = "indexmap"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
dependencies = [
"equivalent",
"hashbrown 0.14.0",
2023-09-14 19:49:45 +00:00
"serde",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "infer"
2024-06-02 00:17:50 +00:00
version = "0.15.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "cb33622da908807a06f9513c19b3c1ad50fab3e4137d82a78107d502075aa199"
2022-08-14 20:27:41 +00:00
dependencies = [
"cfb",
]
[[package]]
name = "inout"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
dependencies = [
"generic-array",
]
2022-08-14 20:27:41 +00:00
[[package]]
2023-04-30 21:10:21 +00:00
name = "instant"
version = "0.1.12"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-30 21:10:21 +00:00
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
2022-08-14 20:27:41 +00:00
dependencies = [
2023-04-30 21:10:21 +00:00
"cfg-if",
2022-08-14 20:27:41 +00:00
]
[[package]]
2024-06-02 00:17:50 +00:00
name = "ipnet"
version = "2.9.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
2022-08-14 20:27:41 +00:00
[[package]]
name = "is-terminal"
2023-07-11 16:52:13 +00:00
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-11 16:52:13 +00:00
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
dependencies = [
2023-07-11 16:52:13 +00:00
"hermit-abi 0.3.2",
2024-06-02 00:17:50 +00:00
"rustix",
"windows-sys 0.48.0",
]
2022-12-03 06:59:13 +00:00
[[package]]
name = "itertools"
2023-09-14 19:49:45 +00:00
version = "0.11.0"
2022-12-03 06:59:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
2022-12-03 06:59:13 +00:00
dependencies = [
"either",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "itoa"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
[[package]]
name = "itoa"
2023-09-14 19:49:45 +00:00
version = "1.0.9"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
2022-08-14 20:27:41 +00:00
[[package]]
name = "javascriptcore-rs"
2024-06-02 00:17:50 +00:00
version = "1.1.2"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "ca5671e9ffce8ffba57afc24070e906da7fc4b1ba66f2cabebf61bf2ea257fcc"
2022-08-14 20:27:41 +00:00
dependencies = [
2023-07-11 16:52:13 +00:00
"bitflags 1.3.2",
2022-08-14 20:27:41 +00:00
"glib",
"javascriptcore-rs-sys",
]
[[package]]
name = "javascriptcore-rs-sys"
2024-06-02 00:17:50 +00:00
version = "1.1.1"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "af1be78d14ffa4b75b66df31840478fef72b51f8c2465d4ca7c194da9f7a5124"
2022-08-14 20:27:41 +00:00
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
2024-06-02 00:17:50 +00:00
"system-deps",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "jni"
2024-06-02 00:17:50 +00:00
version = "0.21.1"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
2022-08-14 20:27:41 +00:00
dependencies = [
"cesu8",
2024-06-02 00:17:50 +00:00
"cfg-if",
2022-08-14 20:27:41 +00:00
"combine",
"jni-sys",
"log",
"thiserror",
"walkdir",
2024-06-02 00:17:50 +00:00
"windows-sys 0.45.0",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "jni-sys"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
[[package]]
name = "js-sys"
2023-07-11 16:52:13 +00:00
version = "0.3.64"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-11 16:52:13 +00:00
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
2022-08-14 20:27:41 +00:00
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "json-patch"
2024-06-02 00:17:50 +00:00
version = "1.4.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "ec9ad60d674508f3ca8f380a928cfe7b096bc729c4e2dbfe3852bc45da3ab30b"
2022-08-14 20:27:41 +00:00
dependencies = [
"serde",
"serde_json",
2023-07-11 16:52:13 +00:00
"thiserror",
2022-08-14 20:27:41 +00:00
]
[[package]]
2024-06-02 00:17:50 +00:00
name = "keyboard-types"
version = "0.7.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "b750dcadc39a09dbadd74e118f6dd6598df77fa01df0cfcdc52c28dece74528a"
dependencies = [
"bitflags 2.5.0",
"serde",
"unicode-segmentation",
]
[[package]]
name = "kuchikiki"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f29e4755b7b995046f510a7520c42b2fed58b77bd94d5a87a8eb43d2fd126da8"
2022-08-14 20:27:41 +00:00
dependencies = [
"cssparser",
"html5ever",
2024-06-02 00:17:50 +00:00
"indexmap 1.9.3",
2022-08-14 20:27:41 +00:00
"matches",
"selectors",
]
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2022-12-21 22:49:01 +00:00
[[package]]
name = "libappindicator"
2024-06-02 00:17:50 +00:00
version = "0.9.0"
2022-12-21 22:49:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "03589b9607c868cc7ae54c0b2a22c8dc03dd41692d48f2d7df73615c6a95dc0a"
2022-12-21 22:49:01 +00:00
dependencies = [
"glib",
"gtk",
"gtk-sys",
"libappindicator-sys",
"log",
]
[[package]]
name = "libappindicator-sys"
2024-06-02 00:17:50 +00:00
version = "0.9.0"
2022-12-21 22:49:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "6e9ec52138abedcc58dc17a7c6c0c00a2bdb4f3427c7f63fa97fd0d859155caf"
2022-12-21 22:49:01 +00:00
dependencies = [
"gtk-sys",
"libloading",
"once_cell",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "libc"
2023-09-14 19:49:45 +00:00
version = "0.2.148"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b"
2022-08-14 20:27:41 +00:00
2022-12-21 22:49:01 +00:00
[[package]]
name = "libloading"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
dependencies = [
"cfg-if",
"winapi",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "libsodium-sys"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b779387cd56adfbc02ea4a668e704f729be8d6a6abd2c27ca5ee537849a92fd"
dependencies = [
"cc",
"libc",
"pkg-config",
"walkdir",
]
2022-12-03 06:59:13 +00:00
[[package]]
name = "libsqlite3-sys"
version = "0.24.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "898745e570c7d0453cc1fbc4a701eb6c662ed54e8fec8b7d14be137ebeeb9d14"
dependencies = [
"cc",
"pkg-config",
"vcpkg",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "line-wrap"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9"
dependencies = [
"safemem",
]
2023-04-30 21:10:21 +00:00
[[package]]
name = "linux-raw-sys"
2024-06-02 00:17:50 +00:00
version = "0.4.14"
2023-07-11 16:52:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
2023-04-30 21:10:21 +00:00
2022-08-14 20:27:41 +00:00
[[package]]
name = "lock_api"
2023-07-11 16:52:13 +00:00
version = "0.4.10"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-11 16:52:13 +00:00
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
2022-08-14 20:27:41 +00:00
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
2024-06-02 00:17:50 +00:00
version = "0.4.21"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
2022-08-14 20:27:41 +00:00
[[package]]
name = "loom"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5"
dependencies = [
"cfg-if",
"generator",
"scoped-tls",
"serde",
"serde_json",
"tracing",
"tracing-subscriber",
]
[[package]]
name = "mac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
[[package]]
name = "malloc_buf"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
dependencies = [
"libc",
]
[[package]]
name = "markup5ever"
2024-06-02 00:17:50 +00:00
version = "0.11.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016"
2022-08-14 20:27:41 +00:00
dependencies = [
"log",
2024-06-02 00:17:50 +00:00
"phf 0.10.1",
"phf_codegen 0.10.0",
2022-08-14 20:27:41 +00:00
"string_cache",
"string_cache_codegen",
"tendril",
]
[[package]]
name = "matchers"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
dependencies = [
2023-07-11 16:52:13 +00:00
"regex-automata 0.1.10",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "matches"
2023-05-02 22:24:46 +00:00
version = "0.1.10"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
2022-08-14 20:27:41 +00:00
[[package]]
name = "memchr"
2023-09-14 19:49:45 +00:00
version = "2.6.3"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c"
2022-08-14 20:27:41 +00:00
[[package]]
name = "memoffset"
2024-06-02 00:17:50 +00:00
version = "0.9.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
2022-08-14 20:27:41 +00:00
dependencies = [
"autocfg",
]
2022-12-04 05:47:09 +00:00
[[package]]
2024-06-02 00:17:50 +00:00
name = "mime"
version = "0.3.17"
2022-12-04 05:47:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2022-12-04 05:47:09 +00:00
2022-12-03 06:59:13 +00:00
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2022-08-14 20:27:41 +00:00
[[package]]
name = "miniz_oxide"
2023-05-02 22:24:46 +00:00
version = "0.7.1"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
2022-08-14 20:27:41 +00:00
dependencies = [
"adler",
2023-05-02 22:24:46 +00:00
"simd-adler32",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "mio"
2023-07-11 16:52:13 +00:00
version = "0.8.8"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-11 16:52:13 +00:00
checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
2022-08-14 20:27:41 +00:00
dependencies = [
"libc",
"wasi 0.11.0+wasi-snapshot-preview1",
2023-07-11 16:52:13 +00:00
"windows-sys 0.48.0",
2022-08-14 20:27:41 +00:00
]
2024-06-02 00:17:50 +00:00
[[package]]
name = "muda"
version = "0.13.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86b959f97c97044e4c96e32e1db292a7d594449546a3c6b77ae613dc3a5b5145"
dependencies = [
"cocoa",
"crossbeam-channel",
"dpi",
"gtk",
"keyboard-types",
"objc",
"once_cell",
"png",
"serde",
"thiserror",
"windows-sys 0.52.0",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "ndk"
2024-06-02 00:17:50 +00:00
version = "0.7.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "451422b7e4718271c8b5b3aadf5adedba43dc76312454b387e98fae0fc951aa0"
2022-08-14 20:27:41 +00:00
dependencies = [
2023-07-11 16:52:13 +00:00
"bitflags 1.3.2",
2022-08-14 20:27:41 +00:00
"jni-sys",
"ndk-sys",
"num_enum",
2024-06-02 00:17:50 +00:00
"raw-window-handle 0.5.2",
2022-08-14 20:27:41 +00:00
"thiserror",
]
[[package]]
name = "ndk-context"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
[[package]]
name = "ndk-sys"
2024-06-02 00:17:50 +00:00
version = "0.4.1+23.1.7779620"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "3cf2aae958bd232cac5069850591667ad422d263686d75b52a065f9badeee5a3"
2022-08-14 20:27:41 +00:00
dependencies = [
"jni-sys",
]
[[package]]
name = "new_debug_unreachable"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
2023-04-30 21:10:21 +00:00
[[package]]
name = "nix"
2023-09-14 19:49:45 +00:00
version = "0.26.4"
2023-04-30 21:10:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
2023-04-30 21:10:21 +00:00
dependencies = [
2023-07-11 16:52:13 +00:00
"bitflags 1.3.2",
2023-04-30 21:10:21 +00:00
"cfg-if",
"libc",
2024-06-02 00:17:50 +00:00
]
[[package]]
name = "nix"
version = "0.27.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
dependencies = [
"bitflags 2.5.0",
"cfg-if",
"libc",
"memoffset",
2023-04-30 21:10:21 +00:00
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "nodrop"
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
2022-12-03 06:59:13 +00:00
[[package]]
name = "nom"
2023-05-02 22:24:46 +00:00
version = "7.1.3"
2022-12-03 06:59:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2022-12-03 06:59:13 +00:00
dependencies = [
"memchr",
"minimal-lexical",
]
2022-12-04 05:47:09 +00:00
[[package]]
name = "ntapi"
2023-05-02 22:24:46 +00:00
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
dependencies = [
"winapi",
]
[[package]]
name = "nu-ansi-term"
version = "0.46.0"
2022-12-04 05:47:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
2022-12-04 05:47:09 +00:00
dependencies = [
2023-05-02 22:24:46 +00:00
"overload",
2022-12-04 05:47:09 +00:00
"winapi",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "num-integer"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
dependencies = [
"autocfg",
"num-traits",
]
[[package]]
name = "num-traits"
2023-09-14 19:49:45 +00:00
version = "0.2.16"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
2022-08-14 20:27:41 +00:00
dependencies = [
"autocfg",
]
[[package]]
name = "num_cpus"
2023-07-11 16:52:13 +00:00
version = "1.16.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-11 16:52:13 +00:00
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
2022-08-14 20:27:41 +00:00
dependencies = [
2023-07-11 16:52:13 +00:00
"hermit-abi 0.3.2",
2022-08-14 20:27:41 +00:00
"libc",
]
[[package]]
name = "num_enum"
2023-05-02 22:24:46 +00:00
version = "0.5.11"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9"
2022-08-14 20:27:41 +00:00
dependencies = [
"num_enum_derive",
]
[[package]]
name = "num_enum_derive"
2023-05-02 22:24:46 +00:00
version = "0.5.11"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"
2022-08-14 20:27:41 +00:00
dependencies = [
2024-06-02 00:17:50 +00:00
"proc-macro-crate 1.3.1",
2022-08-14 20:27:41 +00:00
"proc-macro2",
"quote",
2023-05-02 22:24:46 +00:00
"syn 1.0.109",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "objc"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
dependencies = [
"malloc_buf",
"objc_exception",
]
[[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",
]
2024-06-02 00:17:50 +00:00
[[package]]
name = "objc-sys"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
[[package]]
name = "objc2"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
dependencies = [
"objc-sys",
"objc2-encode",
]
[[package]]
name = "objc2-app-kit"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
dependencies = [
"bitflags 2.5.0",
"block2",
"libc",
"objc2",
"objc2-core-data",
"objc2-core-image",
"objc2-foundation",
"objc2-quartz-core",
]
[[package]]
name = "objc2-core-data"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
dependencies = [
"bitflags 2.5.0",
"block2",
"objc2",
"objc2-foundation",
]
[[package]]
name = "objc2-core-image"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
dependencies = [
"block2",
"objc2",
"objc2-foundation",
"objc2-metal",
]
[[package]]
name = "objc2-encode"
version = "4.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
[[package]]
name = "objc2-foundation"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
dependencies = [
"bitflags 2.5.0",
"block2",
"libc",
"objc2",
]
[[package]]
name = "objc2-metal"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
dependencies = [
"bitflags 2.5.0",
"block2",
"objc2",
"objc2-foundation",
]
[[package]]
name = "objc2-quartz-core"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
dependencies = [
"bitflags 2.5.0",
"block2",
"objc2",
"objc2-foundation",
"objc2-metal",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "objc_exception"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
dependencies = [
"cc",
]
[[package]]
name = "objc_id"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
dependencies = [
"objc",
]
2023-07-11 16:52:13 +00:00
[[package]]
name = "object"
2023-09-14 19:49:45 +00:00
version = "0.32.1"
2023-07-11 16:52:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
2023-07-11 16:52:13 +00:00
dependencies = [
"memchr",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "once_cell"
2023-07-11 16:52:13 +00:00
version = "1.18.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-11 16:52:13 +00:00
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
2022-08-14 20:27:41 +00:00
[[package]]
name = "opaque-debug"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
2022-08-14 20:27:41 +00:00
[[package]]
name = "openssl-probe"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
2023-05-02 22:24:46 +00:00
[[package]]
name = "option-ext"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
2023-04-30 21:10:21 +00:00
[[package]]
name = "ordered-stream"
2023-05-02 22:24:46 +00:00
version = "0.2.0"
2023-04-30 21:10:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
2023-04-30 21:10:21 +00:00
dependencies = [
"futures-core",
2024-06-02 00:17:50 +00:00
"pin-project-lite",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "os_str_bytes"
2023-07-11 16:52:13 +00:00
version = "6.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-11 16:52:13 +00:00
checksum = "4d5d9eb14b174ee9aa2ef96dc2b94637a2d4b6e7cb873c7e171f0c20c6cf3eac"
2022-12-19 23:26:44 +00:00
[[package]]
name = "outref"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f222829ae9293e33a9f5e9f440c6760a3d450a64affe1846486b140db81c1f4"
2023-05-02 22:24:46 +00:00
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2022-08-14 20:27:41 +00:00
[[package]]
name = "pango"
2024-06-02 00:17:50 +00:00
version = "0.18.3"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "7ca27ec1eb0457ab26f3036ea52229edbdb74dee1edd29063f5b9b010e7ebee4"
2022-08-14 20:27:41 +00:00
dependencies = [
2024-06-02 00:17:50 +00:00
"gio",
2022-08-14 20:27:41 +00:00
"glib",
"libc",
"once_cell",
"pango-sys",
]
[[package]]
name = "pango-sys"
2024-06-02 00:17:50 +00:00
version = "0.18.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "436737e391a843e5933d6d9aa102cb126d501e815b83601365a948a518555dc5"
2022-08-14 20:27:41 +00:00
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
2024-06-02 00:17:50 +00:00
"system-deps",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "parking"
2023-05-02 22:24:46 +00:00
version = "2.1.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e"
2022-08-14 20:27:41 +00:00
2022-12-03 06:59:13 +00:00
[[package]]
name = "parking_lot"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
dependencies = [
"instant",
"lock_api",
2023-05-02 22:24:46 +00:00
"parking_lot_core 0.8.6",
2022-12-03 06:59:13 +00:00
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "parking_lot"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
dependencies = [
"lock_api",
2023-07-11 16:52:13 +00:00
"parking_lot_core 0.9.8",
2022-12-03 06:59:13 +00:00
]
[[package]]
name = "parking_lot_core"
2023-05-02 22:24:46 +00:00
version = "0.8.6"
2022-12-03 06:59:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
2022-12-03 06:59:13 +00:00
dependencies = [
"cfg-if",
"instant",
"libc",
2023-05-02 22:24:46 +00:00
"redox_syscall 0.2.16",
2022-12-03 06:59:13 +00:00
"smallvec",
"winapi",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "parking_lot_core"
2023-07-11 16:52:13 +00:00
version = "0.9.8"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-11 16:52:13 +00:00
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
2022-08-14 20:27:41 +00:00
dependencies = [
"cfg-if",
"libc",
2023-07-11 16:52:13 +00:00
"redox_syscall 0.3.5",
2022-08-14 20:27:41 +00:00
"smallvec",
2023-09-14 19:49:45 +00:00
"windows-targets 0.48.5",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "password-hash"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
dependencies = [
"base64ct",
"rand_core 0.6.4",
"subtle",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "paste"
2023-09-14 19:49:45 +00:00
version = "1.0.14"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
2022-08-14 20:27:41 +00:00
[[package]]
name = "percent-encoding"
2023-07-11 16:52:13 +00:00
version = "2.3.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-11 16:52:13 +00:00
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
2022-08-14 20:27:41 +00:00
[[package]]
name = "phf"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
dependencies = [
"phf_macros 0.8.0",
"phf_shared 0.8.0",
"proc-macro-hack",
]
[[package]]
name = "phf"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
dependencies = [
"phf_shared 0.10.0",
2024-06-02 00:17:50 +00:00
]
[[package]]
name = "phf"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
dependencies = [
"phf_macros 0.11.2",
"phf_shared 0.11.2",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "phf_codegen"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
dependencies = [
"phf_generator 0.8.0",
"phf_shared 0.8.0",
]
2024-06-02 00:17:50 +00:00
[[package]]
name = "phf_codegen"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
dependencies = [
"phf_generator 0.10.0",
"phf_shared 0.10.0",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "phf_generator"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
dependencies = [
"phf_shared 0.8.0",
"rand 0.7.3",
]
[[package]]
name = "phf_generator"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
dependencies = [
"phf_shared 0.10.0",
"rand 0.8.5",
]
2024-06-02 00:17:50 +00:00
[[package]]
name = "phf_generator"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
dependencies = [
"phf_shared 0.11.2",
"rand 0.8.5",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "phf_macros"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f6fde18ff429ffc8fe78e2bf7f8b7a5a5a6e2a8b58bc5a9ac69198bbda9189c"
dependencies = [
"phf_generator 0.8.0",
"phf_shared 0.8.0",
"proc-macro-hack",
"proc-macro2",
"quote",
2023-05-02 22:24:46 +00:00
"syn 1.0.109",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "phf_macros"
2024-06-02 00:17:50 +00:00
version = "0.11.2"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
2022-08-14 20:27:41 +00:00
dependencies = [
2024-06-02 00:17:50 +00:00
"phf_generator 0.11.2",
"phf_shared 0.11.2",
2022-08-14 20:27:41 +00:00
"proc-macro2",
"quote",
2024-06-02 00:17:50 +00:00
"syn 2.0.66",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "phf_shared"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
dependencies = [
"siphasher",
]
[[package]]
name = "phf_shared"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
dependencies = [
"siphasher",
]
2024-06-02 00:17:50 +00:00
[[package]]
name = "phf_shared"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
dependencies = [
"siphasher",
]
2022-12-03 06:59:13 +00:00
[[package]]
name = "pin-project"
2023-09-14 19:49:45 +00:00
version = "1.1.3"
2022-12-03 06:59:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
2022-12-03 06:59:13 +00:00
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
2023-09-14 19:49:45 +00:00
version = "1.1.3"
2022-12-03 06:59:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
2022-12-03 06:59:13 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-06-02 00:17:50 +00:00
"syn 2.0.66",
2022-12-03 06:59:13 +00:00
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "pin-project-lite"
2023-09-14 19:49:45 +00:00
version = "0.2.13"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
2022-08-14 20:27:41 +00:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pkg-config"
2023-07-11 16:52:13 +00:00
version = "0.3.27"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-11 16:52:13 +00:00
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
2022-08-14 20:27:41 +00:00
[[package]]
name = "plist"
2023-07-11 16:52:13 +00:00
version = "1.5.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-11 16:52:13 +00:00
checksum = "bdc0001cfea3db57a2e24bc0d818e9e20e554b5f97fabb9bc231dc240269ae06"
2022-08-14 20:27:41 +00:00
dependencies = [
2023-09-14 19:49:45 +00:00
"base64 0.21.4",
2023-07-11 16:52:13 +00:00
"indexmap 1.9.3",
2022-08-14 20:27:41 +00:00
"line-wrap",
2023-05-02 22:24:46 +00:00
"quick-xml",
2022-08-14 20:27:41 +00:00
"serde",
"time",
]
[[package]]
name = "png"
2023-09-14 19:49:45 +00:00
version = "0.17.10"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "dd75bf2d8dd3702b9707cdbc56a5b9ef42cec752eb8b3bafc01234558442aa64"
2022-08-14 20:27:41 +00:00
dependencies = [
2023-07-11 16:52:13 +00:00
"bitflags 1.3.2",
2023-04-30 21:10:21 +00:00
"crc32fast",
2023-05-02 22:24:46 +00:00
"fdeflate",
"flate2",
2023-04-30 21:10:21 +00:00
"miniz_oxide",
2022-08-14 20:27:41 +00:00
]
[[package]]
2023-04-30 21:10:21 +00:00
name = "polling"
2024-06-02 00:17:50 +00:00
version = "3.4.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "30054e72317ab98eddd8561db0f6524df3367636884b7b21b703e4b280a84a14"
2022-08-14 20:27:41 +00:00
dependencies = [
2023-04-30 21:10:21 +00:00
"cfg-if",
"concurrent-queue",
"pin-project-lite",
2024-06-02 00:17:50 +00:00
"rustix",
"tracing",
"windows-sys 0.52.0",
2022-08-14 20:27:41 +00:00
]
2024-06-03 05:21:43 +00:00
[[package]]
name = "pollster"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22686f4785f02a4fcc856d3b3bb19bf6c8160d103f7a99cc258bddd0251dc7f2"
[[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"
2022-08-14 20:27:41 +00:00
[[package]]
name = "ppv-lite86"
2023-05-02 22:24:46 +00:00
version = "0.2.17"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2022-08-14 20:27:41 +00:00
[[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"
2023-05-02 22:24:46 +00:00
version = "1.3.1"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
2022-08-14 20:27:41 +00:00
dependencies = [
2023-05-02 22:24:46 +00:00
"once_cell",
2024-06-02 00:17:50 +00:00
"toml_edit 0.19.15",
]
[[package]]
name = "proc-macro-crate"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b00f26d3400549137f92511a46ac1cd8ce37cb5598a96d382381458b992a5d24"
dependencies = [
"toml_datetime",
"toml_edit 0.20.2",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
2023-05-02 22:24:46 +00:00
"syn 1.0.109",
2022-08-14 20:27:41 +00:00
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
"proc-macro2",
"quote",
"version_check",
]
[[package]]
name = "proc-macro-hack"
2023-05-02 22:24:46 +00:00
version = "0.5.20+deprecated"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
2022-08-14 20:27:41 +00:00
[[package]]
name = "proc-macro2"
2024-06-02 00:17:50 +00:00
version = "1.0.84"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "ec96c6a92621310b51366f1e28d05ef11489516e93be030060e5fc12024a49d6"
2022-08-14 20:27:41 +00:00
dependencies = [
"unicode-ident",
]
2023-05-02 22:24:46 +00:00
[[package]]
name = "quick-xml"
2023-07-11 16:52:13 +00:00
version = "0.29.0"
2023-05-02 22:24:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-11 16:52:13 +00:00
checksum = "81b9228215d82c7b61490fec1de287136b5de6f5700f6e58ea9ad61a7964ca51"
2023-05-02 22:24:46 +00:00
dependencies = [
"memchr",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "quote"
2024-06-02 00:17:50 +00:00
version = "1.0.36"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
2022-08-14 20:27:41 +00:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "rand"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
dependencies = [
"getrandom 0.1.16",
"libc",
"rand_chacha 0.2.2",
"rand_core 0.5.1",
"rand_hc",
"rand_pcg",
]
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha 0.3.1",
2023-05-02 22:24:46 +00:00
"rand_core 0.6.4",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "rand_chacha"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
dependencies = [
"ppv-lite86",
"rand_core 0.5.1",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
2023-05-02 22:24:46 +00:00
"rand_core 0.6.4",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "rand_core"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
dependencies = [
"getrandom 0.1.16",
]
[[package]]
name = "rand_core"
2023-05-02 22:24:46 +00:00
version = "0.6.4"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2022-08-14 20:27:41 +00:00
dependencies = [
2023-07-11 16:52:13 +00:00
"getrandom 0.2.10",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
dependencies = [
"rand_core 0.5.1",
]
[[package]]
name = "rand_pcg"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
dependencies = [
"rand_core 0.5.1",
]
[[package]]
name = "raw-window-handle"
2023-04-30 21:10:21 +00:00
version = "0.5.2"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-30 21:10:21 +00:00
checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
2022-08-14 20:27:41 +00:00
2024-06-02 00:17:50 +00:00
[[package]]
name = "raw-window-handle"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
2022-12-04 05:47:09 +00:00
[[package]]
name = "rayon"
2023-05-02 22:24:46 +00:00
version = "1.7.0"
2022-12-04 05:47:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
2022-12-04 05:47:09 +00:00
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2023-05-02 22:24:46 +00:00
version = "1.11.0"
2022-12-04 05:47:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
2022-12-04 05:47:09 +00:00
dependencies = [
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils",
"num_cpus",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "redox_syscall"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
dependencies = [
2023-07-11 16:52:13 +00:00
"bitflags 1.3.2",
2022-08-14 20:27:41 +00:00
]
2023-05-02 22:24:46 +00:00
[[package]]
name = "redox_syscall"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
dependencies = [
2023-07-11 16:52:13 +00:00
"bitflags 1.3.2",
2023-05-02 22:24:46 +00:00
]
2024-06-02 00:17:50 +00:00
[[package]]
name = "redox_syscall"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e"
dependencies = [
"bitflags 2.5.0",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "redox_users"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
dependencies = [
2023-07-11 16:52:13 +00:00
"getrandom 0.2.10",
2023-05-02 22:24:46 +00:00
"redox_syscall 0.2.16",
2022-08-14 20:27:41 +00:00
"thiserror",
]
[[package]]
name = "regex"
2023-09-14 19:49:45 +00:00
version = "1.9.5"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "697061221ea1b4a94a624f67d0ae2bfe4e22b8a17b6a192afb11046542cc8c47"
2022-08-14 20:27:41 +00:00
dependencies = [
2023-09-14 19:49:45 +00:00
"aho-corasick",
2022-08-14 20:27:41 +00:00
"memchr",
2023-09-14 19:49:45 +00:00
"regex-automata 0.3.8",
"regex-syntax 0.7.5",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "regex-automata"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
dependencies = [
2023-05-02 22:24:46 +00:00
"regex-syntax 0.6.29",
2022-08-14 20:27:41 +00:00
]
2023-07-11 16:52:13 +00:00
[[package]]
name = "regex-automata"
2023-09-14 19:49:45 +00:00
version = "0.3.8"
2023-07-11 16:52:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "c2f401f4955220693b56f8ec66ee9c78abffd8d1c4f23dc41a23839eb88f0795"
2023-07-11 16:52:13 +00:00
dependencies = [
2023-09-14 19:49:45 +00:00
"aho-corasick",
2023-07-11 16:52:13 +00:00
"memchr",
2023-09-14 19:49:45 +00:00
"regex-syntax 0.7.5",
2023-07-11 16:52:13 +00:00
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "regex-syntax"
2023-05-02 22:24:46 +00:00
version = "0.6.29"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
2022-08-14 20:27:41 +00:00
2023-04-30 21:10:21 +00:00
[[package]]
name = "regex-syntax"
2023-09-14 19:49:45 +00:00
version = "0.7.5"
2023-04-30 21:10:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
2023-04-30 21:10:21 +00:00
2024-06-02 00:17:50 +00:00
[[package]]
name = "reqwest"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10"
dependencies = [
"base64 0.22.1",
"bytes",
"futures-core",
"futures-util",
"http 1.1.0",
"http-body 1.0.0",
"http-body-util",
"hyper 1.3.1",
"hyper-util",
"ipnet",
"js-sys",
"log",
"mime",
"once_cell",
"percent-encoding",
"pin-project-lite",
"serde",
"serde_json",
"serde_urlencoded",
"sync_wrapper",
"tokio",
"tokio-util",
"tower-service",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"wasm-streams",
"web-sys",
"winreg 0.52.0",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "rfd"
2024-06-02 00:17:50 +00:00
version = "0.14.1"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "25a73a7337fc24366edfca76ec521f51877b114e42dab584008209cca6719251"
2022-08-14 20:27:41 +00:00
dependencies = [
2024-06-02 00:17:50 +00:00
"ashpd",
2022-08-14 20:27:41 +00:00
"block",
"dispatch",
"js-sys",
"log",
"objc",
"objc-foundation",
"objc_id",
2024-06-03 05:21:43 +00:00
"pollster",
2024-06-02 00:17:50 +00:00
"raw-window-handle 0.6.2",
2024-06-03 05:21:43 +00:00
"urlencoding",
2022-08-14 20:27:41 +00:00
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
2024-06-02 00:17:50 +00:00
"windows-sys 0.48.0",
2022-08-14 20:27:41 +00:00
]
2022-12-03 06:59:13 +00:00
[[package]]
name = "ring"
version = "0.16.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
dependencies = [
"cc",
"libc",
"once_cell",
"spin 0.5.2",
"untrusted",
"web-sys",
"winapi",
]
2023-07-11 16:52:13 +00:00
[[package]]
name = "rustc-demangle"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
2022-08-14 20:27:41 +00:00
[[package]]
name = "rustc_version"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
2023-05-02 22:24:46 +00:00
"semver",
2022-08-14 20:27:41 +00:00
]
2023-04-30 21:10:21 +00:00
[[package]]
name = "rustix"
2024-06-02 00:17:50 +00:00
version = "0.38.21"
2023-07-11 16:52:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "2b426b0506e5d50a7d8dafcf2e81471400deb602392c7dd110815afb4eaf02a3"
2023-07-11 16:52:13 +00:00
dependencies = [
2024-06-02 00:17:50 +00:00
"bitflags 2.5.0",
2023-07-11 16:52:13 +00:00
"errno",
"libc",
2024-06-02 00:17:50 +00:00
"linux-raw-sys",
2023-04-30 21:10:21 +00:00
"windows-sys 0.48.0",
]
2022-12-03 06:59:13 +00:00
[[package]]
name = "rustls"
2023-09-14 19:49:45 +00:00
version = "0.20.9"
2022-12-03 06:59:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99"
2022-12-03 06:59:13 +00:00
dependencies = [
"log",
"ring",
"sct",
"webpki",
]
2022-12-19 23:26:44 +00:00
[[package]]
name = "rustls-native-certs"
2023-07-11 16:52:13 +00:00
version = "0.6.3"
2022-12-19 23:26:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-11 16:52:13 +00:00
checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
2022-12-19 23:26:44 +00:00
dependencies = [
"openssl-probe",
"rustls-pemfile",
"schannel",
"security-framework",
]
2022-12-03 06:59:13 +00:00
[[package]]
name = "rustls-pemfile"
2023-07-11 16:52:13 +00:00
version = "1.0.3"
2022-12-03 06:59:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-11 16:52:13 +00:00
checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
2022-12-03 06:59:13 +00:00
dependencies = [
2023-09-14 19:49:45 +00:00
"base64 0.21.4",
2022-12-03 06:59:13 +00:00
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "rustversion"
2023-09-14 19:49:45 +00:00
version = "1.0.14"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
2022-08-14 20:27:41 +00:00
[[package]]
name = "ryu"
2023-09-14 19:49:45 +00:00
version = "1.0.15"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
2022-08-14 20:27:41 +00:00
[[package]]
name = "safemem"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
[[package]]
name = "schannel"
2023-07-11 16:52:13 +00:00
version = "0.1.22"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-11 16:52:13 +00:00
checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
2022-08-14 20:27:41 +00:00
dependencies = [
2023-07-11 16:52:13 +00:00
"windows-sys 0.48.0",
2022-08-14 20:27:41 +00:00
]
2024-06-02 00:17:50 +00:00
[[package]]
name = "schemars"
version = "0.8.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
dependencies = [
"dyn-clone",
"indexmap 1.9.3",
"schemars_derive",
"serde",
"serde_json",
"url",
]
[[package]]
name = "schemars_derive"
version = "0.8.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
dependencies = [
"proc-macro2",
"quote",
"serde_derive_internals",
"syn 2.0.66",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "scoped-tls"
2023-05-02 22:24:46 +00:00
version = "1.0.1"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
2022-08-14 20:27:41 +00:00
[[package]]
name = "scopeguard"
2023-09-14 19:49:45 +00:00
version = "1.2.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2022-08-14 20:27:41 +00:00
2022-12-03 06:59:13 +00:00
[[package]]
name = "sct"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
dependencies = [
"ring",
"untrusted",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "security-framework"
2023-09-14 19:49:45 +00:00
version = "2.9.2"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
2022-08-14 20:27:41 +00:00
dependencies = [
2023-07-11 16:52:13 +00:00
"bitflags 1.3.2",
2022-08-14 20:27:41 +00:00
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2023-09-14 19:49:45 +00:00
version = "2.9.1"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
2022-08-14 20:27:41 +00:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "selectors"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df320f1889ac4ba6bc0cdc9c9af7af4bd64bb927bccdf32d81140dc1f9be12fe"
dependencies = [
2023-07-11 16:52:13 +00:00
"bitflags 1.3.2",
2022-08-14 20:27:41 +00:00
"cssparser",
"derive_more",
"fxhash",
"log",
"matches",
"phf 0.8.0",
2024-06-02 00:17:50 +00:00
"phf_codegen 0.8.0",
2022-08-14 20:27:41 +00:00
"precomputed-hash",
"servo_arc",
"smallvec",
"thin-slice",
]
[[package]]
name = "semver"
2023-09-14 19:49:45 +00:00
version = "1.0.18"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918"
2022-08-14 20:27:41 +00:00
dependencies = [
"serde",
]
[[package]]
name = "serde"
2024-06-02 00:17:50 +00:00
version = "1.0.203"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094"
2022-08-14 20:27:41 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2024-06-02 00:17:50 +00:00
version = "1.0.203"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.66",
]
[[package]]
name = "serde_derive_internals"
version = "0.29.1"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
2022-08-14 20:27:41 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-06-02 00:17:50 +00:00
"syn 2.0.66",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "serde_json"
2023-09-14 19:49:45 +00:00
version = "1.0.107"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
2022-08-14 20:27:41 +00:00
dependencies = [
2023-09-14 19:49:45 +00:00
"itoa 1.0.9",
2022-08-14 20:27:41 +00:00
"ryu",
"serde",
]
[[package]]
name = "serde_repr"
2023-09-14 19:49:45 +00:00
version = "0.1.16"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "8725e1dfadb3a50f7e5ce0b1a540466f6ed3fe7a0fca2ac2b8b831d31316bd00"
2022-08-14 20:27:41 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-06-02 00:17:50 +00:00
"syn 2.0.66",
2023-05-02 22:24:46 +00:00
]
[[package]]
name = "serde_spanned"
2023-07-11 16:52:13 +00:00
version = "0.6.3"
2023-05-02 22:24:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-11 16:52:13 +00:00
checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186"
2023-05-02 22:24:46 +00:00
dependencies = [
"serde",
2022-08-14 20:27:41 +00:00
]
2024-06-02 00:17:50 +00:00
[[package]]
name = "serde_urlencoded"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
dependencies = [
"form_urlencoded",
"itoa 1.0.9",
"ryu",
"serde",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "serde_with"
2023-09-14 19:49:45 +00:00
version = "3.3.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "1ca3b16a3d82c4088f343b7480a93550b3eabe1a358569c2dfe38bbcead07237"
2022-08-14 20:27:41 +00:00
dependencies = [
2023-09-14 19:49:45 +00:00
"base64 0.21.4",
2023-07-11 16:52:13 +00:00
"chrono",
"hex",
"indexmap 1.9.3",
2023-09-14 19:49:45 +00:00
"indexmap 2.0.0",
2022-08-14 20:27:41 +00:00
"serde",
2023-07-11 16:52:13 +00:00
"serde_json",
2022-08-14 20:27:41 +00:00
"serde_with_macros",
2023-07-11 16:52:13 +00:00
"time",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "serde_with_macros"
2023-09-14 19:49:45 +00:00
version = "3.3.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "2e6be15c453eb305019bfa438b1593c731f36a289a7853f7707ee29e870b3b3c"
2022-08-14 20:27:41 +00:00
dependencies = [
"darling",
"proc-macro2",
"quote",
2024-06-02 00:17:50 +00:00
"syn 2.0.66",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "serialize-to-javascript"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9823f2d3b6a81d98228151fdeaf848206a7855a7a042bbf9bf870449a66cafb"
dependencies = [
"serde",
"serde_json",
"serialize-to-javascript-impl",
]
[[package]]
name = "serialize-to-javascript-impl"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74064874e9f6a15f04c1f3cb627902d0e6b410abbf36668afa873c61889f1763"
dependencies = [
"proc-macro2",
"quote",
2023-05-02 22:24:46 +00:00
"syn 1.0.109",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "servo_arc"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d98238b800e0d1576d8b6e3de32827c2d74bee68bb97748dcf5071fb53965432"
dependencies = [
"nodrop",
"stable_deref_trait",
]
2023-04-30 21:10:21 +00:00
[[package]]
name = "sha1"
2023-05-02 22:24:46 +00:00
version = "0.10.5"
2023-04-30 21:10:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
2023-04-30 21:10:21 +00:00
dependencies = [
2023-05-02 22:24:46 +00:00
"cfg-if",
"cpufeatures",
"digest",
2023-04-30 21:10:21 +00:00
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "sha2"
2023-07-11 16:52:13 +00:00
version = "0.10.7"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-11 16:52:13 +00:00
checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
2022-08-14 20:27:41 +00:00
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
[[package]]
name = "sharded-slab"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
dependencies = [
"lazy_static",
]
[[package]]
name = "signal-hook-registry"
2023-05-02 22:24:46 +00:00
version = "1.4.1"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
2022-08-14 20:27:41 +00:00
dependencies = [
"libc",
]
[[package]]
name = "signature"
2023-05-02 22:24:46 +00:00
version = "1.6.4"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
2022-08-14 20:27:41 +00:00
2022-12-19 23:26:44 +00:00
[[package]]
name = "simd-abstraction"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9cadb29c57caadc51ff8346233b5cec1d240b68ce55cf1afc764818791876987"
dependencies = [
"outref",
]
2023-05-02 22:24:46 +00:00
[[package]]
name = "simd-adler32"
2023-09-14 19:49:45 +00:00
version = "0.3.7"
2023-05-02 22:24:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
2023-05-02 22:24:46 +00:00
2022-08-14 20:27:41 +00:00
[[package]]
name = "siphasher"
2023-09-14 19:49:45 +00:00
version = "0.3.11"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
2022-08-14 20:27:41 +00:00
[[package]]
name = "slab"
2023-09-14 19:49:45 +00:00
version = "0.4.9"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2022-08-14 20:27:41 +00:00
dependencies = [
"autocfg",
]
[[package]]
name = "smallvec"
2024-06-02 00:17:50 +00:00
version = "1.13.2"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
2022-08-14 20:27:41 +00:00
[[package]]
name = "socket2"
2023-05-02 22:24:46 +00:00
version = "0.4.9"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
2022-08-14 20:27:41 +00:00
dependencies = [
"libc",
"winapi",
]
2023-09-14 19:49:45 +00:00
[[package]]
name = "socket2"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4031e820eb552adee9295814c0ced9e5cf38ddf1e8b7d566d6de8e2538ea989e"
dependencies = [
"libc",
"windows-sys 0.48.0",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "sodiumoxide"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e26be3acb6c2d9a7aac28482586a7856436af4cfe7100031d219de2d2ecb0028"
dependencies = [
"ed25519",
"libc",
"libsodium-sys",
"serde",
]
[[package]]
2024-06-02 00:17:50 +00:00
name = "softbuffer"
version = "0.4.3"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "d09e57a5a6b300bf917329da0ff30a58737d83abb7b14f99a419c23e83007cb8"
2022-08-14 20:27:41 +00:00
dependencies = [
2024-06-02 00:17:50 +00:00
"bytemuck",
"cfg_aliases",
"core-graphics",
"foreign-types 0.5.0",
"js-sys",
"log",
"objc2",
"objc2-app-kit",
"objc2-foundation",
"objc2-quartz-core",
"raw-window-handle 0.6.2",
"redox_syscall 0.5.1",
"wasm-bindgen",
"wayland-sys",
"web-sys",
"windows-sys 0.52.0",
]
[[package]]
name = "soup3"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "471f924a40f31251afc77450e781cb26d55c0b650842efafc9c6cbd2f7cc4f9f"
dependencies = [
"futures-channel",
2022-08-14 20:27:41 +00:00
"gio",
"glib",
"libc",
2024-06-02 00:17:50 +00:00
"soup3-sys",
2022-08-14 20:27:41 +00:00
]
[[package]]
2024-06-02 00:17:50 +00:00
name = "soup3-sys"
version = "0.5.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "7ebe8950a680a12f24f15ebe1bf70db7af98ad242d9db43596ad3108aab86c27"
2022-08-14 20:27:41 +00:00
dependencies = [
"gio-sys",
"glib-sys",
"gobject-sys",
"libc",
2024-06-02 00:17:50 +00:00
"system-deps",
2022-08-14 20:27:41 +00:00
]
2022-12-03 06:59:13 +00:00
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
[[package]]
name = "spin"
2023-05-02 22:24:46 +00:00
version = "0.9.8"
2022-12-03 06:59:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2022-12-03 06:59:13 +00:00
dependencies = [
"lock_api",
]
[[package]]
name = "sqlformat"
2023-09-14 19:49:45 +00:00
version = "0.2.2"
2022-12-03 06:59:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "6b7b278788e7be4d0d29c0f39497a0eef3fba6bbc8e70d8bf7fde46edeaa9e85"
2022-12-03 06:59:13 +00:00
dependencies = [
"itertools",
"nom",
"unicode_categories",
]
[[package]]
name = "sqlx"
2023-05-02 22:24:46 +00:00
version = "0.6.3"
2022-12-03 06:59:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "f8de3b03a925878ed54a954f621e64bf55a3c1bd29652d0d1a17830405350188"
2022-12-03 06:59:13 +00:00
dependencies = [
"sqlx-core",
"sqlx-macros",
]
[[package]]
name = "sqlx-core"
2023-05-02 22:24:46 +00:00
version = "0.6.3"
2022-12-03 06:59:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "fa8241483a83a3f33aa5fff7e7d9def398ff9990b2752b6c6112b83c6d246029"
2022-12-03 06:59:13 +00:00
dependencies = [
2023-07-11 16:52:13 +00:00
"ahash 0.7.6",
2022-12-03 06:59:13 +00:00
"atoi",
2023-07-11 16:52:13 +00:00
"bitflags 1.3.2",
2022-12-03 06:59:13 +00:00
"byteorder",
"bytes",
"crc",
"crossbeam-queue",
"dotenvy",
"either",
2024-06-02 00:17:50 +00:00
"event-listener 2.5.3",
2022-12-03 06:59:13 +00:00
"flume",
"futures-channel",
"futures-core",
"futures-executor",
"futures-intrusive",
"futures-util",
"hashlink",
"hex",
2023-07-11 16:52:13 +00:00
"indexmap 1.9.3",
2023-09-14 19:49:45 +00:00
"itoa 1.0.9",
2022-12-03 06:59:13 +00:00
"libc",
"libsqlite3-sys",
"log",
"memchr",
"once_cell",
"paste",
"percent-encoding",
"rustls",
"rustls-pemfile",
"sha2",
"smallvec",
"sqlformat",
"sqlx-rt",
"stringprep",
"thiserror",
"tokio-stream",
"url",
"webpki-roots",
]
[[package]]
name = "sqlx-macros"
2023-05-02 22:24:46 +00:00
version = "0.6.3"
2022-12-03 06:59:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "9966e64ae989e7e575b19d7265cb79d7fc3cbbdf179835cb0d716f294c2049c9"
2022-12-03 06:59:13 +00:00
dependencies = [
"dotenvy",
"either",
2023-05-02 22:24:46 +00:00
"heck 0.4.1",
2022-12-03 06:59:13 +00:00
"once_cell",
"proc-macro2",
"quote",
"sha2",
"sqlx-core",
"sqlx-rt",
2023-05-02 22:24:46 +00:00
"syn 1.0.109",
2022-12-03 06:59:13 +00:00
"url",
]
[[package]]
name = "sqlx-rt"
2023-05-02 22:24:46 +00:00
version = "0.6.3"
2022-12-03 06:59:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "804d3f245f894e61b1e6263c84b23ca675d96753b5abfd5cc8597d86806e8024"
2022-12-03 06:59:13 +00:00
dependencies = [
"once_cell",
"tokio",
"tokio-rustls",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
[[package]]
name = "state"
2024-06-02 00:17:50 +00:00
version = "0.6.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "2b8c4a4445d81357df8b1a650d0d0d6fbbbfe99d064aa5e02f3e4022061476d8"
2022-08-14 20:27:41 +00:00
dependencies = [
"loom",
]
2023-04-30 21:10:21 +00:00
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2022-08-14 20:27:41 +00:00
[[package]]
name = "string_cache"
2023-05-02 22:24:46 +00:00
version = "0.8.7"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
2022-08-14 20:27:41 +00:00
dependencies = [
"new_debug_unreachable",
"once_cell",
2022-12-03 06:59:13 +00:00
"parking_lot 0.12.1",
2022-08-14 20:27:41 +00:00
"phf_shared 0.10.0",
"precomputed-hash",
"serde",
]
[[package]]
name = "string_cache_codegen"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
dependencies = [
"phf_generator 0.10.0",
"phf_shared 0.10.0",
"proc-macro2",
"quote",
]
2022-12-03 06:59:13 +00:00
[[package]]
name = "stringprep"
2023-09-14 19:49:45 +00:00
version = "0.1.4"
2022-12-03 06:59:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "bb41d74e231a107a1b4ee36bd1214b11285b77768d2e3824aedafa988fd36ee6"
2022-12-03 06:59:13 +00:00
dependencies = [
2023-09-14 19:49:45 +00:00
"finl_unicode",
2022-12-03 06:59:13 +00:00
"unicode-bidi",
"unicode-normalization",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2022-12-28 23:48:25 +00:00
[[package]]
name = "strum"
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
[[package]]
name = "strum_macros"
version = "0.24.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
dependencies = [
2023-05-02 22:24:46 +00:00
"heck 0.4.1",
2022-12-28 23:48:25 +00:00
"proc-macro2",
"quote",
"rustversion",
2023-05-02 22:24:46 +00:00
"syn 1.0.109",
2022-12-28 23:48:25 +00:00
]
2022-12-19 23:26:44 +00:00
[[package]]
name = "subtle"
2023-07-11 16:52:13 +00:00
version = "2.5.0"
2022-12-19 23:26:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-11 16:52:13 +00:00
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
2022-12-19 23:26:44 +00:00
2024-06-02 00:17:50 +00:00
[[package]]
name = "swift-rs"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bbdb58577b6301f8d17ae2561f32002a5bae056d444e0f69e611e504a276204"
dependencies = [
"base64 0.21.4",
"serde",
"serde_json",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "syn"
2023-05-02 22:24:46 +00:00
version = "1.0.109"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2022-08-14 20:27:41 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2023-04-30 21:10:21 +00:00
[[package]]
name = "syn"
2024-06-02 00:17:50 +00:00
version = "2.0.66"
2023-04-30 21:10:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5"
2023-04-30 21:10:21 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2023-07-11 16:52:13 +00:00
[[package]]
2024-06-02 00:17:50 +00:00
name = "sync_wrapper"
version = "0.1.2"
2023-07-11 16:52:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
2023-07-11 16:52:13 +00:00
2022-12-04 05:47:09 +00:00
[[package]]
name = "sysinfo"
2023-05-02 22:24:46 +00:00
version = "0.26.9"
2022-12-04 05:47:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "5c18a6156d1f27a9592ee18c1a846ca8dd5c258b7179fc193ae87c74ebb666f5"
2022-12-04 05:47:09 +00:00
dependencies = [
"cfg-if",
"core-foundation-sys",
"libc",
"ntapi",
"once_cell",
"rayon",
"winapi",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "system-deps"
2023-07-11 16:52:13 +00:00
version = "6.1.1"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-11 16:52:13 +00:00
checksum = "30c2de8a4d8f4b823d634affc9cd2a74ec98c53a756f317e529a48046cbf71f3"
2022-08-14 20:27:41 +00:00
dependencies = [
2024-06-02 00:17:50 +00:00
"cfg-expr",
2023-05-02 22:24:46 +00:00
"heck 0.4.1",
2022-08-14 20:27:41 +00:00
"pkg-config",
2023-09-14 19:49:45 +00:00
"toml 0.7.8",
2024-06-02 00:17:50 +00:00
"version-compare",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "tao"
2024-06-02 00:17:50 +00:00
version = "0.28.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "12a8121bd5721ebbbe0889f8286d5824673beeb04071519b68916fbed04f3093"
2022-08-14 20:27:41 +00:00
dependencies = [
2024-06-02 00:17:50 +00:00
"bitflags 2.5.0",
2022-08-14 20:27:41 +00:00
"cocoa",
"core-foundation",
"core-graphics",
"crossbeam-channel",
"dispatch",
2024-06-02 00:17:50 +00:00
"dlopen2",
"dpi",
2023-07-11 16:52:13 +00:00
"gdkwayland-sys",
2022-08-14 20:27:41 +00:00
"gdkx11-sys",
"gtk",
"instant",
2023-04-30 21:10:21 +00:00
"jni",
2022-08-14 20:27:41 +00:00
"lazy_static",
"libc",
"log",
"ndk",
"ndk-context",
"ndk-sys",
"objc",
"once_cell",
2022-12-03 06:59:13 +00:00
"parking_lot 0.12.1",
2024-06-02 00:17:50 +00:00
"raw-window-handle 0.6.2",
2022-08-14 20:27:41 +00:00
"scopeguard",
2023-07-11 16:52:13 +00:00
"tao-macros",
2022-08-14 20:27:41 +00:00
"unicode-segmentation",
2024-06-02 00:17:50 +00:00
"url",
"windows 0.56.0",
"windows-core 0.56.0",
"windows-version",
2022-08-14 20:27:41 +00:00
"x11-dl",
]
2023-07-11 16:52:13 +00:00
[[package]]
name = "tao-macros"
2023-09-14 19:49:45 +00:00
version = "0.1.2"
2023-07-11 16:52:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "ec114582505d158b669b136e6851f85840c109819d77c42bb7c0709f727d18c2"
2023-07-11 16:52:13 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
2023-05-02 22:24:46 +00:00
[[package]]
name = "target-lexicon"
2023-09-14 19:49:45 +00:00
version = "0.12.11"
2023-05-02 22:24:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a"
2023-05-02 22:24:46 +00:00
2022-08-14 20:27:41 +00:00
[[package]]
name = "tauri"
2024-06-02 00:17:50 +00:00
version = "2.0.0-beta.22"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "5a258ecc5ac7ddade525f512c4962fd01cd0f5265e917b4572579c32c027bb31"
2022-08-14 20:27:41 +00:00
dependencies = [
"anyhow",
2024-06-02 00:17:50 +00:00
"bytes",
2022-08-14 20:27:41 +00:00
"cocoa",
"dirs-next",
2024-06-02 00:17:50 +00:00
"dunce",
2022-08-14 20:27:41 +00:00
"embed_plist",
2023-04-30 21:10:21 +00:00
"futures-util",
2024-06-02 00:17:50 +00:00
"getrandom 0.2.10",
2022-08-14 20:27:41 +00:00
"glob",
"gtk",
2024-06-02 00:17:50 +00:00
"heck 0.5.0",
"http 1.1.0",
"jni",
"libc",
"log",
"mime",
"muda",
2022-08-14 20:27:41 +00:00
"objc",
"percent-encoding",
2024-06-02 00:17:50 +00:00
"raw-window-handle 0.6.2",
"reqwest",
2022-08-14 20:27:41 +00:00
"serde",
"serde_json",
"serde_repr",
"serialize-to-javascript",
"state",
2024-06-02 00:17:50 +00:00
"swift-rs",
"tauri-build",
2022-08-14 20:27:41 +00:00
"tauri-macros",
"tauri-runtime",
"tauri-runtime-wry",
"tauri-utils",
"thiserror",
"tokio",
2024-06-02 00:17:50 +00:00
"tray-icon",
2022-08-14 20:27:41 +00:00
"url",
2024-06-02 00:17:50 +00:00
"urlpattern",
2022-08-14 20:27:41 +00:00
"webkit2gtk",
"webview2-com",
2024-06-02 00:17:50 +00:00
"window-vibrancy",
"windows 0.56.0",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "tauri-build"
2024-06-02 00:17:50 +00:00
version = "2.0.0-beta.17"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "82b964bb6d03d97e24e12f896aab463b02a3c2ff76a60f728cc37b5548eb470e"
2022-08-14 20:27:41 +00:00
dependencies = [
"anyhow",
"cargo_toml",
2024-06-02 00:17:50 +00:00
"dirs-next",
"glob",
"heck 0.5.0",
2022-08-14 20:27:41 +00:00
"json-patch",
2024-06-02 00:17:50 +00:00
"schemars",
2023-05-02 22:24:46 +00:00
"semver",
2023-07-11 16:52:13 +00:00
"serde",
2022-08-14 20:27:41 +00:00
"serde_json",
"tauri-utils",
2023-07-11 16:52:13 +00:00
"tauri-winres",
2024-06-02 00:17:50 +00:00
"toml 0.8.2",
"walkdir",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "tauri-codegen"
2024-06-02 00:17:50 +00:00
version = "2.0.0-beta.17"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "3529cfa977ed7c097f2a5e8da19ecffbe61982450a6c819e6165b6d0cfd3dd3a"
2022-08-14 20:27:41 +00:00
dependencies = [
2024-06-02 00:17:50 +00:00
"base64 0.22.1",
2022-08-14 20:27:41 +00:00
"brotli",
"ico",
"json-patch",
"plist",
2023-04-30 21:10:21 +00:00
"png",
2022-08-14 20:27:41 +00:00
"proc-macro2",
"quote",
2023-05-02 22:24:46 +00:00
"semver",
2022-08-14 20:27:41 +00:00
"serde",
"serde_json",
"sha2",
2024-06-02 00:17:50 +00:00
"syn 2.0.66",
2022-08-14 20:27:41 +00:00
"tauri-utils",
"thiserror",
"time",
2024-06-02 00:17:50 +00:00
"url",
2023-07-11 16:52:13 +00:00
"uuid",
2022-08-14 20:27:41 +00:00
"walkdir",
]
[[package]]
name = "tauri-macros"
2024-06-02 00:17:50 +00:00
version = "2.0.0-beta.17"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "36f97dd80334f29314aa5f40b5fad10cb9feffd08e5a5324fd728613841e5d33"
2022-08-14 20:27:41 +00:00
dependencies = [
2024-06-02 00:17:50 +00:00
"heck 0.5.0",
2022-08-14 20:27:41 +00:00
"proc-macro2",
"quote",
2024-06-02 00:17:50 +00:00
"syn 2.0.66",
2022-08-14 20:27:41 +00:00
"tauri-codegen",
"tauri-utils",
]
2024-06-02 00:17:50 +00:00
[[package]]
name = "tauri-plugin"
version = "2.0.0-beta.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c8385fd0a4f661f5652b0d9e2d7256187d553bb174f88564d10ebcfa6a3af53"
dependencies = [
"anyhow",
"glob",
"plist",
"schemars",
"serde",
"serde_json",
"tauri-utils",
"toml 0.8.2",
"walkdir",
]
[[package]]
name = "tauri-plugin-global-shortcut"
version = "2.0.0-beta.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2373253fdd9c72f3ae7d26258a8fc92c691884a982aaa65b9798bf44dfa079e"
dependencies = [
"global-hotkey",
"log",
"serde",
"serde_json",
"tauri",
"tauri-plugin",
"thiserror",
]
2023-04-30 21:10:21 +00:00
[[package]]
name = "tauri-plugin-single-instance"
2024-06-02 00:17:50 +00:00
version = "2.0.0-beta.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ecafcc5214a5d3cd7a720c11e9c03cbd45ccaff721963485ec4ab481bdf4540"
2023-04-30 21:10:21 +00:00
dependencies = [
"log",
"serde",
"serde_json",
"tauri",
"thiserror",
2024-06-02 00:17:50 +00:00
"windows-sys 0.52.0",
2023-04-30 21:10:21 +00:00
"zbus",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "tauri-runtime"
2024-06-02 00:17:50 +00:00
version = "2.0.0-beta.18"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "d7dc96172a43536236ab55b7da7b8461bf75810985e668589e2395cb476937cb"
2022-08-14 20:27:41 +00:00
dependencies = [
2024-06-02 00:17:50 +00:00
"dpi",
2022-08-14 20:27:41 +00:00
"gtk",
2024-06-02 00:17:50 +00:00
"http 1.1.0",
"jni",
"raw-window-handle 0.6.2",
2022-08-14 20:27:41 +00:00
"serde",
"serde_json",
"tauri-utils",
"thiserror",
2023-07-11 16:52:13 +00:00
"url",
2024-06-02 00:17:50 +00:00
"windows 0.56.0",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "tauri-runtime-wry"
2024-06-02 00:17:50 +00:00
version = "2.0.0-beta.18"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "5d4fd913b1f14a9b618c7f3ae35656d3aa759767fcb95b72006357c12b9d0b09"
2022-08-14 20:27:41 +00:00
dependencies = [
"cocoa",
"gtk",
2024-06-02 00:17:50 +00:00
"http 1.1.0",
"jni",
"log",
2022-08-14 20:27:41 +00:00
"percent-encoding",
2024-06-02 00:17:50 +00:00
"raw-window-handle 0.6.2",
"softbuffer",
"tao",
2022-08-14 20:27:41 +00:00
"tauri-runtime",
"tauri-utils",
2024-06-02 00:17:50 +00:00
"url",
2022-08-14 20:27:41 +00:00
"webkit2gtk",
"webview2-com",
2024-06-02 00:17:50 +00:00
"windows 0.56.0",
2022-08-14 20:27:41 +00:00
"wry",
]
[[package]]
name = "tauri-utils"
2024-06-02 00:17:50 +00:00
version = "2.0.0-beta.17"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "4f24a9c20d676a3f025331cc1c3841256ba88c9f25fb7fae709d2b3089c50d90"
2022-08-14 20:27:41 +00:00
dependencies = [
"brotli",
2024-06-02 00:17:50 +00:00
"cargo_metadata",
2022-08-14 20:27:41 +00:00
"ctor",
2023-07-11 16:52:13 +00:00
"dunce",
2022-08-14 20:27:41 +00:00
"glob",
"html5ever",
2023-04-30 21:10:21 +00:00
"infer",
2022-08-14 20:27:41 +00:00
"json-patch",
2024-06-02 00:17:50 +00:00
"kuchikiki",
"log",
2022-08-14 20:27:41 +00:00
"memchr",
2024-06-02 00:17:50 +00:00
"phf 0.11.2",
2022-08-14 20:27:41 +00:00
"proc-macro2",
"quote",
2024-06-02 00:17:50 +00:00
"regex",
"schemars",
2023-05-02 22:24:46 +00:00
"semver",
2022-08-14 20:27:41 +00:00
"serde",
"serde_json",
"serde_with",
2024-06-02 00:17:50 +00:00
"swift-rs",
2022-08-14 20:27:41 +00:00
"thiserror",
2024-06-02 00:17:50 +00:00
"toml 0.8.2",
2022-08-14 20:27:41 +00:00
"url",
2024-06-02 00:17:50 +00:00
"urlpattern",
2022-08-14 20:27:41 +00:00
"walkdir",
]
2023-07-11 16:52:13 +00:00
[[package]]
name = "tauri-winres"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5993dc129e544393574288923d1ec447c857f3f644187f4fbf7d9a875fbfc4fb"
dependencies = [
"embed-resource",
2023-09-14 19:49:45 +00:00
"toml 0.7.8",
2023-07-11 16:52:13 +00:00
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "tempfile"
2023-09-14 19:49:45 +00:00
version = "3.8.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef"
2022-08-14 20:27:41 +00:00
dependencies = [
"cfg-if",
2023-09-14 19:49:45 +00:00
"fastrand 2.0.0",
2023-05-02 22:24:46 +00:00
"redox_syscall 0.3.5",
2024-06-02 00:17:50 +00:00
"rustix",
2023-07-11 16:52:13 +00:00
"windows-sys 0.48.0",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "tendril"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
dependencies = [
"futf",
"mac",
"utf-8",
]
[[package]]
name = "termcolor"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
dependencies = [
"winapi-util",
]
[[package]]
name = "textwrap"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
2022-08-14 20:27:41 +00:00
[[package]]
name = "thin-slice"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8eaa81235c7058867fa8c0e7314f33dcce9c215f535d1913822a2b3f5e289f3c"
[[package]]
name = "thiserror"
2023-09-14 19:49:45 +00:00
version = "1.0.48"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "9d6d7a740b8a666a7e828dd00da9c0dc290dff53154ea77ac109281de90589b7"
2022-08-14 20:27:41 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2023-09-14 19:49:45 +00:00
version = "1.0.48"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "49922ecae66cc8a249b77e68d1d0623c1b2c514f0060c27cdc68bd62a1219d35"
2022-08-14 20:27:41 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-06-02 00:17:50 +00:00
"syn 2.0.66",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "thread_local"
2023-05-02 22:24:46 +00:00
version = "1.1.7"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
2022-08-14 20:27:41 +00:00
dependencies = [
2023-05-02 22:24:46 +00:00
"cfg-if",
2022-08-14 20:27:41 +00:00
"once_cell",
]
[[package]]
name = "time"
version = "0.3.31"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f657ba42c3f86e7680e53c8cd3af8abbe56b5491790b46e22e19c0d57463583e"
2022-08-14 20:27:41 +00:00
dependencies = [
2023-09-14 19:49:45 +00:00
"deranged",
"itoa 1.0.9",
"powerfmt",
2023-05-02 22:24:46 +00:00
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
version = "0.1.2"
2023-05-02 22:24:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
2023-05-02 22:24:46 +00:00
[[package]]
name = "time-macros"
version = "0.2.16"
2023-05-02 22:24:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26197e33420244aeb70c3e8c78376ca46571bc4e701e4791c2cd9f57dcb3a43f"
2023-05-02 22:24:46 +00:00
dependencies = [
"time-core",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "tinyvec"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
2023-05-02 22:24:46 +00:00
version = "0.1.1"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2022-08-14 20:27:41 +00:00
[[package]]
name = "tokio"
2023-09-14 19:49:45 +00:00
version = "1.32.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9"
2022-08-14 20:27:41 +00:00
dependencies = [
2023-07-11 16:52:13 +00:00
"backtrace",
2022-08-14 20:27:41 +00:00
"bytes",
"libc",
"mio",
"num_cpus",
2022-12-03 06:59:13 +00:00
"parking_lot 0.12.1",
2022-08-14 20:27:41 +00:00
"pin-project-lite",
"signal-hook-registry",
2023-09-14 19:49:45 +00:00
"socket2 0.5.4",
2022-08-14 20:27:41 +00:00
"tokio-macros",
2023-05-02 22:24:46 +00:00
"windows-sys 0.48.0",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "tokio-macros"
2023-05-02 22:24:46 +00:00
version = "2.1.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
2022-08-14 20:27:41 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-06-02 00:17:50 +00:00
"syn 2.0.66",
2022-08-14 20:27:41 +00:00
]
2022-12-03 06:59:13 +00:00
[[package]]
name = "tokio-rustls"
version = "0.23.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
dependencies = [
"rustls",
"tokio",
"webpki",
]
[[package]]
name = "tokio-stream"
2023-05-02 22:24:46 +00:00
version = "0.1.14"
2022-12-03 06:59:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
2022-12-03 06:59:13 +00:00
dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
]
2022-12-19 23:26:44 +00:00
[[package]]
name = "tokio-util"
2023-05-02 22:24:46 +00:00
version = "0.7.8"
2022-12-19 23:26:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
2022-12-19 23:26:44 +00:00
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
"tracing",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "toml"
2024-06-02 00:17:50 +00:00
version = "0.7.8"
2023-05-02 22:24:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
2023-05-02 22:24:46 +00:00
dependencies = [
"serde",
2024-06-02 00:17:50 +00:00
"serde_spanned",
"toml_datetime",
"toml_edit 0.19.15",
2023-05-02 22:24:46 +00:00
]
[[package]]
name = "toml"
2024-06-02 00:17:50 +00:00
version = "0.8.2"
2023-05-02 22:24:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "185d8ab0dfbb35cf1399a6344d8484209c088f75f8f68230da55d48d95d43e3d"
2023-05-02 22:24:46 +00:00
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
2024-06-02 00:17:50 +00:00
"toml_edit 0.20.2",
2023-05-02 22:24:46 +00:00
]
[[package]]
name = "toml_datetime"
2023-07-11 16:52:13 +00:00
version = "0.6.3"
2023-05-02 22:24:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-11 16:52:13 +00:00
checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
2023-05-02 22:24:46 +00:00
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
2023-09-14 19:49:45 +00:00
version = "0.19.15"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
2022-08-14 20:27:41 +00:00
dependencies = [
2023-07-11 16:52:13 +00:00
"indexmap 2.0.0",
2022-08-14 20:27:41 +00:00
"serde",
2023-05-02 22:24:46 +00:00
"serde_spanned",
"toml_datetime",
"winnow",
2022-08-14 20:27:41 +00:00
]
2024-06-02 00:17:50 +00:00
[[package]]
name = "toml_edit"
version = "0.20.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338"
dependencies = [
"indexmap 2.0.0",
"serde",
"serde_spanned",
"toml_datetime",
"winnow",
]
2022-12-19 23:26:44 +00:00
[[package]]
name = "tower"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
dependencies = [
"futures-core",
"futures-util",
"pin-project",
"pin-project-lite",
"tokio",
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "tower-layer"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
[[package]]
name = "tower-service"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
2022-08-14 20:27:41 +00:00
[[package]]
name = "tracing"
2023-05-02 22:24:46 +00:00
version = "0.1.37"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
2022-08-14 20:27:41 +00:00
dependencies = [
"cfg-if",
2022-12-19 23:26:44 +00:00
"log",
2022-08-14 20:27:41 +00:00
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2023-07-11 16:52:13 +00:00
version = "0.1.26"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-11 16:52:13 +00:00
checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"
2022-08-14 20:27:41 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-06-02 00:17:50 +00:00
"syn 2.0.66",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "tracing-core"
2023-07-11 16:52:13 +00:00
version = "0.1.31"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-11 16:52:13 +00:00
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
2022-08-14 20:27:41 +00:00
dependencies = [
"once_cell",
"valuable",
]
[[package]]
name = "tracing-log"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
dependencies = [
"lazy_static",
"log",
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
2023-05-02 22:24:46 +00:00
version = "0.3.17"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
2022-08-14 20:27:41 +00:00
dependencies = [
"matchers",
2023-05-02 22:24:46 +00:00
"nu-ansi-term",
2022-08-14 20:27:41 +00:00
"once_cell",
"regex",
"sharded-slab",
"smallvec",
"thread_local",
"tracing",
"tracing-core",
"tracing-log",
]
[[package]]
2024-06-02 00:17:50 +00:00
name = "tray-icon"
version = "0.14.2"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "0b27516dfcfa22a9faaf192283a122bfbede38c1e59ef194e3c4db6549b419c0"
2022-08-14 20:27:41 +00:00
dependencies = [
2024-06-02 00:17:50 +00:00
"cocoa",
"core-graphics",
"crossbeam-channel",
"dirs 5.0.1",
"libappindicator",
"muda",
"objc",
"once_cell",
"png",
"serde",
"thiserror",
"windows-sys 0.52.0",
2022-08-14 20:27:41 +00:00
]
2022-12-19 23:26:44 +00:00
[[package]]
name = "try-lock"
2023-05-02 22:24:46 +00:00
version = "0.2.4"
2022-12-19 23:26:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
2022-12-19 23:26:44 +00:00
2022-08-14 20:27:41 +00:00
[[package]]
name = "typenum"
2023-05-02 22:24:46 +00:00
version = "1.16.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
2022-08-14 20:27:41 +00:00
2023-04-30 21:10:21 +00:00
[[package]]
name = "uds_windows"
2024-06-02 00:17:50 +00:00
version = "1.1.0"
2023-04-30 21:10:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
2023-04-30 21:10:21 +00:00
dependencies = [
2024-06-02 00:17:50 +00:00
"memoffset",
2023-04-30 21:10:21 +00:00
"tempfile",
"winapi",
]
2024-06-02 00:17:50 +00:00
[[package]]
name = "unic-char-property"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
dependencies = [
"unic-char-range",
]
[[package]]
name = "unic-char-range"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
[[package]]
name = "unic-common"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
[[package]]
name = "unic-ucd-ident"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e230a37c0381caa9219d67cf063aa3a375ffed5bf541a452db16e744bdab6987"
dependencies = [
"unic-char-property",
"unic-char-range",
"unic-ucd-version",
]
[[package]]
name = "unic-ucd-version"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
dependencies = [
"unic-common",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "unicode-bidi"
2023-05-02 22:24:46 +00:00
version = "0.3.13"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
2022-08-14 20:27:41 +00:00
[[package]]
name = "unicode-ident"
2023-09-14 19:49:45 +00:00
version = "1.0.12"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2022-08-14 20:27:41 +00:00
[[package]]
name = "unicode-normalization"
2023-05-02 22:24:46 +00:00
version = "0.1.22"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
2022-08-14 20:27:41 +00:00
dependencies = [
"tinyvec",
]
[[package]]
name = "unicode-segmentation"
2024-06-02 00:17:50 +00:00
version = "1.11.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
2022-08-14 20:27:41 +00:00
2022-12-03 06:59:13 +00:00
[[package]]
name = "unicode_categories"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
[[package]]
name = "universal-hash"
2023-07-11 16:52:13 +00:00
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-11 16:52:13 +00:00
checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
dependencies = [
"crypto-common",
"subtle",
]
2022-12-03 06:59:13 +00:00
[[package]]
name = "untrusted"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
2022-08-14 20:27:41 +00:00
[[package]]
name = "url"
2023-09-14 19:49:45 +00:00
version = "2.4.1"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"
2022-08-14 20:27:41 +00:00
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
"serde",
]
2022-12-19 23:26:44 +00:00
[[package]]
name = "urlencoding"
2023-09-14 19:49:45 +00:00
version = "2.1.3"
2022-12-19 23:26:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
2022-12-19 23:26:44 +00:00
2024-06-02 00:17:50 +00:00
[[package]]
name = "urlpattern"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9bd5ff03aea02fa45b13a7980151fe45009af1980ba69f651ec367121a31609"
dependencies = [
"derive_more",
"regex",
"serde",
"unic-ucd-ident",
"url",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "utf-8"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
[[package]]
name = "uuid"
2023-09-14 19:49:45 +00:00
version = "1.4.1"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d"
2022-08-14 20:27:41 +00:00
dependencies = [
2023-07-11 16:52:13 +00:00
"getrandom 0.2.10",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
[[package]]
name = "version-compare"
2023-05-02 22:24:46 +00:00
version = "0.1.1"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29"
2022-08-14 20:27:41 +00:00
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2023-07-11 16:52:13 +00:00
[[package]]
name = "vswhom"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
dependencies = [
"libc",
"vswhom-sys",
]
[[package]]
name = "vswhom-sys"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
dependencies = [
"cc",
"libc",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "waker-fn"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
[[package]]
name = "walkdir"
2023-09-14 19:49:45 +00:00
version = "2.4.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
2022-08-14 20:27:41 +00:00
dependencies = [
"same-file",
"winapi-util",
]
2022-12-19 23:26:44 +00:00
[[package]]
name = "want"
2023-07-11 16:52:13 +00:00
version = "0.3.1"
2022-12-19 23:26:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-11 16:52:13 +00:00
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2022-12-19 23:26:44 +00:00
dependencies = [
"try-lock",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "wasm-bindgen"
2023-07-11 16:52:13 +00:00
version = "0.2.87"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-11 16:52:13 +00:00
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
2022-08-14 20:27:41 +00:00
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2023-07-11 16:52:13 +00:00
version = "0.2.87"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-11 16:52:13 +00:00
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
2022-08-14 20:27:41 +00:00
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
2024-06-02 00:17:50 +00:00
"syn 2.0.66",
2022-08-14 20:27:41 +00:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2023-07-11 16:52:13 +00:00
version = "0.4.37"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-11 16:52:13 +00:00
checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
2022-08-14 20:27:41 +00:00
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2023-07-11 16:52:13 +00:00
version = "0.2.87"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-11 16:52:13 +00:00
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
2022-08-14 20:27:41 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2023-07-11 16:52:13 +00:00
version = "0.2.87"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-11 16:52:13 +00:00
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
2022-08-14 20:27:41 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-06-02 00:17:50 +00:00
"syn 2.0.66",
2022-08-14 20:27:41 +00:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2023-07-11 16:52:13 +00:00
version = "0.2.87"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-11 16:52:13 +00:00
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
2022-08-14 20:27:41 +00:00
2024-06-02 00:17:50 +00:00
[[package]]
name = "wasm-streams"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b65dc4c90b63b118468cf747d8bf3566c1913ef60be765b5730ead9e0a3ba129"
dependencies = [
"futures-util",
"js-sys",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
]
[[package]]
name = "wayland-sys"
version = "0.31.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "105b1842da6554f91526c14a2a2172897b7f745a805d62af4ce698706be79c12"
dependencies = [
"dlib",
"log",
"pkg-config",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "web-sys"
2023-07-11 16:52:13 +00:00
version = "0.3.64"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-11 16:52:13 +00:00
checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
2022-08-14 20:27:41 +00:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webkit2gtk"
2024-06-02 00:17:50 +00:00
version = "2.0.1"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "76b1bc1e54c581da1e9f179d0b38512ba358fb1af2d634a1affe42e37172361a"
2022-08-14 20:27:41 +00:00
dependencies = [
2023-07-11 16:52:13 +00:00
"bitflags 1.3.2",
2022-08-14 20:27:41 +00:00
"cairo-rs",
"gdk",
"gdk-sys",
"gio",
"gio-sys",
"glib",
"glib-sys",
"gobject-sys",
"gtk",
"gtk-sys",
"javascriptcore-rs",
"libc",
"once_cell",
2024-06-02 00:17:50 +00:00
"soup3",
2022-08-14 20:27:41 +00:00
"webkit2gtk-sys",
]
[[package]]
name = "webkit2gtk-sys"
2024-06-02 00:17:50 +00:00
version = "2.0.1"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "62daa38afc514d1f8f12b8693d30d5993ff77ced33ce30cd04deebc267a6d57c"
2022-08-14 20:27:41 +00:00
dependencies = [
2023-07-11 16:52:13 +00:00
"bitflags 1.3.2",
2022-08-14 20:27:41 +00:00
"cairo-sys-rs",
"gdk-sys",
"gio-sys",
"glib-sys",
"gobject-sys",
"gtk-sys",
"javascriptcore-rs-sys",
"libc",
"pkg-config",
2024-06-02 00:17:50 +00:00
"soup3-sys",
"system-deps",
2022-08-14 20:27:41 +00:00
]
2022-12-03 06:59:13 +00:00
[[package]]
name = "webpki"
2023-09-14 19:49:45 +00:00
version = "0.22.1"
2022-12-03 06:59:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "f0e74f82d49d545ad128049b7e88f6576df2da6b02e9ce565c6f533be576957e"
2022-12-03 06:59:13 +00:00
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "webpki-roots"
2023-05-02 22:24:46 +00:00
version = "0.22.6"
2022-12-03 06:59:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
2022-12-03 06:59:13 +00:00
dependencies = [
"webpki",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "webview2-com"
2024-06-02 00:17:50 +00:00
version = "0.30.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "5c914dd492a52f0377bef56fd1b6e74a79090f9ee631d625d5b505a00e4538b6"
2022-08-14 20:27:41 +00:00
dependencies = [
"webview2-com-macros",
"webview2-com-sys",
2024-06-02 00:17:50 +00:00
"windows 0.56.0",
"windows-core 0.56.0",
2022-08-14 20:27:41 +00:00
"windows-implement",
2024-06-02 00:17:50 +00:00
"windows-interface",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "webview2-com-macros"
2024-06-02 00:17:50 +00:00
version = "0.7.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "ac1345798ecd8122468840bcdf1b95e5dc6d2206c5e4b0eafa078d061f59c9bc"
2022-08-14 20:27:41 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-06-02 00:17:50 +00:00
"syn 2.0.66",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "webview2-com-sys"
2024-06-02 00:17:50 +00:00
version = "0.30.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "2a46bcf03482ec28eeb764ca788f67998cde4213adfbbfa90462622058530f5e"
2022-08-14 20:27:41 +00:00
dependencies = [
"thiserror",
2024-06-02 00:17:50 +00:00
"windows 0.56.0",
"windows-core 0.56.0",
2022-08-14 20:27:41 +00:00
]
2023-08-03 02:57:37 +00:00
[[package]]
name = "which"
2023-09-14 19:49:45 +00:00
version = "4.4.2"
2023-08-03 02:57:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
2023-08-03 02:57:37 +00:00
dependencies = [
"either",
2023-09-14 19:49:45 +00:00
"home",
2023-08-03 02:57:37 +00:00
"once_cell",
2024-06-02 00:17:50 +00:00
"rustix",
2023-08-03 02:57:37 +00:00
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
"winapi",
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
2024-06-02 00:17:50 +00:00
name = "window-vibrancy"
version = "0.5.0"
2023-04-30 21:10:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "33082acd404763b315866e14a0d5193f3422c81086657583937a750cdd3ec340"
2023-04-30 21:10:21 +00:00
dependencies = [
2024-06-02 00:17:50 +00:00
"cocoa",
"objc",
"raw-window-handle 0.6.2",
"windows-sys 0.52.0",
"windows-version",
2023-04-30 21:10:21 +00:00
]
2023-05-02 22:24:46 +00:00
[[package]]
name = "windows"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
dependencies = [
2023-09-14 19:49:45 +00:00
"windows-targets 0.48.5",
2023-05-02 22:24:46 +00:00
]
[[package]]
name = "windows"
version = "0.51.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca229916c5ee38c2f2bc1e9d8f04df975b4bd93f9955dc69fabb5d91270045c9"
dependencies = [
2024-06-02 00:17:50 +00:00
"windows-core 0.51.1",
"windows-targets 0.48.5",
]
2022-08-14 20:27:41 +00:00
[[package]]
2024-06-02 00:17:50 +00:00
name = "windows"
version = "0.56.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132"
2022-08-14 20:27:41 +00:00
dependencies = [
2024-06-02 00:17:50 +00:00
"windows-core 0.56.0",
"windows-targets 0.52.5",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "windows-core"
version = "0.51.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64"
dependencies = [
"windows-targets 0.48.5",
]
2024-06-02 00:17:50 +00:00
[[package]]
name = "windows-core"
version = "0.56.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6"
dependencies = [
"windows-implement",
"windows-interface",
"windows-result",
"windows-targets 0.52.5",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "windows-implement"
2024-06-02 00:17:50 +00:00
version = "0.56.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b"
2022-08-14 20:27:41 +00:00
dependencies = [
2024-06-02 00:17:50 +00:00
"proc-macro2",
"quote",
"syn 2.0.66",
]
[[package]]
name = "windows-interface"
version = "0.56.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.66",
2022-08-14 20:27:41 +00:00
]
[[package]]
2024-06-02 00:17:50 +00:00
name = "windows-result"
version = "0.1.1"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "749f0da9cc72d82e600d8d2e44cadd0b9eedb9038f71a1c58556ac1c5791813b"
dependencies = [
"windows-targets 0.52.5",
]
2022-08-14 20:27:41 +00:00
2023-04-29 05:34:17 +00:00
[[package]]
name = "windows-sys"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
dependencies = [
2023-04-30 21:10:21 +00:00
"windows-targets 0.42.2",
]
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
2023-09-14 19:49:45 +00:00
"windows-targets 0.48.5",
2023-04-29 05:34:17 +00:00
]
2024-06-02 00:17:50 +00:00
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
"windows-targets 0.52.5",
]
2023-04-29 05:34:17 +00:00
[[package]]
name = "windows-targets"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
dependencies = [
2023-04-30 21:10:21 +00:00
"windows_aarch64_gnullvm 0.42.2",
2023-04-29 05:34:17 +00:00
"windows_aarch64_msvc 0.42.2",
"windows_i686_gnu 0.42.2",
"windows_i686_msvc 0.42.2",
"windows_x86_64_gnu 0.42.2",
2023-04-30 21:10:21 +00:00
"windows_x86_64_gnullvm 0.42.2",
2023-04-29 05:34:17 +00:00
"windows_x86_64_msvc 0.42.2",
2022-12-19 23:26:44 +00:00
]
2023-04-30 21:10:21 +00:00
[[package]]
name = "windows-targets"
2023-09-14 19:49:45 +00:00
version = "0.48.5"
2023-04-30 21:10:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2023-04-30 21:10:21 +00:00
dependencies = [
2023-09-14 19:49:45 +00:00
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
2023-04-30 21:10:21 +00:00
]
2022-08-14 20:27:41 +00:00
[[package]]
2024-06-02 00:17:50 +00:00
name = "windows-targets"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
dependencies = [
"windows_aarch64_gnullvm 0.52.5",
"windows_aarch64_msvc 0.52.5",
"windows_i686_gnu 0.52.5",
"windows_i686_gnullvm",
"windows_i686_msvc 0.52.5",
"windows_x86_64_gnu 0.52.5",
"windows_x86_64_gnullvm 0.52.5",
"windows_x86_64_msvc 0.52.5",
]
[[package]]
name = "windows-version"
version = "0.1.1"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "6998aa457c9ba8ff2fb9f13e9d2a930dabcea28f1d0ab94d687d8b3654844515"
dependencies = [
"windows-targets 0.52.5",
]
2022-08-14 20:27:41 +00:00
2022-12-19 23:26:44 +00:00
[[package]]
name = "windows_aarch64_gnullvm"
2023-04-29 05:34:17 +00:00
version = "0.42.2"
2022-12-19 23:26:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-29 05:34:17 +00:00
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
2022-12-19 23:26:44 +00:00
2023-04-30 21:10:21 +00:00
[[package]]
name = "windows_aarch64_gnullvm"
2023-09-14 19:49:45 +00:00
version = "0.48.5"
2023-04-30 21:10:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2023-04-30 21:10:21 +00:00
2022-08-14 20:27:41 +00:00
[[package]]
2024-06-02 00:17:50 +00:00
name = "windows_aarch64_gnullvm"
version = "0.52.5"
2023-04-30 21:10:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
2023-04-30 21:10:21 +00:00
2022-12-19 23:26:44 +00:00
[[package]]
name = "windows_aarch64_msvc"
2023-04-29 05:34:17 +00:00
version = "0.42.2"
2022-12-19 23:26:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-29 05:34:17 +00:00
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
2022-12-19 23:26:44 +00:00
2023-04-30 21:10:21 +00:00
[[package]]
name = "windows_aarch64_msvc"
2023-09-14 19:49:45 +00:00
version = "0.48.5"
2023-04-30 21:10:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2023-04-30 21:10:21 +00:00
2022-08-14 20:27:41 +00:00
[[package]]
2024-06-02 00:17:50 +00:00
name = "windows_aarch64_msvc"
version = "0.52.5"
2023-04-30 21:10:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
2023-04-30 21:10:21 +00:00
2022-12-19 23:26:44 +00:00
[[package]]
name = "windows_i686_gnu"
2023-04-29 05:34:17 +00:00
version = "0.42.2"
2022-12-19 23:26:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-29 05:34:17 +00:00
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
2022-12-19 23:26:44 +00:00
2023-04-30 21:10:21 +00:00
[[package]]
name = "windows_i686_gnu"
2023-09-14 19:49:45 +00:00
version = "0.48.5"
2023-04-30 21:10:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2023-04-30 21:10:21 +00:00
2022-08-14 20:27:41 +00:00
[[package]]
2024-06-02 00:17:50 +00:00
name = "windows_i686_gnu"
version = "0.52.5"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
2022-08-14 20:27:41 +00:00
2023-04-30 21:10:21 +00:00
[[package]]
2024-06-02 00:17:50 +00:00
name = "windows_i686_gnullvm"
version = "0.52.5"
2023-04-30 21:10:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
2023-04-30 21:10:21 +00:00
2022-12-19 23:26:44 +00:00
[[package]]
name = "windows_i686_msvc"
2023-04-29 05:34:17 +00:00
version = "0.42.2"
2022-12-19 23:26:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-29 05:34:17 +00:00
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
2022-12-19 23:26:44 +00:00
2023-04-30 21:10:21 +00:00
[[package]]
name = "windows_i686_msvc"
2023-09-14 19:49:45 +00:00
version = "0.48.5"
2023-04-30 21:10:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2023-04-30 21:10:21 +00:00
2022-08-14 20:27:41 +00:00
[[package]]
2024-06-02 00:17:50 +00:00
name = "windows_i686_msvc"
version = "0.52.5"
2023-04-30 21:10:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
2023-04-30 21:10:21 +00:00
2022-12-19 23:26:44 +00:00
[[package]]
name = "windows_x86_64_gnu"
2023-04-29 05:34:17 +00:00
version = "0.42.2"
2022-12-19 23:26:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-29 05:34:17 +00:00
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
2022-12-19 23:26:44 +00:00
2023-04-30 21:10:21 +00:00
[[package]]
name = "windows_x86_64_gnu"
2023-09-14 19:49:45 +00:00
version = "0.48.5"
2023-04-30 21:10:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2023-04-30 21:10:21 +00:00
2024-06-02 00:17:50 +00:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
2022-12-19 23:26:44 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
2023-04-29 05:34:17 +00:00
version = "0.42.2"
2022-12-19 23:26:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-29 05:34:17 +00:00
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
2022-12-19 23:26:44 +00:00
2023-04-30 21:10:21 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
2023-09-14 19:49:45 +00:00
version = "0.48.5"
2023-04-30 21:10:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2023-04-30 21:10:21 +00:00
2022-08-14 20:27:41 +00:00
[[package]]
2024-06-02 00:17:50 +00:00
name = "windows_x86_64_gnullvm"
version = "0.52.5"
2023-04-30 21:10:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
2023-04-30 21:10:21 +00:00
2022-12-19 23:26:44 +00:00
[[package]]
name = "windows_x86_64_msvc"
2023-04-29 05:34:17 +00:00
version = "0.42.2"
2022-12-19 23:26:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-29 05:34:17 +00:00
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
2022-12-19 23:26:44 +00:00
2023-04-30 21:10:21 +00:00
[[package]]
name = "windows_x86_64_msvc"
2023-09-14 19:49:45 +00:00
version = "0.48.5"
2023-04-30 21:10:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2023-04-30 21:10:21 +00:00
2024-06-02 00:17:50 +00:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
2023-05-02 22:24:46 +00:00
[[package]]
name = "winnow"
2023-09-14 19:49:45 +00:00
version = "0.5.15"
2023-05-02 22:24:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc"
2023-05-02 22:24:46 +00:00
dependencies = [
"memchr",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "winreg"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
dependencies = [
"winapi",
]
[[package]]
2023-07-11 16:52:13 +00:00
name = "winreg"
2023-09-14 19:49:45 +00:00
version = "0.51.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-14 19:49:45 +00:00
checksum = "937f3df7948156640f46aacef17a70db0de5917bda9c92b0f751f3a955b588fc"
2022-08-14 20:27:41 +00:00
dependencies = [
2023-07-11 16:52:13 +00:00
"cfg-if",
2023-09-14 19:49:45 +00:00
"windows-sys 0.48.0",
2022-08-14 20:27:41 +00:00
]
2024-06-02 00:17:50 +00:00
[[package]]
name = "winreg"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
dependencies = [
"cfg-if",
"windows-sys 0.48.0",
]
2022-08-14 20:27:41 +00:00
[[package]]
name = "wry"
2024-06-02 00:17:50 +00:00
version = "0.40.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "7cd42682bad8d1efd0e0d0593770c602c13b8922bb1ca705cb845967de81bbc4"
2022-08-14 20:27:41 +00:00
dependencies = [
2024-06-02 00:17:50 +00:00
"base64 0.22.1",
2022-08-14 20:27:41 +00:00
"block",
"cocoa",
"core-graphics",
2023-04-30 21:10:21 +00:00
"crossbeam-channel",
2024-06-02 00:17:50 +00:00
"dpi",
2023-04-30 21:10:21 +00:00
"dunce",
2024-06-02 00:17:50 +00:00
"gdkx11",
2022-08-14 20:27:41 +00:00
"gtk",
2023-04-30 21:10:21 +00:00
"html5ever",
2024-06-02 00:17:50 +00:00
"http 1.1.0",
"javascriptcore-rs",
"jni",
"kuchikiki",
2022-08-14 20:27:41 +00:00
"libc",
2024-06-02 00:17:50 +00:00
"ndk",
"ndk-context",
"ndk-sys",
2022-08-14 20:27:41 +00:00
"objc",
"objc_id",
"once_cell",
2024-06-02 00:17:50 +00:00
"percent-encoding",
"raw-window-handle 0.6.2",
2023-04-30 21:10:21 +00:00
"sha2",
2024-06-02 00:17:50 +00:00
"soup3",
"tao-macros",
2022-08-14 20:27:41 +00:00
"thiserror",
"webkit2gtk",
"webkit2gtk-sys",
"webview2-com",
2024-06-02 00:17:50 +00:00
"windows 0.56.0",
"windows-core 0.56.0",
"windows-version",
"x11-dl",
2022-08-14 20:27:41 +00:00
]
[[package]]
name = "x11"
2023-05-02 22:24:46 +00:00
version = "2.21.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
2022-08-14 20:27:41 +00:00
dependencies = [
"libc",
"pkg-config",
]
[[package]]
name = "x11-dl"
2023-05-02 22:24:46 +00:00
version = "2.21.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
2022-08-14 20:27:41 +00:00
dependencies = [
"libc",
2023-05-02 22:24:46 +00:00
"once_cell",
2022-08-14 20:27:41 +00:00
"pkg-config",
]
[[package]]
2023-05-02 22:24:46 +00:00
name = "xdg-home"
version = "1.0.0"
2022-08-14 20:27:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "2769203cd13a0c6015d515be729c526d041e9cf2c0cc478d57faee85f40c6dcd"
dependencies = [
2024-06-02 00:17:50 +00:00
"nix 0.26.4",
2023-05-02 22:24:46 +00:00
"winapi",
]
2022-12-19 23:26:44 +00:00
[[package]]
name = "xmlparser"
version = "0.13.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd"
2023-04-30 21:10:21 +00:00
[[package]]
name = "zbus"
2024-06-02 00:17:50 +00:00
version = "4.0.1"
2023-04-30 21:10:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "7b8e3d6ae3342792a6cc2340e4394334c7402f3d793b390d2c5494a4032b3030"
2023-04-30 21:10:21 +00:00
dependencies = [
"async-broadcast",
"async-executor",
2023-05-02 22:24:46 +00:00
"async-fs",
2023-04-30 21:10:21 +00:00
"async-io",
2024-06-02 00:17:50 +00:00
"async-lock 3.3.0",
2023-07-11 16:52:13 +00:00
"async-process",
2023-04-30 21:10:21 +00:00
"async-recursion",
"async-task",
"async-trait",
2023-07-11 16:52:13 +00:00
"blocking",
2023-04-30 21:10:21 +00:00
"derivative",
"enumflags2",
2024-06-02 00:17:50 +00:00
"event-listener 5.2.0",
2023-04-30 21:10:21 +00:00
"futures-core",
"futures-sink",
"futures-util",
"hex",
2024-06-02 00:17:50 +00:00
"nix 0.27.1",
2023-04-30 21:10:21 +00:00
"ordered-stream",
"rand 0.8.5",
"serde",
"serde_repr",
"sha1",
"static_assertions",
"tracing",
"uds_windows",
2024-06-02 00:17:50 +00:00
"windows-sys 0.52.0",
2023-05-02 22:24:46 +00:00
"xdg-home",
2023-04-30 21:10:21 +00:00
"zbus_macros",
"zbus_names",
"zvariant",
]
[[package]]
name = "zbus_macros"
2024-06-02 00:17:50 +00:00
version = "4.0.1"
2023-04-30 21:10:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "b7a3e850ff1e7217a3b7a07eba90d37fe9bb9e89a310f718afcde5885ca9b6d7"
2023-04-30 21:10:21 +00:00
dependencies = [
2024-06-02 00:17:50 +00:00
"proc-macro-crate 1.3.1",
2023-04-30 21:10:21 +00:00
"proc-macro2",
"quote",
"regex",
2023-05-02 22:24:46 +00:00
"syn 1.0.109",
"zvariant_utils",
2023-04-30 21:10:21 +00:00
]
[[package]]
name = "zbus_names"
2024-06-02 00:17:50 +00:00
version = "3.0.0"
2023-04-30 21:10:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
2023-04-30 21:10:21 +00:00
dependencies = [
"serde",
"static_assertions",
"zvariant",
]
2022-12-19 23:26:44 +00:00
[[package]]
name = "zeroize"
2023-05-02 22:24:46 +00:00
version = "1.6.0"
2022-12-19 23:26:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 22:24:46 +00:00
checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"
2023-04-30 21:10:21 +00:00
[[package]]
name = "zvariant"
2024-06-02 00:17:50 +00:00
version = "4.0.0"
2023-04-30 21:10:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "4e09e8be97d44eeab994d752f341e67b3b0d80512a8b315a0671d47232ef1b65"
2023-04-30 21:10:21 +00:00
dependencies = [
2024-06-02 00:17:50 +00:00
"endi",
2023-04-30 21:10:21 +00:00
"enumflags2",
"serde",
"static_assertions",
2024-06-02 00:17:50 +00:00
"url",
2023-04-30 21:10:21 +00:00
"zvariant_derive",
]
[[package]]
name = "zvariant_derive"
2024-06-02 00:17:50 +00:00
version = "4.0.0"
2023-04-30 21:10:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "72a5857e2856435331636a9fbb415b09243df4521a267c5bedcd5289b4d5799e"
2023-04-30 21:10:21 +00:00
dependencies = [
2024-06-02 00:17:50 +00:00
"proc-macro-crate 1.3.1",
2023-04-30 21:10:21 +00:00
"proc-macro2",
"quote",
2023-05-02 22:24:46 +00:00
"syn 1.0.109",
"zvariant_utils",
]
[[package]]
name = "zvariant_utils"
2024-06-02 00:17:50 +00:00
version = "1.1.0"
2023-05-02 22:24:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-02 00:17:50 +00:00
checksum = "00bedb16a193cc12451873fee2a1bc6550225acece0e36f333e68326c73c8172"
2023-05-02 22:24:46 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
2023-04-30 21:10:21 +00:00
]