the-honkers-railway-launcher/Cargo.lock

3753 lines
90 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"
2024-06-17 09:39:10 +00:00
version = "0.22.0"
2023-03-31 08:21:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
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"
2024-03-24 10:51:08 +00:00
version = "0.8.4"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 10:51:08 +00:00
checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
2022-08-02 20:36:31 +00:00
dependencies = [
"cfg-if",
"cipher",
"cpufeatures",
]
2023-11-13 15:03:46 +00:00
[[package]]
name = "ahash"
2024-03-24 10:51:08 +00:00
version = "0.8.11"
2023-11-13 15:03:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 10:51:08 +00:00
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
2023-11-13 15:03:46 +00:00
dependencies = [
"cfg-if",
"once_cell",
"version_check",
"zerocopy",
]
2023-05-20 14:53:17 +00:00
[[package]]
name = "aho-corasick"
2024-03-24 10:51:08 +00:00
version = "1.1.3"
2023-05-20 14:53:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 10:51:08 +00:00
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
2023-05-20 14:53:17 +00:00
dependencies = [
"memchr",
]
[[package]]
name = "allocator-api2"
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
2022-08-02 20:36:31 +00:00
[[package]]
name = "anime-game-core"
2024-06-17 13:07:26 +00:00
version = "1.19.0"
source = "git+https://github.com/an-anime-team/anime-game-core?tag=1.19.0#2bec59f6bc6a1bb3ce8f0162ca8e3bd4d349cc34"
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]]
2023-01-18 16:37:53 +00:00
name = "anime-launcher-sdk"
2024-06-17 13:07:26 +00:00
version = "1.14.0"
source = "git+https://github.com/an-anime-team/anime-launcher-sdk?tag=1.14.0#1e94edd76e114ddf72347f049071e10af522827b"
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.6.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b"
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
"is_terminal_polyfill",
"utf8parse",
]
[[package]]
name = "anstyle"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
[[package]]
name = "anstyle-parse"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4"
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
2024-06-17 09:39:10 +00:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391"
dependencies = [
"windows-sys 0.52.0",
]
[[package]]
name = "anstyle-wincon"
version = "3.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19"
dependencies = [
"anstyle",
"windows-sys 0.52.0",
]
[[package]]
2023-01-18 16:37:53 +00:00
name = "anyhow"
2024-06-17 09:39:10 +00:00
version = "1.0.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
2023-03-31 08:21:06 +00:00
dependencies = [
"backtrace",
]
2024-05-08 17:19:27 +00:00
[[package]]
name = "arbitrary"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
dependencies = [
"derive_arbitrary",
]
[[package]]
2023-01-18 16:37:53 +00:00
name = "arc-swap"
2024-03-24 10:51:08 +00:00
version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 10:51:08 +00:00
checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
[[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"
2024-03-24 07:43:40 +00:00
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 07:43:40 +00:00
checksum = "dd884d7c72877a94102c3715f3b1cd09ff4fac28221add3e57cfbe25c236d093"
dependencies = [
"enumflags2",
2023-05-20 14:53:17 +00:00
"futures-channel",
"futures-util",
"rand",
"serde",
"serde_repr",
2024-03-24 07:43:40 +00:00
"tokio",
2023-05-20 14:53:17 +00:00
"url",
"zbus",
]
[[package]]
name = "async-broadcast"
2024-06-17 09:39:10 +00:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "20cd0e2e25ea8e5f7e9df04578dc6cf5c83577fd09b1a46aaf5c85e1c33f2a7e"
dependencies = [
2024-06-17 09:39:10 +00:00
"event-listener",
"event-listener-strategy",
"futures-core",
2024-03-24 07:43:40 +00:00
"pin-project-lite",
]
[[package]]
name = "async-channel"
2024-06-17 09:39:10 +00:00
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
dependencies = [
"concurrent-queue",
2024-06-17 09:39:10 +00:00
"event-listener-strategy",
"futures-core",
"pin-project-lite",
]
[[package]]
2023-11-13 15:03:46 +00:00
name = "async-io"
2024-06-17 09:39:10 +00:00
version = "2.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "0d6baa8f0178795da0e71bc42c9e5d13261aac7ee549853162e66a241ba17964"
dependencies = [
"async-lock",
"cfg-if",
"concurrent-queue",
"futures-io",
2024-03-24 07:43:40 +00:00
"futures-lite",
"parking",
2024-03-24 07:43:40 +00:00
"polling",
"rustix",
"slab",
"tracing",
"windows-sys 0.52.0",
]
[[package]]
name = "async-lock"
2024-06-17 09:39:10 +00:00
version = "3.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
dependencies = [
2024-06-17 09:39:10 +00:00
"event-listener",
"event-listener-strategy",
"pin-project-lite",
]
2023-07-14 04:58:28 +00:00
[[package]]
name = "async-process"
2024-06-17 09:39:10 +00:00
version = "2.2.3"
2023-07-14 04:58:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "f7eda79bbd84e29c2b308d1dc099d7de8dcc7035e48f4bf5dc4a531a44ff5e2a"
2023-07-14 04:58:28 +00:00
dependencies = [
2024-03-24 07:43:40 +00:00
"async-channel",
"async-io",
"async-lock",
"async-signal",
"async-task",
2023-07-14 04:58:28 +00:00
"blocking",
"cfg-if",
2024-06-17 09:39:10 +00:00
"event-listener",
2024-03-24 07:43:40 +00:00
"futures-lite",
"rustix",
"tracing",
2024-03-24 07:43:40 +00:00
"windows-sys 0.52.0",
2023-07-14 04:58:28 +00:00
]
[[package]]
name = "async-recursion"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
dependencies = [
"proc-macro2",
"quote",
2024-06-17 09:39:10 +00:00
"syn",
2023-11-13 15:03:46 +00:00
]
[[package]]
name = "async-signal"
2024-06-17 09:39:10 +00:00
version = "0.2.8"
2023-11-13 15:03:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "794f185324c2f00e771cd9f1ae8b5ac68be2ca7abb129a87afd6e86d228bc54d"
2023-11-13 15:03:46 +00:00
dependencies = [
2024-03-24 07:43:40 +00:00
"async-io",
"async-lock",
2023-11-13 15:03:46 +00:00
"atomic-waker",
"cfg-if",
"futures-core",
"futures-io",
2024-03-24 07:43:40 +00:00
"rustix",
2023-11-13 15:03:46 +00:00
"signal-hook-registry",
"slab",
"windows-sys 0.52.0",
2023-05-20 14:53:17 +00:00
]
[[package]]
name = "async-task"
version = "4.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
[[package]]
name = "async-trait"
version = "0.1.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca"
dependencies = [
"proc-macro2",
"quote",
2024-06-17 09:39:10 +00:00
"syn",
]
2023-05-20 14:53:17 +00:00
[[package]]
name = "atomic-waker"
version = "1.1.2"
2023-05-20 14:53:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
2023-05-20 14:53:17 +00:00
2022-08-02 20:36:31 +00:00
[[package]]
name = "autocfg"
version = "1.3.0"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
2022-08-02 20:36:31 +00:00
2023-03-31 08:21:06 +00:00
[[package]]
name = "backtrace"
2024-06-17 09:39:10 +00:00
version = "0.3.73"
2023-03-31 08:21:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
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-20 14:49:30 +00:00
[[package]]
name = "base64"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-24 20:25:26 +00:00
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
[[package]]
name = "base64"
2024-03-24 10:51:08 +00:00
version = "0.21.7"
2023-05-24 20:25:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 10:51:08 +00:00
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
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"
2024-03-24 10:51:08 +00:00
version = "2.5.0"
2023-07-31 16:12:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 10:51:08 +00:00
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
2023-11-13 15:03:46 +00:00
[[package]]
name = "blake3"
2024-03-24 10:51:08 +00:00
version = "1.5.1"
2023-11-13 15:03:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 10:51:08 +00:00
checksum = "30cca6d3674597c30ddf2c587bf8d9d65c9a84d2326d941cc79c9842dfe0ef52"
2023-11-13 15:03:46 +00:00
dependencies = [
"arrayref",
"arrayvec",
"cc",
"cfg-if",
2024-05-08 17:19:27 +00:00
"constant_time_eq",
2023-11-13 15:03:46 +00:00
]
2023-07-31 16:12:53 +00:00
[[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-20 14:53:17 +00:00
[[package]]
name = "blocking"
2024-06-17 09:39:10 +00:00
version = "1.6.1"
2023-05-20 14:53:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
2023-05-20 14:53:17 +00:00
dependencies = [
2024-03-24 07:43:40 +00:00
"async-channel",
2023-05-20 14:53:17 +00:00
"async-task",
"futures-io",
2024-03-24 07:43:40 +00:00
"futures-lite",
"piper",
2023-05-20 14:53:17 +00:00
]
2022-08-02 20:36:31 +00:00
[[package]]
2023-01-18 16:37:53 +00:00
name = "bstr"
2024-03-24 10:51:08 +00:00
version = "1.9.1"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 10:51:08 +00:00
checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706"
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.16.0"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
2022-08-02 20:36:31 +00:00
[[package]]
name = "byteorder"
version = "1.5.0"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2022-08-02 20:36:31 +00:00
2024-03-24 07:43:40 +00:00
[[package]]
name = "bytes"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
2022-08-02 20:36:31 +00:00
[[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"
2024-06-17 09:39:10 +00:00
version = "0.51.4"
2023-04-16 12:12:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "0feb64151eed3da6107fddd2d717a6ca4b9dbd74e43784c55c841d1abfe5a295"
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"
2024-05-08 17:19:27 +00:00
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 17:19:27 +00:00
checksum = "771aa57f3b17da6c8bcacb187bb9ec9bc81c8160e72342e67c329e0e1651a669"
dependencies = [
"darling",
"proc-macro2",
"quote",
2024-06-17 09:39:10 +00:00
"syn",
]
[[package]]
name = "cached_proc_macro_types"
2024-03-24 07:43:40 +00:00
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 07:43:40 +00:00
checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
2022-08-02 20:36:31 +00:00
[[package]]
name = "cairo-rs"
version = "0.19.4"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2ac2a4d0e69036cf0062976f6efcba1aaee3e448594e6514bb2ddf87acce562"
2022-08-02 20:36:31 +00:00
dependencies = [
2024-03-24 10:51:08 +00:00
"bitflags 2.5.0",
2022-08-02 20:36:31 +00:00
"cairo-sys-rs",
"glib",
"libc",
"thiserror",
]
[[package]]
name = "cairo-sys-rs"
2024-03-24 07:56:04 +00:00
version = "0.19.2"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 07:56:04 +00:00
checksum = "fd3bb3119664efbd78b5e6c93957447944f16bdbced84c17a9f41c7829b81e64"
2022-08-02 20:36:31 +00:00
dependencies = [
"glib-sys",
"libc",
"system-deps",
]
[[package]]
name = "cc"
2024-06-17 09:39:10 +00:00
version = "1.0.99"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "96c51067fd44124faa7f870b4b1c969379ad32b2ba805aa959430ceaa384f695"
2022-08-02 20:36:31 +00:00
dependencies = [
"jobserver",
2023-08-02 14:28:50 +00:00
"libc",
"once_cell",
2022-08-02 20:36:31 +00:00
]
[[package]]
name = "cfg-expr"
version = "0.15.8"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
2022-08-02 20:36:31 +00:00
dependencies = [
"smallvec",
2023-05-20 14:53:17 +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"
2024-03-24 10:51:08 +00:00
[[package]]
name = "cfg_aliases"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2022-08-02 20:36:31 +00:00
[[package]]
name = "cipher"
2023-05-20 14:53:17 +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-20 14:53:17 +00:00
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2022-08-02 20:36:31 +00:00
dependencies = [
2023-05-20 14:53:17 +00:00
"crypto-common",
"inout",
2022-08-02 20:36:31 +00:00
]
[[package]]
name = "colorchoice"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422"
[[package]]
name = "concurrent-queue"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "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.4"
2023-03-31 08:21:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
2023-03-31 08:21:06 +00:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
2022-08-02 20:36:31 +00:00
[[package]]
name = "cpufeatures"
2024-03-24 10:51:08 +00:00
version = "0.2.12"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 10:51:08 +00:00
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
2022-08-02 20:36:31 +00:00
dependencies = [
"libc",
]
2024-05-08 17:19:27 +00:00
[[package]]
name = "crc"
version = "3.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
dependencies = [
"crc-catalog",
]
[[package]]
name = "crc-catalog"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
2022-08-02 20:36:31 +00:00
[[package]]
name = "crc32fast"
2024-06-17 09:39:10 +00:00
version = "1.4.2"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
2022-08-02 20:36:31 +00:00
dependencies = [
"cfg-if",
]
[[package]]
name = "crossbeam-deque"
2024-03-24 10:51:08 +00:00
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 10:51:08 +00:00
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
dependencies = [
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
2024-03-24 10:51:08 +00:00
version = "0.9.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 10:51:08 +00:00
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
dependencies = [
"crossbeam-utils",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "crossbeam-utils"
2024-06-17 09:39:10 +00:00
version = "0.8.20"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
2022-08-02 20:36:31 +00:00
[[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"
2024-06-17 09:39:10 +00:00
version = "0.20.9"
2023-01-28 18:02:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "83b2eb4d90d12bdda5ed17de686c2acb4c57914f8f921b8da7e112b5a36f3fe1"
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"
2024-06-17 09:39:10 +00:00
version = "0.20.9"
2023-01-28 18:02:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "622687fe0bac72a04e5599029151f5796111b90f1baaa9b544d807a5e31cd120"
2023-01-28 18:02:06 +00:00
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim",
2024-06-17 09:39:10 +00:00
"syn",
2023-01-28 18:02:06 +00:00
]
[[package]]
name = "darling_macro"
2024-06-17 09:39:10 +00:00
version = "0.20.9"
2023-01-28 18:02:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "733cabb43482b1a1b53eee8583c2b9e8684d592215ea83efd305dd31bc2f0178"
2023-01-28 18:02:06 +00:00
dependencies = [
"darling_core",
2023-01-28 18:02:06 +00:00
"quote",
2024-06-17 09:39:10 +00:00
"syn",
2023-01-28 18:02:06 +00:00
]
2024-05-08 17:19:27 +00:00
[[package]]
name = "deflate64"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83ace6c86376be0b6cdcf3fb41882e81d94b31587573d1cfa9d01cd06bba210d"
2023-07-31 16:12:53 +00:00
[[package]]
name = "deranged"
2024-03-24 10:51:08 +00:00
version = "0.3.11"
2023-07-31 16:12:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 10:51:08 +00:00
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
2023-11-13 15:03:46 +00:00
dependencies = [
"powerfmt",
]
2023-07-31 16:12:53 +00:00
[[package]]
2024-05-08 17:19:27 +00:00
name = "derive_arbitrary"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 17:19:27 +00:00
checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611"
dependencies = [
"proc-macro2",
"quote",
2024-06-17 09:39:10 +00:00
"syn",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "digest"
2023-05-20 14:53:17 +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-20 14:53:17 +00:00
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
2022-08-02 20:36:31 +00:00
dependencies = [
"block-buffer",
"crypto-common",
"subtle",
]
[[package]]
name = "discord-rich-presence"
2024-06-17 09:39:10 +00:00
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "f632a41e3e97febf8edff46b1405f9875894c29e20a25c5abe566872226b3f84"
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-20 14:53:17 +00:00
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-20 14:53:17 +00:00
checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"
dependencies = [
"proc-macro2",
"quote",
2024-06-17 09:39:10 +00:00
"syn",
]
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",
2024-03-24 07:43:40 +00:00
"socket2",
"windows-sys 0.48.0",
2023-04-16 12:12:25 +00:00
]
[[package]]
2023-01-18 16:37:53 +00:00
name = "either"
2024-06-17 09:39:10 +00:00
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b"
2024-03-24 07:43:40 +00:00
[[package]]
name = "endi"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 07:43:40 +00:00
checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
2023-01-28 18:02:06 +00:00
[[package]]
name = "enum-ordinalize"
2024-03-24 10:08:14 +00:00
version = "4.3.0"
2023-01-28 18:02:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 10:08:14 +00:00
checksum = "fea0dcfa4e54eeb516fe454635a95753ddd39acda650ce703031c6973e315dd5"
dependencies = [
"enum-ordinalize-derive",
]
[[package]]
name = "enum-ordinalize-derive"
version = "4.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d28318a75d4aead5c4db25382e8ef717932d0346600cacae6357eb5941bc5ff"
2023-01-28 18:02:06 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-06-17 09:39:10 +00:00
"syn",
2023-01-28 18:02:06 +00:00
]
[[package]]
name = "enumflags2"
2024-06-17 09:39:10 +00:00
version = "0.7.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
dependencies = [
"enumflags2_derive",
"serde",
]
[[package]]
name = "enumflags2_derive"
2024-06-17 09:39:10 +00:00
version = "0.7.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
dependencies = [
"proc-macro2",
"quote",
2024-06-17 09:39:10 +00:00
"syn",
2023-03-18 11:51:02 +00:00
]
[[package]]
name = "equivalent"
2023-07-14 04:58:28 +00:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2023-03-18 11:51:02 +00:00
[[package]]
name = "errno"
version = "0.3.9"
2023-03-18 11:51:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
2023-03-18 11:51:02 +00:00
dependencies = [
"libc",
"windows-sys 0.52.0",
2023-03-18 11:51:02 +00:00
]
[[package]]
name = "event-listener"
2024-06-17 09:39:10 +00:00
version = "5.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
dependencies = [
"concurrent-queue",
"parking",
"pin-project-lite",
]
[[package]]
2024-03-24 07:43:40 +00:00
name = "event-listener-strategy"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1"
dependencies = [
2024-06-17 09:39:10 +00:00
"event-listener",
2024-03-24 07:43:40 +00:00
"pin-project-lite",
]
2023-07-31 16:12:53 +00:00
[[package]]
name = "fastrand"
version = "2.1.0"
2023-07-31 16:12:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
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 = [
2024-03-24 07:43:40 +00:00
"memoffset",
2023-03-18 11:51:02 +00:00
"rustc_version",
2022-08-02 20:36:31 +00:00
]
[[package]]
name = "filetime"
version = "0.2.23"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd"
2022-08-02 20:36:31 +00:00
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"windows-sys 0.52.0",
2022-08-02 20:36:31 +00:00
]
[[package]]
name = "flate2"
version = "1.0.30"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
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.1"
2023-01-18 16:37:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb74634707bebd0ce645a981148e8fb8c7bccd4c33c652aeffd28bf2f96d555a"
2023-01-18 16:37:53 +00:00
dependencies = [
"fluent-bundle",
"unic-langid",
]
[[package]]
name = "fluent-bundle"
version = "0.15.3"
2023-01-18 16:37:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fe0a21ee80050c678013f82edf4b705fe2f26f1f9877593d13198612503f493"
2023-01-18 16:37:53 +00:00
dependencies = [
"fluent-langneg",
"fluent-syntax",
"intl-memoizer",
"intl_pluralrules",
"rustc-hash",
"self_cell 0.10.3",
2023-01-18 16:37:53 +00:00
"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.1"
2023-01-18 16:37:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a530c4694a6a8d528794ee9bbd8ba0122e779629ac908d15ad5a7ae7763a33d"
2023-01-18 16:37:53 +00:00
dependencies = [
"thiserror",
]
[[package]]
name = "fluent-template-macros"
version = "0.9.4"
2023-01-18 16:37:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77d2bcae1f3ec390c50161fcf130d3228750e9ecf965618584e046d884199b83"
2023-01-18 16:37:53 +00:00
dependencies = [
"flume",
2023-01-18 16:37:53 +00:00
"ignore",
"once_cell",
"proc-macro2",
"quote",
2024-06-17 09:39:10 +00:00
"syn",
2023-01-18 16:37:53 +00:00
"unic-langid",
]
[[package]]
name = "fluent-templates"
version = "0.9.4"
2023-01-18 16:37:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "197feb1e37209c6b3d29f0754b11fc070890efb2b1d761caac4e5287a200e9db"
2023-01-18 16:37:53 +00:00
dependencies = [
"arc-swap",
"fluent",
"fluent-bundle",
"fluent-langneg",
"fluent-syntax",
"fluent-template-macros",
"flume",
"heck",
2023-01-18 16:37:53 +00:00
"ignore",
"intl-memoizer",
"log",
"once_cell",
"serde_json",
"thiserror",
2023-01-18 16:37:53 +00:00
"unic-langid",
]
[[package]]
name = "flume"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
2023-01-18 16:37:53 +00:00
dependencies = [
"futures-core",
"futures-sink",
"nanorand",
"spin",
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-20 14:53:17 +00:00
[[package]]
name = "form_urlencoded"
version = "1.2.1"
2023-05-20 14:53:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
2023-05-20 14:53:17 +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"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
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"
version = "0.3.30"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
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"
version = "0.3.30"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
2022-08-02 20:36:31 +00:00
[[package]]
name = "futures-executor"
version = "0.3.30"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
2022-08-02 20:36:31 +00:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
[[package]]
name = "futures-lite"
2024-03-24 10:51:08 +00:00
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 10:51:08 +00:00
checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
dependencies = [
2024-03-24 07:43:40 +00:00
"fastrand",
"futures-core",
"futures-io",
"parking",
"pin-project-lite",
]
[[package]]
name = "futures-macro"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
dependencies = [
"proc-macro2",
"quote",
2024-06-17 09:39:10 +00:00
"syn",
]
[[package]]
name = "futures-sink"
version = "0.3.30"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
2022-08-02 20:36:31 +00:00
[[package]]
name = "futures-task"
version = "0.3.30"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
2022-08-02 20:36:31 +00:00
[[package]]
name = "futures-util"
version = "0.3.30"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
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"
2024-03-24 07:56:04 +00:00
version = "0.19.2"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 07:56:04 +00:00
checksum = "f6a23f8a0b5090494fd04924662d463f8386cc678dd3915015a838c1a3679b92"
2022-08-02 20:36:31 +00:00
dependencies = [
"gdk-pixbuf-sys",
"gio",
"glib",
"libc",
]
[[package]]
name = "gdk-pixbuf-sys"
version = "0.19.5"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fdbf021f8b9d19e30fb9ea6d6e5f2b6a712fe4645417c69f86f6ff1e1444a8f"
2022-08-02 20:36:31 +00:00
dependencies = [
"gio-sys",
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
]
[[package]]
name = "gdk4"
version = "0.8.2"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db265c9dd42d6a371e09e52deab3a84808427198b86ac792d75fd35c07990a07"
2022-08-02 20:36:31 +00:00
dependencies = [
"cairo-rs",
"gdk-pixbuf",
"gdk4-sys",
"gio",
"glib",
"libc",
"pango",
]
[[package]]
name = "gdk4-sys"
version = "0.8.2"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9418fb4e8a67074919fe7604429c45aa74eb9df82e7ca529767c6d4e9dc66dd"
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-20 14:53:17 +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-20 14:53:17 +00:00
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2022-08-02 20:36:31 +00:00
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "getrandom"
version = "0.2.15"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
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"
2024-06-17 09:39:10 +00:00
version = "0.29.0"
2023-03-31 08:21:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
2023-03-31 08:21:06 +00:00
2022-08-02 20:36:31 +00:00
[[package]]
name = "gio"
version = "0.19.5"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be548be810e45dd31d3bbb89c6210980bb7af9bca3ea1292b5f16b75f8e394a7"
2022-08-02 20:36:31 +00:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-util",
2022-08-02 20:36:31 +00:00
"gio-sys",
"glib",
"libc",
"pin-project-lite",
"smallvec",
2022-08-02 20:36:31 +00:00
"thiserror",
]
[[package]]
name = "gio-sys"
version = "0.19.5"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4bdbef451b0f0361e7f762987cc6bebd5facab1d535e85a3cf1115dfb08db40"
2022-08-02 20:36:31 +00:00
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
2024-03-24 07:43:40 +00:00
"windows-sys 0.52.0",
2022-08-02 20:36:31 +00:00
]
[[package]]
name = "glib"
2024-06-17 09:39:10 +00:00
version = "0.19.7"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "e52355166df21c7ed16b6a01f615669c7911ed74e27ef60eba339c0d2da12490"
2022-08-02 20:36:31 +00:00
dependencies = [
2024-03-24 10:51:08 +00:00
"bitflags 2.5.0",
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
"smallvec",
"thiserror",
]
[[package]]
name = "glib-build-tools"
2024-03-24 07:43:40 +00:00
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 07:43:40 +00:00
checksum = "108f374fff60efd14b0d70d8916e7213aed18d7dd071ba3e9334ed2dac1dc86a"
dependencies = [
2024-03-24 07:56:04 +00:00
"gio",
2022-08-02 20:36:31 +00:00
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "glib-macros"
2024-06-17 09:39:10 +00:00
version = "0.19.7"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "70025dbfa1275cf7d0531c3317ba6270dae15d87e63342229d638246ff45202e"
2022-08-02 20:36:31 +00:00
dependencies = [
"heck",
2024-03-24 10:51:08 +00:00
"proc-macro-crate",
2022-08-02 20:36:31 +00:00
"proc-macro2",
"quote",
2024-06-17 09:39:10 +00:00
"syn",
2022-08-02 20:36:31 +00:00
]
[[package]]
name = "glib-sys"
version = "0.19.5"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "767d23ead9bbdfcbb1c2242c155c8128a7d13dde7bf69c176f809546135e2282"
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.14"
2023-01-18 16:37:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1"
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",
"log",
"regex-automata",
"regex-syntax",
2023-01-18 16:37:53 +00:00
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "gobject-sys"
version = "0.19.5"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3787b0bfacca12bb25f8f822b0dbee9f7e4a86e6469a29976d332d2c14c945b"
2022-08-02 20:36:31 +00:00
dependencies = [
"glib-sys",
"libc",
"system-deps",
]
[[package]]
name = "graphene-rs"
2024-03-24 07:56:04 +00:00
version = "0.19.2"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 07:56:04 +00:00
checksum = "99e4d388e96c5f29e2b2f67045d229ddf826d0a8d6d282f94ed3b34452222c91"
2022-08-02 20:36:31 +00:00
dependencies = [
"glib",
"graphene-sys",
"libc",
]
[[package]]
name = "graphene-sys"
version = "0.19.5"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a60e7381afdd7be43bd10a89d3b6741d162aabbca3a8db73505afb6a3aea59d"
2022-08-02 20:36:31 +00:00
dependencies = [
"glib-sys",
"libc",
"pkg-config",
"system-deps",
]
[[package]]
name = "gsk4"
version = "0.8.2"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7563884bf6939f4468e5d94654945bdd9afcaf8c3ba4c5dd17b5342b747221be"
2022-08-02 20:36:31 +00:00
dependencies = [
"cairo-rs",
"gdk4",
"glib",
"graphene-rs",
"gsk4-sys",
"libc",
"pango",
]
[[package]]
name = "gsk4-sys"
version = "0.8.2"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23024bf2636c38bbd1f822f58acc9d1c25b28da896ff0f291a1a232d4272b3dc"
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"
version = "0.8.2"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b04e11319b08af11358ab543105a9e49b0c491faca35e2b8e7e36bfba8b671ab"
2022-08-02 20:36:31 +00:00
dependencies = [
"cairo-rs",
"field-offset",
"futures-channel",
"gdk-pixbuf",
"gdk4",
"gio",
"glib",
"graphene-rs",
"gsk4",
"gtk4-macros",
"gtk4-sys",
"libc",
"pango",
]
[[package]]
name = "gtk4-macros"
version = "0.8.2"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec655a7ef88d8ce9592899deb8b2d0fa50bab1e6dd69182deb764e643c522408"
2022-08-02 20:36:31 +00:00
dependencies = [
2024-03-24 10:51:08 +00:00
"proc-macro-crate",
2022-08-02 20:36:31 +00:00
"proc-macro2",
"quote",
2024-06-17 09:39:10 +00:00
"syn",
2022-08-02 20:36:31 +00:00
]
[[package]]
name = "gtk4-sys"
version = "0.8.2"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c8aa86b7f85ea71d66ea88c1d4bae1cfacf51ca4856274565133838d77e57b5"
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",
]
2023-03-18 11:51:02 +00:00
[[package]]
name = "hashbrown"
version = "0.14.5"
2023-03-18 11:51:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
dependencies = [
"ahash",
"allocator-api2",
]
2024-03-24 07:43:40 +00:00
[[package]]
name = "heck"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
name = "hermit-abi"
2024-03-24 10:51:08 +00:00
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 10:51:08 +00:00
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
2023-03-18 11:51:02 +00:00
2024-06-17 09:39:10 +00:00
[[package]]
name = "hermit-abi"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
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",
]
2023-04-18 11:03:40 +00:00
[[package]]
name = "honkers-railway-launcher"
2024-05-08 18:06:46 +00:00
version = "1.5.5"
2023-04-18 11:03:40 +00:00
dependencies = [
"anime-launcher-sdk",
"anyhow",
"cached",
"enum-ordinalize",
2023-04-18 11:03:40 +00:00
"fluent-templates",
"glib-build-tools",
"gtk4",
"human-panic",
2023-04-18 11:03:40 +00:00
"lazy_static",
"libadwaita",
"md-5",
"open",
"relm4",
"rfd",
"serde_json",
"tracing",
"tracing-subscriber",
"unic-langid",
2023-05-24 20:25:26 +00:00
"whatadistro",
2023-04-18 11:03:40 +00:00
]
[[package]]
name = "human-panic"
2024-05-08 17:19:27 +00:00
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 17:19:27 +00:00
checksum = "a4c5d0e9120f6bca6120d142c7ede1ba376dd6bf276d69dd3dbe6cbeb7824179"
dependencies = [
"anstream",
"anstyle",
"backtrace",
"os_info",
"serde",
"serde_derive",
"toml",
2024-03-24 10:51:08 +00:00
"uuid 1.8.0",
]
2024-06-17 09:39:10 +00:00
[[package]]
name = "icu_collections"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
dependencies = [
"displaydoc",
"yoke",
"zerofrom",
"zerovec",
]
[[package]]
name = "icu_locid"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
dependencies = [
"displaydoc",
"litemap",
"tinystr",
"writeable",
"zerovec",
]
[[package]]
name = "icu_locid_transform"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
dependencies = [
"displaydoc",
"icu_locid",
"icu_locid_transform_data",
"icu_provider",
"tinystr",
"zerovec",
]
[[package]]
name = "icu_locid_transform_data"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
[[package]]
name = "icu_normalizer"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
dependencies = [
"displaydoc",
"icu_collections",
"icu_normalizer_data",
"icu_properties",
"icu_provider",
"smallvec",
"utf16_iter",
"utf8_iter",
"write16",
"zerovec",
]
[[package]]
name = "icu_normalizer_data"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
[[package]]
name = "icu_properties"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f8ac670d7422d7f76b32e17a5db556510825b29ec9154f235977c9caba61036"
dependencies = [
"displaydoc",
"icu_collections",
"icu_locid_transform",
"icu_properties_data",
"icu_provider",
"tinystr",
"zerovec",
]
[[package]]
name = "icu_properties_data"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
[[package]]
name = "icu_provider"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
dependencies = [
"displaydoc",
"icu_locid",
"icu_provider_macros",
"stable_deref_trait",
"tinystr",
"writeable",
"yoke",
"zerofrom",
"zerovec",
]
[[package]]
name = "icu_provider_macros"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2023-05-20 14:53:17 +00:00
[[package]]
name = "idna"
2024-06-17 09:39:10 +00:00
version = "1.0.0"
2023-05-20 14:53:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "4716a3a0933a1d01c2f72450e89596eb51dd34ef3c211ccd875acdf1f8fe47ed"
2023-05-20 14:53:17 +00:00
dependencies = [
2024-06-17 09:39:10 +00:00
"icu_normalizer",
"icu_properties",
"smallvec",
"utf8_iter",
2023-05-20 14:53:17 +00:00
]
[[package]]
2023-01-18 16:37:53 +00:00
name = "ignore"
2024-03-24 10:51:08 +00:00
version = "0.4.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 10:51:08 +00:00
checksum = "b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1"
dependencies = [
"crossbeam-deque",
2023-01-18 16:37:53 +00:00
"globset",
"log",
"memchr",
"regex-automata",
2023-01-18 16:37:53 +00:00
"same-file",
"walkdir",
"winapi-util",
]
2023-03-18 11:51:02 +00:00
[[package]]
name = "indexmap"
2024-03-24 10:51:08 +00:00
version = "2.2.6"
2023-03-18 11:51:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 10:51:08 +00:00
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
2023-03-18 11:51:02 +00:00
dependencies = [
"equivalent",
"hashbrown",
2023-03-18 11:51:02 +00:00
]
2023-05-20 14:53:17 +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"
2024-06-17 09:39:10 +00:00
version = "0.1.13"
2023-01-18 16:37:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
2023-01-18 16:37:53 +00:00
dependencies = [
"cfg-if",
]
[[package]]
name = "intl-memoizer"
version = "0.5.2"
2023-01-18 16:37:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe22e020fce238ae18a6d5d8c502ee76a52a6e880d99477657e6acc30ec57bda"
2023-01-18 16:37:53 +00:00
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-05-20 14:53:17 +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
]
[[package]]
name = "is_terminal_polyfill"
version = "1.70.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800"
2023-01-18 16:37:53 +00:00
[[package]]
name = "itoa"
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
[[package]]
name = "jobserver"
version = "0.1.31"
2023-01-18 16:37:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e"
dependencies = [
"libc",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "js-sys"
2024-03-24 10:51:08 +00:00
version = "0.3.69"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 10:51:08 +00:00
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
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"
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libadwaita"
2024-03-24 07:56:04 +00:00
version = "0.6.0"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 07:56:04 +00:00
checksum = "91b4990248b9e1ec5e72094a2ccaea70ec3809f88f6fd52192f2af306b87c5d9"
2022-08-02 20:36:31 +00:00
dependencies = [
"gdk-pixbuf",
"gdk4",
"gio",
"glib",
"gtk4",
"libadwaita-sys",
"libc",
"pango",
]
[[package]]
name = "libadwaita-sys"
2024-03-24 07:56:04 +00:00
version = "0.6.0"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 07:56:04 +00:00
checksum = "23a748e4e92be1265cd9e93d569c0b5dfc7814107985aa6743d670ab281ea1a8"
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"
2024-06-17 09:39:10 +00:00
version = "0.2.155"
2023-03-18 11:51:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
2022-08-02 20:36:31 +00:00
2024-05-08 17:19:27 +00:00
[[package]]
2024-06-17 09:39:10 +00:00
name = "linux-raw-sys"
version = "0.4.14"
2024-05-08 17:19:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
2023-03-18 11:51:02 +00:00
2023-07-31 16:12:53 +00:00
[[package]]
2024-06-17 09:39:10 +00:00
name = "litemap"
version = "0.7.3"
2023-07-31 16:12:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704"
2023-07-31 16:12:53 +00:00
[[package]]
name = "lock_api"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
dependencies = [
"autocfg",
"scopeguard",
]
2024-06-17 09:39:10 +00:00
[[package]]
name = "lockfree-object-pool"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9374ef4228402d4b7e403e5838cb880d9ee663314b0a900d5a6aabf0c213552e"
2022-08-02 20:36:31 +00:00
[[package]]
name = "log"
2024-03-24 10:51:08 +00:00
version = "0.4.21"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 10:51:08 +00:00
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
2022-08-02 20:36:31 +00:00
2024-05-08 17:19:27 +00:00
[[package]]
name = "lzma-rs"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "297e814c836ae64db86b36cf2a557ba54368d03f6afcd7d947c266692f71115e"
dependencies = [
"byteorder",
"crc",
]
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.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d19b8ee7fc7d812058d3b708c7f719efd0713d53854648e4223c6fcae709e2df"
dependencies = [
"cc",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "memchr"
2024-06-17 09:39:10 +00:00
version = "2.7.4"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
2022-08-02 20:36:31 +00:00
2023-06-08 09:44:38 +00:00
[[package]]
name = "memoffset"
version = "0.9.1"
2023-06-08 09:44:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
2023-06-08 09:44:38 +00:00
dependencies = [
"autocfg",
]
2023-05-20 14:53:17 +00:00
[[package]]
name = "miniz_oxide"
2024-06-17 09:39:10 +00:00
version = "0.7.3"
2023-05-20 14:53:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "87dfd01fe195c66b572b37921ad8803d010623c0aca821bea2302239d155cdae"
2023-05-20 14:53:17 +00:00
dependencies = [
"adler",
]
2023-03-31 08:21:06 +00:00
[[package]]
name = "minreq"
version = "2.11.2"
2023-03-31 08:21:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fdef521c74c2884a4f3570bcdb6d2a77b3c533feb6b27ac2ae72673cc221c64"
2023-03-31 08:21:06 +00:00
dependencies = [
2023-05-20 14:49:30 +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",
]
2024-03-24 07:43:40 +00:00
[[package]]
name = "mio"
version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
dependencies = [
"libc",
"wasi",
"windows-sys 0.48.0",
]
[[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"
2024-03-24 10:51:08 +00:00
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 10:51:08 +00:00
checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
dependencies = [
2024-03-24 10:51:08 +00:00
"bitflags 2.5.0",
"cfg-if",
2024-03-24 10:51:08 +00:00
"cfg_aliases",
"libc",
2024-03-24 07:43:40 +00:00
"memoffset",
]
[[package]]
name = "ntapi"
2023-05-20 14:53:17 +00:00
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-20 14:53:17 +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]]
2024-03-24 10:51:08 +00:00
name = "num-conv"
version = "0.1.0"
2023-01-28 18:02:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 10:51:08 +00:00
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
2023-01-28 18:02:06 +00:00
[[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 = [
2024-06-17 09:39:10 +00:00
"hermit-abi 0.3.9",
"libc",
]
[[package]]
name = "objc"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
dependencies = [
"malloc_buf",
]
[[package]]
name = "objc-foundation"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
dependencies = [
"block",
"objc",
"objc_id",
]
[[package]]
name = "objc_id"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
dependencies = [
"objc",
]
2023-03-31 08:21:06 +00:00
[[package]]
name = "object"
2024-06-17 09:39:10 +00:00
version = "0.36.0"
2023-03-31 08:21:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "576dfe1fc8f9df304abb159d767a29d0476f7750fbf8aa7ad07816004a207434"
2023-03-31 08:21:06 +00:00
dependencies = [
"memchr",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "once_cell"
version = "1.19.0"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2022-08-02 20:36:31 +00:00
2023-03-05 20:29:54 +00:00
[[package]]
name = "open"
2024-06-17 09:39:10 +00:00
version = "5.1.4"
2023-03-05 20:29:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "b5ca541f22b1c46d4bb9801014f234758ab4297e7870b904b6a8415b980a7388"
2023-03-05 20:29:54 +00:00
dependencies = [
2023-05-20 14:53:17 +00:00
"is-wsl",
"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-20 14:53:17 +00:00
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-20 14:53:17 +00:00
checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
dependencies = [
"futures-core",
"pin-project-lite",
]
[[package]]
name = "os_info"
2024-03-24 10:51:08 +00:00
version = "3.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 10:51:08 +00:00
checksum = "ae99c7fa6dd38c7cafe1ec085e804f8f555a2f8659b0dbe03f1f9963a9b51092"
dependencies = [
"log",
"serde",
2024-03-24 10:51:08 +00:00
"windows-sys 0.52.0",
]
[[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"
version = "0.19.5"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "504ce6e805439ea2c6791168fe7ef8e3da0c1b2ef82c44bc450dbc330592920d"
2022-08-02 20:36:31 +00:00
dependencies = [
"gio",
2022-08-02 20:36:31 +00:00
"glib",
"libc",
"pango-sys",
]
[[package]]
name = "pango-sys"
version = "0.19.5"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4829555bdbb83692ddeaf5a6927fb2d025c8131e5ecaa4f7619fff6985d3505"
2022-08-02 20:36:31 +00:00
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
]
[[package]]
name = "parking"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 15:03:46 +00:00
checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
2023-06-08 09:44:38 +00:00
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"
2024-05-08 17:19:27 +00:00
version = "0.12.2"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 17:19:27 +00:00
checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
2022-08-02 20:36:31 +00:00
dependencies = [
"digest",
"hmac",
]
2023-05-20 14:53:17 +00:00
[[package]]
name = "percent-encoding"
version = "2.3.1"
2023-05-20 14:53:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2023-05-20 14:53:17 +00:00
2022-08-02 20:36:31 +00:00
[[package]]
name = "pin-project-lite"
version = "0.2.14"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
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"
2024-06-17 09:39:10 +00:00
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "ae1d5c74c9876f070d3e8fd503d748c7d974c3e48da8f41350fa5222ef9b4391"
dependencies = [
"atomic-waker",
2024-03-24 07:43:40 +00:00
"fastrand",
"futures-io",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "pkg-config"
2024-03-24 07:56:04 +00:00
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 07:56:04 +00:00
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
[[package]]
name = "polling"
2024-06-17 09:39:10 +00:00
version = "3.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "a3ed00ed3fbf728b5816498ecd316d1716eecaced9c0c8d2c5a6740ca214985b"
dependencies = [
"cfg-if",
"concurrent-queue",
2024-06-17 09:39:10 +00:00
"hermit-abi 0.4.0",
"pin-project-lite",
2024-03-24 07:43:40 +00:00
"rustix",
"tracing",
"windows-sys 0.52.0",
]
[[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 = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
[[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"
2024-03-24 07:43:40 +00:00
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 07:43:40 +00:00
checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284"
dependencies = [
2024-03-24 10:51:08 +00:00
"toml_edit 0.21.1",
2022-08-02 20:36:31 +00:00
]
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"
2024-06-17 09:39:10 +00:00
version = "1.0.85"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "22244ce15aa966053a896d1accb3a6e68469b97c7f33f284b99f0d576879fc23"
2022-08-02 20:36:31 +00:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
version = "1.0.36"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
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"
2024-06-17 09:39:10 +00:00
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
2022-08-02 20:36:31 +00:00
[[package]]
name = "rayon"
2024-03-24 10:51:08 +00:00
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 10:51:08 +00:00
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2024-03-24 10:51:08 +00:00
version = "1.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 10:51:08 +00:00
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
dependencies = [
"crossbeam-deque",
"crossbeam-utils",
]
2023-11-13 15:03:46 +00:00
[[package]]
name = "redox_syscall"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
dependencies = [
"bitflags 1.3.2",
]
2023-07-14 04:58:28 +00:00
[[package]]
name = "regex-automata"
2024-06-17 09:39:10 +00:00
version = "0.4.7"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
2022-08-02 20:36:31 +00:00
dependencies = [
2023-07-14 04:58:28 +00:00
"aho-corasick",
2022-08-02 20:36:31 +00:00
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
2024-06-17 09:39:10 +00:00
version = "0.8.4"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
2022-08-02 20:36:31 +00:00
[[package]]
2023-01-18 16:37:53 +00:00
name = "relm4"
2024-03-24 07:56:04 +00:00
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 07:56:04 +00:00
checksum = "e6e0e187b58db367305e8486d3228158251da1c8ba1e18baa9de61894e822649"
dependencies = [
"flume",
2023-01-18 16:37:53 +00:00
"fragile",
"futures",
"gtk4",
"libadwaita",
"once_cell",
"relm4-macros",
"tokio",
"tracing",
]
[[package]]
2023-01-18 16:37:53 +00:00
name = "relm4-macros"
2024-03-24 07:56:04 +00:00
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 07:56:04 +00:00
checksum = "0774e846889823aa5766f5b62cface3189a5b36280e65b2faaa6df0319da1726"
dependencies = [
2023-01-18 16:37:53 +00:00
"proc-macro2",
"quote",
2024-06-17 09:39:10 +00:00
"syn",
]
[[package]]
name = "rfd"
2024-03-24 07:43:40 +00:00
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 07:43:40 +00:00
checksum = "25a73a7337fc24366edfca76ec521f51877b114e42dab584008209cca6719251"
dependencies = [
"ashpd",
"block",
"dispatch",
"js-sys",
"log",
"objc",
"objc-foundation",
"objc_id",
"pollster",
"raw-window-handle",
"urlencoding",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"windows-sys 0.48.0",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "ring"
2024-03-24 10:51:08 +00:00
version = "0.17.8"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 10:51:08 +00:00
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
2022-08-02 20:36:31 +00:00
dependencies = [
"cc",
2024-03-24 10:51:08 +00:00
"cfg-if",
"getrandom",
2022-08-02 20:36:31 +00:00
"libc",
"spin",
2022-08-02 20:36:31 +00:00
"untrusted",
2024-03-24 10:51:08 +00:00
"windows-sys 0.52.0",
2022-08-02 20:36:31 +00:00
]
2023-03-31 08:21:06 +00:00
[[package]]
name = "rustc-demangle"
version = "0.1.24"
2023-03-31 08:21:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
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"
version = "0.38.34"
2023-07-31 16:12:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
2023-07-31 16:12:53 +00:00
dependencies = [
2024-03-24 10:51:08 +00:00
"bitflags 2.5.0",
2023-07-31 16:12:53 +00:00
"errno",
"libc",
2024-03-24 07:43:40 +00:00
"linux-raw-sys",
"windows-sys 0.52.0",
2022-08-02 20:36:31 +00:00
]
[[package]]
name = "rustls"
version = "0.21.12"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
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"
version = "0.6.3"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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"
version = "1.0.4"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
2022-08-02 20:36:31 +00:00
dependencies = [
2024-03-24 10:51:08 +00:00
"base64 0.21.7",
]
[[package]]
name = "rustls-webpki"
version = "0.101.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
dependencies = [
"ring",
"untrusted",
2022-08-02 20:36:31 +00:00
]
[[package]]
name = "ryu"
version = "1.0.18"
2023-01-18 16:37:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
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"
version = "0.1.23"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
2022-08-02 20:36:31 +00:00
dependencies = [
"windows-sys 0.52.0",
2022-08-02 20:36:31 +00:00
]
[[package]]
name = "scopeguard"
2023-07-17 21:06:33 +00:00
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-17 21:06:33 +00:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2022-08-02 20:36:31 +00:00
[[package]]
name = "sct"
version = "0.7.1"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
2022-08-02 20:36:31 +00:00
dependencies = [
"ring",
"untrusted",
]
2023-03-31 08:21:06 +00:00
[[package]]
name = "security-framework"
version = "2.11.0"
2023-03-31 08:21:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0"
2023-03-31 08:21:06 +00:00
dependencies = [
"bitflags 2.5.0",
2023-03-31 08:21:06 +00:00
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
version = "2.11.0"
2023-03-31 08:21:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7"
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.3"
2023-01-18 16:37:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e14e4d63b804dc0c7ec4a1e52bcb63f02c7ac94476755aa579edac21e01f915d"
dependencies = [
"self_cell 1.0.4",
]
[[package]]
name = "self_cell"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a"
2023-01-18 16:37:53 +00:00
2022-08-02 20:36:31 +00:00
[[package]]
name = "semver"
version = "1.0.23"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
2022-08-02 20:36:31 +00:00
[[package]]
name = "serde"
2024-06-17 09:39:10 +00:00
version = "1.0.203"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094"
2022-08-02 20:36:31 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2024-06-17 09:39:10 +00:00
version = "1.0.203"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba"
2022-08-02 20:36:31 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-06-17 09:39:10 +00:00
"syn",
2022-08-02 20:36:31 +00:00
]
[[package]]
name = "serde_json"
version = "1.0.117"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
2022-08-02 20:36:31 +00:00
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_repr"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
dependencies = [
"proc-macro2",
"quote",
2024-06-17 09:39:10 +00:00
"syn",
]
[[package]]
2023-05-20 14:53:17 +00:00
name = "serde_spanned"
2024-06-17 09:39:10 +00:00
version = "0.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0"
dependencies = [
2023-05-20 14:53:17 +00:00
"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",
]
[[package]]
2023-01-18 16:37:53 +00:00
name = "sharded-slab"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
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.2"
2023-07-14 04:58:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
2023-07-14 04:58:28 +00:00
dependencies = [
"libc",
]
2024-05-08 17:19:27 +00:00
[[package]]
name = "simd-adler32"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
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"
2024-03-24 07:43:40 +00:00
version = "1.13.2"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 07:43:40 +00:00
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
2022-08-02 20:36:31 +00:00
[[package]]
name = "socket2"
version = "0.5.7"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
2022-08-02 20:36:31 +00:00
dependencies = [
"libc",
2024-03-24 10:51:08 +00:00
"windows-sys 0.52.0",
2023-05-20 14:49:30 +00:00
]
[[package]]
2023-01-18 16:37:53 +00:00
name = "spin"
2023-05-20 14:53:17 +00:00
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-20 14:53:17 +00:00
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2023-01-18 16:37:53 +00:00
dependencies = [
"lock_api",
]
2024-06-17 09:39:10 +00:00
[[package]]
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "strsim"
2024-06-17 09:39:10 +00:00
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2022-08-02 20:36:31 +00:00
[[package]]
name = "subtle"
2023-05-20 14:53:17 +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-20 14:53:17 +00:00
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
2022-08-02 20:36:31 +00:00
[[package]]
name = "syn"
2024-06-17 09:39:10 +00:00
version = "2.0.66"
2023-03-18 11:51:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5"
2023-03-18 11:51:02 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
2024-06-17 09:39:10 +00:00
name = "synstructure"
version = "0.13.1"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
2022-08-02 20:36:31 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-06-17 09:39:10 +00:00
"syn",
2022-08-02 20:36:31 +00:00
]
[[package]]
name = "sysinfo"
version = "0.30.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "732ffa00f53e6b2af46208fba5718d9662a421049204e156328b66791ffa15ae"
dependencies = [
"cfg-if",
"core-foundation-sys",
"libc",
"ntapi",
"once_cell",
"rayon",
"windows",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "system-deps"
2024-03-24 10:51:08 +00:00
version = "6.2.2"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 10:51:08 +00:00
checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
2022-08-02 20:36:31 +00:00
dependencies = [
"cfg-expr",
"heck",
2022-08-02 20:36:31 +00:00
"pkg-config",
"toml",
"version-compare",
]
[[package]]
name = "tar"
2024-06-17 09:39:10 +00:00
version = "0.4.41"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "cb797dad5fb5b76fcf519e702f4a589483b5ef06567f160c392832c1f5e44909"
2022-08-02 20:36:31 +00:00
dependencies = [
"filetime",
"libc",
"xattr",
]
2023-05-20 14:53:17 +00:00
[[package]]
name = "target-lexicon"
2024-03-24 10:51:08 +00:00
version = "0.12.14"
2023-05-20 14:53:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 10:51:08 +00:00
checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f"
2023-05-20 14:53:17 +00:00
[[package]]
name = "tempfile"
2024-03-24 10:51:08 +00:00
version = "3.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 10:51:08 +00:00
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
dependencies = [
"cfg-if",
2024-03-24 07:43:40 +00:00
"fastrand",
"rustix",
"windows-sys 0.52.0",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "thiserror"
2024-06-17 09:39:10 +00:00
version = "1.0.61"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
2022-08-02 20:36:31 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2024-06-17 09:39:10 +00:00
version = "1.0.61"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
2022-08-02 20:36:31 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-06-17 09:39:10 +00:00
"syn",
2022-08-02 20:36:31 +00:00
]
2023-01-18 16:37:53 +00:00
[[package]]
name = "thread_local"
2024-03-24 10:51:08 +00:00
version = "1.1.8"
2023-01-18 16:37:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 10:51:08 +00:00
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
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"
2024-05-08 17:19:27 +00:00
version = "0.3.36"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 17:19:27 +00:00
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
2022-08-02 20:36:31 +00:00
dependencies = [
2023-07-31 16:12:53 +00:00
"deranged",
2024-03-24 10:51:08 +00:00
"num-conv",
"powerfmt",
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"
2024-06-17 09:39:10 +00:00
version = "0.7.6"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
2023-01-18 16:37:53 +00:00
dependencies = [
"displaydoc",
2024-06-17 09:39:10 +00:00
"zerovec",
2023-01-18 16:37:53 +00:00
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "tokio"
2024-06-17 09:39:10 +00:00
version = "1.38.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a"
dependencies = [
"backtrace",
2024-03-24 07:43:40 +00:00
"bytes",
"libc",
"mio",
2023-01-18 16:37:53 +00:00
"num_cpus",
"pin-project-lite",
2024-03-24 07:43:40 +00:00
"signal-hook-registry",
"socket2",
"tracing",
"windows-sys 0.48.0",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "toml"
2024-06-17 09:39:10 +00:00
version = "0.8.14"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "6f49eb2ab21d2f26bd6db7bf383edc527a7ebaee412d17af4d40fdccd442f335"
2022-08-02 20:36:31 +00:00
dependencies = [
"serde",
2023-05-20 14:53:17 +00:00
"serde_spanned",
"toml_datetime",
2024-06-17 09:39:10 +00:00
"toml_edit 0.22.14",
2022-08-02 20:36:31 +00:00
]
2023-03-18 11:51:02 +00:00
[[package]]
name = "toml_datetime"
2024-06-17 09:39:10 +00:00
version = "0.6.6"
2023-03-18 11:51:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf"
2023-05-20 14:53:17 +00:00
dependencies = [
"serde",
]
2023-03-18 11:51:02 +00:00
[[package]]
name = "toml_edit"
2024-03-24 10:51:08 +00:00
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 10:51:08 +00:00
checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
dependencies = [
"indexmap",
"toml_datetime",
2024-03-24 10:51:08 +00:00
"winnow 0.5.40",
]
[[package]]
name = "toml_edit"
2024-06-17 09:39:10 +00:00
version = "0.22.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "f21c7aaf97f1bd9ca9d4f9e73b0a6c74bd5afef56f2bc931943a6e1c37e04e38"
2023-03-18 11:51:02 +00:00
dependencies = [
"indexmap",
2023-05-20 14:53:17 +00:00
"serde",
"serde_spanned",
2023-03-18 11:51:02 +00:00
"toml_datetime",
2024-06-17 09:39:10 +00:00
"winnow 0.6.13",
2023-03-18 11:51:02 +00:00
]
[[package]]
name = "tracing"
version = "0.1.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
dependencies = [
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
version = "0.1.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
dependencies = [
"proc-macro2",
"quote",
2024-06-17 09:39:10 +00:00
"syn",
]
[[package]]
name = "tracing-core"
version = "0.1.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
dependencies = [
"once_cell",
2023-01-18 16:37:53 +00:00
"valuable",
]
[[package]]
name = "tracing-log"
2023-11-13 19:25:16 +00:00
version = "0.2.0"
2023-01-18 16:37:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 19:25:16 +00:00
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
2023-01-18 16:37:53 +00:00
dependencies = [
"log",
"once_cell",
2023-01-18 16:37:53 +00:00
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
2023-11-13 19:25:16 +00:00
version = "0.3.18"
2023-01-18 16:37:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 19:25:16 +00:00
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
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.5.0"
2023-01-18 16:37:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "deb68604048ff8fa93347f02441e4487594adc20bb8a084f9e564d2b827a0a9f"
2023-01-18 16:37:53 +00:00
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.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
dependencies = [
2024-03-24 07:43:40 +00:00
"memoffset",
"tempfile",
"winapi",
]
[[package]]
2023-01-18 16:37:53 +00:00
name = "unic-langid"
2024-06-17 09:39:10 +00:00
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "23dd9d1e72a73b25e07123a80776aae3e7b0ec461ef94f9151eed6ec88005a44"
dependencies = [
2023-01-18 16:37:53 +00:00
"unic-langid-impl",
"unic-langid-macros",
]
[[package]]
name = "unic-langid-impl"
2024-06-17 09:39:10 +00:00
version = "0.9.5"
2023-01-18 16:37:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "0a5422c1f65949306c99240b81de9f3f15929f5a8bfe05bb44b034cc8bf593e5"
2023-01-18 16:37:53 +00:00
dependencies = [
"tinystr",
]
[[package]]
name = "unic-langid-macros"
2024-06-17 09:39:10 +00:00
version = "0.9.5"
2023-01-18 16:37:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "0da1cd2c042d3c7569a1008806b02039e7a4a2bdf8f8e96bd3c792434a0e275e"
2023-01-18 16:37:53 +00:00
dependencies = [
"proc-macro-hack",
"tinystr",
"unic-langid-impl",
"unic-langid-macros-impl",
]
[[package]]
name = "unic-langid-macros-impl"
2024-06-17 09:39:10 +00:00
version = "0.9.5"
2023-01-18 16:37:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "1ed7f4237ba393424195053097c1516bd4590dc82b84f2f97c5c69e12704555b"
2023-01-18 16:37:53 +00:00
dependencies = [
"proc-macro-hack",
"quote",
2024-06-17 09:39:10 +00:00
"syn",
2023-01-18 16:37:53 +00:00
"unic-langid-impl",
]
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"
2023-05-24 20:25:26 +00:00
2022-08-02 20:36:31 +00:00
[[package]]
name = "untrusted"
version = "0.9.0"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2022-08-02 20:36:31 +00:00
2023-05-20 14:53:17 +00:00
[[package]]
name = "url"
2024-06-17 09:39:10 +00:00
version = "2.5.1"
2023-05-20 14:53:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "f7c25da092f0a868cdf09e8674cd3b7ef3a7d92a24253e663a2fb85e2496de56"
2023-05-20 14:53:17 +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"
2024-06-17 09:39:10 +00:00
[[package]]
name = "utf16_iter"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
[[package]]
name = "utf8_iter"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
[[package]]
name = "utf8parse"
2024-06-17 09:39:10 +00:00
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
[[package]]
name = "uuid"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
dependencies = [
"getrandom",
]
[[package]]
name = "uuid"
2024-03-24 10:51:08 +00:00
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 10:51:08 +00:00
checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
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"
2022-08-02 20:36:31 +00:00
[[package]]
name = "version-compare"
2024-03-24 10:51:08 +00:00
version = "0.2.0"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 10:51:08 +00:00
checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
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]]
2023-01-18 16:37:53 +00:00
name = "walkdir"
2024-03-24 10:51:08 +00:00
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 10:51:08 +00:00
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
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"
2024-03-24 10:51:08 +00:00
version = "0.2.92"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 10:51:08 +00:00
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
2022-08-02 20:36:31 +00:00
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2024-03-24 10:51:08 +00:00
version = "0.2.92"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 10:51:08 +00:00
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
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",
2024-06-17 09:39:10 +00:00
"syn",
2022-08-02 20:36:31 +00:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2024-03-24 10:51:08 +00:00
version = "0.4.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 10:51:08 +00:00
checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "wasm-bindgen-macro"
2024-03-24 10:51:08 +00:00
version = "0.2.92"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 10:51:08 +00:00
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
2022-08-02 20:36:31 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2024-03-24 10:51:08 +00:00
version = "0.2.92"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 10:51:08 +00:00
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
2022-08-02 20:36:31 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-06-17 09:39:10 +00:00
"syn",
2022-08-02 20:36:31 +00:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2024-03-24 10:51:08 +00:00
version = "0.2.92"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 10:51:08 +00:00
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
2022-08-02 20:36:31 +00:00
[[package]]
name = "web-sys"
2024-03-24 10:51:08 +00:00
version = "0.3.69"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 10:51:08 +00:00
checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
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"
2024-03-24 10:51:08 +00:00
version = "0.25.4"
2023-03-31 08:21:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 10:51:08 +00:00
checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
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.8"
2023-01-18 16:37:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
2023-01-18 16:37:53 +00:00
dependencies = [
"windows-sys 0.52.0",
2023-01-18 16:37:53 +00:00
]
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
[[package]]
name = "windows"
2024-03-24 10:51:08 +00:00
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 10:51:08 +00:00
checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
dependencies = [
"windows-core",
"windows-targets 0.52.5",
]
[[package]]
name = "windows-core"
2024-03-24 10:51:08 +00:00
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 10:51:08 +00:00
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
dependencies = [
"windows-targets 0.52.5",
]
2023-05-20 14:49:30 +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 0.48.5",
]
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
"windows-targets 0.52.5",
]
[[package]]
name = "windows-targets"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
dependencies = [
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
]
[[package]]
name = "windows-targets"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
dependencies = [
"windows_aarch64_gnullvm 0.52.5",
"windows_aarch64_msvc 0.52.5",
"windows_i686_gnu 0.52.5",
"windows_i686_gnullvm",
"windows_i686_msvc 0.52.5",
"windows_x86_64_gnu 0.52.5",
"windows_x86_64_gnullvm 0.52.5",
"windows_x86_64_msvc 0.52.5",
2023-05-20 14:49:30 +00:00
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.5"
2023-05-20 14:49:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2023-05-20 14:49:30 +00:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
2023-05-20 14:49:30 +00:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.5"
2023-05-20 14:49:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2023-05-20 14:49:30 +00:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
2023-05-20 14:49:30 +00:00
[[package]]
name = "windows_i686_gnu"
version = "0.48.5"
2023-05-20 14:49:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2023-05-20 14:49:30 +00:00
[[package]]
name = "windows_i686_gnu"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
2023-05-20 14:49:30 +00:00
[[package]]
name = "windows_i686_msvc"
version = "0.48.5"
2023-05-20 14:49:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2023-05-20 14:49:30 +00:00
[[package]]
name = "windows_i686_msvc"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
2023-05-20 14:49:30 +00:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.5"
2023-05-20 14:49:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2023-05-20 14:49:30 +00:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
2023-05-20 14:49:30 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.5"
2023-05-20 14:49:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2023-05-20 14:49:30 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
2023-05-20 14:49:30 +00:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.5"
2023-05-20 14:49:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2023-05-20 14:49:30 +00:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
[[package]]
2023-03-18 11:51:02 +00:00
name = "winnow"
2024-03-24 10:51:08 +00:00
version = "0.5.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 10:51:08 +00:00
checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
dependencies = [
"memchr",
]
[[package]]
2023-03-18 11:51:02 +00:00
name = "winnow"
2024-06-17 09:39:10 +00:00
version = "0.6.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "59b5e5f6c299a3c7890b876a2a587f3115162487e704907d9b6cd29473052ba1"
2023-03-18 11:51:02 +00:00
dependencies = [
"memchr",
]
2024-06-17 09:39:10 +00:00
[[package]]
name = "write16"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
[[package]]
name = "writeable"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
2022-08-02 20:36:31 +00:00
[[package]]
name = "xattr"
2024-03-24 10:51:08 +00:00
version = "1.3.1"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 10:51:08 +00:00
checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f"
2022-08-02 20:36:31 +00:00
dependencies = [
"libc",
2024-03-24 07:43:40 +00:00
"linux-raw-sys",
"rustix",
2022-08-02 20:36:31 +00:00
]
2023-05-20 14:53:17 +00:00
[[package]]
name = "xdg-home"
2024-06-17 09:39:10 +00:00
version = "1.2.0"
2023-05-20 14:53:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "ca91dcf8f93db085f3a0a29358cd0b9d670915468f4290e8b85d118a34211ab8"
2023-05-20 14:53:17 +00:00
dependencies = [
2024-03-24 10:51:08 +00:00
"libc",
2024-06-17 09:39:10 +00:00
"windows-sys 0.52.0",
2023-05-20 14:53:17 +00:00
]
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",
]
2024-06-17 09:39:10 +00:00
[[package]]
name = "yoke"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5"
dependencies = [
"serde",
"stable_deref_trait",
"yoke-derive",
"zerofrom",
]
[[package]]
name = "yoke-derive"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95"
dependencies = [
"proc-macro2",
"quote",
"syn",
"synstructure",
]
[[package]]
name = "zbus"
2024-06-17 09:39:10 +00:00
version = "4.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "23915fcb26e7a9a9dc05fd93a9870d336d6d032cd7e8cebf1c5c37666489fdd5"
dependencies = [
"async-broadcast",
2023-07-14 04:58:28 +00:00
"async-process",
"async-recursion",
"async-trait",
"enumflags2",
2024-06-17 09:39:10 +00:00
"event-listener",
"futures-core",
"futures-sink",
"futures-util",
"hex",
"nix",
"ordered-stream",
"rand",
"serde",
"serde_repr",
2023-05-20 14:53:17 +00:00
"sha1",
"static_assertions",
2024-03-24 07:43:40 +00:00
"tokio",
"tracing",
"uds_windows",
2024-03-24 07:43:40 +00:00
"windows-sys 0.52.0",
2023-05-20 14:53:17 +00:00
"xdg-home",
"zbus_macros",
"zbus_names",
"zvariant",
]
[[package]]
name = "zbus_macros"
2024-06-17 09:39:10 +00:00
version = "4.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "02bcca0b586d2f8589da32347b4784ba424c4891ed86aa5b50d5e88f6b2c4f5d"
dependencies = [
2024-03-24 10:51:08 +00:00
"proc-macro-crate",
"proc-macro2",
"quote",
2024-06-17 09:39:10 +00:00
"syn",
2023-05-20 14:53:17 +00:00
"zvariant_utils",
]
[[package]]
name = "zbus_names"
2024-03-24 07:43:40 +00:00
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-24 07:43:40 +00:00
checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
dependencies = [
"serde",
"static_assertions",
"zvariant",
]
[[package]]
name = "zerocopy"
version = "0.7.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087"
dependencies = [
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
version = "0.7.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b"
dependencies = [
"proc-macro2",
"quote",
2024-06-17 09:39:10 +00:00
"syn",
]
[[package]]
name = "zerofrom"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55"
dependencies = [
"zerofrom-derive",
]
[[package]]
name = "zerofrom-derive"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5"
dependencies = [
"proc-macro2",
"quote",
2024-06-17 09:39:10 +00:00
"syn",
"synstructure",
]
2024-05-08 17:19:27 +00:00
[[package]]
name = "zeroize"
2024-06-17 09:39:10 +00:00
version = "1.8.1"
2024-05-08 17:19:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
2024-05-08 17:19:27 +00:00
dependencies = [
"zeroize_derive",
]
[[package]]
name = "zeroize_derive"
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 17:19:27 +00:00
checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
dependencies = [
"proc-macro2",
"quote",
2024-06-17 09:39:10 +00:00
"syn",
]
[[package]]
name = "zerovec"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb2cc8827d6c0994478a15c53f374f46fbd41bea663d809b14744bc42e6b109c"
dependencies = [
"yoke",
"zerofrom",
"zerovec-derive",
]
[[package]]
name = "zerovec-derive"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97cf56601ee5052b4417d90c8755c6683473c926039908196cf35d99f893ebe7"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "zip"
2024-06-17 09:39:10 +00:00
version = "2.1.3"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "775a2b471036342aa69bc5a602bc889cb0a06cda00477d0c69566757d5553d39"
2022-08-02 20:36:31 +00:00
dependencies = [
"aes",
2024-05-08 17:19:27 +00:00
"arbitrary",
2022-08-02 20:36:31 +00:00
"bzip2",
2024-05-08 17:19:27 +00:00
"constant_time_eq",
2022-08-02 20:36:31 +00:00
"crc32fast",
"crossbeam-utils",
2024-05-08 17:19:27 +00:00
"deflate64",
"displaydoc",
2022-08-02 20:36:31 +00:00
"flate2",
"hmac",
2024-05-08 17:19:27 +00:00
"indexmap",
"lzma-rs",
2024-06-17 09:39:10 +00:00
"memchr",
2022-08-02 20:36:31 +00:00
"pbkdf2",
2024-05-08 17:19:27 +00:00
"rand",
2023-05-20 14:53:17 +00:00
"sha1",
2024-05-08 17:19:27 +00:00
"thiserror",
2022-08-02 20:36:31 +00:00
"time",
2024-05-08 17:19:27 +00:00
"zeroize",
"zopfli",
2022-08-02 20:36:31 +00:00
"zstd",
]
2024-05-08 17:19:27 +00:00
[[package]]
name = "zopfli"
2024-06-17 09:39:10 +00:00
version = "0.8.1"
2024-05-08 17:19:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "e5019f391bac5cf252e93bbcc53d039ffd62c7bfb7c150414d61369afe57e946"
2024-05-08 17:19:27 +00:00
dependencies = [
2024-06-17 09:39:10 +00:00
"bumpalo",
2024-05-08 17:19:27 +00:00
"crc32fast",
2024-06-17 09:39:10 +00:00
"lockfree-object-pool",
2024-05-08 17:19:27 +00:00
"log",
2024-06-17 09:39:10 +00:00
"once_cell",
2024-05-08 17:19:27 +00:00
"simd-adler32",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "zstd"
2024-05-08 17:19:27 +00:00
version = "0.13.1"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 17:19:27 +00:00
checksum = "2d789b1514203a1120ad2429eae43a7bd32b90976a7bb8a05f7ec02fa88cc23a"
2022-08-02 20:36:31 +00:00
dependencies = [
"zstd-safe",
]
[[package]]
name = "zstd-safe"
2024-05-08 17:19:27 +00:00
version = "7.1.0"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 17:19:27 +00:00
checksum = "1cd99b45c6bc03a018c8b8a86025678c87e55526064e38f9df301989dce7ec0a"
2022-08-02 20:36:31 +00:00
dependencies = [
"zstd-sys",
]
[[package]]
name = "zstd-sys"
2024-05-08 17:19:27 +00:00
version = "2.0.10+zstd.1.5.6"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-08 17:19:27 +00:00
checksum = "c253a4914af5bafc8fa8c86ee400827e83cf6ec01195ec1f1ed8441bf00d65aa"
2022-08-02 20:36:31 +00:00
dependencies = [
"cc",
2023-03-18 11:51:02 +00:00
"pkg-config",
2022-08-02 20:36:31 +00:00
]
[[package]]
name = "zvariant"
2024-06-17 09:39:10 +00:00
version = "4.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "9aa6d31a02fbfb602bfde791de7fedeb9c2c18115b3d00f3a36e489f46ffbbc7"
dependencies = [
2024-03-24 07:43:40 +00:00
"endi",
"enumflags2",
"serde",
"static_assertions",
2023-05-20 14:53:17 +00:00
"url",
"zvariant_derive",
]
[[package]]
name = "zvariant_derive"
2024-06-17 09:39:10 +00:00
version = "4.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "642bf1b6b6d527988b3e8193d20969d53700a36eac734d21ae6639db168701c8"
dependencies = [
2024-03-24 10:51:08 +00:00
"proc-macro-crate",
"proc-macro2",
"quote",
2024-06-17 09:39:10 +00:00
"syn",
2023-03-18 11:51:02 +00:00
"zvariant_utils",
]
[[package]]
name = "zvariant_utils"
2024-06-17 09:39:10 +00:00
version = "2.0.0"
2023-03-18 11:51:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 09:39:10 +00:00
checksum = "fc242db087efc22bd9ade7aa7809e4ba828132edc312871584a6b4391bdf8786"
2023-03-18 11:51:02 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-06-17 09:39:10 +00:00
"syn",
]