the-honkers-railway-launcher/Cargo.lock

3217 lines
76 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
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "aes"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"
dependencies = [
"cfg-if",
"cipher",
"cpufeatures",
"opaque-debug",
]
[[package]]
name = "aho-corasick"
2023-01-18 16:37:53 +00:00
version = "0.7.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 = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
2022-08-02 20:36:31 +00:00
dependencies = [
"memchr",
]
[[package]]
name = "anime-game-core"
2023-03-07 20:52:24 +00:00
version = "1.3.12"
2022-08-02 20:36:31 +00:00
dependencies = [
"anyhow",
2022-08-02 20:36:31 +00:00
"bzip2",
2023-01-18 16:37:53 +00:00
"cached",
2022-08-02 20:36:31 +00:00
"curl",
"flate2",
"fs_extra",
"kinda-virtual-fs",
"lazy_static",
"md-5",
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-03-07 20:52:24 +00:00
version = "3.1.4"
2022-08-02 20:36:31 +00:00
dependencies = [
2023-01-18 16:37:53 +00:00
"anime-launcher-sdk",
"anyhow",
"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",
2022-08-02 20:36:31 +00:00
]
[[package]]
2023-01-18 16:37:53 +00:00
name = "anime-launcher-sdk"
2023-03-08 12:32:32 +00:00
version = "0.4.0"
dependencies = [
2023-01-18 16:37:53 +00:00
"anime-game-core",
"anyhow",
2023-03-08 12:32:32 +00:00
"cached",
2023-01-18 16:37:53 +00:00
"dirs",
"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"
version = "1.0.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61"
[[package]]
2023-01-18 16:37:53 +00:00
name = "arc-swap"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "983cd8b9d4b02a6dc6ffa557262eb5858a27a0038ffffe21a0f133eaa819a164"
[[package]]
name = "ashpd"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6dcc8ed0b5211687437636d8c95f6a608f4281d142101b3b5d314b38bfadd40f"
dependencies = [
"enumflags2",
"futures",
"rand",
"serde",
"serde_repr",
"zbus",
]
[[package]]
name = "async-broadcast"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d26004fe83b2d1cd3a97609b21e39f9a31535822210fe83205d2ce48866ea61"
dependencies = [
"event-listener",
"futures-core",
"parking_lot",
]
[[package]]
name = "async-channel"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"
dependencies = [
"concurrent-queue",
"event-listener",
"futures-core",
]
[[package]]
name = "async-executor"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17adb73da160dfb475c183343c8cccd80721ea5a605d3eb57125f0a7b7a92d0b"
dependencies = [
"async-lock",
"async-task",
"concurrent-queue",
"fastrand",
"futures-lite",
"slab",
]
[[package]]
name = "async-io"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c374dda1ed3e7d8f0d9ba58715f924862c63eae6849c92d3a18e7fbde9e2794"
dependencies = [
"async-lock",
"autocfg",
"concurrent-queue",
"futures-lite",
"libc",
"log",
"parking",
"polling",
"slab",
"socket2",
"waker-fn",
"windows-sys 0.42.0",
]
[[package]]
name = "async-lock"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8101efe8695a6c17e02911402145357e718ac92d3ff88ae8419e84b1707b685"
dependencies = [
"event-listener",
"futures-lite",
]
[[package]]
name = "async-recursion"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "async-task"
version = "4.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524"
[[package]]
name = "async-trait"
version = "0.1.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cd7fce9ba8c3c042128ce72d8b2ddbf3a05747efb67ea0313c635e10bda47a2"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "async_once"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ce4f10ea3abcd6617873bae9f91d1c5332b4a778bd9ce34d0cd517474c1de82"
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"
[[package]]
name = "base64"
2023-01-18 16:37:53 +00:00
version = "0.13.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 = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
2022-08-02 20:36:31 +00:00
[[package]]
name = "base64ct"
2023-01-18 16:37:53 +00:00
version = "1.5.3"
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 = "b645a089122eccb6111b4f81cbc1a49f5900ac4666bb93ac027feaecf15607bf"
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"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
dependencies = [
"generic-array",
]
2022-08-02 20:36:31 +00:00
[[package]]
2023-01-18 16:37:53 +00:00
name = "bstr"
version = "0.2.17"
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 = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
2022-08-02 20:36:31 +00:00
dependencies = [
2023-01-18 16:37:53 +00:00
"memchr",
2022-08-02 20:36:31 +00:00
]
[[package]]
name = "bumpalo"
2023-01-18 16:37:53 +00:00
version = "3.11.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 = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
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"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6afcd980b5f3a45017c57e57a2fcccbb351cc43a356ce117ef760ef8052b89b0"
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]]
name = "cached"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e5877db5d1af7fae60d06b5db9430b68056a69b3582a0be8e3691e87654aeb6"
dependencies = [
"async-trait",
"async_once",
"cached_proc_macro",
"cached_proc_macro_types",
"futures",
"hashbrown",
"instant",
"lazy_static",
"once_cell",
"thiserror",
"tokio",
]
[[package]]
name = "cached_proc_macro"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e10ca87c81aaa3a949dbbe2b5e6c2c45dbc94ba4897e45ea31ff9ec5087be3dc"
dependencies = [
"cached_proc_macro_types",
"darling",
"proc-macro2",
"quote",
"syn",
]
[[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-01-18 16:37:53 +00:00
version = "0.16.7"
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 = "f3125b15ec28b84c238f6f476c6034016a5f6cc0221cb514ca46c532139fc97d"
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-01-18 16:37:53 +00:00
version = "0.16.3"
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 = "7c48f4af05fabdcfa9658178e1326efa061853f040ce7d72e33af6885196f421"
2022-08-02 20:36:31 +00:00
dependencies = [
"glib-sys",
"libc",
"system-deps",
]
[[package]]
name = "cc"
2023-01-18 16:37:53 +00:00
version = "1.0.78"
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 = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d"
2022-08-02 20:36:31 +00:00
dependencies = [
"jobserver",
]
[[package]]
name = "cfg-expr"
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 = "b0357a6402b295ca3a86bc148e84df46c02e41f41fef186bda662557ef6328aa"
2022-08-02 20:36:31 +00:00
dependencies = [
"smallvec",
]
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "cipher"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
dependencies = [
"generic-array",
]
[[package]]
name = "concurrent-queue"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c278839b831783b70278b14df4d45e1beb1aad306c07bb796637de9a0e323e8e"
dependencies = [
"crossbeam-utils",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "constant_time_eq"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
[[package]]
name = "core-foundation-sys"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
2022-08-02 20:36:31 +00:00
[[package]]
name = "cpufeatures"
2023-01-18 16:37:53 +00:00
version = "0.2.5"
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 = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
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"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
dependencies = [
"cfg-if",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-deque"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
dependencies = [
"cfg-if",
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
2023-01-18 16:37:53 +00:00
version = "0.9.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a"
dependencies = [
"autocfg",
"cfg-if",
"crossbeam-utils",
2023-01-18 16:37:53 +00:00
"memoffset 0.7.1",
"scopeguard",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "crossbeam-utils"
2023-01-18 16:37:53 +00:00
version = "0.8.14"
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 = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"
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",
]
[[package]]
name = "cty"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35"
2022-08-02 20:36:31 +00:00
[[package]]
name = "curl"
2023-01-18 16:37:53 +00:00
version = "0.4.44"
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 = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22"
2022-08-02 20:36:31 +00:00
dependencies = [
"curl-sys",
"libc",
"openssl-probe",
"openssl-sys",
"schannel",
"socket2",
"winapi",
]
[[package]]
name = "curl-sys"
2023-01-18 16:37:53 +00:00
version = "0.4.59+curl-7.86.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 = "6cfce34829f448b08f55b7db6d0009e23e2e86a34e8c2b366269bf5799b4a407"
2022-08-02 20:36:31 +00:00
dependencies = [
"cc",
"libc",
"libz-sys",
"openssl-sys",
"pkg-config",
"rustls-ffi",
"vcpkg",
"winapi",
]
2023-01-28 18:02:06 +00:00
[[package]]
name = "darling"
version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0dd3cd20dc6b5a876612a6e5accfe7f3dd883db6d07acfbf14c128f61550dfa"
dependencies = [
"darling_core",
"darling_macro",
]
2023-01-28 18:02:06 +00:00
[[package]]
name = "darling_core"
version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a784d2ccaf7c98501746bf0be29b2022ba41fd62a2e622af997a03e9f972859f"
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim",
"syn",
]
[[package]]
name = "darling_macro"
version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7618812407e9402654622dd402b0a89dff9ba93badd6540781526117b92aab7e"
dependencies = [
"darling_core",
2023-01-28 18:02:06 +00:00
"quote",
"syn",
]
[[package]]
name = "derivative"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2023-01-28 18:02:06 +00:00
[[package]]
name = "derive_builder"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d67778784b508018359cbc8696edb3db78160bab2c2a28ba7f56ef6932997f8"
dependencies = [
"derive_builder_macro",
]
[[package]]
name = "derive_builder_core"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c11bdc11a0c47bc7d37d582b5285da6849c96681023680b906673c5707af7b0f"
dependencies = [
"darling",
2023-01-28 18:02:06 +00:00
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "derive_builder_macro"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebcda35c7a396850a55ffeac740804b40ffec779b98fffbb1738f4033f0ee79e"
dependencies = [
"derive_builder_core",
"syn",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "digest"
2023-01-18 16:37:53 +00:00
version = "0.10.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 = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
2022-08-02 20:36:31 +00:00
dependencies = [
"block-buffer",
"crypto-common",
"subtle",
]
[[package]]
name = "dirs"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
dependencies = [
"dirs-sys",
]
[[package]]
name = "dirs-sys"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
dependencies = [
"libc",
"redox_users",
"winapi",
]
[[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"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "3bf95dc3f046b9da4f2d51833c0d3547d8564ef6910f5c1ed130306a75b92886"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[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"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
2023-01-28 18:02:06 +00:00
[[package]]
name = "enum-ordinalize"
version = "3.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a62bb1df8b45ecb7ffa78dca1c17a438fb193eb083db0b1b494d2a61bcb5096a"
dependencies = [
"num-bigint",
"num-traits",
"proc-macro2",
"quote",
"rustc_version 0.4.0",
"syn",
]
[[package]]
name = "enumflags2"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e75d4cd21b95383444831539909fbb14b9dc3fdceb2a6f5d36577329a1f55ccb"
dependencies = [
"enumflags2_derive",
"serde",
]
[[package]]
name = "enumflags2_derive"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f58dc3c5e468259f19f2d46304a6b28f1c3d034442e14b322d2b850e36f6d5ae"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[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"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e1c54951450cbd39f3dbcf1005ac413b49487dabf18a720ad2383eccfeffb92"
dependencies = [
2023-01-18 16:37:53 +00:00
"memoffset 0.6.5",
2023-01-28 18:02:06 +00:00
"rustc_version 0.3.3",
2022-08-02 20:36:31 +00:00
]
[[package]]
name = "filetime"
2023-01-18 16:37:53 +00:00
version = "0.2.19"
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 = "4e884668cd0c7480504233e951174ddc3b382f7c2666e3b7310b5c4e7b0c37f9"
2022-08-02 20:36:31 +00:00
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
2023-01-18 16:37:53 +00:00
"windows-sys 0.42.0",
2022-08-02 20:36:31 +00:00
]
[[package]]
name = "flate2"
2023-01-18 16:37:53 +00:00
version = "1.0.25"
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 = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
2022-08-02 20:36:31 +00:00
dependencies = [
"crc32fast",
"miniz_oxide",
]
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",
"syn",
"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",
"spin 0.9.4",
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2023-01-18 16:37:53 +00:00
[[package]]
name = "fragile"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa"
2022-08-02 20:36:31 +00:00
[[package]]
name = "fs_extra"
2023-03-05 20:43:33 +00:00
version = "1.3.0"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 20:43:33 +00:00
checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
2022-08-02 20:36:31 +00:00
[[package]]
name = "futures"
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13e2792b0ff0340399d58445b88fd9770e3489eff258a4cbc1523418f12abf84"
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "futures-channel"
version = "0.3.26"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e5317663a9089767a1ec00a487df42e0ca174b61b4483213ac24448e4664df5"
2022-08-02 20:36:31 +00:00
dependencies = [
"futures-core",
"futures-sink",
2022-08-02 20:36:31 +00:00
]
[[package]]
name = "futures-core"
version = "0.3.26"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608"
2022-08-02 20:36:31 +00:00
[[package]]
name = "futures-executor"
version = "0.3.26"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8de0a35a6ab97ec8869e32a2473f4b1324459e14c29275d14b10cb1fd19b50e"
2022-08-02 20:36:31 +00:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfb8371b6fb2aeb2d280374607aeabfc99d95c72edfe51692e42d3d7f0d08531"
[[package]]
name = "futures-lite"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
dependencies = [
"fastrand",
"futures-core",
"futures-io",
"memchr",
"parking",
"pin-project-lite",
"waker-fn",
]
[[package]]
name = "futures-macro"
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95a73af87da33b5acf53acfebdc339fe592ecf5357ac7c0a7734ab9d8c876a70"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "futures-sink"
version = "0.3.26"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f310820bb3e8cfd46c80db4d7fb8353e15dfff853a127158425f31e0be6c8364"
2022-08-02 20:36:31 +00:00
[[package]]
name = "futures-task"
version = "0.3.26"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcf79a1bf610b10f42aea489289c5a2c478a786509693b80cd39c44ccd936366"
2022-08-02 20:36:31 +00:00
[[package]]
name = "futures-util"
version = "0.3.26"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c1d6de3acfef38d2be4b1f543f553131788603495be83da675e180c8d6b7bd1"
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-01-18 16:37:53 +00:00
version = "0.16.7"
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 = "c3578c60dee9d029ad86593ed88cb40f35c1b83360e12498d055022385dd9a05"
2022-08-02 20:36:31 +00:00
dependencies = [
"bitflags",
"gdk-pixbuf-sys",
"gio",
"glib",
"libc",
]
[[package]]
name = "gdk-pixbuf-sys"
2023-01-18 16:37:53 +00:00
version = "0.16.3"
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 = "3092cf797a5f1210479ea38070d9ae8a5b8e9f8f1be9f32f4643c529c7d70016"
2022-08-02 20:36:31 +00:00
dependencies = [
"gio-sys",
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
]
[[package]]
name = "gdk4"
2023-01-18 16:37:53 +00:00
version = "0.5.4"
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 = "272db1bbb9b152ea1fea946f9d464085c86cfe14cafba450d7defa433caff8ec"
2022-08-02 20:36:31 +00:00
dependencies = [
"bitflags",
"cairo-rs",
"gdk-pixbuf",
"gdk4-sys",
"gio",
"glib",
"libc",
"pango",
]
[[package]]
name = "gdk4-sys"
2023-01-18 16:37:53 +00:00
version = "0.5.4"
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 = "45b571f36b889ab529b2e173248dafe83d75c703f5685b9845e490c7994ae309"
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-01-18 16:37:53 +00:00
version = "0.14.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 = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
2022-08-02 20:36:31 +00:00
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "getrandom"
2023-01-18 16:37:53 +00:00
version = "0.2.8"
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 = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
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
]
[[package]]
name = "gio"
2023-01-18 16:37:53 +00:00
version = "0.16.7"
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 = "2a1c84b4534a290a29160ef5c6eff2a9c95833111472e824fc5cb78b513dd092"
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-01-18 16:37:53 +00:00
version = "0.16.3"
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 = "e9b693b8e39d042a95547fc258a7b07349b1f0b48f4b2fa3108ba3c51c0b5229"
2022-08-02 20:36:31 +00:00
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
"winapi",
]
[[package]]
name = "glib"
2023-01-18 16:37:53 +00:00
version = "0.16.7"
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 = "ddd4df61a866ed7259d6189b8bcb1464989a77f1d85d25d002279bbe9dd38b2f"
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",
"once_cell",
"smallvec",
"thiserror",
]
[[package]]
name = "glib-build-tools"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f8480c9ba9cc06aa8d5baf446037f8dc237bee127e9b62080c4db7e293d8ea0"
2022-08-02 20:36:31 +00:00
[[package]]
name = "glib-macros"
2023-01-18 16:37:53 +00:00
version = "0.16.3"
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 = "e084807350b01348b6d9dbabb724d1a0bb987f47a2c85de200e98e12e30733bf"
2022-08-02 20:36:31 +00:00
dependencies = [
"anyhow",
"heck",
"proc-macro-crate",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "glib-sys"
2023-01-18 16:37:53 +00:00
version = "0.16.3"
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 = "c61a4f46316d06bfa33a7ac22df6f0524c8be58e3db2d9ca99ccb1f357b62a65"
2022-08-02 20:36:31 +00:00
dependencies = [
"libc",
"system-deps",
]
2023-01-18 16:37:53 +00:00
[[package]]
name = "globset"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a"
dependencies = [
"aho-corasick",
"bstr",
"fnv",
"log",
"regex",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "gobject-sys"
2023-01-18 16:37:53 +00:00
version = "0.16.3"
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 = "3520bb9c07ae2a12c7f2fbb24d4efc11231c8146a86956413fb1a79bb760a0f1"
2022-08-02 20:36:31 +00:00
dependencies = [
"glib-sys",
"libc",
"system-deps",
]
[[package]]
name = "graphene-rs"
2023-01-18 16:37:53 +00:00
version = "0.16.3"
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 = "95ecb4d347e6d09820df3bdfd89a74a8eec07753a06bb92a3aac3ad31d04447b"
2022-08-02 20:36:31 +00:00
dependencies = [
"glib",
"graphene-sys",
"libc",
]
[[package]]
name = "graphene-sys"
2023-01-18 16:37:53 +00:00
version = "0.16.3"
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 = "b9aa82337d3972b4eafdea71e607c23f47be6f27f749aab613f1ad8ddbe6dcd6"
2022-08-02 20:36:31 +00:00
dependencies = [
"glib-sys",
"libc",
"pkg-config",
"system-deps",
]
[[package]]
name = "gsk4"
2023-01-18 16:37:53 +00:00
version = "0.5.4"
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 = "4053293b79099bdfecd9ab0d811d118a0eafce613dfe0b26075419d955f1f652"
2022-08-02 20:36:31 +00:00
dependencies = [
"bitflags",
"cairo-rs",
"gdk4",
"glib",
"graphene-rs",
"gsk4-sys",
"libc",
"pango",
]
[[package]]
name = "gsk4-sys"
2023-01-18 16:37:53 +00:00
version = "0.5.4"
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 = "08e0642edffdb35028d7d67b830678da98844216b6442e11eee52c91ad2a6dc2"
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-01-18 16:37:53 +00:00
version = "0.5.4"
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 = "8954da3659ff1cb35aa95110021b33fadcd8e306e8fe41f32146ffa009665a79"
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-01-18 16:37:53 +00:00
version = "0.5.4"
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 = "58138cd3c595e04f82df050390aa7d2bd093795ce569e5f1d49eb496ef67fe7b"
2022-08-02 20:36:31 +00:00
dependencies = [
"anyhow",
"proc-macro-crate",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "gtk4-sys"
2023-01-18 16:37:53 +00:00
version = "0.5.4"
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 = "ef29e09e055b2f2550eb1882caa6961a1ae3c971a70bcb25cb9d5ab6cbd63821"
2022-08-02 20:36:31 +00:00
dependencies = [
"cairo-sys-rs",
"gdk-pixbuf-sys",
"gdk4-sys",
"gio-sys",
"glib-sys",
"gobject-sys",
"graphene-sys",
"gsk4-sys",
"libc",
"pango-sys",
"system-deps",
]
[[package]]
name = "hashbrown"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
2022-08-02 20:36:31 +00:00
[[package]]
name = "heck"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
[[package]]
name = "hermit-abi"
2023-01-18 16:37:53 +00:00
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
dependencies = [
"libc",
]
[[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"
[[package]]
2023-01-18 16:37:53 +00:00
name = "ignore"
version = "0.4.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "713f1b139373f96a2e0ce3ac931cd01ee973c3c5dd7c40c0c2efe96ad2b6751d"
dependencies = [
2023-01-18 16:37:53 +00:00
"crossbeam-utils",
"globset",
"lazy_static",
"log",
"memchr",
"regex",
"same-file",
"thread_local",
"walkdir",
"winapi-util",
]
[[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",
]
[[package]]
name = "itoa"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
2022-08-02 20:36:31 +00:00
[[package]]
name = "jobserver"
2023-01-18 16:37:53 +00:00
version = "0.1.25"
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 = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b"
2022-08-02 20:36:31 +00:00
dependencies = [
"libc",
]
[[package]]
name = "js-sys"
2023-01-18 16:37:53 +00:00
version = "0.3.60"
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 = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
2022-08-02 20:36:31 +00:00
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "kinda-virtual-fs"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca9325aac17917b5650f25d477ce2909f2e9539688227fdee3ceb5093f666c9e"
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libadwaita"
2023-01-18 16:37:53 +00:00
version = "0.2.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 = "9dfa0722d4f1724f661cbf668c273c5926296ca411ed3814e206f8fd082b6c48"
2022-08-02 20:36:31 +00:00
dependencies = [
2022-09-24 14:52:31 +00:00
"bitflags",
"futures-channel",
2022-08-02 20:36:31 +00:00
"gdk-pixbuf",
"gdk4",
"gio",
"glib",
"gtk4",
"libadwaita-sys",
"libc",
"once_cell",
"pango",
]
[[package]]
name = "libadwaita-sys"
2023-01-18 16:37:53 +00:00
version = "0.2.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 = "de902982372b454a0081d7fd9dd567b37b73ae29c8f6da1820374d345fd95d5b"
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-01-18 16:37:53 +00:00
version = "0.2.139"
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 = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
2022-08-02 20:36:31 +00:00
[[package]]
name = "libz-sys"
version = "1.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "lock_api"
2023-01-18 16:37:53 +00:00
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
dependencies = [
"autocfg",
"scopeguard",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "log"
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
dependencies = [
"cfg-if",
]
[[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"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
dependencies = [
"autocfg",
]
2023-01-18 16:37:53 +00:00
[[package]]
name = "memoffset"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
dependencies = [
"autocfg",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "miniz_oxide"
2023-01-18 16:37:53 +00:00
version = "0.6.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 = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
2022-08-02 20:36:31 +00:00
dependencies = [
"adler",
]
[[package]]
2023-01-18 16:37:53 +00:00
name = "nanorand"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
dependencies = [
2023-01-18 16:37:53 +00:00
"getrandom",
]
[[package]]
name = "nix"
version = "0.23.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f3790c00a0150112de0f4cd161e3d7fc4b2d8a5542ffc35f099a2562aecb35c"
dependencies = [
"bitflags",
"cc",
"cfg-if",
"libc",
"memoffset 0.6.5",
]
[[package]]
name = "ntapi"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc51db7b362b205941f71232e56c625156eb9a929f8cf74a428fd5bc094a4afc"
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-01-18 16:37:53 +00:00
version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
dependencies = [
"hermit-abi",
"libc",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "num_enum"
version = "0.5.11"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9"
2022-08-02 20:36:31 +00:00
dependencies = [
"num_enum_derive",
]
[[package]]
name = "num_enum_derive"
version = "0.5.11"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"
2022-08-02 20:36:31 +00:00
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
"syn",
]
[[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",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "once_cell"
version = "1.17.1"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
2022-08-02 20:36:31 +00:00
[[package]]
name = "opaque-debug"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
2023-03-05 20:29:54 +00:00
[[package]]
name = "open"
version = "3.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2078c0039e6a54a0c42c28faa984e115fb4c2d5bf2208f77d1961002df8576f8"
dependencies = [
"pathdiff",
"windows-sys 0.42.0",
]
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 = "openssl-sys"
2023-01-18 16:37:53 +00:00
version = "0.9.80"
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 = "23bbbf7854cd45b83958ebe919f0e8e516793727652e27fda10a8384cfc790b7"
2022-08-02 20:36:31 +00:00
dependencies = [
"autocfg",
"cc",
"libc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "ordered-stream"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44630c059eacfd6e08bdaa51b1db2ce33119caa4ddc1235e923109aa5f25ccb1"
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-01-18 16:37:53 +00:00
version = "0.16.5"
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 = "cdff66b271861037b89d028656184059e03b0b6ccb36003820be19f7200b1e94"
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-01-18 16:37:53 +00:00
version = "0.16.3"
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 = "9e134909a9a293e04d2cc31928aa95679c5e4df954d0b85483159bd20d8f047f"
2022-08-02 20:36:31 +00:00
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
]
[[package]]
name = "parking"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
[[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.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba1ef8814b5c993410bb3adfad7a5ed269563e4a2f90c41f5d85be7fb47133bf"
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"smallvec",
"windows-sys 0.42.0",
]
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",
]
[[package]]
name = "pest"
2023-01-18 16:37:53 +00:00
version = "2.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 = "0f6e86fb9e7026527a0d46bc308b841d73170ef8f443e1807f6ef88526a816d4"
2022-08-02 20:36:31 +00:00
dependencies = [
2023-01-18 16:37:53 +00:00
"thiserror",
2022-08-02 20:36:31 +00:00
"ucd-trie",
]
2023-01-18 16:37:53 +00:00
[[package]]
name = "pin-project"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "pin-project-lite"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
[[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-01-18 16:37:53 +00:00
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
[[package]]
name = "polling"
version = "2.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22122d5ec4f9fe1b3916419b76be1e80bcb93f618d071d2edf841b137b2a2bd6"
dependencies = [
"autocfg",
"cfg-if",
"libc",
"log",
"wepoll-ffi",
"windows-sys 0.42.0",
]
[[package]]
name = "pollster"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
[[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-01-18 16:37:53 +00:00
version = "1.2.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 = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9"
2022-08-02 20:36:31 +00:00
dependencies = [
2023-01-18 16:37:53 +00:00
"once_cell",
2022-08-02 20:36:31 +00:00
"thiserror",
"toml",
]
[[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",
"syn",
"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-01-18 16:37:53 +00:00
version = "1.0.49"
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 = "57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5"
2022-08-02 20:36:31 +00:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
2023-01-18 16:37:53 +00:00
version = "1.0.23"
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 = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
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"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed7e3d950b66e19e0c372f3fa3fbbcf85b1746b571f74e0c2af6042a5c93420a"
dependencies = [
"cty",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "rayon"
2023-01-18 16:37:53 +00:00
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "6db3a213adf02b3bcfd2d3846bb41cb22857d131789e01df434fb7e7bc0759b7"
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2023-01-18 16:37:53 +00:00
version = "1.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "cac410af5d00ab6884528b4ab69d1e8e146e8d471201800fa1b4524126de6ad3"
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",
]
[[package]]
name = "redox_users"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
dependencies = [
"getrandom",
"redox_syscall",
"thiserror",
]
[[package]]
name = "regex"
version = "1.7.0"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"
2022-08-02 20:36:31 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
2023-01-18 16:37:53 +00:00
version = "0.6.28"
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 = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
2022-08-02 20:36:31 +00:00
[[package]]
2023-01-18 16:37:53 +00:00
name = "relm4"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67d336a752868ac036d994ff051a02dc8c1b53173980e5fce16dfb580f458d95"
dependencies = [
2023-01-18 16:37:53 +00:00
"async-trait",
"flume",
"fragile",
"futures",
"gtk4",
"libadwaita",
"once_cell",
"relm4-macros",
"tokio",
"tracing",
]
[[package]]
2023-01-18 16:37:53 +00:00
name = "relm4-macros"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aaf49f6588ecac70fd6163110ed7e294195cc5c9c82efb7b3150b9ca87486a72"
dependencies = [
2023-01-18 16:37:53 +00:00
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "remove_dir_all"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
dependencies = [
"winapi",
]
[[package]]
name = "rfd"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fe3bae427b011620cf4436d5dd7405c1a86dce3dfcdc0cda12b41fd31569ac3"
dependencies = [
"ashpd",
"block",
"dispatch",
"js-sys",
"log",
"objc",
"objc-foundation",
"objc_id",
"pollster",
"raw-window-handle",
"urlencoding",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"windows",
]
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-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"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"
dependencies = [
2023-01-28 18:02:06 +00:00
"semver 0.11.0",
]
[[package]]
name = "rustc_version"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
"semver 1.0.16",
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]]
name = "rustls-ffi"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9da52707cca59e6eef8a78f3ad8d04024254a168ed1b41eb4dfa9616eace781a"
dependencies = [
"libc",
"log",
"num_enum",
"rustls",
"rustls-pemfile",
"sct",
"webpki",
]
[[package]]
name = "rustls-pemfile"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5eebeaeb360c87bfb72e84abdb3447159c0eaececf1bef2aecd65a8be949d1c9"
dependencies = [
"base64",
]
[[package]]
name = "ryu"
2023-01-18 16:37:53 +00:00
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
[[package]]
name = "same-file"
version = "1.0.6"
2022-08-02 20:36:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "schannel"
version = "0.1.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"
dependencies = [
"lazy_static",
2023-01-18 16:37:53 +00:00
"windows-sys 0.36.1",
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-01-18 16:37:53 +00:00
[[package]]
name = "self_cell"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ef965a420fe14fdac7dd018862966a4c14094f900e1650bbc71ddd7d580c8af"
2022-08-02 20:36:31 +00:00
[[package]]
name = "semver"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
dependencies = [
"semver-parser",
]
2023-01-28 18:02:06 +00:00
[[package]]
name = "semver"
version = "1.0.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a"
2022-08-02 20:36:31 +00:00
[[package]]
name = "semver-parser"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
dependencies = [
"pest",
]
[[package]]
name = "serde"
2023-01-18 16:37:53 +00:00
version = "1.0.151"
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 = "97fed41fc1a24994d044e6db6935e69511a1153b52c15eb42493b26fa87feba0"
2022-08-02 20:36:31 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2023-01-18 16:37:53 +00:00
version = "1.0.151"
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 = "255abe9a125a985c05190d687b320c12f9b1f0b99445e608c21ba0782c719ad8"
2022-08-02 20:36:31 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_json"
2023-01-18 16:37:53 +00:00
version = "1.0.91"
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 = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883"
2022-08-02 20:36:31 +00:00
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_repr"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a5ec9fa74a20ebbe5d9ac23dac1fc96ba0ecfe9f50f2843b52e537b10fbcb4e"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "sha1"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770"
dependencies = [
"sha1_smol",
]
[[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",
]
[[package]]
name = "sha1_smol"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
2022-08-02 20:36:31 +00:00
[[package]]
2023-01-18 16:37:53 +00:00
name = "sha2"
version = "0.10.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 = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
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",
]
2022-08-02 20:36:31 +00:00
[[package]]
2023-01-18 16:37:53 +00:00
name = "slab"
version = "0.4.7"
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 = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
2022-08-02 20:36:31 +00:00
dependencies = [
2023-01-18 16:37:53 +00:00
"autocfg",
2022-08-02 20:36:31 +00:00
]
[[package]]
2023-01-18 16:37:53 +00:00
name = "smallvec"
version = "1.10.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 = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
2022-08-02 20:36:31 +00:00
[[package]]
2023-01-18 16:37:53 +00:00
name = "snafu"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb0656e7e3ffb70f6c39b3c2a86332bb74aa3c679da781642590f3c1118c5045"
dependencies = [
"doc-comment",
"snafu-derive",
]
[[package]]
name = "snafu-derive"
version = "0.7.4"
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 = "475b3bbe5245c26f2d8a6f62d67c1f30eb9fffeccee721c45d162c3ebbdf81b2"
dependencies = [
"heck",
"proc-macro2",
"quote",
"syn",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "socket2"
2023-01-18 16:37:53 +00:00
version = "0.4.7"
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 = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
2022-08-02 20:36:31 +00:00
dependencies = [
"libc",
"winapi",
]
[[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"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "7f6002a767bff9e83f8eeecf883ecb8011875a21ae8da43bffb817a57e78cc09"
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"
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
[[package]]
name = "syn"
2023-01-18 16:37:53 +00:00
version = "1.0.107"
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 = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
2022-08-02 20:36:31 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "sysinfo"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "727220a596b4ca0af040a07091e49f5c105ec8f2592674339a5bf35be592f76e"
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-01-18 16:37:53 +00:00
version = "6.0.3"
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 = "2955b1fe31e1fa2fbd1976b71cc69a606d7d4da16f6de3333d0c92d51419aeff"
2022-08-02 20:36:31 +00:00
dependencies = [
"cfg-expr",
"heck",
"pkg-config",
"toml",
"version-compare",
]
[[package]]
name = "tar"
version = "0.4.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6"
dependencies = [
"filetime",
"libc",
"xattr",
]
[[package]]
name = "tempfile"
version = "3.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
dependencies = [
"cfg-if",
"fastrand",
"libc",
"redox_syscall",
"remove_dir_all",
"winapi",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "thiserror"
2023-01-18 16:37:53 +00:00
version = "1.0.38"
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 = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
2022-08-02 20:36:31 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2023-01-18 16:37:53 +00:00
version = "1.0.38"
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 = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
2022-08-02 20:36:31 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2023-01-18 16:37:53 +00:00
[[package]]
name = "thread_local"
version = "1.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
dependencies = [
"once_cell",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "time"
2023-01-18 16:37:53 +00:00
version = "0.3.17"
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 = "a561bf4617eebd33bca6434b988f39ed798e527f51a1e797d0ee4f61c0a38376"
2022-08-02 20:36:31 +00:00
dependencies = [
"itoa",
2023-01-18 16:37:53 +00:00
"serde",
"time-core",
2022-08-02 20:36:31 +00:00
"time-macros",
]
2023-01-18 16:37:53 +00:00
[[package]]
name = "time-core"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
2022-08-02 20:36:31 +00:00
[[package]]
name = "time-macros"
2023-01-18 16:37:53 +00:00
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d967f99f534ca7e495c575c62638eebc2898a8c84c119b89e250477bc4ba16b2"
dependencies = [
"time-core",
]
[[package]]
name = "tinystr"
version = "0.7.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 = "f8aeafdfd935e4a7fe16a91ab711fa52d54df84f9c8f7ca5837a9d1d902ef4c2"
dependencies = [
"displaydoc",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "tokio"
version = "1.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8e00990ebabbe4c14c08aca901caed183ecd5c09562a12c824bb53d3c3fd3af"
dependencies = [
"autocfg",
2023-01-18 16:37:53 +00:00
"num_cpus",
"pin-project-lite",
"tokio-macros",
2023-01-18 16:37:53 +00:00
"windows-sys 0.42.0",
]
[[package]]
name = "tokio-macros"
2023-01-18 16:37:53 +00:00
version = "1.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "toml"
2023-01-18 16:37:53 +00:00
version = "0.5.10"
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 = "1333c76748e868a4d9d1017b5ab53171dfd095f70c712fdb4653a406547f598f"
2022-08-02 20:36:31 +00:00
dependencies = [
"serde",
]
[[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-01-18 16:37:53 +00:00
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "tracing-core"
2023-01-18 16:37:53 +00:00
version = "0.1.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
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"
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70"
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 = "ucd-trie"
2023-01-18 16:37:53 +00:00
version = "0.1.5"
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 = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
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",
"syn",
"unic-langid-impl",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "unicode-ident"
2023-01-18 16:37:53 +00:00
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 = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
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"
[[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"
2022-08-02 20:36:31 +00:00
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
[[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"
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 16:37:53 +00:00
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
dependencies = [
"same-file",
"winapi",
"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-01-18 16:37:53 +00:00
version = "0.2.83"
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 = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
2022-08-02 20:36:31 +00:00
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2023-01-18 16:37:53 +00:00
version = "0.2.83"
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 = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
2022-08-02 20:36:31 +00:00
dependencies = [
"bumpalo",
"log",
2023-01-18 16:37:53 +00:00
"once_cell",
2022-08-02 20:36:31 +00:00
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
version = "0.4.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "wasm-bindgen-macro"
2023-01-18 16:37:53 +00:00
version = "0.2.83"
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 = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
2022-08-02 20:36:31 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2023-01-18 16:37:53 +00:00
version = "0.2.83"
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 = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
2022-08-02 20:36:31 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2023-01-18 16:37:53 +00:00
version = "0.2.83"
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 = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
2022-08-02 20:36:31 +00:00
[[package]]
name = "web-sys"
2023-01-18 16:37:53 +00:00
version = "0.3.60"
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 = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"
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",
]
[[package]]
name = "wepoll-ffi"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"
dependencies = [
"cc",
]
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-03-07 16:03:05 +00:00
version = "0.2.2"
2022-09-25 19:37:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-07 16:03:05 +00:00
checksum = "7d14b77ccb1cd4ef8dd38f70833f922bf192bc6429a4f5f311647d15ba92d11a"
2022-09-25 19:37:30 +00:00
dependencies = [
2023-01-28 18:02:06 +00:00
"derive_builder",
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 = [
"windows-targets",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "windows-sys"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
dependencies = [
"windows_aarch64_msvc 0.36.1",
"windows_i686_gnu 0.36.1",
"windows_i686_msvc 0.36.1",
"windows_x86_64_gnu 0.36.1",
"windows_x86_64_msvc 0.36.1",
2022-08-02 20:36:31 +00:00
]
2023-01-18 16:37:53 +00:00
[[package]]
name = "windows-sys"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc 0.42.1",
"windows_i686_gnu 0.42.1",
"windows_i686_msvc 0.42.1",
"windows_x86_64_gnu 0.42.1",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc 0.42.1",
]
[[package]]
name = "windows-targets"
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7"
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc 0.42.1",
"windows_i686_gnu 0.42.1",
"windows_i686_msvc 0.42.1",
"windows_x86_64_gnu 0.42.1",
2023-01-18 16:37:53 +00:00
"windows_x86_64_gnullvm",
"windows_x86_64_msvc 0.42.1",
2023-01-18 16:37:53 +00:00
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.1"
2023-01-18 16:37:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
2023-01-18 16:37:53 +00:00
2022-08-02 20:36:31 +00:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
[[package]]
name = "windows_aarch64_msvc"
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
2022-08-02 20:36:31 +00:00
[[package]]
name = "windows_i686_gnu"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
[[package]]
name = "windows_i686_gnu"
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
2022-08-02 20:36:31 +00:00
[[package]]
name = "windows_i686_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
[[package]]
name = "windows_i686_msvc"
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
2022-08-02 20:36:31 +00:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
[[package]]
name = "windows_x86_64_gnu"
version = "0.42.1"
2023-01-18 16:37:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
2023-01-18 16:37:53 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
2022-08-02 20:36:31 +00:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
[[package]]
name = "windows_x86_64_msvc"
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
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",
]
[[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"
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d8f1a037b2c4a67d9654dc7bdfa8ff2e80555bbefdd3c1833c1d1b27c963a6b"
dependencies = [
"async-broadcast",
"async-channel",
"async-executor",
"async-io",
"async-lock",
"async-recursion",
"async-task",
"async-trait",
"byteorder",
"derivative",
"dirs",
"enumflags2",
"event-listener",
"futures-core",
"futures-sink",
"futures-util",
"hex",
"lazy_static",
"nix",
"once_cell",
"ordered-stream",
"rand",
"serde",
"serde_repr",
"sha1 0.6.1",
"static_assertions",
"tracing",
"uds_windows",
"winapi",
"zbus_macros",
"zbus_names",
"zvariant",
]
[[package]]
name = "zbus_macros"
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f8fb5186d1c87ae88cf234974c240671238b4a679158ad3b94ec465237349a6"
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
"regex",
"syn",
]
[[package]]
name = "zbus_names"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f34f314916bd89bdb9934154627fab152f4f28acdda03e7c4c68181b214fe7e3"
dependencies = [
"serde",
"static_assertions",
"zvariant",
]
2022-08-02 20:36:31 +00:00
[[package]]
name = "zip"
2023-01-18 16:37:53 +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-01-18 16:37:53 +00:00
checksum = "537ce7411d25e54e8ae21a7ce0b15840e7bfcff15b51d697ec3266cc76bdf080"
2022-08-02 20:36:31 +00:00
dependencies = [
"aes",
"byteorder",
"bzip2",
"constant_time_eq",
"crc32fast",
"crossbeam-utils",
"flate2",
"hmac",
"pbkdf2",
"sha1 0.10.5",
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-01-18 16:37:53 +00:00
version = "2.0.4+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 = "4fa202f2ef00074143e219d15b62ffc317d17cc33909feac471c044087cad7b0"
2022-08-02 20:36:31 +00:00
dependencies = [
"cc",
"libc",
]
[[package]]
name = "zvariant"
version = "3.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "903169c05b9ab948ee93fefc9127d08930df4ce031d46c980784274439803e51"
dependencies = [
"byteorder",
"enumflags2",
"libc",
"serde",
"static_assertions",
"zvariant_derive",
]
[[package]]
name = "zvariant_derive"
version = "3.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cce76636e8fab7911be67211cf378c252b115ee7f2bae14b18b84821b39260b5"
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
"syn",
]