the-honkers-railway-launcher/Cargo.lock

3529 lines
84 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"
2023-07-14 04:58:28 +00:00
version = "0.20.0"
2023-03-31 08:21:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3"
2023-03-31 08:21:06 +00:00
dependencies = [
"gimli",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "aes"
2023-06-19 08:46:58 +00:00
version = "0.8.3"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 08:46:58 +00:00
checksum = "ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2"
2022-08-02 20:36:31 +00:00
dependencies = [
"cfg-if",
"cipher",
"cpufeatures",
]
2023-05-16 14:05:02 +00:00
[[package]]
name = "aho-corasick"
2023-06-08 09:44:38 +00:00
version = "1.0.2"
2023-05-16 14:05:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 09:44:38 +00:00
checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
2023-05-16 14:05:02 +00:00
dependencies = [
"memchr",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "anime-game-core"
version = "1.13.5"
source = "git+https://github.com/an-anime-team/anime-game-core?tag=1.13.5#11e48e47563acf97a6885d3cc369875031dc5f61"
2022-08-02 20:36:31 +00:00
dependencies = [
"anyhow",
2022-08-02 20:36:31 +00:00
"bzip2",
2023-04-16 12:18:49 +00:00
"cached",
2023-04-16 12:12:25 +00:00
"dns-lookup",
2022-08-02 20:36:31 +00:00
"flate2",
"fs_extra",
"kinda-virtual-fs",
"lazy_static",
"md-5",
2023-03-31 08:21:06 +00:00
"minreq",
2022-08-02 20:36:31 +00:00
"serde",
"serde_json",
"sysinfo",
2022-08-02 20:36:31 +00:00
"tar",
2023-03-05 20:43:33 +00:00
"thiserror",
"tracing",
2022-08-02 20:36:31 +00:00
"xz",
"zip",
]
[[package]]
name = "anime-game-launcher"
2023-07-15 12:53:45 +00:00
version = "3.7.6"
2022-08-02 20:36:31 +00:00
dependencies = [
2023-01-18 16:37:53 +00:00
"anime-launcher-sdk",
"anyhow",
2023-04-16 12:18:49 +00:00
"cached",
2023-01-18 16:37:53 +00:00
"fluent-templates",
"glib-build-tools",
2022-08-02 20:36:31 +00:00
"gtk4",
"lazy_static",
"libadwaita",
"md-5",
2023-03-05 20:29:54 +00:00
"open",
2023-01-18 16:37:53 +00:00
"relm4",
"rfd",
"serde_json",
2023-01-18 16:37:53 +00:00
"tracing",
"tracing-subscriber",
"unic-langid",
"whatadistro",
2022-08-02 20:36:31 +00:00
]
[[package]]
2023-01-18 16:37:53 +00:00
name = "anime-launcher-sdk"
2023-07-31 16:10:20 +00:00
version = "1.8.11"
source = "git+https://github.com/an-anime-team/anime-launcher-sdk?tag=1.8.11#4b2e02c10e7d3bc7f240b8fb7cd881d6b489b49f"
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]]
2023-01-18 16:37:53 +00:00
name = "anyhow"
2023-05-16 14:05:02 +00:00
version = "1.0.71"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
2023-03-31 08:21:06 +00:00
dependencies = [
"backtrace",
]
[[package]]
2023-01-18 16:37:53 +00:00
name = "arc-swap"
2023-03-18 11:51:02 +00:00
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 11:51:02 +00:00
checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6"
[[package]]
name = "ashpd"
2023-05-21 09:55:23 +00:00
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:55:23 +00:00
checksum = "31688b40eb5d739049f721d8405c33d3796b3f51f2bea84421a542dafe397e41"
dependencies = [
2023-05-21 09:55:23 +00:00
"async-std",
"enumflags2",
2023-05-21 09:55:23 +00:00
"futures-channel",
"futures-util",
"once_cell",
"rand",
"serde",
"serde_repr",
2023-05-21 09:55:23 +00:00
"url",
"zbus",
]
[[package]]
name = "async-broadcast"
2023-05-21 09:55:23 +00:00
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:55:23 +00:00
checksum = "7c48ccdbf6ca6b121e0f586cbc0e73ae440e56c67c30fa0873b4e110d9c26d2b"
dependencies = [
"event-listener",
"futures-core",
]
[[package]]
name = "async-channel"
2023-07-14 04:58:28 +00:00
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
dependencies = [
"concurrent-queue",
"event-listener",
"futures-core",
]
[[package]]
name = "async-executor"
2023-05-16 14:05:02 +00:00
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "6fa3dc5f2a8564f07759c008b9109dc0d39de92a88d5588b8a5036d286383afb"
dependencies = [
"async-lock",
"async-task",
"concurrent-queue",
"fastrand",
"futures-lite",
"slab",
]
2023-05-21 09:55:23 +00:00
[[package]]
name = "async-fs"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
dependencies = [
"async-lock",
"autocfg",
"blocking",
"futures-lite",
]
[[package]]
name = "async-global-executor"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776"
dependencies = [
"async-channel",
"async-executor",
"async-io",
"async-lock",
"blocking",
"futures-lite",
"once_cell",
]
[[package]]
name = "async-io"
2023-05-16 14:05:02 +00:00
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
dependencies = [
"async-lock",
"autocfg",
2023-05-16 14:05:02 +00:00
"cfg-if",
"concurrent-queue",
"futures-lite",
"log",
"parking",
"polling",
2023-05-16 14:05:02 +00:00
"rustix",
"slab",
2023-05-16 14:05:02 +00:00
"socket2 0.4.9",
"waker-fn",
]
[[package]]
name = "async-lock"
2023-03-18 11:51:02 +00:00
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 11:51:02 +00:00
checksum = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7"
dependencies = [
"event-listener",
]
2023-07-14 04:58:28 +00:00
[[package]]
name = "async-process"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a9d28b1d97e08915212e2e45310d47854eafa69600756fc735fb788f75199c9"
dependencies = [
"async-io",
"async-lock",
"autocfg",
"blocking",
"cfg-if",
"event-listener",
"futures-lite",
"rustix",
"signal-hook",
"windows-sys",
]
[[package]]
name = "async-recursion"
2023-05-21 09:55:23 +00:00
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:55:23 +00:00
checksum = "0e97ce7de6cf12de5d7226c73f5ba9811622f4db3a5b91b55c53e987e5f91cba"
dependencies = [
"proc-macro2",
"quote",
2023-07-14 04:58:28 +00:00
"syn 2.0.25",
2023-05-21 09:55:23 +00:00
]
[[package]]
name = "async-std"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
dependencies = [
"async-channel",
"async-global-executor",
"async-io",
"async-lock",
"crossbeam-utils",
"futures-channel",
"futures-core",
"futures-io",
"futures-lite",
"gloo-timers",
"kv-log-macro",
"log",
"memchr",
"once_cell",
"pin-project-lite",
"pin-utils",
"slab",
"wasm-bindgen-futures",
]
[[package]]
name = "async-task"
2023-05-16 14:05:02 +00:00
version = "4.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae"
[[package]]
name = "async-trait"
2023-07-14 04:58:28 +00:00
version = "0.1.71"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "a564d521dd56509c4c47480d00b80ee55f7e385ae48db5744c67ad50c92d2ebf"
dependencies = [
"proc-macro2",
"quote",
2023-07-14 04:58:28 +00:00
"syn 2.0.25",
]
2023-05-21 09:55:23 +00:00
[[package]]
name = "atomic-waker"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3"
2022-08-02 20:36:31 +00:00
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2023-03-31 08:21:06 +00:00
[[package]]
name = "backtrace"
2023-07-14 04:58:28 +00:00
version = "0.3.68"
2023-03-31 08:21:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12"
2023-03-31 08:21:06 +00:00
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
2023-07-14 04:58:28 +00:00
"miniz_oxide",
2023-03-31 08:21:06 +00:00
"object",
"rustc-demangle",
]
2023-05-16 14:05:02 +00:00
[[package]]
name = "base64"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
2022-08-02 20:36:31 +00:00
[[package]]
name = "base64"
2023-06-08 09:44:38 +00:00
version = "0.21.2"
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 = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"
2022-08-02 20:36:31 +00:00
[[package]]
name = "base64ct"
2023-03-18 11:51:02 +00:00
version = "1.6.0"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 11:51:02 +00:00
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
2022-08-02 20:36:31 +00:00
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "block"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
[[package]]
2023-01-18 16:37:53 +00:00
name = "block-buffer"
2023-03-18 11:51:02 +00:00
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 11:51:02 +00:00
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2023-01-18 16:37:53 +00:00
dependencies = [
"generic-array",
]
2023-05-21 09:55:23 +00:00
[[package]]
name = "blocking"
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77231a1c8f801696fc0123ec6150ce92cffb8e164a02afb9c8ddee0e9b65ad65"
dependencies = [
"async-channel",
"async-lock",
"async-task",
"atomic-waker",
"fastrand",
"futures-lite",
"log",
]
2022-08-02 20:36:31 +00:00
[[package]]
2023-01-18 16:37:53 +00:00
name = "bstr"
2023-07-14 04:58:28 +00:00
version = "1.6.0"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05"
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"
2023-05-24 17:42:37 +00:00
version = "3.13.0"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-24 17:42:37 +00:00
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
2022-08-02 20:36:31 +00:00
[[package]]
name = "byteorder"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "bzip2"
2023-03-18 11:51:02 +00:00
version = "0.4.4"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 11:51:02 +00:00
checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2022-08-02 20:36:31 +00:00
dependencies = [
"bzip2-sys",
"libc",
]
[[package]]
name = "bzip2-sys"
version = "0.1.11+1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
dependencies = [
"cc",
"libc",
"pkg-config",
]
[[package]]
2023-04-16 12:12:25 +00:00
name = "cached"
2023-06-08 09:44:38 +00:00
version = "0.44.0"
2023-04-16 12:12:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 09:44:38 +00:00
checksum = "b195e4fbc4b6862bbd065b991a34750399c119797efff72492f28a5864de8700"
2023-04-16 12:12:25 +00:00
dependencies = [
"async-trait",
"cached_proc_macro",
"cached_proc_macro_types",
"futures",
"hashbrown 0.13.2",
"instant",
"once_cell",
"thiserror",
"tokio",
]
[[package]]
name = "cached_proc_macro"
2023-06-08 09:44:38 +00:00
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 09:44:38 +00:00
checksum = "b48814962d2fd604c50d2b9433c2a41a0ab567779ee2c02f7fba6eca1221f082"
dependencies = [
"cached_proc_macro_types",
"darling",
"proc-macro2",
"quote",
2023-03-18 11:51:02 +00:00
"syn 1.0.109",
]
[[package]]
name = "cached_proc_macro_types"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a4f925191b4367301851c6d99b09890311d74b0d43f274c0b34c86d308a3663"
2022-08-02 20:36:31 +00:00
[[package]]
name = "cairo-rs"
2023-06-08 09:44:38 +00:00
version = "0.17.10"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 09:44:38 +00:00
checksum = "ab3603c4028a5e368d09b51c8b624b9a46edcd7c3778284077a6125af73c9f0a"
2022-08-02 20:36:31 +00:00
dependencies = [
"bitflags",
"cairo-sys-rs",
"glib",
"libc",
"once_cell",
2022-08-02 20:36:31 +00:00
"thiserror",
]
[[package]]
name = "cairo-sys-rs"
2023-06-08 09:44:38 +00:00
version = "0.17.10"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 09:44:38 +00:00
checksum = "691d0c66b1fb4881be80a760cb8fe76ea97218312f9dfe2c9cc0f496ca279cb1"
2022-08-02 20:36:31 +00:00
dependencies = [
"glib-sys",
"libc",
"system-deps",
]
[[package]]
name = "cc"
2023-03-18 11:51:02 +00:00
version = "1.0.79"
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 = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
2022-08-02 20:36:31 +00:00
dependencies = [
"jobserver",
]
[[package]]
name = "cfg-expr"
2023-07-14 04:58:28 +00:00
version = "0.15.3"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "215c0072ecc28f92eeb0eea38ba63ddfcb65c2828c46311d646f1a3ff5f9841c"
2022-08-02 20:36:31 +00:00
dependencies = [
"smallvec",
2023-05-16 14:05:02 +00:00
"target-lexicon",
2022-08-02 20:36:31 +00:00
]
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "cipher"
2023-05-16 14:05:02 +00:00
version = "0.4.4"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2022-08-02 20:36:31 +00:00
dependencies = [
2023-05-16 14:05:02 +00:00
"crypto-common",
"inout",
2022-08-02 20:36:31 +00:00
]
[[package]]
name = "concurrent-queue"
2023-05-16 14:05:02 +00:00
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c"
dependencies = [
"crossbeam-utils",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "constant_time_eq"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
2023-03-31 08:21:06 +00:00
[[package]]
name = "core-foundation"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
2023-05-16 14:05:02 +00:00
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
2022-08-02 20:36:31 +00:00
[[package]]
name = "cpufeatures"
2023-07-14 04:58:28 +00:00
version = "0.2.9"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
2022-08-02 20:36:31 +00:00
dependencies = [
"libc",
]
[[package]]
name = "crc32fast"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
dependencies = [
"cfg-if",
]
[[package]]
name = "crossbeam-channel"
2023-05-16 14:05:02 +00:00
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
dependencies = [
"cfg-if",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-deque"
2023-03-18 11:51:02 +00:00
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 11:51:02 +00:00
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
dependencies = [
"cfg-if",
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
2023-06-14 09:42:17 +00:00
version = "0.9.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-14 09:42:17 +00:00
checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
dependencies = [
"autocfg",
"cfg-if",
"crossbeam-utils",
2023-06-14 09:42:17 +00:00
"memoffset 0.9.0",
"scopeguard",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "crossbeam-utils"
2023-06-14 09:42:17 +00:00
version = "0.8.16"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-14 09:42:17 +00:00
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
2022-08-02 20:36:31 +00:00
dependencies = [
"cfg-if",
]
[[package]]
name = "crypto-common"
2023-01-18 16:37:53 +00:00
version = "0.1.6"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
2022-08-02 20:36:31 +00:00
dependencies = [
"generic-array",
"typenum",
]
2023-01-28 18:02:06 +00:00
[[package]]
name = "darling"
2023-03-18 11:51:02 +00:00
version = "0.14.4"
2023-01-28 18:02:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 11:51:02 +00:00
checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850"
2023-01-28 18:02:06 +00:00
dependencies = [
"darling_core",
"darling_macro",
]
2023-01-28 18:02:06 +00:00
[[package]]
name = "darling_core"
2023-03-18 11:51:02 +00:00
version = "0.14.4"
2023-01-28 18:02:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 11:51:02 +00:00
checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0"
2023-01-28 18:02:06 +00:00
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim",
2023-03-18 11:51:02 +00:00
"syn 1.0.109",
2023-01-28 18:02:06 +00:00
]
[[package]]
name = "darling_macro"
2023-03-18 11:51:02 +00:00
version = "0.14.4"
2023-01-28 18:02:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 11:51:02 +00:00
checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e"
2023-01-28 18:02:06 +00:00
dependencies = [
"darling_core",
2023-01-28 18:02:06 +00:00
"quote",
2023-03-18 11:51:02 +00:00
"syn 1.0.109",
2023-01-28 18:02:06 +00:00
]
[[package]]
name = "derivative"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
dependencies = [
"proc-macro2",
"quote",
2023-03-18 11:51:02 +00:00
"syn 1.0.109",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "digest"
2023-05-21 09:55:23 +00:00
version = "0.10.7"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:55:23 +00:00
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
2022-08-02 20:36:31 +00:00
dependencies = [
"block-buffer",
"crypto-common",
"subtle",
]
[[package]]
name = "discord-rich-presence"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47fc4beffb85ee1461588499073a4d9c20dcc7728c4b13d6b282ab6c508947e5"
dependencies = [
"serde",
"serde_derive",
"serde_json",
"uuid",
]
[[package]]
name = "dispatch"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
[[package]]
2023-01-18 16:37:53 +00:00
name = "displaydoc"
2023-05-16 14:05:02 +00:00
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"
dependencies = [
"proc-macro2",
"quote",
2023-07-14 04:58:28 +00:00
"syn 2.0.25",
]
2023-04-16 12:12:25 +00:00
[[package]]
name = "dns-lookup"
2023-05-16 14:05:02 +00:00
version = "2.0.2"
2023-04-16 12:12:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "8f332aa79f9e9de741ac013237294ef42ce2e9c6394dc7d766725812f1238812"
2023-04-16 12:12:25 +00:00
dependencies = [
"cfg-if",
"libc",
2023-05-16 14:05:02 +00:00
"socket2 0.5.3",
2023-07-14 04:58:28 +00:00
"windows-sys",
2023-04-16 12:12:25 +00:00
]
[[package]]
2023-01-18 16:37:53 +00:00
name = "doc-comment"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
[[package]]
2023-01-18 16:37:53 +00:00
name = "either"
2023-03-18 11:51:02 +00:00
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 11:51:02 +00:00
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
2023-01-28 18:02:06 +00:00
[[package]]
name = "enum-ordinalize"
2023-05-16 14:05:02 +00:00
version = "3.1.13"
2023-01-28 18:02:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "e4f76552f53cefc9a7f64987c3701b99d982f7690606fd67de1d09712fbf52f1"
2023-01-28 18:02:06 +00:00
dependencies = [
"num-bigint",
"num-traits",
"proc-macro2",
"quote",
2023-07-14 04:58:28 +00:00
"syn 2.0.25",
2023-01-28 18:02:06 +00:00
]
[[package]]
name = "enumflags2"
2023-05-16 14:05:02 +00:00
version = "0.7.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "c041f5090df68b32bcd905365fd51769c8b9d553fe87fde0b683534f10c01bd2"
dependencies = [
"enumflags2_derive",
"serde",
]
[[package]]
name = "enumflags2_derive"
2023-05-16 14:05:02 +00:00
version = "0.7.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "5e9a1f9f7d83e59740248a6e14ecf93929ade55027844dfcea78beafccc15745"
dependencies = [
"proc-macro2",
"quote",
2023-07-14 04:58:28 +00:00
"syn 2.0.25",
2023-03-18 11:51:02 +00:00
]
2023-07-14 04:58:28 +00:00
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2023-03-18 11:51:02 +00:00
[[package]]
name = "errno"
2023-05-16 14:05:02 +00:00
version = "0.3.1"
2023-03-18 11:51:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
2023-03-18 11:51:02 +00:00
dependencies = [
"errno-dragonfly",
"libc",
2023-07-14 04:58:28 +00:00
"windows-sys",
2023-03-18 11:51:02 +00:00
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "event-listener"
version = "2.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
[[package]]
name = "fastrand"
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
dependencies = [
"instant",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "field-offset"
2023-06-08 09:44:38 +00:00
version = "0.3.6"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 09:44:38 +00:00
checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f"
2022-08-02 20:36:31 +00:00
dependencies = [
2023-06-08 09:44:38 +00:00
"memoffset 0.9.0",
2023-03-18 11:51:02 +00:00
"rustc_version",
2022-08-02 20:36:31 +00:00
]
[[package]]
name = "filetime"
2023-05-16 14:05:02 +00:00
version = "0.2.21"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153"
2022-08-02 20:36:31 +00:00
dependencies = [
"cfg-if",
"libc",
2023-05-16 14:05:02 +00:00
"redox_syscall 0.2.16",
2023-07-14 04:58:28 +00:00
"windows-sys",
2022-08-02 20:36:31 +00:00
]
[[package]]
name = "flate2"
2023-05-16 14:05:02 +00:00
version = "1.0.26"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
2022-08-02 20:36:31 +00:00
dependencies = [
"crc32fast",
2023-07-14 04:58:28 +00:00
"miniz_oxide",
2022-08-02 20:36:31 +00:00
]
2023-01-18 16:37:53 +00:00
[[package]]
name = "fluent"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61f69378194459db76abd2ce3952b790db103ceb003008d3d50d97c41ff847a7"
dependencies = [
"fluent-bundle",
"unic-langid",
]
[[package]]
name = "fluent-bundle"
version = "0.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e242c601dec9711505f6d5bbff5bedd4b61b2469f2e8bb8e57ee7c9747a87ffd"
dependencies = [
"fluent-langneg",
"fluent-syntax",
"intl-memoizer",
"intl_pluralrules",
"rustc-hash",
"self_cell",
"smallvec",
"unic-langid",
]
[[package]]
name = "fluent-langneg"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94"
dependencies = [
"unic-langid",
]
[[package]]
name = "fluent-syntax"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0abed97648395c902868fee9026de96483933faa54ea3b40d652f7dfe61ca78"
dependencies = [
"thiserror",
]
[[package]]
name = "fluent-template-macros"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dec7592cd1f45c1afe9084ce59c62a3a7c266c125c4c2ec97e95b0563c4aa914"
dependencies = [
"flume",
"ignore",
"once_cell",
"proc-macro2",
"quote",
2023-03-18 11:51:02 +00:00
"syn 1.0.109",
2023-01-18 16:37:53 +00:00
"unic-langid",
]
[[package]]
name = "fluent-templates"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c3ef2c2152757885365abce32ddf682746062f1b6b3c0824a29fbed6ee4d080"
dependencies = [
"arc-swap",
"fluent",
"fluent-bundle",
"fluent-langneg",
"fluent-syntax",
"fluent-template-macros",
"flume",
"heck",
"ignore",
"intl-memoizer",
"lazy_static",
"log",
"once_cell",
"serde_json",
"snafu",
"unic-langid",
]
[[package]]
name = "flume"
version = "0.10.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577"
dependencies = [
"futures-core",
"futures-sink",
"nanorand",
"pin-project",
2023-05-16 14:05:02 +00:00
"spin 0.9.8",
2023-01-18 16:37:53 +00:00
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2023-05-21 09:55:23 +00:00
[[package]]
name = "form_urlencoded"
2023-06-08 09:44:38 +00:00
version = "1.2.0"
2023-05-21 09:55:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 09:44:38 +00:00
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
2023-05-21 09:55:23 +00:00
dependencies = [
"percent-encoding",
]
2023-01-18 16:37:53 +00:00
[[package]]
name = "fragile"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa"
2022-08-02 20:36:31 +00:00
[[package]]
name = "fs_extra"
2023-03-05 20:43:33 +00:00
version = "1.3.0"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 20:43:33 +00:00
checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
2022-08-02 20:36:31 +00:00
[[package]]
name = "futures"
2023-05-16 14:05:02 +00:00
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "futures-channel"
2023-05-16 14:05:02 +00:00
version = "0.3.28"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
2022-08-02 20:36:31 +00:00
dependencies = [
"futures-core",
"futures-sink",
2022-08-02 20:36:31 +00:00
]
[[package]]
name = "futures-core"
2023-05-16 14:05:02 +00:00
version = "0.3.28"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
2022-08-02 20:36:31 +00:00
[[package]]
name = "futures-executor"
2023-05-16 14:05:02 +00:00
version = "0.3.28"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
2022-08-02 20:36:31 +00:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
2023-05-16 14:05:02 +00:00
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
[[package]]
name = "futures-lite"
2023-05-16 14:05:02 +00:00
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
dependencies = [
"fastrand",
"futures-core",
"futures-io",
"memchr",
"parking",
"pin-project-lite",
"waker-fn",
]
[[package]]
name = "futures-macro"
2023-05-16 14:05:02 +00:00
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
dependencies = [
"proc-macro2",
"quote",
2023-07-14 04:58:28 +00:00
"syn 2.0.25",
]
[[package]]
name = "futures-sink"
2023-05-16 14:05:02 +00:00
version = "0.3.28"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
2022-08-02 20:36:31 +00:00
[[package]]
name = "futures-task"
2023-05-16 14:05:02 +00:00
version = "0.3.28"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
2022-08-02 20:36:31 +00:00
[[package]]
name = "futures-util"
2023-05-16 14:05:02 +00:00
version = "0.3.28"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
2022-08-02 20:36:31 +00:00
dependencies = [
"futures-channel",
2022-08-02 20:36:31 +00:00
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
2022-08-02 20:36:31 +00:00
"futures-task",
"memchr",
2022-08-02 20:36:31 +00:00
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
name = "gdk-pixbuf"
2023-06-08 09:44:38 +00:00
version = "0.17.10"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 09:44:38 +00:00
checksum = "695d6bc846438c5708b07007537b9274d883373dd30858ca881d7d71b5540717"
2022-08-02 20:36:31 +00:00
dependencies = [
"bitflags",
"gdk-pixbuf-sys",
"gio",
"glib",
"libc",
"once_cell",
2022-08-02 20:36:31 +00:00
]
[[package]]
name = "gdk-pixbuf-sys"
2023-06-08 09:44:38 +00:00
version = "0.17.10"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 09:44:38 +00:00
checksum = "9285ec3c113c66d7d0ab5676599176f1f42f4944ca1b581852215bf5694870cb"
2022-08-02 20:36:31 +00:00
dependencies = [
"gio-sys",
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
]
[[package]]
name = "gdk4"
version = "0.6.3"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3abf96408a26e3eddf881a7f893a1e111767137136e347745e8ea6ed12731ff"
2022-08-02 20:36:31 +00:00
dependencies = [
"bitflags",
"cairo-rs",
"gdk-pixbuf",
"gdk4-sys",
"gio",
"glib",
"libc",
"pango",
]
[[package]]
name = "gdk4-sys"
version = "0.6.3"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bc92aa1608c089c49393d014c38ac0390d01e4841e1fedaa75dbcef77aaed64"
2022-08-02 20:36:31 +00:00
dependencies = [
"cairo-sys-rs",
"gdk-pixbuf-sys",
"gio-sys",
"glib-sys",
"gobject-sys",
"libc",
"pango-sys",
"pkg-config",
"system-deps",
]
[[package]]
name = "generic-array"
2023-05-16 14:05:02 +00:00
version = "0.14.7"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2022-08-02 20:36:31 +00:00
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "getrandom"
2023-06-08 09:44:38 +00:00
version = "0.2.10"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 09:44:38 +00:00
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
2022-08-02 20:36:31 +00:00
dependencies = [
"cfg-if",
2023-01-18 16:37:53 +00:00
"js-sys",
2022-08-02 20:36:31 +00:00
"libc",
"wasi",
2023-01-18 16:37:53 +00:00
"wasm-bindgen",
2022-08-02 20:36:31 +00:00
]
2023-03-31 08:21:06 +00:00
[[package]]
name = "gimli"
2023-06-19 08:46:58 +00:00
version = "0.27.3"
2023-03-31 08:21:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 08:46:58 +00:00
checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"
2023-03-31 08:21:06 +00:00
2022-08-02 20:36:31 +00:00
[[package]]
name = "gio"
2023-06-08 09:44:38 +00:00
version = "0.17.10"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 09:44:38 +00:00
checksum = "a6973e92937cf98689b6a054a9e56c657ed4ff76de925e36fc331a15f0c5d30a"
2022-08-02 20:36:31 +00:00
dependencies = [
"bitflags",
"futures-channel",
"futures-core",
"futures-io",
"futures-util",
2022-08-02 20:36:31 +00:00
"gio-sys",
"glib",
"libc",
"once_cell",
"pin-project-lite",
"smallvec",
2022-08-02 20:36:31 +00:00
"thiserror",
]
[[package]]
name = "gio-sys"
2023-06-08 09:44:38 +00:00
version = "0.17.10"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 09:44:38 +00:00
checksum = "0ccf87c30a12c469b6d958950f6a9c09f2be20b7773f7e70d20b867fdf2628c3"
2022-08-02 20:36:31 +00:00
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
"winapi",
]
[[package]]
name = "glib"
2023-06-08 09:44:38 +00:00
version = "0.17.10"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 09:44:38 +00:00
checksum = "d3fad45ba8d4d2cea612b432717e834f48031cd8853c8aaf43b2c79fec8d144b"
2022-08-02 20:36:31 +00:00
dependencies = [
"bitflags",
"futures-channel",
"futures-core",
"futures-executor",
"futures-task",
"futures-util",
"gio-sys",
2022-08-02 20:36:31 +00:00
"glib-macros",
"glib-sys",
"gobject-sys",
"libc",
"memchr",
2022-08-02 20:36:31 +00:00
"once_cell",
"smallvec",
"thiserror",
]
[[package]]
name = "glib-build-tools"
2023-06-08 09:44:38 +00:00
version = "0.17.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 09:44:38 +00:00
checksum = "7a65d79efe318ef2cbbbb37032b125866fd82c34ea44c816132621bbc552e716"
2022-08-02 20:36:31 +00:00
[[package]]
name = "glib-macros"
2023-06-08 09:44:38 +00:00
version = "0.17.10"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 09:44:38 +00:00
checksum = "eca5c79337338391f1ab8058d6698125034ce8ef31b72a442437fa6c8580de26"
2022-08-02 20:36:31 +00:00
dependencies = [
"anyhow",
"heck",
"proc-macro-crate",
"proc-macro-error",
"proc-macro2",
"quote",
2023-03-18 11:51:02 +00:00
"syn 1.0.109",
2022-08-02 20:36:31 +00:00
]
[[package]]
name = "glib-sys"
2023-06-08 09:44:38 +00:00
version = "0.17.10"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 09:44:38 +00:00
checksum = "d80aa6ea7bba0baac79222204aa786a6293078c210abe69ef1336911d4bdc4f0"
2022-08-02 20:36:31 +00:00
dependencies = [
"libc",
"system-deps",
]
2023-01-18 16:37:53 +00:00
[[package]]
name = "globset"
2023-07-14 04:58:28 +00:00
version = "0.4.11"
2023-01-18 16:37:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "1391ab1f92ffcc08911957149833e682aa3fe252b9f45f966d2ef972274c97df"
2023-01-18 16:37:53 +00:00
dependencies = [
2023-07-14 04:58:28 +00:00
"aho-corasick",
2023-01-18 16:37:53 +00:00
"bstr",
"fnv",
"log",
"regex",
]
2023-05-21 09:55:23 +00:00
[[package]]
name = "gloo-timers"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
dependencies = [
"futures-channel",
"futures-core",
"js-sys",
"wasm-bindgen",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "gobject-sys"
2023-06-08 09:44:38 +00:00
version = "0.17.10"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 09:44:38 +00:00
checksum = "cd34c3317740a6358ec04572c1bcfd3ac0b5b6529275fae255b237b314bb8062"
2022-08-02 20:36:31 +00:00
dependencies = [
"glib-sys",
"libc",
"system-deps",
]
[[package]]
name = "graphene-rs"
2023-06-08 09:44:38 +00:00
version = "0.17.10"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 09:44:38 +00:00
checksum = "def4bb01265b59ed548b05455040d272d989b3012c42d4c1bbd39083cb9b40d9"
2022-08-02 20:36:31 +00:00
dependencies = [
"glib",
"graphene-sys",
"libc",
]
[[package]]
name = "graphene-sys"
2023-06-08 09:44:38 +00:00
version = "0.17.10"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 09:44:38 +00:00
checksum = "1856fc817e6a6675e36cea0bd9a3afe296f5d9709d1e2d3182803ac77f0ab21d"
2022-08-02 20:36:31 +00:00
dependencies = [
"glib-sys",
"libc",
"pkg-config",
"system-deps",
]
[[package]]
name = "gsk4"
version = "0.6.3"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f01ef44fa7cac15e2da9978529383e6bee03e570ba5bf7036b4c10a15cc3a3c"
2022-08-02 20:36:31 +00:00
dependencies = [
"bitflags",
"cairo-rs",
"gdk4",
"glib",
"graphene-rs",
"gsk4-sys",
"libc",
"pango",
]
[[package]]
name = "gsk4-sys"
version = "0.6.3"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c07a84fb4dcf1323d29435aa85e2f5f58bef564342bef06775ec7bd0da1f01b0"
2022-08-02 20:36:31 +00:00
dependencies = [
"cairo-sys-rs",
"gdk4-sys",
"glib-sys",
"gobject-sys",
"graphene-sys",
"libc",
"pango-sys",
"system-deps",
]
[[package]]
name = "gtk4"
2023-05-16 14:05:02 +00:00
version = "0.6.6"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "b28a32a04cd75cef14a0983f8b0c669e0fe152a0a7725accdeb594e2c764c88b"
2022-08-02 20:36:31 +00:00
dependencies = [
"bitflags",
"cairo-rs",
"field-offset",
"futures-channel",
"gdk-pixbuf",
"gdk4",
"gio",
"glib",
"graphene-rs",
"gsk4",
"gtk4-macros",
"gtk4-sys",
"libc",
"once_cell",
"pango",
]
[[package]]
name = "gtk4-macros"
2023-05-16 14:05:02 +00:00
version = "0.6.6"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "6a4d6b61570f76d3ee542d984da443b1cd69b6105264c61afec3abed08c2500f"
2022-08-02 20:36:31 +00:00
dependencies = [
"anyhow",
"proc-macro-crate",
"proc-macro-error",
"proc-macro2",
"quote",
2023-03-18 11:51:02 +00:00
"syn 1.0.109",
2022-08-02 20:36:31 +00:00
]
[[package]]
name = "gtk4-sys"
version = "0.6.3"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f8283f707b07e019e76c7f2934bdd4180c277e08aa93f4c0d8dd07b7a34e22f"
2022-08-02 20:36:31 +00:00
dependencies = [
"cairo-sys-rs",
"gdk-pixbuf-sys",
"gdk4-sys",
"gio-sys",
"glib-sys",
"gobject-sys",
"graphene-sys",
"gsk4-sys",
"libc",
"pango-sys",
"system-deps",
]
2023-03-18 11:51:02 +00:00
[[package]]
name = "hashbrown"
2023-07-14 04:58:28 +00:00
version = "0.13.2"
2023-03-18 11:51:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
2023-03-18 11:51:02 +00:00
[[package]]
name = "hashbrown"
2023-07-14 04:58:28 +00:00
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
2022-08-02 20:36:31 +00:00
[[package]]
name = "heck"
2023-03-18 11:51:02 +00:00
version = "0.4.1"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 11:51:02 +00:00
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2022-08-02 20:36:31 +00:00
[[package]]
name = "hermit-abi"
2023-07-14 04:58:28 +00:00
version = "0.3.2"
2023-03-18 11:51:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
2023-03-18 11:51:02 +00:00
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2022-08-02 20:36:31 +00:00
[[package]]
name = "hmac"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
dependencies = [
"digest",
]
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2023-05-21 09:55:23 +00:00
[[package]]
name = "idna"
2023-06-08 09:44:38 +00:00
version = "0.4.0"
2023-05-21 09:55:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 09:44:38 +00:00
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
2023-05-21 09:55:23 +00:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
[[package]]
2023-01-18 16:37:53 +00:00
name = "ignore"
2023-03-18 11:51:02 +00:00
version = "0.4.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 11:51:02 +00:00
checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492"
dependencies = [
2023-01-18 16:37:53 +00:00
"globset",
"lazy_static",
"log",
"memchr",
"regex",
"same-file",
"thread_local",
"walkdir",
"winapi-util",
]
2023-03-18 11:51:02 +00:00
[[package]]
name = "indexmap"
2023-07-14 04:58:28 +00:00
version = "2.0.0"
2023-03-18 11:51:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
2023-03-18 11:51:02 +00:00
dependencies = [
2023-07-14 04:58:28 +00:00
"equivalent",
"hashbrown 0.14.0",
2023-03-18 11:51:02 +00:00
]
2023-05-16 14:05:02 +00:00
[[package]]
name = "inout"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
dependencies = [
"generic-array",
]
2023-01-18 16:37:53 +00:00
[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
"cfg-if",
]
[[package]]
name = "intl-memoizer"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c310433e4a310918d6ed9243542a6b83ec1183df95dff8f23f87bb88a264a66f"
dependencies = [
"type-map",
"unic-langid",
]
[[package]]
name = "intl_pluralrules"
version = "7.0.2"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972"
dependencies = [
"unic-langid",
]
2023-03-18 11:51:02 +00:00
[[package]]
name = "io-lifetimes"
2023-05-24 17:42:37 +00:00
version = "1.0.11"
2023-03-18 11:51:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-24 17:42:37 +00:00
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
2023-03-18 11:51:02 +00:00
dependencies = [
2023-07-14 04:58:28 +00:00
"hermit-abi",
2023-03-18 11:51:02 +00:00
"libc",
2023-07-14 04:58:28 +00:00
"windows-sys",
2023-05-16 14:05:02 +00:00
]
[[package]]
name = "is-docker"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
dependencies = [
"once_cell",
]
[[package]]
name = "is-wsl"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
dependencies = [
"is-docker",
"once_cell",
2023-03-18 11:51:02 +00:00
]
2023-01-18 16:37:53 +00:00
[[package]]
name = "itoa"
2023-07-14 04:58:28 +00:00
version = "1.0.8"
2023-01-18 16:37:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "62b02a5381cc465bd3041d84623d0fa3b66738b52b8e2fc3bab8ad63ab032f4a"
2022-08-02 20:36:31 +00:00
[[package]]
name = "jobserver"
2023-03-18 11:51:02 +00:00
version = "0.1.26"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 11:51:02 +00:00
checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
2022-08-02 20:36:31 +00:00
dependencies = [
"libc",
]
[[package]]
name = "js-sys"
2023-06-14 09:42:17 +00:00
version = "0.3.64"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-14 09:42:17 +00:00
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
2022-08-02 20:36:31 +00:00
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "kinda-virtual-fs"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca9325aac17917b5650f25d477ce2909f2e9539688227fdee3ceb5093f666c9e"
2023-05-21 09:55:23 +00:00
[[package]]
name = "kv-log-macro"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
dependencies = [
"log",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libadwaita"
2023-06-11 08:57:55 +00:00
version = "0.4.4"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-11 08:57:55 +00:00
checksum = "1ab9c0843f9f23ff25634df2743690c3a1faffe0a190e60c490878517eb81abf"
2022-08-02 20:36:31 +00:00
dependencies = [
2022-09-24 14:52:31 +00:00
"bitflags",
2022-08-02 20:36:31 +00:00
"gdk-pixbuf",
"gdk4",
"gio",
"glib",
"gtk4",
"libadwaita-sys",
"libc",
"pango",
]
[[package]]
name = "libadwaita-sys"
2023-06-11 10:34:05 +00:00
version = "0.4.4"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-11 10:34:05 +00:00
checksum = "4231cb2499a9f0c4cdfa4885414b33e39901ddcac61150bc0bb4ff8a57ede404"
2022-08-02 20:36:31 +00:00
dependencies = [
"gdk4-sys",
"gio-sys",
"glib-sys",
"gobject-sys",
"gtk4-sys",
"libc",
2022-09-24 14:52:31 +00:00
"pango-sys",
2022-08-02 20:36:31 +00:00
"system-deps",
]
[[package]]
name = "libc"
2023-07-14 04:58:28 +00:00
version = "0.2.147"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
2022-08-02 20:36:31 +00:00
2023-03-18 11:51:02 +00:00
[[package]]
name = "linux-raw-sys"
2023-05-21 09:55:23 +00:00
version = "0.3.8"
2023-03-18 11:51:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:55:23 +00:00
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
2023-03-18 11:51:02 +00:00
[[package]]
name = "lock_api"
2023-06-08 09:44:38 +00:00
version = "0.4.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 09:44:38 +00:00
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
dependencies = [
"autocfg",
"scopeguard",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "log"
2023-06-11 10:34:05 +00:00
version = "0.4.19"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-11 10:34:05 +00:00
checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
2022-08-02 20:36:31 +00:00
dependencies = [
2023-05-21 09:55:23 +00:00
"value-bag",
2022-08-02 20:36:31 +00:00
]
[[package]]
name = "lzma-sys"
2023-01-18 16:37:53 +00:00
version = "0.1.20"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27"
2022-08-02 20:36:31 +00:00
dependencies = [
"cc",
"libc",
"pkg-config",
]
[[package]]
name = "malloc_buf"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
dependencies = [
"libc",
]
[[package]]
name = "md-5"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"
dependencies = [
"digest",
"md5-asm",
]
[[package]]
name = "md5-asm"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73b9a6f25ec11ea27e22d7fc8beafda909da44ece95f63e94f1eeb23d19bb5c7"
dependencies = [
"cc",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "memchr"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
[[package]]
name = "memoffset"
2023-05-21 09:55:23 +00:00
version = "0.7.1"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:55:23 +00:00
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
2022-08-02 20:36:31 +00:00
dependencies = [
"autocfg",
]
2023-06-08 09:44:38 +00:00
[[package]]
name = "memoffset"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
dependencies = [
"autocfg",
]
2023-05-16 14:05:02 +00:00
[[package]]
name = "miniz_oxide"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
dependencies = [
"adler",
]
2023-03-31 08:21:06 +00:00
[[package]]
name = "minreq"
2023-05-21 09:55:23 +00:00
version = "2.8.1"
2023-03-31 08:21:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:55:23 +00:00
checksum = "3de406eeb24aba36ed3829532fa01649129677186b44a49debec0ec574ca7da7"
2023-03-31 08:21:06 +00:00
dependencies = [
2023-05-16 14:05:02 +00:00
"base64 0.12.3",
2023-03-31 08:21:06 +00:00
"log",
"once_cell",
"rustls",
"rustls-native-certs",
"serde",
"serde_json",
"webpki",
"webpki-roots",
]
[[package]]
2023-01-18 16:37:53 +00:00
name = "nanorand"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
dependencies = [
2023-01-18 16:37:53 +00:00
"getrandom",
]
[[package]]
name = "nix"
2023-05-21 09:55:23 +00:00
version = "0.26.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:55:23 +00:00
checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
dependencies = [
"bitflags",
"cfg-if",
"libc",
2023-05-21 09:55:23 +00:00
"memoffset 0.7.1",
"static_assertions",
]
[[package]]
name = "ntapi"
2023-05-16 14:05:02 +00:00
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
dependencies = [
"winapi",
]
2023-01-18 16:37:53 +00:00
[[package]]
name = "nu-ansi-term"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
dependencies = [
"overload",
"winapi",
]
2023-01-28 18:02:06 +00:00
[[package]]
name = "num-bigint"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-integer"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
dependencies = [
"autocfg",
"num-traits",
]
[[package]]
name = "num-traits"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
dependencies = [
"autocfg",
]
[[package]]
name = "num_cpus"
2023-07-14 04:58:28 +00:00
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
dependencies = [
2023-07-14 04:58:28 +00:00
"hermit-abi",
"libc",
]
[[package]]
name = "objc"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
dependencies = [
"malloc_buf",
]
[[package]]
name = "objc-foundation"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
dependencies = [
"block",
"objc",
"objc_id",
]
[[package]]
name = "objc_id"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
dependencies = [
"objc",
]
2023-03-31 08:21:06 +00:00
[[package]]
name = "object"
2023-07-14 04:58:28 +00:00
version = "0.31.1"
2023-03-31 08:21:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1"
2023-03-31 08:21:06 +00:00
dependencies = [
"memchr",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "once_cell"
2023-06-08 09:44:38 +00:00
version = "1.18.0"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 09:44:38 +00:00
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
2022-08-02 20:36:31 +00:00
2023-03-05 20:29:54 +00:00
[[package]]
name = "open"
2023-07-14 04:58:28 +00:00
version = "4.2.0"
2023-03-05 20:29:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "3a083c0c7e5e4a8ec4176346cf61f67ac674e8bfb059d9226e1c54a96b377c12"
2023-03-05 20:29:54 +00:00
dependencies = [
2023-05-16 14:05:02 +00:00
"is-wsl",
2023-07-14 04:58:28 +00:00
"libc",
2023-03-05 20:29:54 +00:00
"pathdiff",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "openssl-probe"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
[[package]]
name = "ordered-stream"
2023-05-21 09:55:23 +00:00
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:55:23 +00:00
checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
dependencies = [
"futures-core",
"pin-project-lite",
]
[[package]]
2023-01-18 16:37:53 +00:00
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2022-08-02 20:36:31 +00:00
[[package]]
name = "pango"
2023-06-08 09:44:38 +00:00
version = "0.17.10"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 09:44:38 +00:00
checksum = "35be456fc620e61f62dff7ff70fbd54dcbaf0a4b920c0f16de1107c47d921d48"
2022-08-02 20:36:31 +00:00
dependencies = [
"bitflags",
"gio",
2022-08-02 20:36:31 +00:00
"glib",
"libc",
"once_cell",
"pango-sys",
]
[[package]]
name = "pango-sys"
2023-06-08 09:44:38 +00:00
version = "0.17.10"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 09:44:38 +00:00
checksum = "3da69f9f3850b0d8990d462f8c709561975e95f689c1cdf0fecdebde78b35195"
2022-08-02 20:36:31 +00:00
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
]
[[package]]
name = "parking"
2023-05-16 14:05:02 +00:00
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e"
2023-06-08 09:44:38 +00:00
[[package]]
name = "parking_lot"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
dependencies = [
"cfg-if",
"libc",
"redox_syscall 0.3.5",
"smallvec",
2023-07-14 04:58:28 +00:00
"windows-targets 0.48.1",
2023-06-08 09:44:38 +00:00
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "password-hash"
2023-01-18 16:37:53 +00:00
version = "0.4.2"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
2022-08-02 20:36:31 +00:00
dependencies = [
"base64ct",
"rand_core",
"subtle",
]
2023-03-05 20:29:54 +00:00
[[package]]
name = "pathdiff"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
2022-08-02 20:36:31 +00:00
[[package]]
name = "pbkdf2"
2023-01-18 16:37:53 +00:00
version = "0.11.0"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
2022-08-02 20:36:31 +00:00
dependencies = [
"digest",
"hmac",
"password-hash",
"sha2",
]
2023-05-21 09:55:23 +00:00
[[package]]
name = "percent-encoding"
2023-06-08 09:44:38 +00:00
version = "2.3.0"
2023-05-21 09:55:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 09:44:38 +00:00
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
2023-05-21 09:55:23 +00:00
2023-01-18 16:37:53 +00:00
[[package]]
name = "pin-project"
2023-07-14 04:58:28 +00:00
version = "1.1.2"
2023-01-18 16:37:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "030ad2bc4db10a8944cb0d837f158bdfec4d4a4873ab701a95046770d11f8842"
2023-01-18 16:37:53 +00:00
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
2023-07-14 04:58:28 +00:00
version = "1.1.2"
2023-01-18 16:37:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "ec2e072ecce94ec471b13398d5402c188e76ac03cf74dd1a975161b23a3f6d9c"
2023-01-18 16:37:53 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-07-14 04:58:28 +00:00
"syn 2.0.25",
2023-01-18 16:37:53 +00:00
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "pin-project-lite"
2023-07-14 04:58:28 +00:00
version = "0.2.10"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "4c40d25201921e5ff0c862a505c6557ea88568a4e3ace775ab55e93f2f4f9d57"
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 = "pkg-config"
2023-05-16 14:05:02 +00:00
version = "0.3.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
[[package]]
name = "polling"
2023-05-16 14:05:02 +00:00
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
dependencies = [
"autocfg",
2023-03-18 11:51:02 +00:00
"bitflags",
"cfg-if",
2023-03-18 11:51:02 +00:00
"concurrent-queue",
"libc",
"log",
2023-03-18 11:51:02 +00:00
"pin-project-lite",
2023-07-14 04:58:28 +00:00
"windows-sys",
]
[[package]]
name = "pollster"
2023-03-18 11:51:02 +00:00
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 11:51:02 +00:00
checksum = "22686f4785f02a4fcc856d3b3bb19bf6c8160d103f7a99cc258bddd0251dc7f2"
[[package]]
name = "ppv-lite86"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2022-08-02 20:36:31 +00:00
[[package]]
name = "proc-macro-crate"
2023-03-18 11:51:02 +00:00
version = "1.3.1"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 11:51:02 +00:00
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
2022-08-02 20:36:31 +00:00
dependencies = [
2023-01-18 16:37:53 +00:00
"once_cell",
2023-03-18 11:51:02 +00:00
"toml_edit",
2022-08-02 20:36:31 +00:00
]
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
2023-03-18 11:51:02 +00:00
"syn 1.0.109",
2022-08-02 20:36:31 +00:00
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
"proc-macro2",
"quote",
"version_check",
]
2023-01-18 16:37:53 +00:00
[[package]]
name = "proc-macro-hack"
version = "0.5.20+deprecated"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
2022-08-02 20:36:31 +00:00
[[package]]
name = "proc-macro2"
2023-07-14 04:58:28 +00:00
version = "1.0.64"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "78803b62cbf1f46fde80d7c0e803111524b9877184cfe7c3033659490ac7a7da"
2022-08-02 20:36:31 +00:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
2023-07-14 04:58:28 +00:00
version = "1.0.29"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105"
2022-08-02 20:36:31 +00:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha",
"rand_core",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "rand_core"
2023-01-18 16:37:53 +00:00
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom",
]
[[package]]
name = "raw-window-handle"
2023-05-16 14:05:02 +00:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
2022-08-02 20:36:31 +00:00
[[package]]
name = "rayon"
2023-03-18 11:51:02 +00:00
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 11:51:02 +00:00
checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2023-03-18 11:51:02 +00:00
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 11:51:02 +00:00
checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
dependencies = [
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils",
"num_cpus",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "redox_syscall"
2023-01-18 16:37:53 +00:00
version = "0.2.16"
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 = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
2022-08-02 20:36:31 +00:00
dependencies = [
"bitflags",
]
2023-05-16 14:05:02 +00:00
[[package]]
name = "redox_syscall"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
dependencies = [
"bitflags",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "regex"
2023-07-14 04:58:28 +00:00
version = "1.9.1"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575"
2022-08-02 20:36:31 +00:00
dependencies = [
2023-07-14 04:58:28 +00:00
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
]
[[package]]
name = "regex-automata"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39354c10dd07468c2e73926b23bb9c2caca74c5501e38a35da70406f1d923310"
dependencies = [
"aho-corasick",
2022-08-02 20:36:31 +00:00
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
2023-07-14 04:58:28 +00:00
version = "0.7.4"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2"
2022-08-02 20:36:31 +00:00
[[package]]
2023-01-18 16:37:53 +00:00
name = "relm4"
2023-06-08 13:18:57 +00:00
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 13:18:57 +00:00
checksum = "c80ef6bb7a142b6aaa01b96961c33127fffcda4741eb0ad82f07e18c9186681d"
dependencies = [
2023-01-18 16:37:53 +00:00
"async-trait",
"flume",
"fragile",
"futures",
"gtk4",
"libadwaita",
"once_cell",
"relm4-macros",
"tokio",
"tracing",
]
[[package]]
2023-01-18 16:37:53 +00:00
name = "relm4-macros"
2023-06-08 09:44:38 +00:00
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 09:44:38 +00:00
checksum = "848a6e1b4954b7aa8155d4a234516d46ed543a614666adc1ea73a922bc841e2a"
dependencies = [
2023-01-18 16:37:53 +00:00
"proc-macro2",
"quote",
2023-07-14 04:58:28 +00:00
"syn 2.0.25",
]
[[package]]
name = "rfd"
2023-05-21 09:55:23 +00:00
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:55:23 +00:00
checksum = "4fe664af397d2b6a13a8ba1d172a2b5c87c6c5149039edbf8fa122b98c9ed96f"
dependencies = [
"ashpd",
2023-05-16 14:05:02 +00:00
"async-io",
"block",
"dispatch",
2023-05-16 14:05:02 +00:00
"futures-util",
"js-sys",
"log",
"objc",
"objc-foundation",
"objc_id",
"pollster",
"raw-window-handle",
"urlencoding",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"windows",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "ring"
version = "0.16.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
dependencies = [
"cc",
"libc",
"once_cell",
2023-01-18 16:37:53 +00:00
"spin 0.5.2",
2022-08-02 20:36:31 +00:00
"untrusted",
"web-sys",
"winapi",
]
2023-03-31 08:21:06 +00:00
[[package]]
name = "rustc-demangle"
2023-05-16 14:05:02 +00:00
version = "0.1.23"
2023-03-31 08:21:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
2023-03-31 08:21:06 +00:00
2023-01-18 16:37:53 +00:00
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2022-08-02 20:36:31 +00:00
[[package]]
name = "rustc_version"
2023-03-18 11:51:02 +00:00
version = "0.4.0"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 11:51:02 +00:00
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
2022-08-02 20:36:31 +00:00
dependencies = [
2023-03-18 11:51:02 +00:00
"semver",
2023-01-28 18:02:06 +00:00
]
[[package]]
2023-03-18 11:51:02 +00:00
name = "rustix"
2023-07-14 04:58:28 +00:00
version = "0.37.23"
2023-01-28 18:02:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06"
2023-01-28 18:02:06 +00:00
dependencies = [
2023-03-18 11:51:02 +00:00
"bitflags",
"errno",
"io-lifetimes",
"libc",
"linux-raw-sys",
2023-07-14 04:58:28 +00:00
"windows-sys",
2022-08-02 20:36:31 +00:00
]
[[package]]
name = "rustls"
version = "0.20.8"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f"
2022-08-02 20:36:31 +00:00
dependencies = [
"log",
"ring",
"sct",
"webpki",
]
[[package]]
2023-03-31 08:21:06 +00:00
name = "rustls-native-certs"
2023-06-19 08:46:58 +00:00
version = "0.6.3"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 08:46:58 +00:00
checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
2022-08-02 20:36:31 +00:00
dependencies = [
2023-03-31 08:21:06 +00:00
"openssl-probe",
2022-08-02 20:36:31 +00:00
"rustls-pemfile",
2023-03-31 08:21:06 +00:00
"schannel",
"security-framework",
2022-08-02 20:36:31 +00:00
]
[[package]]
name = "rustls-pemfile"
2023-07-14 04:58:28 +00:00
version = "1.0.3"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
2022-08-02 20:36:31 +00:00
dependencies = [
2023-06-08 09:44:38 +00:00
"base64 0.21.2",
2022-08-02 20:36:31 +00:00
]
[[package]]
name = "ryu"
2023-07-14 04:58:28 +00:00
version = "1.0.14"
2023-01-18 16:37:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "fe232bdf6be8c8de797b22184ee71118d63780ea42ac85b61d1baa6d3b782ae9"
2023-01-18 16:37:53 +00:00
[[package]]
name = "same-file"
version = "1.0.6"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "schannel"
2023-07-14 04:58:28 +00:00
version = "0.1.22"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
2022-08-02 20:36:31 +00:00
dependencies = [
2023-07-14 04:58:28 +00:00
"windows-sys",
2022-08-02 20:36:31 +00:00
]
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2022-08-02 20:36:31 +00:00
[[package]]
name = "sct"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
dependencies = [
"ring",
"untrusted",
]
2023-03-31 08:21:06 +00:00
[[package]]
name = "security-framework"
2023-05-21 09:55:23 +00:00
version = "2.9.1"
2023-03-31 08:21:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:55:23 +00:00
checksum = "1fc758eb7bffce5b308734e9b0c1468893cae9ff70ebf13e7090be8dcbcc83a8"
2023-03-31 08:21:06 +00:00
dependencies = [
"bitflags",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2023-05-16 14:05:02 +00:00
version = "2.9.0"
2023-03-31 08:21:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "f51d0c0d83bec45f16480d0ce0058397a69e48fcdc52d1dc8855fb68acbd31a7"
2023-03-31 08:21:06 +00:00
dependencies = [
"core-foundation-sys",
"libc",
]
2023-01-18 16:37:53 +00:00
[[package]]
name = "self_cell"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ef965a420fe14fdac7dd018862966a4c14094f900e1650bbc71ddd7d580c8af"
2022-08-02 20:36:31 +00:00
[[package]]
name = "semver"
2023-03-18 11:51:02 +00:00
version = "1.0.17"
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 = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
2022-08-02 20:36:31 +00:00
[[package]]
name = "serde"
2023-07-14 04:58:28 +00:00
version = "1.0.171"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "30e27d1e4fd7659406c492fd6cfaf2066ba8773de45ca75e855590f856dc34a9"
2022-08-02 20:36:31 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2023-07-14 04:58:28 +00:00
version = "1.0.171"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "389894603bd18c46fa56231694f8d827779c0951a667087194cf9de94ed24682"
2022-08-02 20:36:31 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-07-14 04:58:28 +00:00
"syn 2.0.25",
2022-08-02 20:36:31 +00:00
]
[[package]]
name = "serde_json"
2023-07-14 04:58:28 +00:00
version = "1.0.102"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "b5062a995d481b2308b6064e9af76011f2921c35f97b0468811ed9f6cd91dfed"
2022-08-02 20:36:31 +00:00
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_repr"
2023-07-14 04:58:28 +00:00
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "1d89a8107374290037607734c0b73a85db7ed80cae314b3c5791f192a496e731"
dependencies = [
"proc-macro2",
"quote",
2023-07-14 04:58:28 +00:00
"syn 2.0.25",
2023-05-16 14:05:02 +00:00
]
[[package]]
name = "serde_spanned"
2023-07-14 04:58:28 +00:00
version = "0.6.3"
2023-05-16 14:05:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186"
2023-05-16 14:05:02 +00:00
dependencies = [
"serde",
]
[[package]]
name = "sha1"
2023-01-18 16:37:53 +00:00
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
dependencies = [
2023-01-18 16:37:53 +00:00
"cfg-if",
"cpufeatures",
"digest",
]
2022-08-02 20:36:31 +00:00
[[package]]
2023-01-18 16:37:53 +00:00
name = "sha2"
2023-06-19 08:46:58 +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-06-19 08:46:58 +00:00
checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
2022-08-02 20:36:31 +00:00
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
[[package]]
2023-01-18 16:37:53 +00:00
name = "sharded-slab"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
dependencies = [
"lazy_static",
]
2023-07-14 04:58:28 +00:00
[[package]]
name = "signal-hook"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9"
dependencies = [
"libc",
"signal-hook-registry",
]
[[package]]
name = "signal-hook-registry"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
dependencies = [
"libc",
]
2022-08-02 20:36:31 +00:00
[[package]]
2023-01-18 16:37:53 +00:00
name = "slab"
2023-03-18 11:51:02 +00:00
version = "0.4.8"
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 = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
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"
2023-07-14 04:58:28 +00:00
version = "1.11.0"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
2022-08-02 20:36:31 +00:00
[[package]]
2023-01-18 16:37:53 +00:00
name = "snafu"
2023-07-14 04:58:28 +00:00
version = "0.7.5"
2023-01-18 16:37:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "e4de37ad025c587a29e8f3f5605c00f70b98715ef90b9061a815b9e59e9042d6"
2023-01-18 16:37:53 +00:00
dependencies = [
"doc-comment",
"snafu-derive",
]
[[package]]
name = "snafu-derive"
2023-07-14 04:58:28 +00:00
version = "0.7.5"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "990079665f075b699031e9c08fd3ab99be5029b96f3b78dc0709e8f77e4efebf"
2023-01-18 16:37:53 +00:00
dependencies = [
"heck",
"proc-macro2",
"quote",
2023-03-18 11:51:02 +00:00
"syn 1.0.109",
2023-01-18 16:37:53 +00:00
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "socket2"
2023-03-18 11:51:02 +00:00
version = "0.4.9"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 11:51:02 +00:00
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
2022-08-02 20:36:31 +00:00
dependencies = [
"libc",
"winapi",
]
2023-05-16 14:05:02 +00:00
[[package]]
name = "socket2"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2538b18701741680e0322a2302176d3253a35388e2e62f172f64f4f16605f877"
dependencies = [
"libc",
2023-07-14 04:58:28 +00:00
"windows-sys",
2023-05-16 14:05:02 +00:00
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
[[package]]
2023-01-18 16:37:53 +00:00
name = "spin"
2023-05-16 14:05:02 +00:00
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2023-01-18 16:37:53 +00:00
dependencies = [
"lock_api",
]
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2022-08-02 20:36:31 +00:00
[[package]]
name = "subtle"
2023-05-21 09:55:23 +00:00
version = "2.5.0"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:55:23 +00:00
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
2022-08-02 20:36:31 +00:00
[[package]]
name = "syn"
2023-03-18 11:51:02 +00:00
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "syn"
2023-07-14 04:58:28 +00:00
version = "2.0.25"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "15e3fc8c0c74267e2df136e5e5fb656a464158aa57624053375eb9c8c6e25ae2"
2022-08-02 20:36:31 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "sysinfo"
2023-07-14 04:58:28 +00:00
version = "0.29.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "751e810399bba86e9326f5762b7f32ac5a085542df78da6a78d94e07d14d7c11"
dependencies = [
"cfg-if",
"core-foundation-sys",
"libc",
"ntapi",
"once_cell",
"rayon",
"winapi",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "system-deps"
2023-07-14 04:58:28 +00:00
version = "6.1.1"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "30c2de8a4d8f4b823d634affc9cd2a74ec98c53a756f317e529a48046cbf71f3"
2022-08-02 20:36:31 +00:00
dependencies = [
"cfg-expr",
"heck",
"pkg-config",
"toml",
"version-compare",
]
[[package]]
name = "tar"
2023-07-14 04:58:28 +00:00
version = "0.4.39"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "ec96d2ffad078296368d46ff1cb309be1c23c513b4ab0e22a45de0185275ac96"
2022-08-02 20:36:31 +00:00
dependencies = [
"filetime",
"libc",
"xattr",
]
2023-05-16 14:05:02 +00:00
[[package]]
name = "target-lexicon"
2023-07-14 04:58:28 +00:00
version = "0.12.9"
2023-05-16 14:05:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "df8e77cb757a61f51b947ec4a7e3646efd825b73561db1c232a8ccb639e611a0"
2023-05-16 14:05:02 +00:00
[[package]]
name = "tempfile"
2023-06-08 09:44:38 +00:00
version = "3.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 09:44:38 +00:00
checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6"
dependencies = [
2023-06-08 09:44:38 +00:00
"autocfg",
"cfg-if",
"fastrand",
2023-05-16 14:05:02 +00:00
"redox_syscall 0.3.5",
2023-03-18 11:51:02 +00:00
"rustix",
2023-07-14 04:58:28 +00:00
"windows-sys",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "thiserror"
2023-07-14 04:58:28 +00:00
version = "1.0.43"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "a35fc5b8971143ca348fa6df4f024d4d55264f3468c71ad1c2f365b0a4d58c42"
2022-08-02 20:36:31 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2023-07-14 04:58:28 +00:00
version = "1.0.43"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "463fe12d7993d3b327787537ce8dd4dfa058de32fc2b195ef3cde03dc4771e8f"
2022-08-02 20:36:31 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-07-14 04:58:28 +00:00
"syn 2.0.25",
2022-08-02 20:36:31 +00:00
]
2023-01-18 16:37:53 +00:00
[[package]]
name = "thread_local"
2023-03-18 11:51:02 +00:00
version = "1.1.7"
2023-01-18 16:37:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 11:51:02 +00:00
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
2023-01-18 16:37:53 +00:00
dependencies = [
2023-03-18 11:51:02 +00:00
"cfg-if",
2023-01-18 16:37:53 +00:00
"once_cell",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "time"
2023-07-14 04:58:28 +00:00
version = "0.3.23"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "59e399c068f43a5d116fedaf73b203fa4f9c519f17e2b34f63221d3792f81446"
2022-08-02 20:36:31 +00:00
dependencies = [
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"
2023-05-16 14:05:02 +00:00
version = "0.1.1"
2023-01-18 16:37:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
2023-01-18 16:37:53 +00:00
[[package]]
name = "tinystr"
2023-03-18 11:51:02 +00:00
version = "0.7.1"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 11:51:02 +00:00
checksum = "7ac3f5b6856e931e15e07b478e98c8045239829a65f9156d4fa7e7788197a5ef"
2023-01-18 16:37:53 +00:00
dependencies = [
"displaydoc",
]
2022-08-02 20:36:31 +00:00
2023-05-21 09:55:23 +00:00
[[package]]
name = "tinyvec"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
2023-07-14 04:58:28 +00:00
version = "1.29.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "532826ff75199d5833b9d2c5fe410f29235e25704ee5f0ef599fb51c21f4a4da"
dependencies = [
"autocfg",
2023-07-14 04:58:28 +00:00
"backtrace",
2023-01-18 16:37:53 +00:00
"num_cpus",
2023-06-08 09:44:38 +00:00
"parking_lot",
"pin-project-lite",
"tokio-macros",
]
[[package]]
name = "tokio-macros"
2023-05-16 14:05:02 +00:00
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
dependencies = [
"proc-macro2",
"quote",
2023-07-14 04:58:28 +00:00
"syn 2.0.25",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "toml"
2023-07-14 04:58:28 +00:00
version = "0.7.6"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "c17e963a819c331dcacd7ab957d80bc2b9a9c1e71c804826d2f283dd65306542"
2022-08-02 20:36:31 +00:00
dependencies = [
"serde",
2023-05-16 14:05:02 +00:00
"serde_spanned",
"toml_datetime",
"toml_edit",
2022-08-02 20:36:31 +00:00
]
2023-03-18 11:51:02 +00:00
[[package]]
name = "toml_datetime"
2023-07-14 04:58:28 +00:00
version = "0.6.3"
2023-03-18 11:51:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
2023-05-16 14:05:02 +00:00
dependencies = [
"serde",
]
2023-03-18 11:51:02 +00:00
[[package]]
name = "toml_edit"
2023-07-14 04:58:28 +00:00
version = "0.19.13"
2023-03-18 11:51:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "5f8751d9c1b03c6500c387e96f81f815a4f8e72d142d2d4a9ffa6fedd51ddee7"
2023-03-18 11:51:02 +00:00
dependencies = [
"indexmap",
2023-05-16 14:05:02 +00:00
"serde",
"serde_spanned",
2023-03-18 11:51:02 +00:00
"toml_datetime",
"winnow",
]
[[package]]
name = "tracing"
2023-01-18 16:37:53 +00:00
version = "0.1.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
dependencies = [
"cfg-if",
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2023-07-14 04:58:28 +00:00
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"
dependencies = [
"proc-macro2",
"quote",
2023-07-14 04:58:28 +00:00
"syn 2.0.25",
]
[[package]]
name = "tracing-core"
2023-05-16 14:05:02 +00:00
version = "0.1.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
dependencies = [
"once_cell",
2023-01-18 16:37:53 +00:00
"valuable",
]
[[package]]
name = "tracing-log"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
dependencies = [
"lazy_static",
"log",
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
2023-05-16 14:05:02 +00:00
version = "0.3.17"
2023-01-18 16:37:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
2023-01-18 16:37:53 +00:00
dependencies = [
"nu-ansi-term",
"sharded-slab",
"smallvec",
"thread_local",
"tracing-core",
"tracing-log",
]
[[package]]
name = "type-map"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6d3364c5e96cb2ad1603037ab253ddd34d7fb72a58bdddf4b7350760fc69a46"
dependencies = [
"rustc-hash",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "typenum"
2023-01-18 16:37:53 +00:00
version = "1.16.0"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
2022-08-02 20:36:31 +00:00
[[package]]
name = "uds_windows"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce65604324d3cce9b966701489fbd0cf318cb1f7bd9dd07ac9a4ee6fb791930d"
dependencies = [
"tempfile",
"winapi",
]
[[package]]
2023-01-18 16:37:53 +00:00
name = "unic-langid"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "398f9ad7239db44fd0f80fe068d12ff22d78354080332a5077dc6f52f14dcf2f"
dependencies = [
2023-01-18 16:37:53 +00:00
"unic-langid-impl",
"unic-langid-macros",
]
[[package]]
name = "unic-langid-impl"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e35bfd2f2b8796545b55d7d3fd3e89a0613f68a0d1c8bc28cb7ff96b411a35ff"
dependencies = [
"tinystr",
]
[[package]]
name = "unic-langid-macros"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "055e618bf694161ffff0466d95cef3e1a5edc59f6ba1888e97801f2b4ebdc4fe"
dependencies = [
"proc-macro-hack",
"tinystr",
"unic-langid-impl",
"unic-langid-macros-impl",
]
[[package]]
name = "unic-langid-macros-impl"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f5cdec05b907f4e2f6843f4354f4ce6a5bebe1a56df320a49134944477ce4d8"
dependencies = [
"proc-macro-hack",
"quote",
2023-03-18 11:51:02 +00:00
"syn 1.0.109",
2023-01-18 16:37:53 +00:00
"unic-langid-impl",
]
2023-05-21 09:55:23 +00:00
[[package]]
name = "unicode-bidi"
version = "0.3.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
2022-08-02 20:36:31 +00:00
[[package]]
name = "unicode-ident"
2023-07-14 04:58:28 +00:00
version = "1.0.10"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "22049a19f4a68748a168c0fc439f9516686aa045927ff767eca0a85101fb6e73"
2022-08-02 20:36:31 +00:00
2023-05-21 09:55:23 +00:00
[[package]]
name = "unicode-normalization"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
dependencies = [
"tinyvec",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "untrusted"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
2023-05-21 09:55:23 +00:00
[[package]]
name = "url"
2023-06-08 09:44:38 +00:00
version = "2.4.0"
2023-05-21 09:55:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 09:44:38 +00:00
checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb"
2023-05-21 09:55:23 +00:00
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
"serde",
]
[[package]]
name = "urlencoding"
version = "2.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8db7427f936968176eaa7cdf81b7f98b980b18495ec28f1b5791ac3bfe3eea9"
[[package]]
name = "uuid"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
dependencies = [
"getrandom",
]
[[package]]
2023-01-18 16:37:53 +00:00
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
2023-05-21 09:55:23 +00:00
[[package]]
name = "value-bag"
2023-07-14 04:58:28 +00:00
version = "1.4.1"
2023-05-21 09:55:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "d92ccd67fb88503048c01b59152a04effd0782d035a83a6d256ce6085f08f4a3"
2023-05-21 09:55:23 +00:00
2022-08-02 20:36:31 +00:00
[[package]]
name = "version-compare"
2023-01-18 16:37:53 +00:00
version = "0.1.1"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29"
2022-08-02 20:36:31 +00:00
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "waker-fn"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
2022-08-02 20:36:31 +00:00
[[package]]
2023-01-18 16:37:53 +00:00
name = "walkdir"
2023-03-18 11:51:02 +00:00
version = "2.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 11:51:02 +00:00
checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
2023-01-18 16:37:53 +00:00
dependencies = [
"same-file",
"winapi-util",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "wasm-bindgen"
2023-06-14 09:42:17 +00:00
version = "0.2.87"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-14 09:42:17 +00:00
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
2022-08-02 20:36:31 +00:00
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2023-06-14 09:42:17 +00:00
version = "0.2.87"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-14 09:42:17 +00:00
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
2022-08-02 20:36:31 +00:00
dependencies = [
"bumpalo",
"log",
2023-01-18 16:37:53 +00:00
"once_cell",
2022-08-02 20:36:31 +00:00
"proc-macro2",
"quote",
2023-07-14 04:58:28 +00:00
"syn 2.0.25",
2022-08-02 20:36:31 +00:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2023-06-14 09:42:17 +00:00
version = "0.4.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-14 09:42:17 +00:00
checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "wasm-bindgen-macro"
2023-06-14 09:42:17 +00:00
version = "0.2.87"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-14 09:42:17 +00:00
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
2022-08-02 20:36:31 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2023-06-14 09:42:17 +00:00
version = "0.2.87"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-14 09:42:17 +00:00
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
2022-08-02 20:36:31 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-07-14 04:58:28 +00:00
"syn 2.0.25",
2022-08-02 20:36:31 +00:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2023-06-14 09:42:17 +00:00
version = "0.2.87"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-14 09:42:17 +00:00
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
2022-08-02 20:36:31 +00:00
[[package]]
name = "web-sys"
2023-06-14 09:42:17 +00:00
version = "0.3.64"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-14 09:42:17 +00:00
checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
2022-08-02 20:36:31 +00:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webpki"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
dependencies = [
"ring",
"untrusted",
]
2023-03-31 08:21:06 +00:00
[[package]]
name = "webpki-roots"
version = "0.22.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
dependencies = [
"webpki",
]
[[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.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
"winapi",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2022-09-25 19:37:30 +00:00
[[package]]
name = "wincompatlib"
2023-06-17 10:31:11 +00:00
version = "0.7.3"
2022-09-25 19:37:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-17 10:31:11 +00:00
checksum = "89cd8dd63a2925273bdc4efd837ac5b847b06b23f141ce73664e274d54bbfa83"
2023-06-08 09:44:38 +00:00
dependencies = [
"anyhow",
"minreq",
]
2022-09-25 19:37:30 +00:00
[[package]]
name = "windows"
version = "0.44.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e745dab35a0c4c77aa3ce42d595e13d2003d6902d6b08c9ef5fc326d08da12b"
dependencies = [
2023-05-16 14:05:02 +00:00
"windows-targets 0.42.2",
]
2023-05-16 14:05:02 +00:00
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
2023-07-14 04:58:28 +00:00
"windows-targets 0.48.1",
]
[[package]]
name = "windows-targets"
2023-03-18 11:51:02 +00:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 11:51:02 +00:00
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
dependencies = [
2023-05-16 14:05:02 +00:00
"windows_aarch64_gnullvm 0.42.2",
"windows_aarch64_msvc 0.42.2",
"windows_i686_gnu 0.42.2",
"windows_i686_msvc 0.42.2",
"windows_x86_64_gnu 0.42.2",
"windows_x86_64_gnullvm 0.42.2",
"windows_x86_64_msvc 0.42.2",
]
[[package]]
name = "windows-targets"
2023-07-14 04:58:28 +00:00
version = "0.48.1"
2023-05-16 14:05:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
2023-05-16 14:05:02 +00:00
dependencies = [
"windows_aarch64_gnullvm 0.48.0",
"windows_aarch64_msvc 0.48.0",
"windows_i686_gnu 0.48.0",
"windows_i686_msvc 0.48.0",
"windows_x86_64_gnu 0.48.0",
"windows_x86_64_gnullvm 0.48.0",
"windows_x86_64_msvc 0.48.0",
2023-01-18 16:37:53 +00:00
]
[[package]]
name = "windows_aarch64_gnullvm"
2023-03-18 11:51:02 +00:00
version = "0.42.2"
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 = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
2022-08-02 20:36:31 +00:00
2023-05-16 14:05:02 +00:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
[[package]]
name = "windows_aarch64_msvc"
2023-03-18 11:51:02 +00:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 11:51:02 +00:00
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
2023-05-16 14:05:02 +00:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
2022-08-02 20:36:31 +00:00
[[package]]
name = "windows_i686_gnu"
2023-03-18 11:51:02 +00:00
version = "0.42.2"
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 = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
2022-08-02 20:36:31 +00:00
2023-05-16 14:05:02 +00:00
[[package]]
name = "windows_i686_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
[[package]]
name = "windows_i686_msvc"
2023-03-18 11:51:02 +00:00
version = "0.42.2"
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 = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
2022-08-02 20:36:31 +00:00
2023-05-16 14:05:02 +00:00
[[package]]
name = "windows_i686_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
[[package]]
name = "windows_x86_64_gnu"
2023-03-18 11:51:02 +00:00
version = "0.42.2"
2023-01-18 16:37:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 11:51:02 +00:00
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
2023-01-18 16:37:53 +00:00
2023-05-16 14:05:02 +00:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
2023-01-18 16:37:53 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
2023-03-18 11:51:02 +00:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 11:51:02 +00:00
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
2023-05-16 14:05:02 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
2022-08-02 20:36:31 +00:00
[[package]]
name = "windows_x86_64_msvc"
2023-03-18 11:51:02 +00:00
version = "0.42.2"
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 = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
2022-08-02 20:36:31 +00:00
2023-05-16 14:05:02 +00:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
[[package]]
2023-03-18 11:51:02 +00:00
name = "winnow"
2023-07-14 04:58:28 +00:00
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "81fac9742fd1ad1bd9643b991319f72dd031016d44b77039a26977eb667141e7"
2023-03-18 11:51:02 +00:00
dependencies = [
"memchr",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "xattr"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
dependencies = [
"libc",
]
2023-05-21 09:55:23 +00:00
[[package]]
name = "xdg-home"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2769203cd13a0c6015d515be729c526d041e9cf2c0cc478d57faee85f40c6dcd"
dependencies = [
"nix",
"winapi",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "xz"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c887690ff2a2e233e8e49633461521f98ec57fbff9d59a884c9a4f04ec1da34"
dependencies = [
"xz2",
]
[[package]]
name = "xz2"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2"
dependencies = [
"lzma-sys",
]
[[package]]
name = "zbus"
2023-07-14 04:58:28 +00:00
version = "3.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "31de390a2d872e4cd04edd71b425e29853f786dc99317ed72d73d6fcf5ebb948"
dependencies = [
"async-broadcast",
"async-executor",
2023-05-21 09:55:23 +00:00
"async-fs",
"async-io",
"async-lock",
2023-07-14 04:58:28 +00:00
"async-process",
"async-recursion",
"async-task",
"async-trait",
2023-07-14 04:58:28 +00:00
"blocking",
"byteorder",
"derivative",
"enumflags2",
"event-listener",
"futures-core",
"futures-sink",
"futures-util",
"hex",
"nix",
"once_cell",
"ordered-stream",
"rand",
"serde",
"serde_repr",
2023-05-21 09:55:23 +00:00
"sha1",
"static_assertions",
"tracing",
"uds_windows",
"winapi",
2023-05-21 09:55:23 +00:00
"xdg-home",
"zbus_macros",
"zbus_names",
"zvariant",
]
[[package]]
name = "zbus_macros"
2023-07-14 04:58:28 +00:00
version = "3.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "41d1794a946878c0e807f55a397187c11fc7a038ba5d868e7db4f3bd7760bc9d"
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
"regex",
2023-03-18 11:51:02 +00:00
"syn 1.0.109",
2023-05-21 09:55:23 +00:00
"zvariant_utils",
]
[[package]]
name = "zbus_names"
2023-07-14 04:58:28 +00:00
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "fb80bb776dbda6e23d705cf0123c3b95df99c4ebeaec6c2599d4a5419902b4a9"
dependencies = [
"serde",
"static_assertions",
"zvariant",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "zip"
2023-05-16 14:05:02 +00:00
version = "0.6.6"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
2022-08-02 20:36:31 +00:00
dependencies = [
"aes",
"byteorder",
"bzip2",
"constant_time_eq",
"crc32fast",
"crossbeam-utils",
"flate2",
"hmac",
"pbkdf2",
2023-05-21 09:55:23 +00:00
"sha1",
2022-08-02 20:36:31 +00:00
"time",
"zstd",
]
[[package]]
name = "zstd"
2023-01-18 16:37:53 +00:00
version = "0.11.2+zstd.1.5.2"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
2022-08-02 20:36:31 +00:00
dependencies = [
"zstd-safe",
]
[[package]]
name = "zstd-safe"
2023-01-18 16:37:53 +00:00
version = "5.0.2+zstd.1.5.2"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
2022-08-02 20:36:31 +00:00
dependencies = [
"libc",
"zstd-sys",
]
[[package]]
name = "zstd-sys"
2023-05-16 14:05:02 +00:00
version = "2.0.8+zstd.1.5.5"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-16 14:05:02 +00:00
checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
2022-08-02 20:36:31 +00:00
dependencies = [
"cc",
"libc",
2023-03-18 11:51:02 +00:00
"pkg-config",
2022-08-02 20:36:31 +00:00
]
[[package]]
name = "zvariant"
2023-07-14 04:58:28 +00:00
version = "3.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "44b291bee0d960c53170780af148dca5fa260a63cdd24f1962fa82e03e53338c"
dependencies = [
"byteorder",
"enumflags2",
"libc",
"serde",
"static_assertions",
2023-05-21 09:55:23 +00:00
"url",
"zvariant_derive",
]
[[package]]
name = "zvariant_derive"
2023-07-14 04:58:28 +00:00
version = "3.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "934d7a7dfc310d6ee06c87ffe88ef4eca7d3e37bb251dece2ef93da8f17d8ecd"
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
2023-03-18 11:51:02 +00:00
"syn 1.0.109",
"zvariant_utils",
]
[[package]]
name = "zvariant_utils"
2023-07-14 04:58:28 +00:00
version = "1.0.1"
2023-03-18 11:51:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 04:58:28 +00:00
checksum = "7234f0d811589db492d16893e3f21e8e2fd282e6d01b0cddee310322062cc200"
2023-03-18 11:51:02 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]