the-honkers-railway-launcher/Cargo.lock

3612 lines
86 KiB
Text
Raw Normal View History

2022-08-02 20:36:31 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2023-03-31 08:21:06 +00:00
[[package]]
name = "addr2line"
version = "0.21.0"
2023-03-31 08:21:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
2023-03-31 08:21:06 +00:00
dependencies = [
"gimli",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "aes"
2023-06-19 08:46:58 +00:00
version = "0.8.3"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 08:46:58 +00:00
checksum = "ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2"
2022-08-02 20:36:31 +00:00
dependencies = [
"cfg-if",
"cipher",
"cpufeatures",
]
[[package]]
name = "ahash"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
dependencies = [
"cfg-if",
"once_cell",
"version_check",
]
2023-05-16 14:05:02 +00:00
[[package]]
name = "aho-corasick"
version = "1.1.1"
2023-05-16 14:05:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea5d730647d4fadd988536d06fecce94b7b4f2a7efdae548f1cf4b63205518ab"
2023-05-16 14:05:02 +00:00
dependencies = [
"memchr",
]
[[package]]
name = "allocator-api2"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
2022-08-02 20:36:31 +00:00
[[package]]
name = "anime-game-core"
version = "1.16.1"
source = "git+https://github.com/an-anime-team/anime-game-core?tag=1.16.1#5864e5f00219c3355fc3f4cc2ac3a730a5397391"
2022-08-02 20:36:31 +00:00
dependencies = [
"anyhow",
2022-08-02 20:36:31 +00:00
"bzip2",
2023-04-16 12:18:49 +00:00
"cached",
2023-04-16 12:12:25 +00:00
"dns-lookup",
2022-08-02 20:36:31 +00:00
"flate2",
"fs_extra",
"kinda-virtual-fs",
"lazy_static",
"md-5",
2023-03-31 08:21:06 +00:00
"minreq",
2022-08-02 20:36:31 +00:00
"serde",
"serde_json",
"sysinfo",
2022-08-02 20:36:31 +00:00
"tar",
2023-03-05 20:43:33 +00:00
"thiserror",
"tracing",
2022-08-02 20:36:31 +00:00
"xz",
"zip",
]
[[package]]
name = "anime-game-launcher"
2023-09-28 16:21:06 +00:00
version = "3.9.1"
2022-08-02 20:36:31 +00:00
dependencies = [
2023-01-18 16:37:53 +00:00
"anime-launcher-sdk",
"anyhow",
2023-04-16 12:18:49 +00:00
"cached",
2023-01-18 16:37:53 +00:00
"fluent-templates",
"glib-build-tools",
2022-08-02 20:36:31 +00:00
"gtk4",
"human-panic",
2022-08-02 20:36:31 +00:00
"lazy_static",
"libadwaita",
"md-5",
2023-03-05 20:29:54 +00:00
"open",
2023-01-18 16:37:53 +00:00
"relm4",
"rfd",
"serde_json",
2023-01-18 16:37:53 +00:00
"tracing",
"tracing-subscriber",
"unic-langid",
"whatadistro",
2022-08-02 20:36:31 +00:00
]
[[package]]
2023-01-18 16:37:53 +00:00
name = "anime-launcher-sdk"
version = "1.11.4"
source = "git+https://github.com/an-anime-team/anime-launcher-sdk?tag=1.11.4#ea5a501a0f4dec6dee0cc33d5b2d6757503764cb"
dependencies = [
2023-01-18 16:37:53 +00:00
"anime-game-core",
"anyhow",
2023-04-16 12:18:49 +00:00
"cached",
"discord-rich-presence",
2023-01-28 18:02:06 +00:00
"enum-ordinalize",
2023-01-18 16:37:53 +00:00
"lazy_static",
"md-5",
"serde",
2023-01-18 16:37:53 +00:00
"serde_json",
"tracing",
2023-01-18 16:37:53 +00:00
"wincompatlib",
]
[[package]]
name = "anstream"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c"
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
"utf8parse",
]
[[package]]
name = "anstyle"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b84bf0a05bbb2a83e5eb6fa36bb6e87baa08193c35ff52bbf6b38d8af2890e46"
[[package]]
name = "anstyle-parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333"
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
dependencies = [
"windows-sys",
]
[[package]]
name = "anstyle-wincon"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd"
dependencies = [
"anstyle",
"windows-sys",
]
[[package]]
2023-01-18 16:37:53 +00:00
name = "anyhow"
version = "1.0.75"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
2023-03-31 08:21:06 +00:00
dependencies = [
"backtrace",
]
[[package]]
2023-01-18 16:37:53 +00:00
name = "arc-swap"
2023-03-18 11:51:02 +00:00
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 11:51:02 +00:00
checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6"
[[package]]
name = "arrayref"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
[[package]]
name = "arrayvec"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
[[package]]
name = "ashpd"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3affe251686bd936a0afb74b9693e8bf2f193d51da1b9a45d3f1303a9bd2cc7"
dependencies = [
2023-05-21 09:55:23 +00:00
"async-std",
"enumflags2",
2023-05-21 09:55:23 +00:00
"futures-channel",
"futures-util",
"once_cell",
"rand",
"serde",
"serde_repr",
2023-05-21 09:55:23 +00:00
"url",
"zbus",
]
[[package]]
name = "async-broadcast"
2023-05-21 09:55:23 +00:00
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:55:23 +00:00
checksum = "7c48ccdbf6ca6b121e0f586cbc0e73ae440e56c67c30fa0873b4e110d9c26d2b"
dependencies = [
"event-listener 2.5.3",
"futures-core",
]
[[package]]
name = "async-channel"
2023-07-14 04:58:28 +00:00
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
dependencies = [
"concurrent-queue",
"event-listener 2.5.3",
"futures-core",
]
[[package]]
name = "async-executor"
version = "1.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c1da3ae8dabd9c00f453a329dfe1fb28da3c0a72e2478cdcd93171740c20499"
dependencies = [
"async-lock",
"async-task",
"concurrent-queue",
"fastrand 2.0.1",
"futures-lite",
"slab",
]
2023-05-21 09:55:23 +00:00
[[package]]
name = "async-fs"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
dependencies = [
"async-lock",
"autocfg",
"blocking",
"futures-lite",
]
[[package]]
name = "async-global-executor"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776"
dependencies = [
"async-channel",
"async-executor",
"async-io",
"async-lock",
"blocking",
"futures-lite",
"once_cell",
]
[[package]]
name = "async-io"
2023-05-16 14:05:02 +00:00
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
dependencies = [
"async-lock",
"autocfg",
2023-05-16 14:05:02 +00:00
"cfg-if",
"concurrent-queue",
"futures-lite",
"log",
"parking",
"polling",
2023-07-31 16:12:53 +00:00
"rustix 0.37.23",
"slab",
2023-05-16 14:05:02 +00:00
"socket2 0.4.9",
"waker-fn",
]
[[package]]
name = "async-lock"
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
dependencies = [
"event-listener 2.5.3",
]
2023-07-14 04:58:28 +00:00
[[package]]
name = "async-process"
version = "1.8.0"
2023-07-14 04:58:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf012553ce51eb7aa6dc2143804cc8252bd1cb681a1c5cb7fa94ca88682dee1d"
2023-07-14 04:58:28 +00:00
dependencies = [
"async-io",
"async-lock",
"async-signal",
2023-07-14 04:58:28 +00:00
"blocking",
"cfg-if",
"event-listener 3.0.0",
2023-07-14 04:58:28 +00:00
"futures-lite",
"rustix 0.38.14",
2023-07-14 04:58:28 +00:00
"windows-sys",
]
[[package]]
name = "async-recursion"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fd55a5ba1179988837d24ab4c7cc8ed6efdeff578ede0416b4225a5fca35bd0"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.37",
]
[[package]]
name = "async-signal"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c99f3cb3f9ff89f7d718fbb942c9eb91bedff12e396adf09a622dfe7ffec2bc2"
dependencies = [
"async-io",
"async-lock",
"atomic-waker",
"cfg-if",
"concurrent-queue",
"futures-core",
"futures-io",
"libc",
"signal-hook-registry",
"slab",
"windows-sys",
2023-05-21 09:55:23 +00:00
]
[[package]]
name = "async-std"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
dependencies = [
"async-channel",
"async-global-executor",
"async-io",
"async-lock",
"crossbeam-utils",
"futures-channel",
"futures-core",
"futures-io",
"futures-lite",
"gloo-timers",
"kv-log-macro",
"log",
"memchr",
"once_cell",
"pin-project-lite",
"pin-utils",
"slab",
"wasm-bindgen-futures",
]
[[package]]
name = "async-task"
version = "4.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9441c6b2fe128a7c2bf680a44c34d0df31ce09e5b7e401fcca3faa483dbc921"
[[package]]
name = "async-trait"
version = "0.1.73"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.37",
]
2023-05-21 09:55:23 +00:00
[[package]]
name = "atomic-waker"
version = "1.1.2"
2023-05-21 09:55:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
2023-05-21 09:55:23 +00:00
2022-08-02 20:36:31 +00:00
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2023-03-31 08:21:06 +00:00
[[package]]
name = "backtrace"
version = "0.3.69"
2023-03-31 08:21:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
2023-03-31 08:21:06 +00:00
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
2023-07-14 04:58:28 +00:00
"miniz_oxide",
2023-03-31 08:21:06 +00:00
"object",
"rustc-demangle",
]
2023-05-16 14:05:02 +00:00
[[package]]
name = "base64"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
2022-08-02 20:36:31 +00:00
[[package]]
name = "base64"
version = "0.21.4"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2"
2022-08-02 20:36:31 +00:00
[[package]]
name = "base64ct"
2023-03-18 11:51:02 +00:00
version = "1.6.0"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 11:51:02 +00:00
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
2022-08-02 20:36:31 +00:00
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2023-07-31 16:12:53 +00:00
[[package]]
name = "bitflags"
version = "2.4.0"
2023-07-31 16:12:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
2023-07-31 16:12:53 +00:00
[[package]]
name = "blake3"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0231f06152bf547e9c2b5194f247cd97aacf6dcd8b15d8e5ec0663f64580da87"
dependencies = [
"arrayref",
"arrayvec",
"cc",
"cfg-if",
"constant_time_eq 0.3.0",
]
[[package]]
name = "block"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
[[package]]
2023-01-18 16:37:53 +00:00
name = "block-buffer"
2023-03-18 11:51:02 +00:00
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 11:51:02 +00:00
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2023-01-18 16:37:53 +00:00
dependencies = [
"generic-array",
]
2023-05-21 09:55:23 +00:00
[[package]]
name = "blocking"
version = "1.4.0"
2023-05-21 09:55:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94c4ef1f913d78636d78d538eec1f18de81e481f44b1be0a81060090530846e1"
2023-05-21 09:55:23 +00:00
dependencies = [
"async-channel",
"async-lock",
"async-task",
"fastrand 2.0.1",
"futures-io",
2023-05-21 09:55:23 +00:00
"futures-lite",
"piper",
"tracing",
2023-05-21 09:55:23 +00:00
]
2022-08-02 20:36:31 +00:00
[[package]]
2023-01-18 16:37:53 +00:00
name = "bstr"
version = "1.6.2"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c2f7349907b712260e64b0afe2f84692af14a454be26187d9df565c7f69266a"
2022-08-02 20:36:31 +00:00
dependencies = [
2023-01-18 16:37:53 +00:00
"memchr",
2023-03-18 11:51:02 +00:00
"serde",
2022-08-02 20:36:31 +00:00
]
[[package]]
name = "bumpalo"
version = "3.14.0"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
2022-08-02 20:36:31 +00:00
[[package]]
name = "byteorder"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "bzip2"
2023-03-18 11:51:02 +00:00
version = "0.4.4"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 11:51:02 +00:00
checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2022-08-02 20:36:31 +00:00
dependencies = [
"bzip2-sys",
"libc",
]
[[package]]
name = "bzip2-sys"
version = "0.1.11+1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
dependencies = [
"cc",
"libc",
"pkg-config",
]
[[package]]
2023-04-16 12:12:25 +00:00
name = "cached"
version = "0.46.0"
2023-04-16 12:12:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8cead8ece0da6b744b2ad8ef9c58a4cdc7ef2921e60a6ddfb9eaaa86839b5fc5"
2023-04-16 12:12:25 +00:00
dependencies = [
"ahash",
2023-04-16 12:12:25 +00:00
"cached_proc_macro",
"cached_proc_macro_types",
"hashbrown",
2023-04-16 12:12:25 +00:00
"instant",
"once_cell",
"thiserror",
]
[[package]]
name = "cached_proc_macro"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7da8245dd5f576a41c3b76247b54c15b0e43139ceeb4f732033e15be7c005176"
dependencies = [
"darling",
"proc-macro2",
"quote",
2023-03-18 11:51:02 +00:00
"syn 1.0.109",
]
[[package]]
name = "cached_proc_macro_types"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a4f925191b4367301851c6d99b09890311d74b0d43f274c0b34c86d308a3663"
2022-08-02 20:36:31 +00:00
[[package]]
name = "cairo-rs"
2023-06-08 09:44:38 +00:00
version = "0.17.10"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 09:44:38 +00:00
checksum = "ab3603c4028a5e368d09b51c8b624b9a46edcd7c3778284077a6125af73c9f0a"
2022-08-02 20:36:31 +00:00
dependencies = [
2023-07-31 16:12:53 +00:00
"bitflags 1.3.2",
2022-08-02 20:36:31 +00:00
"cairo-sys-rs",
"glib",
"libc",
"once_cell",
2022-08-02 20:36:31 +00:00
"thiserror",
]
[[package]]
name = "cairo-sys-rs"
2023-06-08 09:44:38 +00:00
version = "0.17.10"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 09:44:38 +00:00
checksum = "691d0c66b1fb4881be80a760cb8fe76ea97218312f9dfe2c9cc0f496ca279cb1"
2022-08-02 20:36:31 +00:00
dependencies = [
"glib-sys",
"libc",
"system-deps",
]
[[package]]
name = "cc"
version = "1.0.83"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
2022-08-02 20:36:31 +00:00
dependencies = [
"jobserver",
2023-08-02 14:28:50 +00:00
"libc",
2022-08-02 20:36:31 +00:00
]
[[package]]
name = "cfg-expr"
version = "0.15.5"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03915af431787e6ffdcc74c645077518c6b6e01f80b761e0fbbfa288536311b3"
2022-08-02 20:36:31 +00:00
dependencies = [
"smallvec",
2023-05-16 14:05:02 +00:00
"target-lexicon",
2022-08-02 20:36:31 +00:00
]
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "cipher"
2023-05-16 14:05:02 +00:00
version = "0.4.4"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2022-08-02 20:36:31 +00:00
dependencies = [
2023-05-16 14:05:02 +00:00
"crypto-common",
"inout",
2022-08-02 20:36:31 +00:00
]
[[package]]
name = "colorchoice"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
[[package]]
name = "concurrent-queue"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f057a694a54f12365049b0958a1685bb52d567f5593b355fbf685838e873d400"
dependencies = [
"crossbeam-utils",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "constant_time_eq"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
[[package]]
name = "constant_time_eq"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2"
2023-03-31 08:21:06 +00:00
[[package]]
name = "core-foundation"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
2023-05-16 14:05:02 +00:00
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
2022-08-02 20:36:31 +00:00
[[package]]
name = "cpufeatures"
2023-07-14 04:58:28 +00:00
version = "0.2.9"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
2022-08-02 20:36:31 +00:00
dependencies = [
"libc",
]
[[package]]
name = "crc32fast"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
dependencies = [
"cfg-if",
]
[[package]]
name = "crossbeam-deque"
2023-03-18 11:51:02 +00:00
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 11:51:02 +00:00
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
dependencies = [
"cfg-if",
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
2023-06-14 09:42:17 +00:00
version = "0.9.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-14 09:42:17 +00:00
checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
dependencies = [
"autocfg",
"cfg-if",
"crossbeam-utils",
2023-06-14 09:42:17 +00:00
"memoffset 0.9.0",
"scopeguard",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "crossbeam-utils"
2023-06-14 09:42:17 +00:00
version = "0.8.16"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-14 09:42:17 +00:00
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
2022-08-02 20:36:31 +00:00
dependencies = [
"cfg-if",
]
[[package]]
name = "crypto-common"
2023-01-18 16:37:53 +00:00
version = "0.1.6"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
2022-08-02 20:36:31 +00:00
dependencies = [
"generic-array",
"typenum",
]
2023-01-28 18:02:06 +00:00
[[package]]
name = "darling"
2023-03-18 11:51:02 +00:00
version = "0.14.4"
2023-01-28 18:02:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 11:51:02 +00:00
checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850"
2023-01-28 18:02:06 +00:00
dependencies = [
"darling_core",
"darling_macro",
]
2023-01-28 18:02:06 +00:00
[[package]]
name = "darling_core"
2023-03-18 11:51:02 +00:00
version = "0.14.4"
2023-01-28 18:02:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 11:51:02 +00:00
checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0"
2023-01-28 18:02:06 +00:00
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim",
2023-03-18 11:51:02 +00:00
"syn 1.0.109",
2023-01-28 18:02:06 +00:00
]
[[package]]
name = "darling_macro"
2023-03-18 11:51:02 +00:00
version = "0.14.4"
2023-01-28 18:02:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 11:51:02 +00:00
checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e"
2023-01-28 18:02:06 +00:00
dependencies = [
"darling_core",
2023-01-28 18:02:06 +00:00
"quote",
2023-03-18 11:51:02 +00:00
"syn 1.0.109",
2023-01-28 18:02:06 +00:00
]
2023-07-31 16:12:53 +00:00
[[package]]
name = "deranged"
version = "0.3.8"
2023-07-31 16:12:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946"
2023-07-31 16:12:53 +00:00
[[package]]
name = "derivative"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
dependencies = [
"proc-macro2",
"quote",
2023-03-18 11:51:02 +00:00
"syn 1.0.109",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "digest"
2023-05-21 09:55:23 +00:00
version = "0.10.7"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:55:23 +00:00
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
2022-08-02 20:36:31 +00:00
dependencies = [
"block-buffer",
"crypto-common",
"subtle",
]
[[package]]
name = "discord-rich-presence"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47fc4beffb85ee1461588499073a4d9c20dcc7728c4b13d6b282ab6c508947e5"
dependencies = [
"serde",
"serde_derive",
"serde_json",
"uuid 0.8.2",
]
[[package]]
name = "dispatch"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
[[package]]
2023-01-18 16:37:53 +00:00
name = "displaydoc"
2023-05-16 14:05:02 +00:00
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.37",
]
2023-04-16 12:12:25 +00:00
[[package]]
name = "dns-lookup"
version = "2.0.4"
2023-04-16 12:12:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5766087c2235fec47fafa4cfecc81e494ee679d0fd4a59887ea0919bfb0e4fc"
2023-04-16 12:12:25 +00:00
dependencies = [
"cfg-if",
"libc",
"socket2 0.5.4",
2023-07-14 04:58:28 +00:00
"windows-sys",
2023-04-16 12:12:25 +00:00
]
[[package]]
2023-01-18 16:37:53 +00:00
name = "doc-comment"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
[[package]]
2023-01-18 16:37:53 +00:00
name = "either"
2023-07-31 16:12:53 +00:00
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 16:12:53 +00:00
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
2023-01-28 18:02:06 +00:00
[[package]]
name = "enum-ordinalize"
2023-05-16 14:05:02 +00:00
version = "3.1.13"
2023-01-28 18:02:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "e4f76552f53cefc9a7f64987c3701b99d982f7690606fd67de1d09712fbf52f1"
2023-01-28 18:02:06 +00:00
dependencies = [
"num-bigint",
"num-traits",
"proc-macro2",
"quote",
"syn 2.0.37",
2023-01-28 18:02:06 +00:00
]
[[package]]
name = "enumflags2"
version = "0.7.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5998b4f30320c9d93aed72f63af821bfdac50465b75428fce77b48ec482c3939"
dependencies = [
"enumflags2_derive",
"serde",
]
[[package]]
name = "enumflags2_derive"
version = "0.7.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f95e2801cd355d4a1a3e3953ce6ee5ae9603a5c833455343a8bfe3f44d418246"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.37",
2023-03-18 11:51:02 +00:00
]
2023-07-14 04:58:28 +00:00
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2023-03-18 11:51:02 +00:00
[[package]]
name = "errno"
version = "0.3.3"
2023-03-18 11:51:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "136526188508e25c6fef639d7927dfb3e0e3084488bf202267829cf7fc23dbdd"
2023-03-18 11:51:02 +00:00
dependencies = [
"errno-dragonfly",
"libc",
2023-07-14 04:58:28 +00:00
"windows-sys",
2023-03-18 11:51:02 +00:00
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "event-listener"
version = "2.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
[[package]]
name = "event-listener"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29e56284f00d94c1bc7fd3c77027b4623c88c1f53d8d2394c6199f2921dea325"
dependencies = [
"concurrent-queue",
"parking",
"pin-project-lite",
]
[[package]]
name = "fastrand"
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
dependencies = [
"instant",
]
2023-07-31 16:12:53 +00:00
[[package]]
name = "fastrand"
version = "2.0.1"
2023-07-31 16:12:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
2023-07-31 16:12:53 +00:00
2022-08-02 20:36:31 +00:00
[[package]]
name = "field-offset"
2023-06-08 09:44:38 +00:00
version = "0.3.6"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 09:44:38 +00:00
checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f"
2022-08-02 20:36:31 +00:00
dependencies = [
2023-06-08 09:44:38 +00:00
"memoffset 0.9.0",
2023-03-18 11:51:02 +00:00
"rustc_version",
2022-08-02 20:36:31 +00:00
]
[[package]]
name = "filetime"
version = "0.2.22"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0"
2022-08-02 20:36:31 +00:00
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
2023-07-14 04:58:28 +00:00
"windows-sys",
2022-08-02 20:36:31 +00:00
]
[[package]]
name = "flate2"
version = "1.0.27"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010"
2022-08-02 20:36:31 +00:00
dependencies = [
"crc32fast",
2023-07-14 04:58:28 +00:00
"miniz_oxide",
2022-08-02 20:36:31 +00:00
]
2023-01-18 16:37:53 +00:00
[[package]]
name = "fluent"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61f69378194459db76abd2ce3952b790db103ceb003008d3d50d97c41ff847a7"
dependencies = [
"fluent-bundle",
"unic-langid",
]
[[package]]
name = "fluent-bundle"
version = "0.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e242c601dec9711505f6d5bbff5bedd4b61b2469f2e8bb8e57ee7c9747a87ffd"
dependencies = [
"fluent-langneg",
"fluent-syntax",
"intl-memoizer",
"intl_pluralrules",
"rustc-hash",
"self_cell",
"smallvec",
"unic-langid",
]
[[package]]
name = "fluent-langneg"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94"
dependencies = [
"unic-langid",
]
[[package]]
name = "fluent-syntax"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0abed97648395c902868fee9026de96483933faa54ea3b40d652f7dfe61ca78"
dependencies = [
"thiserror",
]
[[package]]
name = "fluent-template-macros"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dec7592cd1f45c1afe9084ce59c62a3a7c266c125c4c2ec97e95b0563c4aa914"
dependencies = [
"flume",
"ignore",
"once_cell",
"proc-macro2",
"quote",
2023-03-18 11:51:02 +00:00
"syn 1.0.109",
2023-01-18 16:37:53 +00:00
"unic-langid",
]
[[package]]
name = "fluent-templates"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c3ef2c2152757885365abce32ddf682746062f1b6b3c0824a29fbed6ee4d080"
dependencies = [
"arc-swap",
"fluent",
"fluent-bundle",
"fluent-langneg",
"fluent-syntax",
"fluent-template-macros",
"flume",
"heck",
"ignore",
"intl-memoizer",
"lazy_static",
"log",
"once_cell",
"serde_json",
"snafu",
"unic-langid",
]
[[package]]
name = "flume"
version = "0.10.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577"
dependencies = [
"futures-core",
"futures-sink",
"nanorand",
"pin-project",
2023-05-16 14:05:02 +00:00
"spin 0.9.8",
2023-01-18 16:37:53 +00:00
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2023-05-21 09:55:23 +00:00
[[package]]
name = "form_urlencoded"
2023-06-08 09:44:38 +00:00
version = "1.2.0"
2023-05-21 09:55:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 09:44:38 +00:00
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
2023-05-21 09:55:23 +00:00
dependencies = [
"percent-encoding",
]
2023-01-18 16:37:53 +00:00
[[package]]
name = "fragile"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa"
2022-08-02 20:36:31 +00:00
[[package]]
name = "fs_extra"
2023-03-05 20:43:33 +00:00
version = "1.3.0"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 20:43:33 +00:00
checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
2022-08-02 20:36:31 +00:00
[[package]]
name = "futures"
2023-05-16 14:05:02 +00:00
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "futures-channel"
2023-05-16 14:05:02 +00:00
version = "0.3.28"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
2022-08-02 20:36:31 +00:00
dependencies = [
"futures-core",
"futures-sink",
2022-08-02 20:36:31 +00:00
]
[[package]]
name = "futures-core"
2023-05-16 14:05:02 +00:00
version = "0.3.28"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
2022-08-02 20:36:31 +00:00
[[package]]
name = "futures-executor"
2023-05-16 14:05:02 +00:00
version = "0.3.28"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
2022-08-02 20:36:31 +00:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
2023-05-16 14:05:02 +00:00
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
[[package]]
name = "futures-lite"
2023-05-16 14:05:02 +00:00
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
dependencies = [
2023-07-31 16:12:53 +00:00
"fastrand 1.9.0",
"futures-core",
"futures-io",
"memchr",
"parking",
"pin-project-lite",
"waker-fn",
]
[[package]]
name = "futures-macro"
2023-05-16 14:05:02 +00:00
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.37",
]
[[package]]
name = "futures-sink"
2023-05-16 14:05:02 +00:00
version = "0.3.28"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
2022-08-02 20:36:31 +00:00
[[package]]
name = "futures-task"
2023-05-16 14:05:02 +00:00
version = "0.3.28"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
2022-08-02 20:36:31 +00:00
[[package]]
name = "futures-util"
2023-05-16 14:05:02 +00:00
version = "0.3.28"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
2022-08-02 20:36:31 +00:00
dependencies = [
"futures-channel",
2022-08-02 20:36:31 +00:00
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
2022-08-02 20:36:31 +00:00
"futures-task",
"memchr",
2022-08-02 20:36:31 +00:00
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
name = "gdk-pixbuf"
2023-06-08 09:44:38 +00:00
version = "0.17.10"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 09:44:38 +00:00
checksum = "695d6bc846438c5708b07007537b9274d883373dd30858ca881d7d71b5540717"
2022-08-02 20:36:31 +00:00
dependencies = [
2023-07-31 16:12:53 +00:00
"bitflags 1.3.2",
2022-08-02 20:36:31 +00:00
"gdk-pixbuf-sys",
"gio",
"glib",
"libc",
"once_cell",
2022-08-02 20:36:31 +00:00
]
[[package]]
name = "gdk-pixbuf-sys"
2023-06-08 09:44:38 +00:00
version = "0.17.10"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 09:44:38 +00:00
checksum = "9285ec3c113c66d7d0ab5676599176f1f42f4944ca1b581852215bf5694870cb"
2022-08-02 20:36:31 +00:00
dependencies = [
"gio-sys",
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
]
[[package]]
name = "gdk4"
version = "0.6.3"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3abf96408a26e3eddf881a7f893a1e111767137136e347745e8ea6ed12731ff"
2022-08-02 20:36:31 +00:00
dependencies = [
2023-07-31 16:12:53 +00:00
"bitflags 1.3.2",
2022-08-02 20:36:31 +00:00
"cairo-rs",
"gdk-pixbuf",
"gdk4-sys",
"gio",
"glib",
"libc",
"pango",
]
[[package]]
name = "gdk4-sys"
version = "0.6.3"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bc92aa1608c089c49393d014c38ac0390d01e4841e1fedaa75dbcef77aaed64"
2022-08-02 20:36:31 +00:00
dependencies = [
"cairo-sys-rs",
"gdk-pixbuf-sys",
"gio-sys",
"glib-sys",
"gobject-sys",
"libc",
"pango-sys",
"pkg-config",
"system-deps",
]
[[package]]
name = "generic-array"
2023-05-16 14:05:02 +00:00
version = "0.14.7"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2022-08-02 20:36:31 +00:00
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "getrandom"
2023-06-08 09:44:38 +00:00
version = "0.2.10"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 09:44:38 +00:00
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
2022-08-02 20:36:31 +00:00
dependencies = [
"cfg-if",
2023-01-18 16:37:53 +00:00
"js-sys",
2022-08-02 20:36:31 +00:00
"libc",
"wasi",
2023-01-18 16:37:53 +00:00
"wasm-bindgen",
2022-08-02 20:36:31 +00:00
]
2023-03-31 08:21:06 +00:00
[[package]]
name = "gimli"
version = "0.28.0"
2023-03-31 08:21:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
2023-03-31 08:21:06 +00:00
2022-08-02 20:36:31 +00:00
[[package]]
name = "gio"
2023-06-08 09:44:38 +00:00
version = "0.17.10"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 09:44:38 +00:00
checksum = "a6973e92937cf98689b6a054a9e56c657ed4ff76de925e36fc331a15f0c5d30a"
2022-08-02 20:36:31 +00:00
dependencies = [
2023-07-31 16:12:53 +00:00
"bitflags 1.3.2",
2022-08-02 20:36:31 +00:00
"futures-channel",
"futures-core",
"futures-io",
"futures-util",
2022-08-02 20:36:31 +00:00
"gio-sys",
"glib",
"libc",
"once_cell",
"pin-project-lite",
"smallvec",
2022-08-02 20:36:31 +00:00
"thiserror",
]
[[package]]
name = "gio-sys"
2023-06-08 09:44:38 +00:00
version = "0.17.10"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 09:44:38 +00:00
checksum = "0ccf87c30a12c469b6d958950f6a9c09f2be20b7773f7e70d20b867fdf2628c3"
2022-08-02 20:36:31 +00:00
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
"winapi",
]
[[package]]
name = "glib"
2023-06-08 09:44:38 +00:00
version = "0.17.10"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 09:44:38 +00:00
checksum = "d3fad45ba8d4d2cea612b432717e834f48031cd8853c8aaf43b2c79fec8d144b"
2022-08-02 20:36:31 +00:00
dependencies = [
2023-07-31 16:12:53 +00:00
"bitflags 1.3.2",
2022-08-02 20:36:31 +00:00
"futures-channel",
"futures-core",
"futures-executor",
"futures-task",
"futures-util",
"gio-sys",
2022-08-02 20:36:31 +00:00
"glib-macros",
"glib-sys",
"gobject-sys",
"libc",
"memchr",
2022-08-02 20:36:31 +00:00
"once_cell",
"smallvec",
"thiserror",
]
[[package]]
name = "glib-build-tools"
2023-08-17 09:54:39 +00:00
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 09:54:39 +00:00
checksum = "3431c56f463443cba9bc3600248bc6d680cb614c2ee1cdd39dab5415bd12ac5c"
2022-08-02 20:36:31 +00:00
[[package]]
name = "glib-macros"
2023-06-08 09:44:38 +00:00
version = "0.17.10"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 09:44:38 +00:00
checksum = "eca5c79337338391f1ab8058d6698125034ce8ef31b72a442437fa6c8580de26"
2022-08-02 20:36:31 +00:00
dependencies = [
"anyhow",
"heck",
"proc-macro-crate",
"proc-macro-error",
"proc-macro2",
"quote",
2023-03-18 11:51:02 +00:00
"syn 1.0.109",
2022-08-02 20:36:31 +00:00
]
[[package]]
name = "glib-sys"
2023-06-08 09:44:38 +00:00
version = "0.17.10"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 09:44:38 +00:00
checksum = "d80aa6ea7bba0baac79222204aa786a6293078c210abe69ef1336911d4bdc4f0"
2022-08-02 20:36:31 +00:00
dependencies = [
"libc",
"system-deps",
]
2023-01-18 16:37:53 +00:00
[[package]]
name = "globset"
version = "0.4.13"
2023-01-18 16:37:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "759c97c1e17c55525b57192c06a267cda0ac5210b222d6b82189a2338fa1c13d"
2023-01-18 16:37:53 +00:00
dependencies = [
2023-07-14 04:58:28 +00:00
"aho-corasick",
2023-01-18 16:37:53 +00:00
"bstr",
"fnv",
"log",
"regex",
]
2023-05-21 09:55:23 +00:00
[[package]]
name = "gloo-timers"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
dependencies = [
"futures-channel",
"futures-core",
"js-sys",
"wasm-bindgen",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "gobject-sys"
2023-06-08 09:44:38 +00:00
version = "0.17.10"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 09:44:38 +00:00
checksum = "cd34c3317740a6358ec04572c1bcfd3ac0b5b6529275fae255b237b314bb8062"
2022-08-02 20:36:31 +00:00
dependencies = [
"glib-sys",
"libc",
"system-deps",
]
[[package]]
name = "graphene-rs"
2023-06-08 09:44:38 +00:00
version = "0.17.10"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 09:44:38 +00:00
checksum = "def4bb01265b59ed548b05455040d272d989b3012c42d4c1bbd39083cb9b40d9"
2022-08-02 20:36:31 +00:00
dependencies = [
"glib",
"graphene-sys",
"libc",
]
[[package]]
name = "graphene-sys"
2023-06-08 09:44:38 +00:00
version = "0.17.10"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 09:44:38 +00:00
checksum = "1856fc817e6a6675e36cea0bd9a3afe296f5d9709d1e2d3182803ac77f0ab21d"
2022-08-02 20:36:31 +00:00
dependencies = [
"glib-sys",
"libc",
"pkg-config",
"system-deps",
]
[[package]]
name = "gsk4"
version = "0.6.3"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f01ef44fa7cac15e2da9978529383e6bee03e570ba5bf7036b4c10a15cc3a3c"
2022-08-02 20:36:31 +00:00
dependencies = [
2023-07-31 16:12:53 +00:00
"bitflags 1.3.2",
2022-08-02 20:36:31 +00:00
"cairo-rs",
"gdk4",
"glib",
"graphene-rs",
"gsk4-sys",
"libc",
"pango",
]
[[package]]
name = "gsk4-sys"
version = "0.6.3"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c07a84fb4dcf1323d29435aa85e2f5f58bef564342bef06775ec7bd0da1f01b0"
2022-08-02 20:36:31 +00:00
dependencies = [
"cairo-sys-rs",
"gdk4-sys",
"glib-sys",
"gobject-sys",
"graphene-sys",
"libc",
"pango-sys",
"system-deps",
]
[[package]]
name = "gtk4"
2023-05-16 14:05:02 +00:00
version = "0.6.6"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "b28a32a04cd75cef14a0983f8b0c669e0fe152a0a7725accdeb594e2c764c88b"
2022-08-02 20:36:31 +00:00
dependencies = [
2023-07-31 16:12:53 +00:00
"bitflags 1.3.2",
2022-08-02 20:36:31 +00:00
"cairo-rs",
"field-offset",
"futures-channel",
"gdk-pixbuf",
"gdk4",
"gio",
"glib",
"graphene-rs",
"gsk4",
"gtk4-macros",
"gtk4-sys",
"libc",
"once_cell",
"pango",
]
[[package]]
name = "gtk4-macros"
2023-05-16 14:05:02 +00:00
version = "0.6.6"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "6a4d6b61570f76d3ee542d984da443b1cd69b6105264c61afec3abed08c2500f"
2022-08-02 20:36:31 +00:00
dependencies = [
"anyhow",
"proc-macro-crate",
"proc-macro-error",
"proc-macro2",
"quote",
2023-03-18 11:51:02 +00:00
"syn 1.0.109",
2022-08-02 20:36:31 +00:00
]
[[package]]
name = "gtk4-sys"
version = "0.6.3"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f8283f707b07e019e76c7f2934bdd4180c277e08aa93f4c0d8dd07b7a34e22f"
2022-08-02 20:36:31 +00:00
dependencies = [
"cairo-sys-rs",
"gdk-pixbuf-sys",
"gdk4-sys",
"gio-sys",
"glib-sys",
"gobject-sys",
"graphene-sys",
"gsk4-sys",
"libc",
"pango-sys",
"system-deps",
]
[[package]]
name = "hashbrown"
2023-07-14 04:58:28 +00:00
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
dependencies = [
"ahash",
"allocator-api2",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "heck"
2023-03-18 11:51:02 +00:00
version = "0.4.1"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 11:51:02 +00:00
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2022-08-02 20:36:31 +00:00
[[package]]
name = "hermit-abi"
version = "0.3.3"
2023-03-18 11:51:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
2023-03-18 11:51:02 +00:00
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2022-08-02 20:36:31 +00:00
[[package]]
name = "hmac"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
dependencies = [
"digest",
]
[[package]]
name = "human-panic"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb2df2fb4e13fa697d21d93061ebcbbd876f5ef643b48ff59cfab57a726ef140"
dependencies = [
"anstream",
"anstyle",
"backtrace",
"os_info",
"serde",
"serde_derive",
"toml",
"uuid 1.4.1",
]
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2023-05-21 09:55:23 +00:00
[[package]]
name = "idna"
2023-06-08 09:44:38 +00:00
version = "0.4.0"
2023-05-21 09:55:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 09:44:38 +00:00
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
2023-05-21 09:55:23 +00:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
[[package]]
2023-01-18 16:37:53 +00:00
name = "ignore"
2023-03-18 11:51:02 +00:00
version = "0.4.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 11:51:02 +00:00
checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492"
dependencies = [
2023-01-18 16:37:53 +00:00
"globset",
"lazy_static",
"log",
"memchr",
"regex",
"same-file",
"thread_local",
"walkdir",
"winapi-util",
]
2023-03-18 11:51:02 +00:00
[[package]]
name = "indexmap"
version = "2.0.1"
2023-03-18 11:51:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad227c3af19d4914570ad36d30409928b75967c298feb9ea1969db3a610bb14e"
2023-03-18 11:51:02 +00:00
dependencies = [
2023-07-14 04:58:28 +00:00
"equivalent",
"hashbrown",
2023-03-18 11:51:02 +00:00
]
2023-05-16 14:05:02 +00:00
[[package]]
name = "inout"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
dependencies = [
"generic-array",
]
2023-01-18 16:37:53 +00:00
[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
"cfg-if",
]
[[package]]
name = "intl-memoizer"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c310433e4a310918d6ed9243542a6b83ec1183df95dff8f23f87bb88a264a66f"
dependencies = [
"type-map",
"unic-langid",
]
[[package]]
name = "intl_pluralrules"
version = "7.0.2"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972"
dependencies = [
"unic-langid",
]
2023-03-18 11:51:02 +00:00
[[package]]
name = "io-lifetimes"
2023-05-24 17:42:37 +00:00
version = "1.0.11"
2023-03-18 11:51:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-24 17:42:37 +00:00
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
2023-03-18 11:51:02 +00:00
dependencies = [
2023-07-14 04:58:28 +00:00
"hermit-abi",
2023-03-18 11:51:02 +00:00
"libc",
2023-07-14 04:58:28 +00:00
"windows-sys",
2023-05-16 14:05:02 +00:00
]
[[package]]
name = "is-docker"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
dependencies = [
"once_cell",
]
[[package]]
name = "is-wsl"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
dependencies = [
"is-docker",
"once_cell",
2023-03-18 11:51:02 +00:00
]
2023-01-18 16:37:53 +00:00
[[package]]
name = "itoa"
2023-07-31 16:12:53 +00:00
version = "1.0.9"
2023-01-18 16:37:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 16:12:53 +00:00
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
2022-08-02 20:36:31 +00:00
[[package]]
name = "jobserver"
2023-03-18 11:51:02 +00:00
version = "0.1.26"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 11:51:02 +00:00
checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
2022-08-02 20:36:31 +00:00
dependencies = [
"libc",
]
[[package]]
name = "js-sys"
2023-06-14 09:42:17 +00:00
version = "0.3.64"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-14 09:42:17 +00:00
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
2022-08-02 20:36:31 +00:00
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "kinda-virtual-fs"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca9325aac17917b5650f25d477ce2909f2e9539688227fdee3ceb5093f666c9e"
2023-05-21 09:55:23 +00:00
[[package]]
name = "kv-log-macro"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
dependencies = [
"log",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libadwaita"
2023-06-11 08:57:55 +00:00
version = "0.4.4"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-11 08:57:55 +00:00
checksum = "1ab9c0843f9f23ff25634df2743690c3a1faffe0a190e60c490878517eb81abf"
2022-08-02 20:36:31 +00:00
dependencies = [
2023-07-31 16:12:53 +00:00
"bitflags 1.3.2",
2022-08-02 20:36:31 +00:00
"gdk-pixbuf",
"gdk4",
"gio",
"glib",
"gtk4",
"libadwaita-sys",
"libc",
"pango",
]
[[package]]
name = "libadwaita-sys"
2023-06-11 10:34:05 +00:00
version = "0.4.4"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-11 10:34:05 +00:00
checksum = "4231cb2499a9f0c4cdfa4885414b33e39901ddcac61150bc0bb4ff8a57ede404"
2022-08-02 20:36:31 +00:00
dependencies = [
"gdk4-sys",
"gio-sys",
"glib-sys",
"gobject-sys",
"gtk4-sys",
"libc",
2022-09-24 14:52:31 +00:00
"pango-sys",
2022-08-02 20:36:31 +00:00
"system-deps",
]
[[package]]
name = "libc"
version = "0.2.148"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b"
2022-08-02 20:36:31 +00:00
2023-03-18 11:51:02 +00:00
[[package]]
name = "linux-raw-sys"
2023-05-21 09:55:23 +00:00
version = "0.3.8"
2023-03-18 11:51:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:55:23 +00:00
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
2023-03-18 11:51:02 +00:00
2023-07-31 16:12:53 +00:00
[[package]]
name = "linux-raw-sys"
version = "0.4.7"
2023-07-31 16:12:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a9bad9f94746442c783ca431b22403b519cd7fbeed0533fdd6328b2f2212128"
2023-07-31 16:12:53 +00:00
[[package]]
name = "lock_api"
2023-06-08 09:44:38 +00:00
version = "0.4.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 09:44:38 +00:00
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
dependencies = [
"autocfg",
"scopeguard",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "log"
version = "0.4.18"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de"
2022-08-02 20:36:31 +00:00
dependencies = [
2023-05-21 09:55:23 +00:00
"value-bag",
2022-08-02 20:36:31 +00:00
]
[[package]]
name = "lzma-sys"
2023-01-18 16:37:53 +00:00
version = "0.1.20"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27"
2022-08-02 20:36:31 +00:00
dependencies = [
"cc",
"libc",
"pkg-config",
]
[[package]]
name = "malloc_buf"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
dependencies = [
"libc",
]
[[package]]
name = "md-5"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
dependencies = [
"cfg-if",
"digest",
"md5-asm",
]
[[package]]
name = "md5-asm"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61d33bc4cdfe5c60340e282bbbee0a6e2bc57f0b9279bb3489c5004d12492e5c"
dependencies = [
"cc",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "memchr"
version = "2.6.3"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c"
2022-08-02 20:36:31 +00:00
[[package]]
name = "memoffset"
2023-05-21 09:55:23 +00:00
version = "0.7.1"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:55:23 +00:00
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
2022-08-02 20:36:31 +00:00
dependencies = [
"autocfg",
]
2023-06-08 09:44:38 +00:00
[[package]]
name = "memoffset"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
dependencies = [
"autocfg",
]
2023-05-16 14:05:02 +00:00
[[package]]
name = "miniz_oxide"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
dependencies = [
"adler",
]
2023-03-31 08:21:06 +00:00
[[package]]
name = "minreq"
version = "2.11.0"
2023-03-31 08:21:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb3371dfc7b772c540da1380123674a8e20583aca99907087d990ca58cf44203"
2023-03-31 08:21:06 +00:00
dependencies = [
2023-05-16 14:05:02 +00:00
"base64 0.12.3",
2023-03-31 08:21:06 +00:00
"log",
"once_cell",
"rustls",
"rustls-native-certs",
"rustls-webpki",
2023-03-31 08:21:06 +00:00
"serde",
"serde_json",
"webpki-roots",
]
[[package]]
2023-01-18 16:37:53 +00:00
name = "nanorand"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
dependencies = [
2023-01-18 16:37:53 +00:00
"getrandom",
]
[[package]]
name = "nix"
version = "0.26.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
dependencies = [
2023-07-31 16:12:53 +00:00
"bitflags 1.3.2",
"cfg-if",
"libc",
2023-05-21 09:55:23 +00:00
"memoffset 0.7.1",
]
[[package]]
name = "ntapi"
2023-05-16 14:05:02 +00:00
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
dependencies = [
"winapi",
]
2023-01-18 16:37:53 +00:00
[[package]]
name = "nu-ansi-term"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
dependencies = [
"overload",
"winapi",
]
2023-01-28 18:02:06 +00:00
[[package]]
name = "num-bigint"
version = "0.4.4"
2023-01-28 18:02:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"
2023-01-28 18:02:06 +00:00
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-integer"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
dependencies = [
"autocfg",
"num-traits",
]
[[package]]
name = "num-traits"
2023-07-31 16:12:53 +00:00
version = "0.2.16"
2023-01-28 18:02:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 16:12:53 +00:00
checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
2023-01-28 18:02:06 +00:00
dependencies = [
"autocfg",
]
[[package]]
name = "num_cpus"
2023-07-14 04:58:28 +00:00
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
dependencies = [
2023-07-14 04:58:28 +00:00
"hermit-abi",
"libc",
]
[[package]]
name = "objc"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
dependencies = [
"malloc_buf",
]
[[package]]
name = "objc-foundation"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
dependencies = [
"block",
"objc",
"objc_id",
]
[[package]]
name = "objc_id"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
dependencies = [
"objc",
]
2023-03-31 08:21:06 +00:00
[[package]]
name = "object"
version = "0.32.1"
2023-03-31 08:21:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
2023-03-31 08:21:06 +00:00
dependencies = [
"memchr",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "once_cell"
2023-06-08 09:44:38 +00:00
version = "1.18.0"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 09:44:38 +00:00
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
2022-08-02 20:36:31 +00:00
2023-03-05 20:29:54 +00:00
[[package]]
name = "open"
2023-08-17 09:54:39 +00:00
version = "5.0.0"
2023-03-05 20:29:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 09:54:39 +00:00
checksum = "cfabf1927dce4d6fdf563d63328a0a506101ced3ec780ca2135747336c98cef8"
2023-03-05 20:29:54 +00:00
dependencies = [
2023-05-16 14:05:02 +00:00
"is-wsl",
2023-07-14 04:58:28 +00:00
"libc",
2023-03-05 20:29:54 +00:00
"pathdiff",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "openssl-probe"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
[[package]]
name = "ordered-stream"
2023-05-21 09:55:23 +00:00
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:55:23 +00:00
checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
dependencies = [
"futures-core",
"pin-project-lite",
]
[[package]]
name = "os_info"
version = "3.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "006e42d5b888366f1880eda20371fedde764ed2213dc8496f49622fa0c99cd5e"
dependencies = [
"log",
"serde",
"winapi",
]
[[package]]
2023-01-18 16:37:53 +00:00
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2022-08-02 20:36:31 +00:00
[[package]]
name = "pango"
2023-06-08 09:44:38 +00:00
version = "0.17.10"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 09:44:38 +00:00
checksum = "35be456fc620e61f62dff7ff70fbd54dcbaf0a4b920c0f16de1107c47d921d48"
2022-08-02 20:36:31 +00:00
dependencies = [
2023-07-31 16:12:53 +00:00
"bitflags 1.3.2",
"gio",
2022-08-02 20:36:31 +00:00
"glib",
"libc",
"once_cell",
"pango-sys",
]
[[package]]
name = "pango-sys"
2023-06-08 09:44:38 +00:00
version = "0.17.10"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 09:44:38 +00:00
checksum = "3da69f9f3850b0d8990d462f8c709561975e95f689c1cdf0fecdebde78b35195"
2022-08-02 20:36:31 +00:00
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
]
[[package]]
name = "parking"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e52c774a4c39359c1d1c52e43f73dd91a75a614652c825408eec30c95a9b2067"
2023-06-08 09:44:38 +00:00
2022-08-02 20:36:31 +00:00
[[package]]
name = "password-hash"
2023-01-18 16:37:53 +00:00
version = "0.4.2"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
2022-08-02 20:36:31 +00:00
dependencies = [
"base64ct",
"rand_core",
"subtle",
]
2023-03-05 20:29:54 +00:00
[[package]]
name = "pathdiff"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
2022-08-02 20:36:31 +00:00
[[package]]
name = "pbkdf2"
2023-01-18 16:37:53 +00:00
version = "0.11.0"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
2022-08-02 20:36:31 +00:00
dependencies = [
"digest",
"hmac",
"password-hash",
"sha2",
]
2023-05-21 09:55:23 +00:00
[[package]]
name = "percent-encoding"
2023-06-08 09:44:38 +00:00
version = "2.3.0"
2023-05-21 09:55:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 09:44:38 +00:00
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
2023-05-21 09:55:23 +00:00
2023-01-18 16:37:53 +00:00
[[package]]
name = "pin-project"
version = "1.1.3"
2023-01-18 16:37:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
2023-01-18 16:37:53 +00:00
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
version = "1.1.3"
2023-01-18 16:37:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
2023-01-18 16:37:53 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.37",
2023-01-18 16:37:53 +00:00
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "pin-project-lite"
version = "0.2.13"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
2022-08-02 20:36:31 +00:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "piper"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4"
dependencies = [
"atomic-waker",
"fastrand 2.0.1",
"futures-io",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "pkg-config"
2023-05-16 14:05:02 +00:00
version = "0.3.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
[[package]]
name = "polling"
2023-05-16 14:05:02 +00:00
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
dependencies = [
"autocfg",
2023-07-31 16:12:53 +00:00
"bitflags 1.3.2",
"cfg-if",
2023-03-18 11:51:02 +00:00
"concurrent-queue",
"libc",
"log",
2023-03-18 11:51:02 +00:00
"pin-project-lite",
2023-07-14 04:58:28 +00:00
"windows-sys",
]
[[package]]
name = "pollster"
2023-03-18 11:51:02 +00:00
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 11:51:02 +00:00
checksum = "22686f4785f02a4fcc856d3b3bb19bf6c8160d103f7a99cc258bddd0251dc7f2"
[[package]]
name = "ppv-lite86"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2022-08-02 20:36:31 +00:00
[[package]]
name = "proc-macro-crate"
2023-03-18 11:51:02 +00:00
version = "1.3.1"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 11:51:02 +00:00
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
2022-08-02 20:36:31 +00:00
dependencies = [
2023-01-18 16:37:53 +00:00
"once_cell",
2023-03-18 11:51:02 +00:00
"toml_edit",
2022-08-02 20:36:31 +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-03-18 11:51:02 +00:00
"syn 1.0.109",
2022-08-02 20:36:31 +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",
]
2023-01-18 16:37:53 +00:00
[[package]]
name = "proc-macro-hack"
version = "0.5.20+deprecated"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
2022-08-02 20:36:31 +00:00
[[package]]
name = "proc-macro2"
version = "1.0.67"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328"
2022-08-02 20:36:31 +00:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
version = "1.0.33"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
2022-08-02 20:36:31 +00:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha",
"rand_core",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "rand_core"
2023-01-18 16:37:53 +00:00
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom",
]
[[package]]
name = "raw-window-handle"
2023-05-16 14:05:02 +00:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
2022-08-02 20:36:31 +00:00
[[package]]
name = "rayon"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
dependencies = [
"crossbeam-deque",
"crossbeam-utils",
2022-08-02 20:36:31 +00:00
]
2023-05-16 14:05:02 +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-31 16:12:53 +00:00
"bitflags 1.3.2",
2023-05-16 14:05:02 +00:00
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "regex"
version = "1.9.5"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "697061221ea1b4a94a624f67d0ae2bfe4e22b8a17b6a192afb11046542cc8c47"
2022-08-02 20:36:31 +00:00
dependencies = [
2023-07-14 04:58:28 +00:00
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
]
[[package]]
name = "regex-automata"
version = "0.3.8"
2023-07-14 04:58:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2f401f4955220693b56f8ec66ee9c78abffd8d1c4f23dc41a23839eb88f0795"
2023-07-14 04:58:28 +00:00
dependencies = [
"aho-corasick",
2022-08-02 20:36:31 +00:00
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
version = "0.7.5"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
2022-08-02 20:36:31 +00:00
[[package]]
2023-01-18 16:37:53 +00:00
name = "relm4"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c16f3fad883034773b7f5af4d7e865532b8f3641e5a8bab2a34561a8d960d81"
dependencies = [
2023-01-18 16:37:53 +00:00
"async-trait",
"flume",
"fragile",
"futures",
"gtk4",
"libadwaita",
"once_cell",
"relm4-macros",
"tokio",
"tracing",
]
[[package]]
2023-01-18 16:37:53 +00:00
name = "relm4-macros"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9340e2553c0a184a80a0bfa1dcf73c47f3d48933aa6be90724b202f9fbd24735"
dependencies = [
2023-01-18 16:37:53 +00:00
"proc-macro2",
"quote",
"syn 2.0.37",
]
[[package]]
name = "rfd"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "241a0deb168c88050d872294f7b3106c1dfa8740942bcc97bc91b98e97b5c501"
dependencies = [
"ashpd",
2023-05-16 14:05:02 +00:00
"async-io",
"block",
"dispatch",
2023-05-16 14:05:02 +00:00
"futures-util",
"js-sys",
"log",
"objc",
"objc-foundation",
"objc_id",
"pollster",
"raw-window-handle",
"urlencoding",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"windows-sys",
]
2022-08-02 20:36:31 +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",
2023-01-18 16:37:53 +00:00
"spin 0.5.2",
2022-08-02 20:36:31 +00:00
"untrusted",
"web-sys",
"winapi",
]
2023-03-31 08:21:06 +00:00
[[package]]
name = "rustc-demangle"
2023-05-16 14:05:02 +00:00
version = "0.1.23"
2023-03-31 08:21:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
2023-03-31 08:21:06 +00:00
2023-01-18 16:37:53 +00:00
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2022-08-02 20:36:31 +00:00
[[package]]
name = "rustc_version"
2023-03-18 11:51:02 +00:00
version = "0.4.0"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 11:51:02 +00:00
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
2022-08-02 20:36:31 +00:00
dependencies = [
2023-03-18 11:51:02 +00:00
"semver",
2023-01-28 18:02:06 +00:00
]
[[package]]
2023-03-18 11:51:02 +00:00
name = "rustix"
2023-07-14 04:58:28 +00:00
version = "0.37.23"
2023-01-28 18:02:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06"
2023-01-28 18:02:06 +00:00
dependencies = [
2023-07-31 16:12:53 +00:00
"bitflags 1.3.2",
2023-03-18 11:51:02 +00:00
"errno",
"io-lifetimes",
"libc",
2023-07-31 16:12:53 +00:00
"linux-raw-sys 0.3.8",
"windows-sys",
]
[[package]]
name = "rustix"
version = "0.38.14"
2023-07-31 16:12:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "747c788e9ce8e92b12cd485c49ddf90723550b654b32508f979b71a7b1ecda4f"
2023-07-31 16:12:53 +00:00
dependencies = [
"bitflags 2.4.0",
2023-07-31 16:12:53 +00:00
"errno",
"libc",
"linux-raw-sys 0.4.7",
2023-07-14 04:58:28 +00:00
"windows-sys",
2022-08-02 20:36:31 +00:00
]
[[package]]
name = "rustls"
version = "0.21.7"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd8d6c9f025a446bc4d18ad9632e69aec8f287aa84499ee335599fabd20c3fd8"
2022-08-02 20:36:31 +00:00
dependencies = [
"log",
"ring",
"rustls-webpki",
2022-08-02 20:36:31 +00:00
"sct",
]
[[package]]
2023-03-31 08:21:06 +00:00
name = "rustls-native-certs"
2023-06-19 08:46:58 +00:00
version = "0.6.3"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 08:46:58 +00:00
checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
2022-08-02 20:36:31 +00:00
dependencies = [
2023-03-31 08:21:06 +00:00
"openssl-probe",
2022-08-02 20:36:31 +00:00
"rustls-pemfile",
2023-03-31 08:21:06 +00:00
"schannel",
"security-framework",
2022-08-02 20:36:31 +00:00
]
[[package]]
name = "rustls-pemfile"
2023-07-14 04:58:28 +00:00
version = "1.0.3"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
2022-08-02 20:36:31 +00:00
dependencies = [
"base64 0.21.4",
]
[[package]]
name = "rustls-webpki"
version = "0.101.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c7d5dece342910d9ba34d259310cae3e0154b873b35408b787b59bce53d34fe"
dependencies = [
"ring",
"untrusted",
2022-08-02 20:36:31 +00:00
]
[[package]]
name = "ryu"
2023-07-31 16:12:53 +00:00
version = "1.0.15"
2023-01-18 16:37:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 16:12:53 +00:00
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
2023-01-18 16:37:53 +00:00
[[package]]
name = "same-file"
version = "1.0.6"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "schannel"
2023-07-14 04:58:28 +00:00
version = "0.1.22"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
2022-08-02 20:36:31 +00:00
dependencies = [
2023-07-14 04:58:28 +00:00
"windows-sys",
2022-08-02 20:36:31 +00:00
]
[[package]]
name = "scopeguard"
2023-07-31 16:12:53 +00:00
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 16:12:53 +00:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2022-08-02 20:36:31 +00:00
[[package]]
name = "sct"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
dependencies = [
"ring",
"untrusted",
]
2023-03-31 08:21:06 +00:00
[[package]]
name = "security-framework"
2023-07-31 16:12:53 +00:00
version = "2.9.2"
2023-03-31 08:21:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 16:12:53 +00:00
checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
2023-03-31 08:21:06 +00:00
dependencies = [
2023-07-31 16:12:53 +00:00
"bitflags 1.3.2",
2023-03-31 08:21:06 +00:00
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2023-07-31 16:12:53 +00:00
version = "2.9.1"
2023-03-31 08:21:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 16:12:53 +00:00
checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
2023-03-31 08:21:06 +00:00
dependencies = [
"core-foundation-sys",
"libc",
]
2023-01-18 16:37:53 +00:00
[[package]]
name = "self_cell"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ef965a420fe14fdac7dd018862966a4c14094f900e1650bbc71ddd7d580c8af"
2022-08-02 20:36:31 +00:00
[[package]]
name = "semver"
version = "1.0.19"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad977052201c6de01a8ef2aa3378c4bd23217a056337d1d6da40468d267a4fb0"
2022-08-02 20:36:31 +00:00
[[package]]
name = "serde"
version = "1.0.188"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e"
2022-08-02 20:36:31 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.188"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2"
2022-08-02 20:36:31 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.37",
2022-08-02 20:36:31 +00:00
]
[[package]]
name = "serde_json"
version = "1.0.100"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f1e14e89be7aa4c4b78bdbdc9eb5bf8517829a600ae8eaa39a6e1d960b5185c"
2022-08-02 20:36:31 +00:00
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_repr"
2023-07-31 16:12:53 +00:00
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 16:12:53 +00:00
checksum = "8725e1dfadb3a50f7e5ce0b1a540466f6ed3fe7a0fca2ac2b8b831d31316bd00"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.37",
2023-05-16 14:05:02 +00:00
]
[[package]]
name = "serde_spanned"
2023-07-14 04:58:28 +00:00
version = "0.6.3"
2023-05-16 14:05:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186"
2023-05-16 14:05:02 +00:00
dependencies = [
"serde",
]
[[package]]
name = "sha1"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
dependencies = [
2023-01-18 16:37:53 +00:00
"cfg-if",
"cpufeatures",
"digest",
]
2022-08-02 20:36:31 +00:00
[[package]]
2023-01-18 16:37:53 +00:00
name = "sha2"
version = "0.10.8"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
2022-08-02 20:36:31 +00:00
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
[[package]]
2023-01-18 16:37:53 +00:00
name = "sharded-slab"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1b21f559e07218024e7e9f90f96f601825397de0e25420135f7f952453fed0b"
2023-01-18 16:37:53 +00:00
dependencies = [
"lazy_static",
]
2023-07-14 04:58:28 +00:00
[[package]]
name = "signal-hook-registry"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
dependencies = [
"libc",
]
2022-08-02 20:36:31 +00:00
[[package]]
2023-01-18 16:37:53 +00:00
name = "slab"
version = "0.4.9"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2022-08-02 20:36:31 +00:00
dependencies = [
2023-01-18 16:37:53 +00:00
"autocfg",
2022-08-02 20:36:31 +00:00
]
[[package]]
2023-01-18 16:37:53 +00:00
name = "smallvec"
version = "1.11.1"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"
2022-08-02 20:36:31 +00:00
[[package]]
2023-01-18 16:37:53 +00:00
name = "snafu"
2023-07-14 04:58:28 +00:00
version = "0.7.5"
2023-01-18 16:37:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "e4de37ad025c587a29e8f3f5605c00f70b98715ef90b9061a815b9e59e9042d6"
2023-01-18 16:37:53 +00:00
dependencies = [
"doc-comment",
"snafu-derive",
]
[[package]]
name = "snafu-derive"
2023-07-14 04:58:28 +00:00
version = "0.7.5"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "990079665f075b699031e9c08fd3ab99be5029b96f3b78dc0709e8f77e4efebf"
2023-01-18 16:37:53 +00:00
dependencies = [
"heck",
"proc-macro2",
"quote",
2023-03-18 11:51:02 +00:00
"syn 1.0.109",
2023-01-18 16:37:53 +00:00
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "socket2"
2023-03-18 11:51:02 +00:00
version = "0.4.9"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 11:51:02 +00:00
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
2022-08-02 20:36:31 +00:00
dependencies = [
"libc",
"winapi",
]
2023-05-16 14:05:02 +00:00
[[package]]
name = "socket2"
version = "0.5.4"
2023-05-16 14:05:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4031e820eb552adee9295814c0ced9e5cf38ddf1e8b7d566d6de8e2538ea989e"
2023-05-16 14:05:02 +00:00
dependencies = [
"libc",
2023-07-14 04:58:28 +00:00
"windows-sys",
2023-05-16 14:05:02 +00:00
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
[[package]]
2023-01-18 16:37:53 +00:00
name = "spin"
2023-05-16 14:05:02 +00:00
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2023-01-18 16:37:53 +00:00
dependencies = [
"lock_api",
]
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2022-08-02 20:36:31 +00:00
[[package]]
name = "subtle"
2023-05-21 09:55:23 +00:00
version = "2.5.0"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:55:23 +00:00
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
2022-08-02 20:36:31 +00:00
[[package]]
name = "syn"
2023-03-18 11:51:02 +00:00
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "syn"
version = "2.0.37"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8"
2022-08-02 20:36:31 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "sysinfo"
version = "0.29.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a18d114d420ada3a891e6bc8e96a2023402203296a47cdd65083377dad18ba5"
dependencies = [
"cfg-if",
"core-foundation-sys",
"libc",
"ntapi",
"once_cell",
"rayon",
"winapi",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "system-deps"
2023-07-14 04:58:28 +00:00
version = "6.1.1"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "30c2de8a4d8f4b823d634affc9cd2a74ec98c53a756f317e529a48046cbf71f3"
2022-08-02 20:36:31 +00:00
dependencies = [
"cfg-expr",
"heck",
"pkg-config",
"toml",
"version-compare",
]
[[package]]
name = "tar"
version = "0.4.40"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb"
2022-08-02 20:36:31 +00:00
dependencies = [
"filetime",
"libc",
"xattr",
]
2023-05-16 14:05:02 +00:00
[[package]]
name = "target-lexicon"
2023-08-02 14:28:50 +00:00
version = "0.12.11"
2023-05-16 14:05:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-02 14:28:50 +00:00
checksum = "9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a"
2023-05-16 14:05:02 +00:00
[[package]]
name = "tempfile"
version = "3.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef"
dependencies = [
"cfg-if",
"fastrand 2.0.1",
"redox_syscall",
"rustix 0.38.14",
2023-07-14 04:58:28 +00:00
"windows-sys",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "thiserror"
version = "1.0.49"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4"
2022-08-02 20:36:31 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.49"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc"
2022-08-02 20:36:31 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.37",
2022-08-02 20:36:31 +00:00
]
2023-01-18 16:37:53 +00:00
[[package]]
name = "thread_local"
2023-03-18 11:51:02 +00:00
version = "1.1.7"
2023-01-18 16:37:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 11:51:02 +00:00
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
2023-01-18 16:37:53 +00:00
dependencies = [
2023-03-18 11:51:02 +00:00
"cfg-if",
2023-01-18 16:37:53 +00:00
"once_cell",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "time"
version = "0.3.29"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "426f806f4089c493dcac0d24c29c01e2c38baf8e30f1b716ee37e83d200b18fe"
2022-08-02 20:36:31 +00:00
dependencies = [
2023-07-31 16:12:53 +00:00
"deranged",
2023-01-18 16:37:53 +00:00
"serde",
"time-core",
2022-08-02 20:36:31 +00:00
]
2023-01-18 16:37:53 +00:00
[[package]]
name = "time-core"
version = "0.1.2"
2023-01-18 16:37:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
2023-01-18 16:37:53 +00:00
[[package]]
name = "tinystr"
version = "0.7.3"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b07bb54ef1f8ff27564b08b861144d3b8d40263efe07684f64987f4c0d044e3e"
2023-01-18 16:37:53 +00:00
dependencies = [
"displaydoc",
]
2022-08-02 20:36:31 +00:00
2023-05-21 09:55:23 +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"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
version = "1.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9"
dependencies = [
2023-07-14 04:58:28 +00:00
"backtrace",
2023-01-18 16:37:53 +00:00
"num_cpus",
"pin-project-lite",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "toml"
version = "0.7.8"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
2022-08-02 20:36:31 +00:00
dependencies = [
"serde",
2023-05-16 14:05:02 +00:00
"serde_spanned",
"toml_datetime",
"toml_edit",
2022-08-02 20:36:31 +00:00
]
2023-03-18 11:51:02 +00:00
[[package]]
name = "toml_datetime"
2023-07-14 04:58:28 +00:00
version = "0.6.3"
2023-03-18 11:51:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
2023-05-16 14:05:02 +00:00
dependencies = [
"serde",
]
2023-03-18 11:51:02 +00:00
[[package]]
name = "toml_edit"
version = "0.19.15"
2023-03-18 11:51:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
2023-03-18 11:51:02 +00:00
dependencies = [
"indexmap",
2023-05-16 14:05:02 +00:00
"serde",
"serde_spanned",
2023-03-18 11:51:02 +00:00
"toml_datetime",
"winnow",
]
[[package]]
name = "tracing"
2023-01-18 16:37:53 +00:00
version = "0.1.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
dependencies = [
"cfg-if",
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2023-07-14 04:58:28 +00:00
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.37",
]
[[package]]
name = "tracing-core"
2023-05-16 14:05:02 +00:00
version = "0.1.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
dependencies = [
"once_cell",
2023-01-18 16:37:53 +00:00
"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-16 14:05:02 +00:00
version = "0.3.17"
2023-01-18 16:37:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
2023-01-18 16:37:53 +00:00
dependencies = [
"nu-ansi-term",
"sharded-slab",
"smallvec",
"thread_local",
"tracing-core",
"tracing-log",
]
[[package]]
name = "type-map"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6d3364c5e96cb2ad1603037ab253ddd34d7fb72a58bdddf4b7350760fc69a46"
dependencies = [
"rustc-hash",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "typenum"
version = "1.17.0"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
2022-08-02 20:36:31 +00:00
[[package]]
name = "uds_windows"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce65604324d3cce9b966701489fbd0cf318cb1f7bd9dd07ac9a4ee6fb791930d"
dependencies = [
"tempfile",
"winapi",
]
[[package]]
2023-01-18 16:37:53 +00:00
name = "unic-langid"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "398f9ad7239db44fd0f80fe068d12ff22d78354080332a5077dc6f52f14dcf2f"
dependencies = [
2023-01-18 16:37:53 +00:00
"unic-langid-impl",
"unic-langid-macros",
]
[[package]]
name = "unic-langid-impl"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e35bfd2f2b8796545b55d7d3fd3e89a0613f68a0d1c8bc28cb7ff96b411a35ff"
dependencies = [
"tinystr",
]
[[package]]
name = "unic-langid-macros"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "055e618bf694161ffff0466d95cef3e1a5edc59f6ba1888e97801f2b4ebdc4fe"
dependencies = [
"proc-macro-hack",
"tinystr",
"unic-langid-impl",
"unic-langid-macros-impl",
]
[[package]]
name = "unic-langid-macros-impl"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f5cdec05b907f4e2f6843f4354f4ce6a5bebe1a56df320a49134944477ce4d8"
dependencies = [
"proc-macro-hack",
"quote",
2023-03-18 11:51:02 +00:00
"syn 1.0.109",
2023-01-18 16:37:53 +00:00
"unic-langid-impl",
]
2023-05-21 09:55:23 +00:00
[[package]]
name = "unicode-bidi"
version = "0.3.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
2022-08-02 20:36:31 +00:00
[[package]]
name = "unicode-ident"
version = "1.0.12"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2022-08-02 20:36:31 +00:00
2023-05-21 09:55:23 +00:00
[[package]]
name = "unicode-normalization"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
dependencies = [
"tinyvec",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "untrusted"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
2023-05-21 09:55:23 +00:00
[[package]]
name = "url"
version = "2.4.1"
2023-05-21 09:55:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"
2023-05-21 09:55:23 +00:00
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
"serde",
]
[[package]]
name = "urlencoding"
2023-07-31 16:12:53 +00:00
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 16:12:53 +00:00
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
[[package]]
name = "utf8parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
[[package]]
name = "uuid"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
dependencies = [
"getrandom",
]
[[package]]
name = "uuid"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d"
dependencies = [
"getrandom",
]
[[package]]
2023-01-18 16:37:53 +00:00
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
2023-05-21 09:55:23 +00:00
[[package]]
name = "value-bag"
2023-07-14 04:58:28 +00:00
version = "1.4.1"
2023-05-21 09:55:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "d92ccd67fb88503048c01b59152a04effd0782d035a83a6d256ce6085f08f4a3"
2023-05-21 09:55:23 +00:00
2022-08-02 20:36:31 +00:00
[[package]]
name = "version-compare"
2023-01-18 16:37:53 +00:00
version = "0.1.1"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29"
2022-08-02 20:36:31 +00:00
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "waker-fn"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3c4517f54858c779bbcbf228f4fca63d121bf85fbecb2dc578cdf4a39395690"
2022-08-02 20:36:31 +00:00
[[package]]
2023-01-18 16:37:53 +00:00
name = "walkdir"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
2023-01-18 16:37:53 +00:00
dependencies = [
"same-file",
"winapi-util",
]
2022-08-02 20:36:31 +00:00
[[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-06-14 09:42:17 +00:00
version = "0.2.87"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-14 09:42:17 +00:00
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
2022-08-02 20:36:31 +00:00
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2023-06-14 09:42:17 +00:00
version = "0.2.87"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-14 09:42:17 +00:00
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
2022-08-02 20:36:31 +00:00
dependencies = [
"bumpalo",
"log",
2023-01-18 16:37:53 +00:00
"once_cell",
2022-08-02 20:36:31 +00:00
"proc-macro2",
"quote",
"syn 2.0.37",
2022-08-02 20:36:31 +00:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2023-06-14 09:42:17 +00:00
version = "0.4.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-14 09:42:17 +00:00
checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "wasm-bindgen-macro"
2023-06-14 09:42:17 +00:00
version = "0.2.87"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-14 09:42:17 +00:00
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
2022-08-02 20:36:31 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2023-06-14 09:42:17 +00:00
version = "0.2.87"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-14 09:42:17 +00:00
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
2022-08-02 20:36:31 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.37",
2022-08-02 20:36:31 +00:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2023-06-14 09:42:17 +00:00
version = "0.2.87"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-14 09:42:17 +00:00
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
2022-08-02 20:36:31 +00:00
[[package]]
name = "web-sys"
2023-06-14 09:42:17 +00:00
version = "0.3.64"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-14 09:42:17 +00:00
checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
2022-08-02 20:36:31 +00:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
2023-03-31 08:21:06 +00:00
[[package]]
name = "webpki-roots"
version = "0.25.2"
2023-03-31 08:21:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc"
2023-03-31 08:21:06 +00:00
[[package]]
name = "whatadistro"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c97ebad4f59809511083f2161587445631bff21bb78d9e046b9ca5b2d05d913"
2022-08-02 20:36:31 +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"
2023-01-18 16:37:53 +00:00
[[package]]
name = "winapi-util"
version = "0.1.6"
2023-01-18 16:37:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
2023-01-18 16:37:53 +00:00
dependencies = [
"winapi",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2022-09-25 19:37:30 +00:00
[[package]]
name = "wincompatlib"
version = "0.7.4"
2022-09-25 19:37:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07b1763cc16b78378280633bd4648b3c89064cb34105586ba73f4f75f7e428d8"
2023-06-08 09:44:38 +00:00
dependencies = [
"anyhow",
"blake3",
2023-06-08 09:44:38 +00:00
"minreq",
]
2022-09-25 19:37:30 +00:00
2023-05-16 14:05:02 +00:00
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
"windows-targets",
2023-05-16 14:05:02 +00:00
]
[[package]]
name = "windows-targets"
version = "0.48.5"
2023-05-16 14:05:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2023-05-16 14:05:02 +00:00
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
2023-01-18 16:37:53 +00:00
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.5"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2023-05-16 14:05:02 +00:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2022-08-02 20:36:31 +00:00
2023-05-16 14:05:02 +00:00
[[package]]
name = "windows_i686_gnu"
version = "0.48.5"
2023-05-16 14:05:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2023-05-16 14:05:02 +00:00
[[package]]
name = "windows_i686_msvc"
version = "0.48.5"
2023-01-18 16:37:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2023-01-18 16:37:53 +00:00
2023-05-16 14:05:02 +00:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2023-05-16 14:05:02 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.5"
2023-05-16 14:05:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2023-05-16 14:05:02 +00:00
2022-08-02 20:36:31 +00:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.5"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2023-05-16 14:05:02 +00:00
[[package]]
2023-03-18 11:51:02 +00:00
name = "winnow"
version = "0.5.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc"
2023-03-18 11:51:02 +00:00
dependencies = [
"memchr",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "xattr"
version = "1.0.1"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4686009f71ff3e5c4dbcf1a282d0a44db3f021ba69350cd42086b3e5f1c6985"
2022-08-02 20:36:31 +00:00
dependencies = [
"libc",
]
2023-05-21 09:55:23 +00:00
[[package]]
name = "xdg-home"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2769203cd13a0c6015d515be729c526d041e9cf2c0cc478d57faee85f40c6dcd"
dependencies = [
"nix",
"winapi",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "xz"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c887690ff2a2e233e8e49633461521f98ec57fbff9d59a884c9a4f04ec1da34"
dependencies = [
"xz2",
]
[[package]]
name = "xz2"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2"
dependencies = [
"lzma-sys",
]
[[package]]
name = "zbus"
2023-07-14 04:58:28 +00:00
version = "3.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "31de390a2d872e4cd04edd71b425e29853f786dc99317ed72d73d6fcf5ebb948"
dependencies = [
"async-broadcast",
"async-executor",
2023-05-21 09:55:23 +00:00
"async-fs",
"async-io",
"async-lock",
2023-07-14 04:58:28 +00:00
"async-process",
"async-recursion",
"async-task",
"async-trait",
2023-07-14 04:58:28 +00:00
"blocking",
"byteorder",
"derivative",
"enumflags2",
"event-listener 2.5.3",
"futures-core",
"futures-sink",
"futures-util",
"hex",
"nix",
"once_cell",
"ordered-stream",
"rand",
"serde",
"serde_repr",
2023-05-21 09:55:23 +00:00
"sha1",
"static_assertions",
"tracing",
"uds_windows",
"winapi",
2023-05-21 09:55:23 +00:00
"xdg-home",
"zbus_macros",
"zbus_names",
"zvariant",
]
[[package]]
name = "zbus_macros"
2023-07-14 04:58:28 +00:00
version = "3.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "41d1794a946878c0e807f55a397187c11fc7a038ba5d868e7db4f3bd7760bc9d"
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
"regex",
2023-03-18 11:51:02 +00:00
"syn 1.0.109",
2023-05-21 09:55:23 +00:00
"zvariant_utils",
]
[[package]]
name = "zbus_names"
2023-07-14 04:58:28 +00:00
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "fb80bb776dbda6e23d705cf0123c3b95df99c4ebeaec6c2599d4a5419902b4a9"
dependencies = [
"serde",
"static_assertions",
"zvariant",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "zip"
2023-05-16 14:05:02 +00:00
version = "0.6.6"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
2022-08-02 20:36:31 +00:00
dependencies = [
"aes",
"byteorder",
"bzip2",
"constant_time_eq 0.1.5",
2022-08-02 20:36:31 +00:00
"crc32fast",
"crossbeam-utils",
"flate2",
"hmac",
"pbkdf2",
2023-05-21 09:55:23 +00:00
"sha1",
2022-08-02 20:36:31 +00:00
"time",
"zstd",
]
[[package]]
name = "zstd"
2023-01-18 16:37:53 +00:00
version = "0.11.2+zstd.1.5.2"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
2022-08-02 20:36:31 +00:00
dependencies = [
"zstd-safe",
]
[[package]]
name = "zstd-safe"
2023-01-18 16:37:53 +00:00
version = "5.0.2+zstd.1.5.2"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
2022-08-02 20:36:31 +00:00
dependencies = [
"libc",
"zstd-sys",
]
[[package]]
name = "zstd-sys"
2023-05-16 14:05:02 +00:00
version = "2.0.8+zstd.1.5.5"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
2022-08-02 20:36:31 +00:00
dependencies = [
"cc",
"libc",
2023-03-18 11:51:02 +00:00
"pkg-config",
2022-08-02 20:36:31 +00:00
]
[[package]]
name = "zvariant"
2023-07-14 04:58:28 +00:00
version = "3.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "44b291bee0d960c53170780af148dca5fa260a63cdd24f1962fa82e03e53338c"
dependencies = [
"byteorder",
"enumflags2",
"libc",
"serde",
"static_assertions",
2023-05-21 09:55:23 +00:00
"url",
"zvariant_derive",
]
[[package]]
name = "zvariant_derive"
2023-07-14 04:58:28 +00:00
version = "3.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "934d7a7dfc310d6ee06c87ffe88ef4eca7d3e37bb251dece2ef93da8f17d8ecd"
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
2023-03-18 11:51:02 +00:00
"syn 1.0.109",
"zvariant_utils",
]
[[package]]
name = "zvariant_utils"
2023-07-14 04:58:28 +00:00
version = "1.0.1"
2023-03-18 11:51:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "7234f0d811589db492d16893e3f21e8e2fd282e6d01b0cddee310322062cc200"
2023-03-18 11:51:02 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]