ALVR-IPv6/Cargo.lock

6051 lines
140 KiB
Plaintext
Raw Normal View History

2020-05-07 08:13:55 -05:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2021-07-23 21:52:43 -05:00
version = 3
2021-10-25 17:48:47 -05:00
[[package]]
name = "ab_glyph"
2023-02-18 09:48:12 -06:00
version = "0.2.20"
2021-10-25 17:48:47 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-18 09:48:12 -06:00
checksum = "fe21446ad43aa56417a767f3e2f3d7c4ca522904de1dd640529a76e9c5c3b33c"
2021-10-25 17:48:47 -05:00
dependencies = [
"ab_glyph_rasterizer",
"owned_ttf_parser",
2021-10-25 17:48:47 -05:00
]
[[package]]
name = "ab_glyph_rasterizer"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046"
2023-03-01 06:43:55 -06:00
[[package]]
name = "accesskit"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4803cf8c252f374ae6bfbb341e49e5a37f7601f2ce74a105927a663eba952c67"
[[package]]
name = "accesskit_consumer"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cee8cf1202a4f94d31837f1902ab0a75c77b65bf59719e093703abe83efd74ec"
dependencies = [
"accesskit",
"parking_lot",
]
[[package]]
name = "accesskit_macos"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10be25f2b27bc33aa1647072e86b948b41596f1af1ae43a2b4b9be5d2011cbda"
dependencies = [
"accesskit",
"accesskit_consumer",
"objc2",
"once_cell",
"parking_lot",
]
[[package]]
name = "accesskit_unix"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "630e7ee8f93c6246478bf0df6760db899b28d9ad54353a5f2d3157138ba817fc"
dependencies = [
"accesskit",
"accesskit_consumer",
"async-channel",
"atspi",
"futures-lite",
"parking_lot",
"serde",
"zbus",
]
[[package]]
name = "accesskit_windows"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a13c462fabdd950ef14308a9390b07fa2e2e3aabccba1f3ea36ea2231bb942ab"
dependencies = [
"accesskit",
"accesskit_consumer",
"arrayvec 0.7.2",
"once_cell",
"parking_lot",
"paste",
"windows 0.42.0",
]
[[package]]
name = "accesskit_winit"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17727888757ec027ec221db33070e226ee07df44425b583bc67684204d35eff9"
dependencies = [
"accesskit",
"accesskit_macos",
"accesskit_unix",
"accesskit_windows",
"parking_lot",
"winit 0.28.3",
2023-03-01 06:43:55 -06:00
]
[[package]]
name = "addr2line"
2022-12-28 10:49:00 -06:00
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 10:49:00 -06:00
checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
dependencies = [
"gimli",
]
2020-07-06 18:30:58 -05:00
[[package]]
name = "adler"
version = "1.0.2"
2020-05-25 08:29:58 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2020-05-25 08:29:58 -05:00
2021-10-24 18:24:07 -05:00
[[package]]
name = "ahash"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
dependencies = [
"getrandom",
"once_cell",
"version_check",
]
2022-09-03 05:32:35 -05:00
[[package]]
name = "ahash"
2023-02-18 09:48:12 -06:00
version = "0.8.3"
2022-09-03 05:32:35 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-18 09:48:12 -06:00
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
2022-09-03 05:32:35 -05:00
dependencies = [
"cfg-if",
"once_cell",
"version_check",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "aho-corasick"
2022-11-16 01:19:32 -06:00
version = "0.7.20"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 01:19:32 -06:00
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
2020-05-07 08:13:55 -05:00
dependencies = [
"memchr",
]
2020-05-25 08:29:58 -05:00
[[package]]
name = "alcro"
2022-02-25 12:14:25 -06:00
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d55252159a6ff130ade69625be52243676b3e3117ad07ec3b91b6c755e4450a"
2020-05-25 08:29:58 -05:00
dependencies = [
2020-11-25 10:16:44 -06:00
"crossbeam-channel",
2023-01-16 06:01:39 -06:00
"dashmap",
"libc",
"nix 0.23.2",
"os_str_bytes",
2020-05-25 08:29:58 -05:00
"serde",
"serde_derive",
2020-05-25 08:29:58 -05:00
"serde_json",
2021-03-22 10:12:51 -05:00
"tempfile",
2021-01-15 08:54:50 -06:00
"thiserror",
2020-05-25 08:29:58 -05:00
"tinyfiledialogs",
"winapi",
2020-05-25 08:29:58 -05:00
]
[[package]]
name = "alsa"
2023-02-18 09:48:12 -06:00
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-18 09:48:12 -06:00
checksum = "8512c9117059663fb5606788fbca3619e2a91dac0e3fe516242eab1fa6be5e44"
dependencies = [
"alsa-sys",
"bitflags",
"libc",
2023-02-18 09:48:12 -06:00
"nix 0.24.3",
]
[[package]]
name = "alsa-sys"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
dependencies = [
"libc",
"pkg-config",
]
2021-08-02 17:59:01 -05:00
[[package]]
name = "alvr_audio"
version = "20.0.0-dev07"
2021-08-02 17:59:01 -05:00
dependencies = [
"alvr_common",
2021-08-03 07:29:49 -05:00
"alvr_session",
2021-08-03 05:45:47 -05:00
"alvr_sockets",
2021-08-02 17:59:01 -05:00
"cpal",
"rodio",
"serde",
"tokio",
2022-09-03 05:32:35 -05:00
"widestring 1.0.2",
2023-03-26 07:34:22 -05:00
"windows 0.46.0",
2021-08-02 17:59:01 -05:00
]
2020-11-06 08:21:10 -06:00
[[package]]
name = "alvr_client_core"
version = "20.0.0-dev07"
2020-11-06 08:21:10 -06:00
dependencies = [
2021-08-02 18:05:27 -05:00
"alvr_audio",
2020-11-30 04:51:44 -06:00
"alvr_common",
"alvr_events",
2021-08-03 07:29:49 -05:00
"alvr_session",
2021-08-03 05:45:47 -05:00
"alvr_sockets",
2020-11-30 14:09:31 -06:00
"android_logger",
"app_dirs2",
"bincode",
2023-03-26 05:13:54 -05:00
"bindgen",
"bytes",
2020-11-06 08:21:10 -06:00
"cc",
2023-02-01 17:38:07 -06:00
"env_logger",
"futures",
2022-04-20 12:14:53 -05:00
"glyph_brush_layout",
"jni 0.21.1",
2022-11-16 01:19:32 -06:00
"local-ip-address",
"ndk 0.7.0 (git+https://github.com/zarik5/android-ndk-rs?rev=dea742a)",
"ndk-context",
2022-11-16 01:19:32 -06:00
"ndk-sys 0.4.0",
"oboe",
2021-03-22 10:12:51 -05:00
"rand",
"serde",
"serde_json",
"settings-schema",
2021-02-03 16:03:26 -06:00
"tokio",
2020-11-06 08:21:10 -06:00
"walkdir",
]
2023-03-01 06:43:55 -06:00
[[package]]
name = "alvr_client_mock"
version = "20.0.0-dev07"
dependencies = [
"alvr_client_core",
"alvr_common",
"alvr_session",
"alvr_sockets",
"eframe 0.21.3",
"env_logger",
"rand",
]
[[package]]
name = "alvr_client_openxr"
version = "20.0.0-dev07"
dependencies = [
"alvr_client_core",
"alvr_common",
"alvr_events",
"alvr_session",
"alvr_sockets",
2023-02-18 09:48:12 -06:00
"android-activity 0.4.0",
"glow 0.12.1",
"jni 0.21.1",
"khronos-egl",
"libc",
"ndk-context",
"openxr",
]
[[package]]
name = "alvr_commands"
version = "20.0.0-dev07"
dependencies = [
"alvr_common",
"alvr_filesystem",
2023-03-26 07:34:22 -05:00
"dirs 5.0.0",
"encoding_rs_io",
"rand",
"runas",
"serde_json",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "alvr_common"
version = "20.0.0-dev07"
2020-05-07 08:13:55 -05:00
dependencies = [
"glam",
2020-11-03 07:47:02 -06:00
"log",
"msgbox",
"once_cell",
2023-01-16 06:01:39 -06:00
"parking_lot",
"semver",
"serde",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "alvr_dashboard"
version = "20.0.0-dev07"
dependencies = [
"alvr_commands",
"alvr_common",
"alvr_events",
"alvr_filesystem",
"alvr_session",
"bincode",
2023-02-18 09:48:12 -06:00
"eframe 0.20.1",
"egui 0.20.1",
2023-02-01 17:38:07 -06:00
"env_logger",
"fluent",
"fluent-langneg",
"fluent-syntax",
"futures-util",
"locale_config",
"reqwest",
"serde",
"serde_json",
"settings-schema",
"sysinfo 0.27.8",
"tokio",
"tokio-tungstenite",
"unic-langid",
"url",
"winres",
]
2022-03-23 10:17:54 -05:00
[[package]]
name = "alvr_events"
version = "20.0.0-dev07"
2022-03-23 10:17:54 -05:00
dependencies = [
"alvr_common",
"alvr_session",
"serde",
"serde_json",
]
[[package]]
name = "alvr_filesystem"
version = "20.0.0-dev07"
dependencies = [
2023-03-26 07:34:22 -05:00
"dirs 5.0.0",
"once_cell",
]
2020-05-07 08:13:55 -05:00
[[package]]
2020-11-04 07:18:45 -06:00
name = "alvr_launcher"
version = "20.0.0-dev07"
2020-05-07 08:13:55 -05:00
dependencies = [
"alvr_commands",
2020-05-07 08:13:55 -05:00
"alvr_common",
"alvr_filesystem",
2023-02-18 09:48:12 -06:00
"eframe 0.21.3",
2023-02-01 17:38:07 -06:00
"env_logger",
"serde_json",
"single-instance",
"sysinfo 0.28.4",
2021-03-16 17:56:15 -05:00
"ureq",
"winres",
2020-05-07 08:13:55 -05:00
]
[[package]]
2020-11-04 07:18:45 -06:00
name = "alvr_server"
version = "20.0.0-dev07"
2020-05-07 08:13:55 -05:00
dependencies = [
"alcro",
2021-08-02 17:59:01 -05:00
"alvr_audio",
"alvr_commands",
2020-05-07 08:13:55 -05:00
"alvr_common",
2022-03-23 10:17:54 -05:00
"alvr_events",
"alvr_filesystem",
2022-03-13 06:15:17 -05:00
"alvr_server_data",
2021-08-03 07:29:49 -05:00
"alvr_session",
2021-08-03 05:45:47 -05:00
"alvr_sockets",
"bincode",
2023-03-26 05:13:54 -05:00
"bindgen",
2021-02-03 16:03:26 -06:00
"bytes",
2020-06-06 15:00:49 -05:00
"cc",
"chrono",
"fern",
"futures",
"headers",
2021-02-03 16:03:26 -06:00
"hyper",
"pkg-config",
2021-02-03 16:03:26 -06:00
"reqwest",
"serde",
2020-05-25 08:29:58 -05:00
"serde_json",
"settings-schema",
"spin_sleep",
"tempfile",
2021-02-03 16:03:26 -06:00
"tokio",
"tokio-tungstenite",
"tokio-util",
2020-06-06 15:00:49 -05:00
"walkdir",
2022-12-10 09:04:24 -06:00
"webbrowser",
2023-02-18 09:48:12 -06:00
"winit 0.27.5",
2020-05-07 08:13:55 -05:00
]
2022-03-13 06:15:17 -05:00
[[package]]
name = "alvr_server_data"
version = "20.0.0-dev07"
2022-03-13 06:15:17 -05:00
dependencies = [
"alvr_common",
2022-03-23 10:17:54 -05:00
"alvr_events",
2022-03-13 06:15:17 -05:00
"alvr_session",
"alvr_sockets",
"cpal",
"serde_json",
2023-02-10 12:28:32 -06:00
"wgpu 0.15.1",
2022-03-13 06:15:17 -05:00
]
2021-08-03 07:29:49 -05:00
[[package]]
name = "alvr_session"
version = "20.0.0-dev07"
2021-08-03 07:29:49 -05:00
dependencies = [
"alvr_common",
"bytemuck",
2022-02-10 05:24:15 -06:00
"regex",
2021-08-03 07:29:49 -05:00
"serde",
"serde_json",
"settings-schema",
]
2021-08-03 05:45:47 -05:00
[[package]]
name = "alvr_sockets"
version = "20.0.0-dev07"
2021-08-03 05:45:47 -05:00
dependencies = [
"alvr_common",
2022-03-23 10:17:54 -05:00
"alvr_events",
2021-08-03 07:29:49 -05:00
"alvr_session",
2021-08-03 05:45:47 -05:00
"bincode",
"bytes",
"futures",
"serde",
2023-03-26 07:34:22 -05:00
"socket2 0.5.1",
2021-08-03 05:45:47 -05:00
"tokio",
"tokio-util",
2021-08-03 05:45:47 -05:00
]
[[package]]
2022-03-21 14:53:46 -05:00
name = "alvr_vrcompositor_wrapper"
version = "20.0.0-dev07"
2022-03-21 14:53:46 -05:00
dependencies = [
"exec",
]
[[package]]
name = "alvr_vulkan_layer"
version = "20.0.0-dev07"
dependencies = [
"alvr_filesystem",
2023-03-26 05:13:54 -05:00
"bindgen",
"cc",
"pkg-config",
"walkdir",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "alvr_xtask"
version = "20.0.0-dev07"
2020-05-07 08:13:55 -05:00
dependencies = [
"alvr_filesystem",
2020-05-07 08:13:55 -05:00
"pico-args",
"pkg-config",
"xshell",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "android-activity"
version = "0.4.0"
source = "git+https://github.com/zarik5/android-activity#1f073762184f70d87906a561b0005d8536a3830a"
dependencies = [
"android-properties",
"bitflags",
"cc",
"jni-sys",
"libc",
"log",
"ndk 0.7.0 (git+https://github.com/zarik5/android-ndk-rs?rev=dea742a)",
"ndk-context",
"ndk-sys 0.4.0+25.0.8775105",
"num_enum",
]
2023-02-18 09:48:12 -06:00
[[package]]
name = "android-activity"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c77a0045eda8b888c76ea473c2b0515ba6f471d318f8927c5c72240937035a6"
dependencies = [
"android-properties",
"bitflags",
"cc",
"jni-sys",
"libc",
"log",
"ndk 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"ndk-context",
"ndk-sys 0.4.1+23.1.7779620",
"num_enum",
]
[[package]]
name = "android-properties"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04"
2020-11-30 14:09:31 -06:00
[[package]]
name = "android_log-sys"
2023-02-18 09:48:12 -06:00
version = "0.3.0"
2020-11-30 14:09:31 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-18 09:48:12 -06:00
checksum = "27f0fc03f560e1aebde41c2398b691cb98b5ea5996a6184a7a67bbbb77448969"
2020-11-30 14:09:31 -06:00
[[package]]
name = "android_logger"
version = "0.13.1"
2020-11-30 14:09:31 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fa490e751f3878eb9accb9f18988eca52c2337ce000a8bf31ef50d4c723ca9e"
2020-11-30 14:09:31 -06:00
dependencies = [
"android_log-sys",
2023-02-01 17:38:07 -06:00
"env_logger",
2020-11-30 14:09:31 -06:00
"log",
"once_cell",
2020-11-30 14:09:31 -06:00
]
2020-06-06 15:00:49 -05:00
[[package]]
2022-09-03 05:32:35 -05:00
name = "android_system_properties"
version = "0.1.5"
2020-06-06 15:00:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-03 05:32:35 -05:00
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
2020-06-06 15:00:49 -05:00
dependencies = [
2022-09-03 05:32:35 -05:00
"libc",
2020-06-06 15:00:49 -05:00
]
[[package]]
name = "anyhow"
version = "1.0.70"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4"
[[package]]
name = "app_dirs2"
2023-02-18 09:48:12 -06:00
version = "2.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-18 09:48:12 -06:00
checksum = "a7e7b35733e3a8c1ccb90385088dd5b6eaa61325cb4d1ad56e683b5224ff352e"
dependencies = [
"jni 0.21.1",
"ndk-context",
"winapi",
"xdg",
]
2020-12-28 12:09:38 -06:00
[[package]]
name = "approx"
2022-01-27 14:51:41 -06:00
version = "0.5.1"
2020-12-28 12:09:38 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-27 14:51:41 -06:00
checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
2020-12-28 12:09:38 -06:00
dependencies = [
"num-traits",
]
[[package]]
name = "arboard"
2022-12-10 09:04:24 -06:00
version = "3.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-10 09:04:24 -06:00
checksum = "d6041616acea41d67c4a984709ddab1587fd0b10efe5cc563fee954d2f011854"
dependencies = [
"clipboard-win",
"log",
"objc",
"objc-foundation",
"objc_id",
2022-12-10 09:04:24 -06:00
"once_cell",
2023-01-16 06:01:39 -06:00
"parking_lot",
"thiserror",
"winapi",
"x11rb",
]
2022-09-03 05:32:35 -05:00
[[package]]
name = "arrayref"
version = "0.3.7"
2022-09-03 05:32:35 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
2022-09-03 05:32:35 -05:00
2020-05-07 08:13:55 -05:00
[[package]]
name = "arrayvec"
version = "0.5.2"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
2020-05-07 08:13:55 -05:00
2021-08-15 16:07:31 -05:00
[[package]]
name = "arrayvec"
version = "0.7.2"
2021-08-15 16:07:31 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
2021-08-15 16:07:31 -05:00
2022-01-04 18:28:56 -06:00
[[package]]
name = "ash"
version = "0.37.2+1.3.238"
2022-01-04 18:28:56 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28bf19c1f0a470be5fbf7522a308a05df06610252c5bcf5143e1b23f629a9a03"
2022-01-04 18:28:56 -06:00
dependencies = [
"libloading",
2022-01-04 18:28:56 -06:00
]
2023-03-01 06:43:55 -06:00
[[package]]
name = "async-broadcast"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c48ccdbf6ca6b121e0f586cbc0e73ae440e56c67c30fa0873b4e110d9c26d2b"
dependencies = [
"event-listener",
"futures-core",
]
[[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-fs"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
dependencies = [
"async-lock",
"autocfg",
"blocking",
"futures-lite",
]
2023-03-01 06:43:55 -06:00
[[package]]
name = "async-io"
version = "1.13.0"
2023-03-01 06:43:55 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
2023-03-01 06:43:55 -06:00
dependencies = [
"async-lock",
"autocfg",
"cfg-if",
2023-03-01 06:43:55 -06:00
"concurrent-queue",
"futures-lite",
"log",
"parking",
"polling",
"rustix 0.37.3",
2023-03-01 06:43:55 -06:00
"slab",
2023-03-26 07:34:22 -05:00
"socket2 0.4.9",
2023-03-01 06:43:55 -06:00
"waker-fn",
]
[[package]]
name = "async-lock"
version = "2.7.0"
2023-03-01 06:43:55 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7"
2023-03-01 06:43:55 -06:00
dependencies = [
"event-listener",
]
[[package]]
name = "async-recursion"
version = "1.0.4"
2023-03-01 06:43:55 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e97ce7de6cf12de5d7226c73f5ba9811622f4db3a5b91b55c53e987e5f91cba"
2023-03-01 06:43:55 -06:00
dependencies = [
"proc-macro2",
"quote",
2023-03-26 05:13:54 -05:00
"syn 2.0.10",
2023-03-01 06:43:55 -06:00
]
[[package]]
name = "async-task"
2023-03-26 05:13:54 -05:00
version = "4.4.0"
2023-03-01 06:43:55 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-26 05:13:54 -05:00
checksum = "ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae"
2023-03-01 06:43:55 -06:00
[[package]]
name = "async-trait"
2023-03-26 05:13:54 -05:00
version = "0.1.68"
2023-03-01 06:43:55 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-26 05:13:54 -05:00
checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842"
2023-03-01 06:43:55 -06:00
dependencies = [
"proc-macro2",
"quote",
2023-03-26 05:13:54 -05:00
"syn 2.0.10",
2023-03-01 06:43:55 -06:00
]
2022-02-23 08:43:40 -06:00
[[package]]
name = "atk"
version = "0.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c3d816ce6f0e2909a96830d6911c2aff044370b1ef92d7f267b43bae5addedd"
dependencies = [
"atk-sys",
2020-05-07 08:13:55 -05:00
"bitflags",
"glib",
2020-05-07 08:13:55 -05:00
"libc",
]
[[package]]
name = "atk-sys"
version = "0.15.1"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58aeb089fb698e06db8089971c7ee317ab9644bade33383f63631437b03aafb6"
2020-05-07 08:13:55 -05:00
dependencies = [
"glib-sys",
"gobject-sys",
2020-05-07 08:13:55 -05:00
"libc",
"system-deps",
2022-02-23 08:43:40 -06:00
]
[[package]]
name = "atomic-waker"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "debc29dde2e69f9e47506b525f639ed42300fc014a3e007832592448fa8e4599"
2022-02-23 08:43:40 -06:00
[[package]]
name = "atomic_refcell"
version = "0.1.9"
2022-02-23 08:43:40 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "857253367827bd9d0fd973f0ef15506a96e79e41b0ad7aa691203a4e3214f6c8"
2020-05-07 08:13:55 -05:00
2023-03-01 06:43:55 -06:00
[[package]]
name = "atspi"
version = "0.8.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab84c09a770065868da0d713f1f4b35af85d96530a868f1c1a6c249178379187"
dependencies = [
"async-recursion",
"async-trait",
"atspi-macros",
"enumflags2",
"futures-lite",
"serde",
"tracing",
"zbus",
"zbus_names",
]
[[package]]
name = "atspi-macros"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3ebc5a6f61f6996eca56a4cece7b3fe7da3b86f0473c7b71ab44e229f3acce4"
dependencies = [
"proc-macro2",
"quote",
"serde",
"syn 1.0.109",
2023-03-01 06:43:55 -06:00
"zbus",
"zbus_names",
"zvariant",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "autocfg"
version = "1.1.0"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2020-05-07 08:13:55 -05:00
[[package]]
name = "backtrace"
2022-12-28 10:49:00 -06:00
version = "0.3.67"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 10:49:00 -06:00
checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"
2020-05-07 08:13:55 -05:00
dependencies = [
"addr2line",
"cc",
2022-09-03 05:32:35 -05:00
"cfg-if",
2020-05-07 08:13:55 -05:00
"libc",
2022-12-28 10:49:00 -06:00
"miniz_oxide",
"object",
2020-05-07 08:13:55 -05:00
"rustc-demangle",
]
[[package]]
2023-02-18 09:48:12 -06:00
name = "base64"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-18 09:48:12 -06:00
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
[[package]]
name = "base64"
2023-02-18 09:48:12 -06:00
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-18 09:48:12 -06:00
checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
[[package]]
name = "bincode"
2021-04-10 15:31:32 -05:00
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-10 15:31:32 -05:00
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
dependencies = [
"serde",
]
2022-12-10 09:04:24 -06:00
[[package]]
name = "bindgen"
2023-02-18 09:48:12 -06:00
version = "0.64.0"
2022-12-10 09:04:24 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-18 09:48:12 -06:00
checksum = "c4243e6031260db77ede97ad86c27e501d646a27ab57b59a574f725d98ab1fb4"
dependencies = [
"bitflags",
"cexpr",
"clang-sys",
2020-06-06 15:00:49 -05:00
"lazy_static",
"lazycell",
2020-11-03 07:47:02 -06:00
"log",
2020-06-06 15:00:49 -05:00
"peeking_take_while",
2023-02-18 09:48:12 -06:00
"proc-macro2",
"quote",
2020-06-06 15:00:49 -05:00
"regex",
"rustc-hash",
2022-04-20 12:14:53 -05:00
"shlex",
"syn 1.0.109",
2023-02-18 09:48:12 -06:00
"which",
2020-06-06 15:00:49 -05:00
]
[[package]]
name = "bit-set"
2022-09-03 05:32:35 -05:00
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-03 05:32:35 -05:00
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
dependencies = [
"bit-vec",
]
[[package]]
name = "bit-vec"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
2020-05-07 08:13:55 -05:00
[[package]]
name = "bitflags"
version = "1.3.2"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2020-05-07 08:13:55 -05:00
[[package]]
name = "block"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
[[package]]
name = "block-buffer"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
"generic-array",
]
2023-02-18 09:48:12 -06:00
[[package]]
name = "block-sys"
version = "0.1.0-beta.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fa55741ee90902547802152aaf3f8e5248aab7e21468089560d4c8840561146"
dependencies = [
"objc-sys",
]
[[package]]
name = "block2"
version = "0.2.0-alpha.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8dd9e63c1744f755c2f60332b88de39d341e5e86239014ad839bd71c106dec42"
dependencies = [
"block-sys",
"objc2-encode",
]
[[package]]
name = "blocking"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c67b173a56acffd6d2326fb7ab938ba0b00a71480e14902b2591c87bc5741e8"
dependencies = [
"async-channel",
"async-lock",
"async-task",
"atomic-waker",
"fastrand",
"futures-lite",
]
[[package]]
2021-10-25 17:48:47 -05:00
name = "bumpalo"
2023-02-18 09:48:12 -06:00
version = "3.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-18 09:48:12 -06:00
checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
2021-08-17 04:58:56 -05:00
[[package]]
name = "bytemuck"
version = "1.13.1"
2021-08-17 04:58:56 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea"
2021-08-20 04:42:49 -05:00
dependencies = [
"bytemuck_derive",
]
[[package]]
name = "bytemuck_derive"
version = "1.4.1"
2021-08-20 04:42:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdde5c9cd29ebd706ce1b35600920a33550e402fc998a2e53ad3b42c3c47a192"
2021-08-20 04:42:49 -05:00
dependencies = [
2023-02-18 09:48:12 -06:00
"proc-macro2",
"quote",
2023-03-26 05:13:54 -05:00
"syn 2.0.10",
2021-08-20 04:42:49 -05:00
]
2021-08-17 04:58:56 -05:00
2020-05-07 08:13:55 -05:00
[[package]]
name = "byteorder"
version = "1.4.3"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2020-05-07 08:13:55 -05:00
[[package]]
name = "bytes"
2023-02-18 09:48:12 -06:00
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-18 09:48:12 -06:00
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
2022-02-23 08:43:40 -06:00
[[package]]
name = "cairo-rs"
version = "0.15.12"
2022-02-23 08:43:40 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c76ee391b03d35510d9fa917357c7f1855bd9a6659c95a1b392e33f49b3369bc"
2022-02-23 08:43:40 -06:00
dependencies = [
"bitflags",
"cairo-sys-rs",
"glib",
2020-05-07 08:13:55 -05:00
"libc",
"thiserror",
2020-05-07 08:13:55 -05:00
]
2022-02-23 08:43:40 -06:00
[[package]]
name = "cairo-sys-rs"
version = "0.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c55d429bef56ac9172d25fecb85dc8068307d17acd74b377866b7a1ef25d3c8"
dependencies = [
"glib-sys",
2020-05-07 08:13:55 -05:00
"libc",
"system-deps",
2020-05-07 08:13:55 -05:00
]
2021-10-25 17:48:47 -05:00
[[package]]
name = "calloop"
2022-12-28 10:49:00 -06:00
version = "0.10.5"
2021-10-25 17:48:47 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 10:49:00 -06:00
checksum = "1a59225be45a478d772ce015d9743e49e92798ece9e34eda9a6aa2a6a7f40192"
2021-10-25 17:48:47 -05:00
dependencies = [
"log",
"nix 0.25.1",
2022-09-03 05:32:35 -05:00
"slotmap",
"thiserror",
"vec_map",
2021-10-25 17:48:47 -05:00
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "cc"
2023-02-18 09:48:12 -06:00
version = "1.0.79"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-18 09:48:12 -06:00
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
2020-06-06 15:00:49 -05:00
dependencies = [
"jobserver",
]
2020-11-06 08:21:10 -06:00
[[package]]
name = "cesu8"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
[[package]]
name = "cexpr"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
dependencies = [
2022-04-20 12:14:53 -05:00
"nom",
]
2022-02-23 08:43:40 -06:00
[[package]]
name = "cfg-expr"
2023-03-26 05:13:54 -05:00
version = "0.14.0"
2022-02-23 08:43:40 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-26 05:13:54 -05:00
checksum = "a35b255461940a32985c627ce82900867c61db1659764d3675ea81963f72a4c6"
2022-02-23 08:43:40 -06:00
dependencies = [
"smallvec",
]
2020-10-13 12:12:47 -05:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "cfg_aliases"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2023-03-01 06:43:55 -06:00
[[package]]
name = "cgl"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
dependencies = [
"libc",
]
[[package]]
name = "chrono"
version = "0.4.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b"
dependencies = [
2022-09-03 05:32:35 -05:00
"iana-time-zone",
"js-sys",
"num-integer",
"num-traits",
"time",
2022-09-03 05:32:35 -05:00
"wasm-bindgen",
"winapi",
]
2020-06-06 15:00:49 -05:00
[[package]]
name = "clang-sys"
version = "1.6.0"
2020-06-06 15:00:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77ed9a53e5d4d9c573ae844bfac6872b159cb1d1585a83b29e7a64b7eef7332a"
2020-06-06 15:00:49 -05:00
dependencies = [
"glob",
"libc",
"libloading",
2020-06-06 15:00:49 -05:00
]
[[package]]
name = "claxon"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bfbf56724aa9eca8afa4fcfadeb479e722935bb2a0900c2d37e0cc477af0688"
[[package]]
name = "clipboard-win"
version = "4.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7191c27c2357d9b7ef96baac1773290d4ca63b24205b82a3fd8a0637afcf0362"
dependencies = [
"error-code",
"str-buf",
"winapi",
]
2022-09-03 05:32:35 -05:00
[[package]]
name = "cmake"
2022-11-06 08:06:47 -06:00
version = "0.1.49"
2022-09-03 05:32:35 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-06 08:06:47 -06:00
checksum = "db34956e100b30725f2eb215f90d4871051239535632f84fea3bc92722c66b7c"
2022-09-03 05:32:35 -05:00
dependencies = [
"cc",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "cocoa"
2022-11-06 08:06:47 -06:00
version = "0.24.1"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-06 08:06:47 -06:00
checksum = "f425db7937052c684daec3bd6375c8abe2d146dca4b8b143d6db777c39138f3a"
2020-05-07 08:13:55 -05:00
dependencies = [
"bitflags",
"block",
"cocoa-foundation",
2022-09-03 05:32:35 -05:00
"core-foundation",
"core-graphics",
"foreign-types 0.3.2",
2020-05-07 08:13:55 -05:00
"libc",
"objc",
]
[[package]]
name = "cocoa-foundation"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "931d3837c286f56e3c58423ce4eba12d08db2374461a785c86f672b08b5650d6"
dependencies = [
"bitflags",
"block",
2022-09-03 05:32:35 -05:00
"core-foundation",
"core-graphics-types",
2022-09-03 05:32:35 -05:00
"foreign-types 0.3.2",
"libc",
"objc",
]
[[package]]
name = "codespan-reporting"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
dependencies = [
"termcolor",
"unicode-width",
]
2023-02-01 17:38:07 -06:00
[[package]]
name = "com-rs"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf43edc576402991846b093a7ca18a3477e0ef9c588cde84964b5d3e43016642"
2020-11-06 08:21:10 -06:00
[[package]]
name = "combine"
2022-09-03 05:32:35 -05:00
version = "4.6.6"
2020-11-06 08:21:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-03 05:32:35 -05:00
checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4"
2020-11-06 08:21:10 -06:00
dependencies = [
2021-02-03 16:03:26 -06:00
"bytes",
2020-11-06 08:21:10 -06:00
"memchr",
]
2023-03-01 06:43:55 -06:00
[[package]]
name = "concurrent-queue"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c278839b831783b70278b14df4d45e1beb1aad306c07bb796637de9a0e323e8e"
dependencies = [
"crossbeam-utils",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "core-foundation"
version = "0.9.3"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
2020-05-07 08:13:55 -05:00
dependencies = [
2023-02-18 09:48:12 -06:00
"core-foundation-sys 0.8.3",
2020-05-07 08:13:55 -05:00
"libc",
]
2023-02-18 09:48:12 -06:00
[[package]]
name = "core-foundation-sys"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b"
2020-05-07 08:13:55 -05:00
[[package]]
name = "core-foundation-sys"
version = "0.8.3"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
2020-05-07 08:13:55 -05:00
[[package]]
name = "core-graphics"
version = "0.22.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb"
dependencies = [
"bitflags",
2022-09-03 05:32:35 -05:00
"core-foundation",
"core-graphics-types",
2022-09-03 05:32:35 -05:00
"foreign-types 0.3.2",
"libc",
]
[[package]]
name = "core-graphics-types"
version = "0.1.1"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b"
2020-05-07 08:13:55 -05:00
dependencies = [
"bitflags",
2022-09-03 05:32:35 -05:00
"core-foundation",
"foreign-types 0.3.2",
"libc",
]
[[package]]
name = "core-text"
version = "19.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99d74ada66e07c1cefa18f8abfba765b486f250de2e4a999e5727fc0dd4b4a25"
dependencies = [
2022-09-03 05:32:35 -05:00
"core-foundation",
"core-graphics",
"foreign-types 0.3.2",
2020-05-07 08:13:55 -05:00
"libc",
]
[[package]]
name = "coreaudio-rs"
2023-02-18 09:48:12 -06:00
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-18 09:48:12 -06:00
checksum = "cb17e2d1795b1996419648915df94bc7103c28f7b48062d7acf4652fc371b2ff"
dependencies = [
"bitflags",
2023-02-18 09:48:12 -06:00
"core-foundation-sys 0.6.2",
"coreaudio-sys",
]
[[package]]
name = "coreaudio-sys"
2023-03-26 05:13:54 -05:00
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-26 05:13:54 -05:00
checksum = "f034b2258e6c4ade2f73bf87b21047567fb913ee9550837c2316d139b0262b24"
dependencies = [
2023-03-26 05:13:54 -05:00
"bindgen",
]
[[package]]
name = "cpal"
version = "0.15.1"
2022-09-03 05:32:35 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1241019dec4a73f874bdf6fe3467a8478b47cecaf79435f7acb01f107ab41b1"
dependencies = [
"alsa",
2023-02-18 09:48:12 -06:00
"core-foundation-sys 0.8.3",
"coreaudio-rs",
2023-02-18 09:48:12 -06:00
"dasp_sample",
2022-02-19 10:04:23 -06:00
"jack",
"jni 0.19.0",
"js-sys",
"libc",
"mach2",
"ndk 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"ndk-context",
2021-03-16 17:56:15 -05:00
"oboe",
"once_cell",
2023-01-16 06:01:39 -06:00
"parking_lot",
2023-02-18 09:48:12 -06:00
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
2023-03-01 06:43:55 -06:00
"windows 0.44.0",
]
2020-11-03 07:47:02 -06:00
[[package]]
2021-05-06 05:11:37 -05:00
name = "cpufeatures"
2023-03-26 05:13:54 -05:00
version = "0.2.6"
2020-11-03 07:47:02 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-26 05:13:54 -05:00
checksum = "280a9f2d8b3a38871a3c8a46fb80db65e5e5ed97da80c4d08bf27fb63e35e181"
2021-05-17 14:40:39 -05:00
dependencies = [
"libc",
]
2020-11-03 07:47:02 -06:00
2021-10-26 09:42:00 -05:00
[[package]]
name = "crc32fast"
version = "1.3.2"
2021-10-26 09:42:00 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
2021-10-26 09:42:00 -05:00
dependencies = [
2022-09-03 05:32:35 -05:00
"cfg-if",
2021-10-26 09:42:00 -05:00
]
2020-10-22 12:12:30 -05:00
[[package]]
name = "crossbeam-channel"
version = "0.5.7"
2020-10-22 12:12:30 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf2b3e8478797446514c91ef04bafcb59faba183e621ad488df88983cc14128c"
2020-10-22 12:12:30 -05:00
dependencies = [
2022-09-03 05:32:35 -05:00
"cfg-if",
2020-11-25 10:16:44 -06:00
"crossbeam-utils",
2020-10-22 12:12:30 -05:00
]
[[package]]
name = "crossbeam-utils"
version = "0.8.15"
2020-10-22 12:12:30 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
2020-10-22 12:12:30 -05:00
dependencies = [
2022-09-03 05:32:35 -05:00
"cfg-if",
2020-10-22 12:12:30 -05:00
]
2022-09-03 05:32:35 -05:00
[[package]]
name = "crossfont"
version = "0.5.1"
2022-09-03 05:32:35 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21fd3add36ea31aba1520aa5288714dd63be506106753226d0eb387a93bc9c45"
2022-09-03 05:32:35 -05:00
dependencies = [
"cocoa",
"core-foundation",
2023-02-18 09:48:12 -06:00
"core-foundation-sys 0.8.3",
2022-09-03 05:32:35 -05:00
"core-graphics",
"core-text",
"dwrote",
"foreign-types 0.5.0",
"freetype-rs",
"libc",
"log",
"objc",
"once_cell",
"pkg-config",
"servo-fontconfig",
"winapi",
]
[[package]]
name = "crypto-common"
2022-09-03 05:32:35 -05:00
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-03 05:32:35 -05:00
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
"generic-array",
"typenum",
]
2021-12-04 04:02:15 -06:00
[[package]]
name = "cty"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35"
[[package]]
name = "cxx"
2023-03-26 07:34:22 -05:00
version = "1.0.94"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-26 07:34:22 -05:00
checksum = "f61f1b6389c3fe1c316bf8a4dccc90a38208354b330925bce1f74a6c4756eb93"
dependencies = [
"cc",
"cxxbridge-flags",
"cxxbridge-macro",
"link-cplusplus",
]
[[package]]
name = "cxx-build"
2023-03-26 07:34:22 -05:00
version = "1.0.94"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-26 07:34:22 -05:00
checksum = "12cee708e8962df2aeb38f594aae5d827c022b6460ac71a7a3e2c3c2aae5a07b"
dependencies = [
"cc",
"codespan-reporting",
"once_cell",
2023-02-18 09:48:12 -06:00
"proc-macro2",
"quote",
"scratch",
2023-03-26 05:13:54 -05:00
"syn 2.0.10",
]
[[package]]
name = "cxxbridge-flags"
2023-03-26 07:34:22 -05:00
version = "1.0.94"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-26 07:34:22 -05:00
checksum = "7944172ae7e4068c533afbb984114a56c46e9ccddda550499caa222902c7f7bb"
[[package]]
name = "cxxbridge-macro"
2023-03-26 07:34:22 -05:00
version = "1.0.94"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-26 07:34:22 -05:00
checksum = "2345488264226bf682893e25de0769f3360aac9957980ec49361b083ddaa5bc5"
dependencies = [
2023-02-18 09:48:12 -06:00
"proc-macro2",
"quote",
2023-03-26 05:13:54 -05:00
"syn 2.0.10",
]
[[package]]
name = "d3d12"
2022-09-03 05:32:35 -05:00
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-03 05:32:35 -05:00
checksum = "827914e1f53b1e0e025ecd3d967a7836b7bcb54520f90e21ef8df7b4d88a2759"
dependencies = [
"bitflags",
"libloading",
"winapi",
]
2023-02-01 17:38:07 -06:00
[[package]]
name = "d3d12"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8f0de2f5a8e7bd4a9eec0e3c781992a4ce1724f68aec7d7a3715344de8b39da"
dependencies = [
"bitflags",
"libloading",
"winapi",
]
2021-09-20 06:46:12 -05:00
[[package]]
name = "darling"
version = "0.13.4"
2021-09-20 06:46:12 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"
2021-09-20 06:46:12 -05:00
dependencies = [
"darling_core",
"darling_macro",
]
2021-09-20 06:46:12 -05:00
[[package]]
name = "darling_core"
version = "0.13.4"
2021-09-20 06:46:12 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"
2021-09-20 06:46:12 -05:00
dependencies = [
"fnv",
"ident_case",
2023-02-18 09:48:12 -06:00
"proc-macro2",
"quote",
2022-09-03 05:32:35 -05:00
"strsim",
"syn 1.0.109",
2021-09-20 06:46:12 -05:00
]
[[package]]
name = "darling_macro"
version = "0.13.4"
2021-09-20 06:46:12 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"
2021-09-20 06:46:12 -05:00
dependencies = [
"darling_core",
2023-02-18 09:48:12 -06:00
"quote",
"syn 1.0.109",
]
2022-02-25 12:14:25 -06:00
[[package]]
name = "dashmap"
2022-09-03 05:32:35 -05:00
version = "5.4.0"
2022-02-25 12:14:25 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-03 05:32:35 -05:00
checksum = "907076dfda823b0b36d2a1bb5f90c96660a5bbcd7729e10727f07858f22c4edc"
2022-02-25 12:14:25 -06:00
dependencies = [
2022-09-03 05:32:35 -05:00
"cfg-if",
2023-01-16 06:01:39 -06:00
"hashbrown",
2022-05-13 08:55:26 -05:00
"lock_api",
2022-09-03 05:32:35 -05:00
"once_cell",
2023-01-16 06:01:39 -06:00
"parking_lot_core",
2022-02-25 12:14:25 -06:00
]
2023-02-18 09:48:12 -06:00
[[package]]
name = "dasp_sample"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
2023-03-01 06:43:55 -06:00
[[package]]
name = "derivative"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
2023-03-01 06:43:55 -06:00
]
[[package]]
name = "digest"
2022-11-16 01:19:32 -06:00
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 01:19:32 -06:00
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
dependencies = [
2022-02-23 08:43:40 -06:00
"block-buffer",
"crypto-common",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "dirs"
version = "4.0.0"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
2020-05-07 08:13:55 -05:00
dependencies = [
2023-03-26 07:34:22 -05:00
"dirs-sys 0.3.7",
]
[[package]]
name = "dirs"
version = "5.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dece029acd3353e3a58ac2e3eb3c8d6c35827a892edc6cc4138ef9c33df46ecd"
dependencies = [
"dirs-sys 0.4.0",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "dirs-sys"
version = "0.3.7"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
2020-05-07 08:13:55 -05:00
dependencies = [
"libc",
"redox_users",
"winapi",
2020-05-07 08:13:55 -05:00
]
2023-03-26 07:34:22 -05:00
[[package]]
name = "dirs-sys"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04414300db88f70d74c5ff54e50f9e1d1737d9a5b90f53fcf2e95ca2a9ab554b"
dependencies = [
"libc",
"redox_users",
"windows-sys 0.45.0",
]
[[package]]
name = "dispatch"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
[[package]]
name = "displaydoc"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3bf95dc3f046b9da4f2d51833c0d3547d8564ef6910f5c1ed130306a75b92886"
dependencies = [
2023-02-18 09:48:12 -06:00
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "dlib"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac1b7517328c04c2aa68422fc60a41b92208182142ed04a25879c26c8f878794"
dependencies = [
"libloading",
]
[[package]]
name = "downcast-rs"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
[[package]]
name = "dwrote"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439a1c2ba5611ad3ed731280541d36d2e9c4ac5e7fb818a27b604bdc5a6aa65b"
dependencies = [
"lazy_static",
"libc",
"serde",
"serde_derive",
"winapi",
"wio",
]
[[package]]
2022-12-10 09:04:24 -06:00
name = "ecolor"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-10 09:04:24 -06:00
checksum = "b601108bca3af7650440ace4ca55b2daf52c36f2635be3587d77b16efd8d0691"
dependencies = [
"bytemuck",
]
2023-02-18 09:48:12 -06:00
[[package]]
name = "ecolor"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f99fe3cac305af9d6d92971af60d0f7ea4d783201ef1673571567b6699964d9"
dependencies = [
"bytemuck",
]
[[package]]
name = "eframe"
2022-12-28 10:49:00 -06:00
version = "0.20.1"
2022-12-10 09:04:24 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 10:49:00 -06:00
checksum = "5ea929ec5819fef373728bb0e55003ce921975039cfec3ca8305bb024e5b7b32"
dependencies = [
"bytemuck",
2023-02-18 09:48:12 -06:00
"egui 0.20.1",
"egui-wgpu 0.20.0",
"egui-winit 0.20.1",
"js-sys",
"percent-encoding",
"raw-window-handle 0.5.1",
"tracing",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
2023-02-01 17:38:07 -06:00
"wgpu 0.14.2",
2023-02-18 09:48:12 -06:00
"winit 0.27.5",
]
[[package]]
name = "eframe"
version = "0.21.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3df3ce60931e5f2d83bab4484d1a283908534d5308cc6b0c5c22c59cd15ee7cc"
dependencies = [
"bytemuck",
"egui 0.21.0",
"egui-wgpu 0.21.0",
"egui-winit 0.21.1",
2023-03-01 06:43:55 -06:00
"egui_glow",
"glow 0.12.1",
2023-03-01 06:43:55 -06:00
"glutin",
"glutin-winit",
2023-02-18 09:48:12 -06:00
"js-sys",
"percent-encoding",
"pollster 0.3.0",
"raw-window-handle 0.5.1",
2023-02-18 09:48:12 -06:00
"thiserror",
"tracing",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"wgpu 0.15.1",
"winit 0.28.3",
]
[[package]]
name = "egui"
2022-12-28 10:49:00 -06:00
version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 10:49:00 -06:00
checksum = "65a5e883a316e53866977450eecfbcac9c48109c2ab3394af29feb83fcde4ea9"
dependencies = [
2023-02-18 09:48:12 -06:00
"ahash 0.8.3",
"epaint 0.20.0",
"nohash-hasher",
"tracing",
]
[[package]]
name = "egui"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6412a21e0bde7c0918f7fb44bbbb86b5e1f88e63c026a4e747cc7af02f76dfbe"
dependencies = [
2023-03-01 06:43:55 -06:00
"accesskit",
2023-02-18 09:48:12 -06:00
"ahash 0.8.3",
"epaint 0.21.0",
"nohash-hasher",
"tracing",
]
[[package]]
2022-10-16 12:49:36 -05:00
name = "egui-wgpu"
2022-12-10 09:04:24 -06:00
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3a6edfac4c02455f5024dc7cda997629b94748571935773d1a0cfab8213c80a"
dependencies = [
2022-10-16 12:49:36 -05:00
"bytemuck",
2023-02-18 09:48:12 -06:00
"egui 0.20.1",
"pollster 0.2.5",
"tracing",
"type-map 0.5.0",
2023-02-01 17:38:07 -06:00
"wgpu 0.14.2",
2023-02-18 09:48:12 -06:00
"winit 0.27.5",
]
[[package]]
name = "egui-wgpu"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1678d8f30181193e78c15dddae16e6027c6058fdda9631950ade511b8a4b26f5"
dependencies = [
"bytemuck",
"epaint 0.21.0",
"tracing",
"type-map 0.5.0",
"wgpu 0.15.1",
"winit 0.28.3",
]
[[package]]
name = "egui-winit"
2022-12-28 10:49:00 -06:00
version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 10:49:00 -06:00
checksum = "5696bdbe60898b81157f07ae34fe02dbfd522174bd6e620942c269cd7307901f"
dependencies = [
"arboard",
2023-02-18 09:48:12 -06:00
"egui 0.20.1",
"instant",
"smithay-clipboard",
"tracing",
2022-12-10 09:04:24 -06:00
"webbrowser",
2023-02-18 09:48:12 -06:00
"winit 0.27.5",
]
[[package]]
name = "egui-winit"
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab43597ba41f0ce39a364ad83185594578bfd8b3409b99dbcbb01df23afc3dbb"
dependencies = [
2023-03-01 06:43:55 -06:00
"accesskit_winit",
2023-02-18 09:48:12 -06:00
"android-activity 0.4.1",
"arboard",
"egui 0.21.0",
"instant",
"smithay-clipboard",
"tracing",
"webbrowser",
"winit 0.28.3",
]
2023-03-01 06:43:55 -06:00
[[package]]
name = "egui_glow"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8257332fb168a965b3dca81d6a344e053153773c889cabdba0b3b76f1629ae81"
dependencies = [
"bytemuck",
"egui 0.21.0",
"glow 0.12.1",
"memoffset 0.6.5",
2023-03-01 06:43:55 -06:00
"tracing",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "either"
2023-02-18 09:48:12 -06:00
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-18 09:48:12 -06:00
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
[[package]]
name = "emath"
2022-12-10 09:04:24 -06:00
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-10 09:04:24 -06:00
checksum = "5277249c8c3430e7127e4f2c40a77485e7baf11ae132ce9b3253a8ed710df0a0"
dependencies = [
"bytemuck",
]
2023-02-18 09:48:12 -06:00
[[package]]
name = "emath"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8ecd80612937e0267909d5351770fe150004e24dab93954f69ca62eecd3f77e"
dependencies = [
"bytemuck",
]
[[package]]
2021-10-25 17:48:47 -05:00
name = "encoding_rs"
2023-02-18 09:48:12 -06:00
version = "0.8.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-18 09:48:12 -06:00
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
dependencies = [
2022-09-03 05:32:35 -05:00
"cfg-if",
]
[[package]]
2021-10-25 17:48:47 -05:00
name = "encoding_rs_io"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-25 17:48:47 -05:00
checksum = "1cc3c5651fb62ab8aa3103998dade57efdd028544bd300516baa31840c252a83"
dependencies = [
2021-10-25 17:48:47 -05:00
"encoding_rs",
]
2023-03-01 06:43:55 -06:00
[[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 1.0.109",
2023-03-01 06:43:55 -06:00
]
[[package]]
name = "env_logger"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
dependencies = [
"humantime",
"is-terminal",
"log",
"regex",
"termcolor",
]
[[package]]
name = "epaint"
2022-12-10 09:04:24 -06:00
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-10 09:04:24 -06:00
checksum = "de14b65fe5e423e0058f77a8beb2c863b056d0566d6c4ce0d097aa5814cb705a"
dependencies = [
"ab_glyph",
2023-02-18 09:48:12 -06:00
"ahash 0.8.3",
"atomic_refcell",
"bytemuck",
"ecolor 0.20.0",
"emath 0.20.0",
"nohash-hasher",
"parking_lot",
]
[[package]]
name = "epaint"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12e78b5c58a1f7f621f9d546add2adce20636422c9b251e29f749e8a2f713c95"
dependencies = [
"ab_glyph",
"ahash 0.8.3",
"atomic_refcell",
"bytemuck",
2023-02-18 09:48:12 -06:00
"ecolor 0.21.0",
"emath 0.21.0",
"nohash-hasher",
2023-01-16 06:01:39 -06:00
"parking_lot",
]
2021-05-17 14:40:39 -05:00
[[package]]
name = "errno"
version = "0.2.8"
2021-05-17 14:40:39 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
2021-05-17 14:40:39 -05:00
dependencies = [
"errno-dragonfly",
"libc",
"winapi",
2021-05-17 14:40:39 -05:00
]
[[package]]
name = "errno"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50d6a0976c999d473fe89ad888d5a284e55366d9dc9038b1ba2aa15128c4afa0"
dependencies = [
"errno-dragonfly",
"libc",
"windows-sys 0.45.0",
]
2021-05-17 14:40:39 -05:00
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
2021-05-17 14:40:39 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
2021-05-17 14:40:39 -05:00
dependencies = [
"cc",
2021-05-17 14:40:39 -05:00
"libc",
]
[[package]]
name = "error-code"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64f18991e7bf11e7ffee451b5318b5c1a73c52d0d0ada6e5a3017c8c1ced6a21"
dependencies = [
"libc",
"str-buf",
]
2023-03-01 06:43:55 -06:00
[[package]]
name = "event-listener"
version = "2.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
2021-05-17 14:40:39 -05:00
[[package]]
name = "exec"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
dependencies = [
"errno 0.2.8",
2021-05-17 14:40:39 -05:00
"libc",
]
2022-09-03 05:32:35 -05:00
[[package]]
name = "expat-sys"
version = "2.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "658f19728920138342f68408b7cf7644d90d4784353d8ebc32e7e8663dbe45fa"
dependencies = [
"cmake",
"pkg-config",
]
2021-09-02 10:31:25 -05:00
[[package]]
name = "fastrand"
2023-02-18 09:48:12 -06:00
version = "1.9.0"
2021-09-02 10:31:25 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-18 09:48:12 -06:00
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
2021-09-02 10:31:25 -05:00
dependencies = [
"instant",
]
[[package]]
name = "fern"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9f0c14694cbd524c8720dd69b0e3179344f04ebb5f90f2e4a440c6ea3b2f1ee"
dependencies = [
2020-11-03 07:47:02 -06:00
"log",
]
2022-02-23 08:43:40 -06:00
[[package]]
name = "field-offset"
version = "0.3.5"
2022-02-23 08:43:40 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3cf3a800ff6e860c863ca6d4b16fd999db8b752819c1606884047b73e468535"
2022-02-23 08:43:40 -06:00
dependencies = [
"memoffset 0.8.0",
2023-02-18 09:48:12 -06:00
"rustc_version",
2022-02-23 08:43:40 -06:00
]
[[package]]
name = "flate2"
version = "1.0.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
dependencies = [
"crc32fast",
2022-12-28 10:49:00 -06:00
"miniz_oxide",
]
[[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",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "fnv"
version = "1.0.7"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2020-05-07 08:13:55 -05:00
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
2022-09-03 05:32:35 -05:00
"foreign-types-shared 0.1.1",
]
[[package]]
name = "foreign-types"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
dependencies = [
"foreign-types-macros",
"foreign-types-shared 0.3.1",
]
[[package]]
name = "foreign-types-macros"
2023-03-27 05:52:15 -05:00
version = "0.2.3"
2022-09-03 05:32:35 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-27 05:52:15 -05:00
checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
2022-09-03 05:32:35 -05:00
dependencies = [
2023-02-18 09:48:12 -06:00
"proc-macro2",
"quote",
2023-03-27 05:52:15 -05:00
"syn 2.0.10",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
2022-09-03 05:32:35 -05:00
[[package]]
name = "foreign-types-shared"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
2020-11-07 14:16:53 -06:00
[[package]]
name = "form_urlencoded"
version = "1.1.0"
2020-11-07 14:16:53 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
2020-11-07 14:16:53 -06:00
dependencies = [
"percent-encoding",
2020-11-07 14:16:53 -06:00
]
2022-09-03 05:32:35 -05:00
[[package]]
name = "freetype-rs"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74eadec9d0a5c28c54bb9882e54787275152a4e36ce206b45d7451384e5bf5fb"
dependencies = [
"bitflags",
"freetype-sys",
"libc",
]
[[package]]
name = "freetype-sys"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a37d4011c0cc628dfa766fcc195454f4b068d7afdc2adfd28861191d866e731a"
dependencies = [
"cmake",
"libc",
"pkg-config",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "futures"
version = "0.3.27"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "531ac96c6ff5fd7c62263c5e3c67a603af4fcaee2e1a0ae5565ba3a11e69e549"
2020-05-07 08:13:55 -05:00
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
version = "0.3.27"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "164713a5a0dcc3e7b4b1ed7d3b433cabc18025386f9339346e8daf15963cf7ac"
2020-05-07 08:13:55 -05:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
version = "0.3.27"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86d7a0c1aa76363dac491de0ee99faf6941128376f1cf96f07db7603b7de69dd"
2020-05-07 08:13:55 -05:00
[[package]]
name = "futures-executor"
version = "0.3.27"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1997dd9df74cdac935c76252744c1ed5794fac083242ea4fe77ef3ed60ba0f83"
2020-05-07 08:13:55 -05:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
version = "0.3.27"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89d422fa3cbe3b40dca574ab087abb5bc98258ea57eea3fd6f1fa7162c778b91"
2020-05-07 08:13:55 -05:00
2023-03-01 06:43:55 -06:00
[[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",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "futures-macro"
version = "0.3.27"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3eb14ed937631bd8b8b8977f2c198443447a8355b6e3ca599f38c975e5a963b6"
2020-05-07 08:13:55 -05:00
dependencies = [
2023-02-18 09:48:12 -06:00
"proc-macro2",
"quote",
"syn 1.0.109",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "futures-sink"
version = "0.3.27"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec93083a4aecafb2a80a885c9de1f0ccae9dbd32c2bb54b0c3a65690e0b8d2f2"
2020-05-07 08:13:55 -05:00
[[package]]
name = "futures-task"
version = "0.3.27"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd65540d33b37b16542a0438c12e6aeead10d4ac5d05bd3f805b8f35ab592879"
2020-05-07 08:13:55 -05:00
[[package]]
name = "futures-util"
version = "0.3.27"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ef6b17e481503ec85211fed8f39d1970f128935ca1f814cd32ac4a6842e84ab"
2020-05-07 08:13:55 -05:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
2021-02-03 16:03:26 -06:00
"pin-project-lite",
2020-05-07 08:13:55 -05:00
"pin-utils",
"slab",
]
2020-10-26 16:48:04 -05:00
[[package]]
name = "fxhash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
dependencies = [
"byteorder",
]
2022-02-23 08:43:40 -06:00
[[package]]
name = "gdk"
version = "0.15.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6e05c1f572ab0e1f15be94217f0dc29088c248b14f792a5ff0af0d84bcda9e8"
dependencies = [
"bitflags",
"cairo-rs",
"gdk-pixbuf",
"gdk-sys",
"gio",
"glib",
2022-02-23 08:43:40 -06:00
"libc",
"pango",
2022-02-23 08:43:40 -06:00
]
[[package]]
name = "gdk-pixbuf"
2022-05-13 08:55:26 -05:00
version = "0.15.11"
2022-02-23 08:43:40 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 08:55:26 -05:00
checksum = "ad38dd9cc8b099cceecdf41375bb6d481b1b5a7cd5cd603e10a69a9383f8619a"
2022-02-23 08:43:40 -06:00
dependencies = [
"bitflags",
"gdk-pixbuf-sys",
"gio",
"glib",
2022-02-23 08:43:40 -06:00
"libc",
]
[[package]]
name = "gdk-pixbuf-sys"
version = "0.15.10"
2022-02-23 08:43:40 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "140b2f5378256527150350a8346dbdb08fadc13453a7a2d73aecd5fab3c402a7"
2022-02-23 08:43:40 -06:00
dependencies = [
"gio-sys",
"glib-sys",
"gobject-sys",
2020-05-07 08:13:55 -05:00
"libc",
"system-deps",
2022-02-23 08:43:40 -06:00
]
[[package]]
name = "gdk-sys"
version = "0.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32e7a08c1e8f06f4177fb7e51a777b8c1689f743a7bc11ea91d44d2226073a88"
dependencies = [
"cairo-sys-rs",
"gdk-pixbuf-sys",
"gio-sys",
"glib-sys",
"gobject-sys",
2022-02-23 08:43:40 -06:00
"libc",
"pango-sys",
2022-02-23 08:43:40 -06:00
"pkg-config",
"system-deps",
2020-05-07 08:13:55 -05:00
]
2020-11-03 07:47:02 -06:00
[[package]]
name = "generic-array"
2022-09-03 05:32:35 -05:00
version = "0.14.6"
2020-11-03 07:47:02 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-03 05:32:35 -05:00
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
2020-11-03 07:47:02 -06:00
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "gethostname"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"
dependencies = [
"libc",
"winapi",
]
[[package]]
name = "getrandom"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
dependencies = [
2022-09-03 05:32:35 -05:00
"cfg-if",
"libc",
"wasi 0.11.0+wasi-snapshot-preview1",
2021-10-26 09:42:00 -05:00
]
[[package]]
name = "gimli"
2023-02-18 09:48:12 -06:00
version = "0.27.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-18 09:48:12 -06:00
checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4"
2022-02-23 08:43:40 -06:00
[[package]]
name = "gio"
version = "0.15.12"
2022-02-23 08:43:40 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68fdbc90312d462781a395f7a16d96a2b379bb6ef8cd6310a2df272771c4283b"
2022-02-23 08:43:40 -06:00
dependencies = [
"bitflags",
"futures-channel",
"futures-core",
"futures-io",
"gio-sys",
"glib",
2020-05-07 08:13:55 -05:00
"libc",
"once_cell",
"thiserror",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "gio-sys"
version = "0.15.10"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32157a475271e2c4a023382e9cab31c4584ee30a97da41d3c4e9fdd605abcf8d"
2020-05-07 08:13:55 -05:00
dependencies = [
"glib-sys",
"gobject-sys",
2022-02-23 08:43:40 -06:00
"libc",
"system-deps",
2022-02-23 08:43:40 -06:00
"winapi",
]
2023-03-01 06:43:55 -06:00
[[package]]
name = "gl_generator"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
dependencies = [
"khronos_api",
"log",
"xml-rs",
]
[[package]]
name = "glam"
2023-03-26 07:34:22 -05:00
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-26 07:34:22 -05:00
checksum = "8e4afd9ad95555081e109fe1d21f2a30c691b5f0919c67dfa690a2e1eb6bd51c"
dependencies = [
"serde",
]
2022-02-23 08:43:40 -06:00
[[package]]
name = "glib"
version = "0.15.12"
2022-02-23 08:43:40 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edb0306fbad0ab5428b0ca674a23893db909a98582969c9b537be4ced78c505d"
2022-02-23 08:43:40 -06:00
dependencies = [
"bitflags",
"futures-channel",
"futures-core",
"futures-executor",
"futures-task",
"glib-macros",
"glib-sys",
"gobject-sys",
2022-02-23 08:43:40 -06:00
"libc",
"once_cell",
"smallvec",
"thiserror",
]
[[package]]
name = "glib-macros"
2023-03-27 05:52:15 -05:00
version = "0.15.13"
2022-02-23 08:43:40 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-27 05:52:15 -05:00
checksum = "10c6ae9f6fa26f4fb2ac16b528d138d971ead56141de489f8111e259b9df3c4a"
2022-02-23 08:43:40 -06:00
dependencies = [
"anyhow",
2023-02-18 09:48:12 -06:00
"heck 0.4.1",
"proc-macro-crate",
2022-02-23 08:43:40 -06:00
"proc-macro-error",
2023-02-18 09:48:12 -06:00
"proc-macro2",
"quote",
"syn 1.0.109",
2022-02-23 08:43:40 -06:00
]
[[package]]
name = "glib-sys"
version = "0.15.10"
2022-02-23 08:43:40 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef4b192f8e65e9cf76cbf4ea71fa8e3be4a0e18ffe3d68b8da6836974cc5bad4"
2022-02-23 08:43:40 -06:00
dependencies = [
"libc",
"system-deps",
2020-05-07 08:13:55 -05:00
]
2020-06-06 15:00:49 -05:00
[[package]]
name = "glob"
version = "0.3.1"
2020-06-06 15:00:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
2020-06-06 15:00:49 -05:00
[[package]]
name = "glow"
2022-01-04 18:28:56 -06:00
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-04 18:28:56 -06:00
checksum = "d8bd5877156a19b8ac83a29b2306fe20537429d318f3ff0a1a2119f8d9c61919"
dependencies = [
"js-sys",
"slotmap",
"wasm-bindgen",
"web-sys",
]
2023-02-01 17:38:07 -06:00
[[package]]
name = "glow"
version = "0.12.1"
2023-02-01 17:38:07 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e007a07a24de5ecae94160f141029e9a347282cfe25d1d58d85d845cf3130f1"
2023-02-01 17:38:07 -06:00
dependencies = [
"js-sys",
"slotmap",
"wasm-bindgen",
"web-sys",
]
2023-03-01 06:43:55 -06:00
[[package]]
name = "glutin"
version = "0.30.7"
2023-03-01 06:43:55 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f89bab9ec7715de13d5d5402238e66f48e3a5ae636ebb45aba4013c962e2ff15"
2023-03-01 06:43:55 -06:00
dependencies = [
"bitflags",
"cfg_aliases",
"cgl",
"core-foundation",
"dispatch",
"glutin_egl_sys",
"glutin_glx_sys",
"glutin_wgl_sys",
"libloading",
"objc2",
"once_cell",
"raw-window-handle 0.5.1",
2023-03-01 06:43:55 -06:00
"wayland-sys 0.30.1",
"windows-sys 0.45.0",
"x11-dl",
]
[[package]]
name = "glutin-winit"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "629a873fc04062830bfe8f97c03773bcd7b371e23bcc465d0a61448cd1588fa4"
dependencies = [
"cfg_aliases",
"glutin",
"raw-window-handle 0.5.1",
"winit 0.28.3",
2023-03-01 06:43:55 -06:00
]
[[package]]
name = "glutin_egl_sys"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5aaf0abb5c4148685b33101ae326a207946b4d3764d6cdc79f8316cdaa8367d"
dependencies = [
"gl_generator",
"windows-sys 0.45.0",
]
[[package]]
name = "glutin_glx_sys"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b53cb5fe568964aa066a3ba91eac5ecbac869fb0842cd0dc9e412434f1a1494"
dependencies = [
"gl_generator",
"x11-dl",
]
[[package]]
name = "glutin_wgl_sys"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef89398e90033fc6bc65e9bd42fd29bbbfd483bda5b56dc5562f455550618165"
dependencies = [
"gl_generator",
]
[[package]]
name = "glyph_brush_layout"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc32c2334f00ca5ac3695c5009ae35da21da8c62d255b5b96d56e2597a637a38"
dependencies = [
"ab_glyph",
"approx",
"xi-unicode",
2022-02-23 08:43:40 -06:00
]
[[package]]
name = "gobject-sys"
version = "0.15.10"
2022-02-23 08:43:40 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d57ce44246becd17153bd035ab4d32cfee096a657fc01f2231c9278378d1e0a"
2022-02-23 08:43:40 -06:00
dependencies = [
"glib-sys",
2020-05-07 08:13:55 -05:00
"libc",
"system-deps",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "gpu-alloc"
2022-01-27 14:51:41 -06:00
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-27 14:51:41 -06:00
checksum = "7fc59e5f710e310e76e6707f86c561dd646f69a8876da9131703b2f717de818d"
dependencies = [
"bitflags",
"gpu-alloc-types",
]
[[package]]
name = "gpu-alloc-types"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54804d0d6bc9d7f26db4eaec1ad10def69b599315f487d32c334a80d1efe67a5"
dependencies = [
"bitflags",
]
2023-02-01 17:38:07 -06:00
[[package]]
name = "gpu-allocator"
2023-02-10 12:28:32 -06:00
version = "0.22.0"
2023-02-01 17:38:07 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 12:28:32 -06:00
checksum = "ce95f9e2e11c2c6fadfce42b5af60005db06576f231f5c92550fdded43c423e8"
2023-02-01 17:38:07 -06:00
dependencies = [
"backtrace",
"log",
"thiserror",
"winapi",
2023-03-01 06:43:55 -06:00
"windows 0.44.0",
2023-02-01 17:38:07 -06:00
]
[[package]]
name = "gpu-descriptor"
2022-09-03 05:32:35 -05:00
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-03 05:32:35 -05:00
checksum = "0b0c02e1ba0bdb14e965058ca34e09c020f8e507a760df1121728e0aef68d57a"
dependencies = [
"bitflags",
"gpu-descriptor-types",
2023-01-16 06:01:39 -06:00
"hashbrown",
]
[[package]]
name = "gpu-descriptor-types"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "363e3677e55ad168fef68cf9de3a4a310b53124c5e784c53a1d70e92d23f2126"
dependencies = [
"bitflags",
]
2022-02-23 08:43:40 -06:00
[[package]]
name = "gtk"
2022-05-13 08:55:26 -05:00
version = "0.15.5"
2022-02-23 08:43:40 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 08:55:26 -05:00
checksum = "92e3004a2d5d6d8b5057d2b57b3712c9529b62e82c77f25c1fecde1fd5c23bd0"
2022-02-23 08:43:40 -06:00
dependencies = [
"atk",
2022-02-23 08:43:40 -06:00
"bitflags",
"cairo-rs",
2022-02-23 08:43:40 -06:00
"field-offset",
"futures-channel",
"gdk",
"gdk-pixbuf",
"gio",
"glib",
"gtk-sys",
2022-02-23 08:43:40 -06:00
"gtk3-macros",
"libc",
"once_cell",
"pango",
"pkg-config",
2020-05-07 08:13:55 -05:00
]
2022-02-23 08:43:40 -06:00
[[package]]
name = "gtk-sys"
version = "0.15.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5bc2f0587cba247f60246a0ca11fe25fb733eabc3de12d1965fc07efab87c84"
dependencies = [
"atk-sys",
"cairo-sys-rs",
"gdk-pixbuf-sys",
"gdk-sys",
"gio-sys",
"glib-sys",
"gobject-sys",
2020-05-07 08:13:55 -05:00
"libc",
"pango-sys",
"system-deps",
2022-02-23 08:43:40 -06:00
]
[[package]]
name = "gtk3-macros"
2023-03-27 05:52:15 -05:00
version = "0.15.6"
2022-02-23 08:43:40 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-27 05:52:15 -05:00
checksum = "684c0456c086e8e7e9af73ec5b84e35938df394712054550e81558d21c44ab0d"
2022-02-23 08:43:40 -06:00
dependencies = [
"anyhow",
"proc-macro-crate",
2022-02-23 08:43:40 -06:00
"proc-macro-error",
2023-02-18 09:48:12 -06:00
"proc-macro2",
"quote",
"syn 1.0.109",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "h2"
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5be7b54589b581f624f566bf5d8eb2bab1db736c51528720b6bd36b96b55924d"
dependencies = [
2021-02-03 16:03:26 -06:00
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
2021-02-03 16:03:26 -06:00
"tokio",
"tokio-util",
"tracing",
]
2021-08-15 15:07:44 -05:00
[[package]]
name = "hashbrown"
2022-09-03 05:32:35 -05:00
version = "0.12.3"
2021-08-15 15:07:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-03 05:32:35 -05:00
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
dependencies = [
"ahash 0.7.6",
]
2021-08-15 15:07:44 -05:00
2023-02-01 17:38:07 -06:00
[[package]]
name = "hassle-rs"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90601c6189668c7345fc53842cb3f3a3d872203d523be1b3cb44a36a3e62fb85"
dependencies = [
"bitflags",
"com-rs",
"libc",
"libloading",
"thiserror",
"widestring 0.5.1",
"winapi",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "headers"
2022-09-03 05:32:35 -05:00
version = "0.3.8"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-03 05:32:35 -05:00
checksum = "f3e372db8e5c0d213e0cd0b9be18be2aca3d44cf2fe30a9d46a65581cd454584"
2020-05-07 08:13:55 -05:00
dependencies = [
2023-02-18 09:48:12 -06:00
"base64 0.13.1",
2020-05-07 08:13:55 -05:00
"bitflags",
2021-02-03 16:03:26 -06:00
"bytes",
2020-05-07 08:13:55 -05:00
"headers-core",
"http",
2021-10-25 17:48:47 -05:00
"httpdate",
2020-11-03 07:47:02 -06:00
"mime",
2023-02-18 09:48:12 -06:00
"sha1",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "headers-core"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
dependencies = [
"http",
]
[[package]]
name = "heck"
2021-08-15 15:07:44 -05:00
version = "0.3.3"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-15 15:07:44 -05:00
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
2020-05-07 08:13:55 -05:00
dependencies = [
"unicode-segmentation",
]
2022-02-23 08:43:40 -06:00
[[package]]
name = "heck"
2023-02-18 09:48:12 -06:00
version = "0.4.1"
2022-02-23 08:43:40 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-18 09:48:12 -06:00
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2022-02-23 08:43:40 -06:00
[[package]]
name = "hermit-abi"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
dependencies = [
"libc",
]
2023-02-18 09:48:12 -06:00
[[package]]
name = "hermit-abi"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
2023-03-01 06:43:55 -06:00
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "hexf-parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
[[package]]
name = "hound"
version = "3.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d13cdbd5dbb29f9c88095bbdc2590c9cba0d0a1269b983fef6b2cdd7e9f4db1"
2020-05-07 08:13:55 -05:00
[[package]]
name = "http"
2023-02-18 09:48:12 -06:00
version = "0.2.9"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-18 09:48:12 -06:00
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
2020-05-07 08:13:55 -05:00
dependencies = [
2021-02-03 16:03:26 -06:00
"bytes",
2020-05-07 08:13:55 -05:00
"fnv",
"itoa",
2020-05-07 08:13:55 -05:00
]
2020-12-25 20:08:15 -06:00
[[package]]
name = "http-body"
version = "0.4.5"
2020-12-25 20:08:15 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
2020-12-25 20:08:15 -06:00
dependencies = [
2021-02-03 16:03:26 -06:00
"bytes",
2020-12-25 20:08:15 -06:00
"http",
2021-03-20 12:50:15 -05:00
"pin-project-lite",
2020-12-25 20:08:15 -06:00
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "httparse"
2022-09-03 05:32:35 -05:00
version = "1.8.0"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-03 05:32:35 -05:00
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
2020-05-07 08:13:55 -05:00
[[package]]
name = "httpdate"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
2020-06-06 15:00:49 -05:00
[[package]]
name = "humantime"
version = "2.1.0"
2020-06-06 15:00:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
2020-06-06 15:00:49 -05:00
2020-12-25 20:08:15 -06:00
[[package]]
name = "hyper"
version = "0.14.25"
2020-12-25 20:08:15 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc5e554ff619822309ffd57d8734d77cd5ce6238bc956f037ea06c58238c9899"
2020-12-25 20:08:15 -06:00
dependencies = [
2021-02-03 16:03:26 -06:00
"bytes",
2020-12-25 20:08:15 -06:00
"futures-channel",
"futures-core",
"futures-util",
2021-02-03 16:03:26 -06:00
"h2",
2020-12-25 20:08:15 -06:00
"http",
2021-02-03 16:03:26 -06:00
"http-body",
2020-12-25 20:08:15 -06:00
"httparse",
"httpdate",
"itoa",
2021-08-15 15:07:44 -05:00
"pin-project-lite",
2023-03-26 07:34:22 -05:00
"socket2 0.4.9",
2021-02-03 16:03:26 -06:00
"tokio",
2020-05-07 08:13:55 -05:00
"tower-service",
"tracing",
2020-05-07 08:13:55 -05:00
"want",
]
[[package]]
name = "hyper-tls"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
dependencies = [
2021-02-03 16:03:26 -06:00
"bytes",
"hyper",
"native-tls",
2021-02-03 16:03:26 -06:00
"tokio",
"tokio-native-tls",
]
2022-09-03 05:32:35 -05:00
[[package]]
name = "iana-time-zone"
version = "0.1.54"
2022-09-03 05:32:35 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c17cc76786e99f8d2f055c11159e7f0091c42474dcc3189fbab96072e873e6d"
2022-09-03 05:32:35 -05:00
dependencies = [
"android_system_properties",
2023-02-18 09:48:12 -06:00
"core-foundation-sys 0.8.3",
"iana-time-zone-haiku",
2022-09-03 05:32:35 -05:00
"js-sys",
"wasm-bindgen",
"windows 0.46.0",
2022-09-03 05:32:35 -05:00
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
dependencies = [
"cxx",
"cxx-build",
]
2021-10-25 17:48:47 -05:00
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-25 17:48:47 -05:00
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
[[package]]
name = "idna"
version = "0.3.0"
2021-10-25 17:48:47 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
2021-10-25 17:48:47 -05:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "indexmap"
2023-03-26 05:13:54 -05:00
version = "1.9.3"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-26 05:13:54 -05:00
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2020-05-07 08:13:55 -05:00
dependencies = [
2020-11-03 07:47:02 -06:00
"autocfg",
2023-01-16 06:01:39 -06:00
"hashbrown",
2020-05-07 08:13:55 -05:00
]
2020-10-26 16:48:04 -05:00
[[package]]
name = "instant"
2021-10-25 17:48:47 -05:00
version = "0.1.12"
2020-10-26 16:48:04 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-25 17:48:47 -05:00
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
2020-10-26 16:48:04 -05:00
dependencies = [
2022-09-03 05:32:35 -05:00
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "intl-memoizer"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c310433e4a310918d6ed9243542a6b83ec1183df95dff8f23f87bb88a264a66f"
dependencies = [
"type-map 0.4.0",
"unic-langid",
]
[[package]]
name = "intl_pluralrules"
version = "7.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972"
dependencies = [
"unic-langid",
]
[[package]]
name = "io-lifetimes"
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09270fd4fa1111bc614ed2246c7ef56239a3063d5be0d1ec3b589c505d400aeb"
dependencies = [
"hermit-abi 0.3.1",
"libc",
2023-02-18 09:48:12 -06:00
"windows-sys 0.45.0",
]
2020-11-06 08:21:10 -06:00
[[package]]
name = "ipnet"
version = "2.7.1"
2020-11-06 08:21:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146"
[[package]]
name = "is-terminal"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8687c819457e979cc940d09cb16e42a1bf70aa6b60a549de6d3a62a0ee90c69e"
dependencies = [
2023-02-18 09:48:12 -06:00
"hermit-abi 0.3.1",
"io-lifetimes",
"rustix 0.36.11",
2023-02-18 09:48:12 -06:00
"windows-sys 0.45.0",
]
2020-11-06 08:21:10 -06:00
[[package]]
name = "itoa"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
2022-02-19 10:04:23 -06:00
[[package]]
name = "jack"
2023-02-18 09:48:12 -06:00
version = "0.11.4"
2022-02-19 10:04:23 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-18 09:48:12 -06:00
checksum = "0e5a18a3c2aefb354fb77111ade228b20267bdc779de84e7a4ccf7ea96b9a6cd"
2022-02-19 10:04:23 -06:00
dependencies = [
"bitflags",
"jack-sys",
"lazy_static",
"libc",
"log",
]
[[package]]
name = "jack-sys"
2023-02-18 09:48:12 -06:00
version = "0.5.1"
2022-02-19 10:04:23 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-18 09:48:12 -06:00
checksum = "6013b7619b95a22b576dfb43296faa4ecbe40abbdb97dfd22ead520775fc86ab"
2022-02-19 10:04:23 -06:00
dependencies = [
2023-02-18 09:48:12 -06:00
"bitflags",
2022-02-19 10:04:23 -06:00
"lazy_static",
"libc",
"libloading",
2023-02-18 09:48:12 -06:00
"log",
2022-02-19 10:04:23 -06:00
"pkg-config",
]
2020-11-06 08:21:10 -06:00
[[package]]
name = "jni"
2021-02-11 10:31:02 -06:00
version = "0.19.0"
2020-11-06 08:21:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-11 10:31:02 -06:00
checksum = "c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec"
2020-11-06 08:21:10 -06:00
dependencies = [
"cesu8",
"combine",
2020-11-06 08:21:10 -06:00
"jni-sys",
"log",
"thiserror",
"walkdir",
]
[[package]]
name = "jni"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "039022cdf4d7b1cf548d31f60ae783138e5fd42013f6271049d7df7afadef96c"
dependencies = [
"cesu8",
"combine",
"jni-sys",
"log",
"thiserror",
"walkdir",
]
2023-02-18 09:48:12 -06:00
[[package]]
name = "jni"
version = "0.21.1"
2023-02-18 09:48:12 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
2023-02-18 09:48:12 -06:00
dependencies = [
"cesu8",
"cfg-if",
"combine",
"jni-sys",
"log",
"thiserror",
"walkdir",
"windows-sys 0.45.0",
]
2020-11-06 08:21:10 -06:00
[[package]]
name = "jni-sys"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
2020-06-06 15:00:49 -05:00
[[package]]
name = "jobserver"
version = "0.1.26"
2020-06-06 15:00:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
2020-06-06 15:00:49 -05:00
dependencies = [
"libc",
]
[[package]]
name = "js-sys"
2023-02-01 17:38:07 -06:00
version = "0.3.61"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-01 17:38:07 -06:00
checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "khronos-egl"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c2352bd1d0bceb871cb9d40f24360c8133c11d7486b68b5381c1dd1a32015e3"
dependencies = [
"libc",
"libloading",
2022-09-03 05:32:35 -05:00
"pkg-config",
]
2023-03-01 06:43:55 -06:00
[[package]]
name = "khronos_api"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
2020-05-07 08:13:55 -05:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2020-06-06 15:00:49 -05:00
[[package]]
name = "lazycell"
version = "1.3.0"
2020-06-06 15:00:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2020-06-06 15:00:49 -05:00
[[package]]
name = "lewton"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "777b48df9aaab155475a83a7df3070395ea1ac6902f5cd062b8f2b028075c030"
dependencies = [
"byteorder",
"ogg",
"tinyvec",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "libc"
version = "0.2.140"
2022-02-19 10:04:23 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c"
2022-02-19 10:04:23 -06:00
[[package]]
name = "libloading"
2022-11-16 01:19:32 -06:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 01:19:32 -06:00
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
dependencies = [
2022-09-03 05:32:35 -05:00
"cfg-if",
"winapi",
]
[[package]]
name = "link-cplusplus"
2022-12-28 10:49:00 -06:00
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 10:49:00 -06:00
checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
dependencies = [
"cc",
]
[[package]]
name = "linux-raw-sys"
2022-12-28 10:49:00 -06:00
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 10:49:00 -06:00
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
[[package]]
name = "linux-raw-sys"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd550e73688e6d578f0ac2119e32b797a327631a42f9433e59d02e139c8df60d"
2022-11-16 01:19:32 -06:00
[[package]]
name = "local-ip-address"
version = "0.5.1"
2022-11-16 01:19:32 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "faa9d02443a1741e9f51dafdfcbffb3863b2a89c457d762b40337d6c5153ef81"
2022-11-16 01:19:32 -06:00
dependencies = [
"libc",
"neli",
"thiserror",
"windows-sys 0.42.0",
]
[[package]]
name = "locale_config"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d2c35b16f4483f6c26f0e4e9550717a2f6575bcd6f12a53ff0c490a94a6934"
dependencies = [
"lazy_static",
"objc",
"objc-foundation",
"regex",
"winapi",
]
2020-10-26 16:48:04 -05:00
[[package]]
name = "lock_api"
version = "0.4.9"
2020-10-26 16:48:04 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
2020-10-26 16:48:04 -05:00
dependencies = [
"autocfg",
2020-10-26 16:48:04 -05:00
"scopeguard",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "log"
2022-05-13 08:55:26 -05:00
version = "0.4.17"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 08:55:26 -05:00
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
2020-05-07 08:13:55 -05:00
dependencies = [
2022-09-03 05:32:35 -05:00
"cfg-if",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "mach2"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d0d1830bcd151a6fc4aea1369af235b36c1528fe976b8ff678683c9995eade8"
dependencies = [
"libc",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "malloc_buf"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
dependencies = [
"libc",
]
[[package]]
name = "memchr"
2022-05-13 08:55:26 -05:00
version = "2.5.0"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 08:55:26 -05:00
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2020-05-07 08:13:55 -05:00
2021-10-25 17:48:47 -05:00
[[package]]
name = "memmap2"
version = "0.5.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
dependencies = [
"libc",
]
[[package]]
name = "memoffset"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
dependencies = [
2020-11-03 07:47:02 -06:00
"autocfg",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "memoffset"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
dependencies = [
"autocfg",
]
[[package]]
name = "memoffset"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
dependencies = [
"autocfg",
]
[[package]]
name = "metal"
2022-09-03 05:32:35 -05:00
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-03 05:32:35 -05:00
checksum = "de11355d1f6781482d027a3b4d4de7825dcedb197bf573e0596d00008402d060"
dependencies = [
"bitflags",
"block",
"core-graphics-types",
2022-09-03 05:32:35 -05:00
"foreign-types 0.3.2",
"log",
"objc",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "mime"
version = "0.3.17"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2020-05-07 08:13:55 -05:00
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2022-11-06 08:06:47 -06:00
[[package]]
name = "miniz_oxide"
2023-02-10 12:28:32 -06:00
version = "0.6.2"
2022-11-06 08:06:47 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 12:28:32 -06:00
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
2022-11-06 08:06:47 -06:00
dependencies = [
"adler",
]
[[package]]
name = "mio"
2023-02-18 09:48:12 -06:00
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-18 09:48:12 -06:00
checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9"
dependencies = [
"libc",
"log",
2022-03-13 06:15:17 -05:00
"wasi 0.11.0+wasi-snapshot-preview1",
2023-02-18 09:48:12 -06:00
"windows-sys 0.45.0",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "msgbox"
2022-02-23 08:43:40 -06:00
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-23 08:43:40 -06:00
checksum = "5c50ad84d85f9deb59cf8bee0cd5a274504a4247f446ce089fdf8475d77fe605"
2020-05-07 08:13:55 -05:00
dependencies = [
"cocoa",
"glib",
"gtk",
2020-05-07 08:13:55 -05:00
"objc",
2020-10-13 12:12:47 -05:00
"thiserror",
"winapi",
]
[[package]]
name = "naga"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "262d2840e72dbe250e8cf2f522d080988dfca624c4112c096238a4845f591707"
dependencies = [
"bit-set",
"bitflags",
"codespan-reporting",
"hexf-parse",
"indexmap",
"log",
"num-traits",
"rustc-hash",
"spirv",
"termcolor",
"thiserror",
2023-02-18 09:48:12 -06:00
"unicode-xid",
]
2023-02-01 17:38:07 -06:00
[[package]]
name = "naga"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5eafe22a23b797c9bc227c6c896419b26b5bb88fa903417a3adaed08778850d5"
dependencies = [
"bit-set",
"bitflags",
"codespan-reporting",
"hexf-parse",
"indexmap",
"log",
"num-traits",
"rustc-hash",
"spirv",
"termcolor",
"thiserror",
2023-02-18 09:48:12 -06:00
"unicode-xid",
2023-02-01 17:38:07 -06:00
]
2020-11-06 08:21:10 -06:00
[[package]]
name = "native-tls"
2022-11-06 08:06:47 -06:00
version = "0.2.11"
2020-11-06 08:21:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-06 08:06:47 -06:00
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
2020-11-06 08:21:10 -06:00
dependencies = [
"lazy_static",
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
]
2021-08-31 05:39:32 -05:00
[[package]]
name = "ndk"
2022-09-03 05:32:35 -05:00
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-03 05:32:35 -05:00
checksum = "451422b7e4718271c8b5b3aadf5adedba43dc76312454b387e98fae0fc951aa0"
dependencies = [
"bitflags",
"jni-sys",
2022-11-16 01:19:32 -06:00
"ndk-sys 0.4.1+23.1.7779620",
"num_enum",
"raw-window-handle 0.5.1",
"thiserror",
]
[[package]]
name = "ndk"
version = "0.7.0"
source = "git+https://github.com/zarik5/android-ndk-rs?rev=dea742a#dea742a27396ee2bd3b297a27675eda2758dcd01"
dependencies = [
"bitflags",
"jni-sys",
"ndk-sys 0.4.0+25.0.8775105",
"num_enum",
"raw-window-handle 0.5.1",
"thiserror",
]
[[package]]
name = "ndk-context"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
[[package]]
name = "ndk-glue"
2022-09-03 05:32:35 -05:00
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-03 05:32:35 -05:00
checksum = "0434fabdd2c15e0aab768ca31d5b7b333717f03cf02037d5a0a3ff3c278ed67f"
dependencies = [
"libc",
"log",
"ndk 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"ndk-context",
2022-01-04 18:28:56 -06:00
"ndk-macro",
2022-11-16 01:19:32 -06:00
"ndk-sys 0.4.1+23.1.7779620",
2022-09-03 05:32:35 -05:00
"once_cell",
2023-01-16 06:01:39 -06:00
"parking_lot",
2021-09-20 06:46:12 -05:00
]
[[package]]
name = "ndk-macro"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0df7ac00c4672f9d5aece54ee3347520b7e20f158656c7db2e6de01902eb7a6c"
2021-09-20 06:46:12 -05:00
dependencies = [
"darling",
"proc-macro-crate",
2023-02-18 09:48:12 -06:00
"proc-macro2",
"quote",
"syn 1.0.109",
2022-09-03 05:32:35 -05:00
]
2021-08-31 05:39:32 -05:00
[[package]]
name = "ndk-sys"
2022-09-03 05:32:35 -05:00
version = "0.4.0"
2022-11-16 01:19:32 -06:00
source = "git+https://github.com/zarik5/android-ndk-rs?rev=f1d38a0#f1d38a07468c0aecdb325593f2467040e94657d7"
dependencies = [
"jni-sys",
]
[[package]]
name = "ndk-sys"
version = "0.4.0+25.0.8775105"
source = "git+https://github.com/zarik5/android-ndk-rs?rev=dea742a#dea742a27396ee2bd3b297a27675eda2758dcd01"
dependencies = [
"jni-sys",
]
[[package]]
name = "ndk-sys"
2022-11-16 01:19:32 -06:00
version = "0.4.1+23.1.7779620"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cf2aae958bd232cac5069850591667ad422d263686d75b52a065f9badeee5a3"
dependencies = [
"jni-sys",
]
2022-11-16 01:19:32 -06:00
[[package]]
name = "neli"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9053554eb5dcb7e10d9cdab1206965bde870eed5d0d341532ca035e3ba221508"
dependencies = [
"byteorder",
"libc",
]
[[package]]
name = "nix"
version = "0.23.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f3790c00a0150112de0f4cd161e3d7fc4b2d8a5542ffc35f099a2562aecb35c"
dependencies = [
"bitflags",
"cc",
2022-09-03 05:32:35 -05:00
"cfg-if",
"libc",
"memoffset 0.6.5",
]
2021-10-25 17:48:47 -05:00
[[package]]
name = "nix"
version = "0.24.3"
2021-10-25 17:48:47 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
2021-10-25 17:48:47 -05:00
dependencies = [
"bitflags",
2022-09-03 05:32:35 -05:00
"cfg-if",
2021-10-25 17:48:47 -05:00
"libc",
"memoffset 0.6.5",
2021-10-25 17:48:47 -05:00
]
[[package]]
name = "nix"
version = "0.25.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4"
dependencies = [
"autocfg",
"bitflags",
"cfg-if",
"libc",
"memoffset 0.6.5",
]
[[package]]
name = "nix"
version = "0.26.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
dependencies = [
"bitflags",
"cfg-if",
"libc",
"memoffset 0.7.1",
2023-03-01 06:43:55 -06:00
"pin-utils",
"static_assertions",
]
[[package]]
name = "nohash-hasher"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
[[package]]
name = "nom"
2023-02-18 09:48:12 -06:00
version = "7.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-18 09:48:12 -06:00
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
dependencies = [
"memchr",
"minimal-lexical",
]
[[package]]
name = "ntapi"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc51db7b362b205941f71232e56c625156eb9a929f8cf74a428fd5bc094a4afc"
dependencies = [
"winapi",
]
[[package]]
name = "num-derive"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
dependencies = [
2023-02-18 09:48:12 -06:00
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "num-integer"
2022-05-13 08:55:26 -05:00
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 08:55:26 -05:00
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
dependencies = [
2020-11-03 07:47:02 -06:00
"autocfg",
"num-traits",
]
[[package]]
name = "num-traits"
2022-05-13 08:55:26 -05:00
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 08:55:26 -05:00
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
dependencies = [
2020-11-03 07:47:02 -06:00
"autocfg",
]
[[package]]
name = "num_cpus"
2022-12-28 10:49:00 -06:00
version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 10:49:00 -06:00
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
dependencies = [
2023-02-18 09:48:12 -06:00
"hermit-abi 0.2.6",
"libc",
2021-03-16 17:56:15 -05:00
]
[[package]]
name = "num_enum"
version = "0.5.11"
2021-03-16 17:56:15 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9"
2021-03-16 17:56:15 -05:00
dependencies = [
"num_enum_derive",
]
2021-03-16 17:56:15 -05:00
[[package]]
name = "num_enum_derive"
version = "0.5.11"
2021-03-16 17:56:15 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"
2021-03-16 17:56:15 -05:00
dependencies = [
"proc-macro-crate",
2023-02-18 09:48:12 -06:00
"proc-macro2",
"quote",
"syn 1.0.109",
2021-03-16 17:56:15 -05:00
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "objc"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
dependencies = [
"malloc_buf",
"objc_exception",
]
[[package]]
name = "objc-foundation"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
dependencies = [
"block",
"objc",
"objc_id",
]
[[package]]
2023-02-18 09:48:12 -06:00
name = "objc-sys"
version = "0.2.0-beta.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-18 09:48:12 -06:00
checksum = "df3b9834c1e95694a05a828b59f55fa2afec6288359cda67146126b3f90a55d7"
[[package]]
name = "objc2"
version = "0.3.0-beta.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe31e5425d3d0b89a15982c024392815da40689aceb34bad364d58732bcfd649"
dependencies = [
"block2",
"objc-sys",
"objc2-encode",
]
[[package]]
name = "objc2-encode"
version = "2.0.0-pre.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abfcac41015b00a120608fdaa6938c44cb983fee294351cc4bac7638b4e50512"
dependencies = [
"objc-sys",
]
[[package]]
name = "objc_exception"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
dependencies = [
"cc",
]
[[package]]
name = "objc_id"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
dependencies = [
"objc",
]
[[package]]
name = "object"
2023-02-18 09:48:12 -06:00
version = "0.30.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-18 09:48:12 -06:00
checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439"
2021-09-07 15:55:21 -05:00
dependencies = [
"memchr",
]
[[package]]
name = "oboe"
2023-02-18 09:48:12 -06:00
version = "0.5.0"
2022-02-01 19:30:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-18 09:48:12 -06:00
checksum = "8868cc237ee02e2d9618539a23a8d228b9bb3fc2e7a5b11eed3831de77c395d0"
dependencies = [
2023-02-18 09:48:12 -06:00
"jni 0.20.0",
"ndk 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
2022-05-13 08:55:26 -05:00
"ndk-context",
"num-derive",
"num-traits",
2021-03-16 17:56:15 -05:00
"oboe-sys",
]
[[package]]
name = "oboe-sys"
2023-02-18 09:48:12 -06:00
version = "0.5.0"
2022-02-01 19:30:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-18 09:48:12 -06:00
checksum = "7f44155e7fb718d3cfddcf70690b2b51ac4412f347cd9e4fbe511abe9cd7b5f2"
dependencies = [
"cc",
]
[[package]]
name = "ogg"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6951b4e8bf21c8193da321bcce9c9dd2e13c858fe078bf9054a288b419ae5d6e"
dependencies = [
"byteorder",
]
[[package]]
name = "once_cell"
2023-02-18 09:48:12 -06:00
version = "1.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-18 09:48:12 -06:00
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
2020-11-06 08:21:10 -06:00
[[package]]
name = "openssl"
version = "0.10.48"
2020-11-06 08:21:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "518915b97df115dd36109bfa429a48b8f737bd05508cf9588977b599648926d2"
2020-11-06 08:21:10 -06:00
dependencies = [
"bitflags",
2022-09-03 05:32:35 -05:00
"cfg-if",
"foreign-types 0.3.2",
2020-11-06 08:21:10 -06:00
"libc",
"once_cell",
2022-05-13 08:55:26 -05:00
"openssl-macros",
2020-11-06 08:21:10 -06:00
"openssl-sys",
]
2022-05-13 08:55:26 -05:00
[[package]]
name = "openssl-macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
dependencies = [
2023-02-18 09:48:12 -06:00
"proc-macro2",
"quote",
"syn 1.0.109",
2022-05-13 08:55:26 -05:00
]
2020-11-06 08:21:10 -06:00
[[package]]
name = "openssl-probe"
version = "0.1.5"
2020-11-06 08:21:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
2020-11-06 08:21:10 -06:00
[[package]]
name = "openssl-sys"
version = "0.9.83"
2020-11-06 08:21:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "666416d899cf077260dac8698d60a60b435a46d57e82acb1be3d0dad87284e5b"
2020-11-06 08:21:10 -06:00
dependencies = [
"autocfg",
"cc",
"libc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "openxr"
version = "0.17.1"
source = "git+https://github.com/Ralith/openxrs#10b6eb18ab0695b1080c1808fc3d6aebd71892fd"
dependencies = [
"libc",
"libloading",
"ndk-context",
"openxr-sys",
]
[[package]]
name = "openxr-sys"
version = "0.9.3"
source = "git+https://github.com/Ralith/openxrs#10b6eb18ab0695b1080c1808fc3d6aebd71892fd"
dependencies = [
"libc",
]
2023-02-18 09:48:12 -06:00
[[package]]
name = "orbclient"
version = "0.3.43"
2023-02-18 09:48:12 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "974465c5e83cf9df05c1e4137b271d29035c902e39e5ad4c1939837e22160af8"
2023-02-18 09:48:12 -06:00
dependencies = [
"cfg-if",
"redox_syscall 0.2.16",
"wasm-bindgen",
"web-sys",
]
2023-03-01 06:43:55 -06:00
[[package]]
name = "ordered-stream"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
dependencies = [
"futures-core",
"pin-project-lite",
]
[[package]]
2021-10-25 17:48:47 -05:00
name = "os_str_bytes"
version = "6.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267"
2022-02-25 12:14:25 -06:00
dependencies = [
"memchr",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "owned_ttf_parser"
2023-02-18 09:48:12 -06:00
version = "0.18.1"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-18 09:48:12 -06:00
checksum = "e25e9fb15717794fae58ab55c26e044103aad13186fbb625893f9a3bbcc24228"
2020-05-07 08:13:55 -05:00
dependencies = [
"ttf-parser",
2022-02-23 08:43:40 -06:00
]
[[package]]
name = "pango"
version = "0.15.10"
2022-02-23 08:43:40 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22e4045548659aee5313bde6c582b0d83a627b7904dd20dc2d9ef0895d414e4f"
2022-02-23 08:43:40 -06:00
dependencies = [
"bitflags",
"glib",
2020-05-07 08:13:55 -05:00
"libc",
"once_cell",
"pango-sys",
2022-02-23 08:43:40 -06:00
]
[[package]]
name = "pango-sys"
version = "0.15.10"
2022-02-23 08:43:40 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2a00081cde4661982ed91d80ef437c20eacaf6aa1a5962c0279ae194662c3aa"
2022-02-23 08:43:40 -06:00
dependencies = [
"glib-sys",
"gobject-sys",
2020-05-07 08:13:55 -05:00
"libc",
"system-deps",
2020-05-07 08:13:55 -05:00
]
2023-03-01 06:43:55 -06:00
[[package]]
name = "parking"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
2022-02-01 19:30:10 -06:00
[[package]]
name = "parking_lot"
version = "0.12.1"
2022-02-01 19:30:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2022-02-01 19:30:10 -06:00
dependencies = [
"lock_api",
2023-01-16 06:01:39 -06:00
"parking_lot_core",
2020-10-26 16:48:04 -05:00
]
[[package]]
2022-02-01 19:30:10 -06:00
name = "parking_lot_core"
2023-02-18 09:48:12 -06:00
version = "0.9.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-18 09:48:12 -06:00
checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
dependencies = [
2022-09-03 05:32:35 -05:00
"cfg-if",
2022-02-01 19:30:10 -06:00
"libc",
2023-02-18 09:48:12 -06:00
"redox_syscall 0.2.16",
2022-02-01 19:30:10 -06:00
"smallvec",
2023-02-18 09:48:12 -06:00
"windows-sys 0.45.0",
]
2023-03-01 06:43:55 -06:00
[[package]]
name = "paste"
version = "1.0.12"
2023-03-01 06:43:55 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79"
2023-03-01 06:43:55 -06:00
2020-06-06 15:00:49 -05:00
[[package]]
name = "peeking_take_while"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
2020-05-07 08:13:55 -05:00
[[package]]
name = "percent-encoding"
version = "2.2.0"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
2020-05-07 08:13:55 -05:00
[[package]]
name = "pico-args"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
[[package]]
name = "pin-project-lite"
2022-05-13 08:55:26 -05:00
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 08:55:26 -05:00
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
2020-05-07 08:13:55 -05:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pkg-config"
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
2022-09-03 05:32:35 -05:00
[[package]]
name = "png"
2022-11-06 08:06:47 -06:00
version = "0.17.7"
2022-09-03 05:32:35 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-06 08:06:47 -06:00
checksum = "5d708eaf860a19b19ce538740d2b4bdeeb8337fa53f7738455e706623ad5c638"
2022-09-03 05:32:35 -05:00
dependencies = [
"bitflags",
"crc32fast",
"flate2",
2022-12-28 10:49:00 -06:00
"miniz_oxide",
2022-09-03 05:32:35 -05:00
]
2023-03-01 06:43:55 -06:00
[[package]]
name = "polling"
version = "2.6.0"
2023-03-01 06:43:55 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e1f879b2998099c2d69ab9605d145d5b661195627eccc680002c4918a7fb6fa"
2023-03-01 06:43:55 -06:00
dependencies = [
"autocfg",
"bitflags",
2023-03-01 06:43:55 -06:00
"cfg-if",
"concurrent-queue",
2023-03-01 06:43:55 -06:00
"libc",
"log",
"pin-project-lite",
"windows-sys 0.45.0",
2023-03-01 06:43:55 -06:00
]
2022-10-16 12:49:36 -05:00
[[package]]
name = "pollster"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
2023-02-18 09:48:12 -06:00
[[package]]
name = "pollster"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22686f4785f02a4fcc856d3b3bb19bf6c8160d103f7a99cc258bddd0251dc7f2"
2020-05-07 08:13:55 -05:00
[[package]]
name = "ppv-lite86"
version = "0.2.17"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2020-05-07 08:13:55 -05:00
2021-08-15 15:07:44 -05:00
[[package]]
name = "proc-macro-crate"
version = "1.3.1"
2021-08-15 15:07:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
2021-08-15 15:07:44 -05:00
dependencies = [
2022-09-03 05:32:35 -05:00
"once_cell",
2023-02-18 09:48:12 -06:00
"toml_edit",
2021-08-15 15:07:44 -05:00
]
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
2023-02-18 09:48:12 -06:00
"proc-macro2",
"quote",
"syn 1.0.109",
2020-11-03 07:47:02 -06:00
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
2023-02-18 09:48:12 -06:00
"proc-macro2",
"quote",
2020-11-03 07:47:02 -06:00
"version_check",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "proc-macro2"
2023-03-27 05:52:15 -05:00
version = "1.0.54"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-27 05:52:15 -05:00
checksum = "e472a104799c74b514a57226160104aa483546de37e839ec50e3c2e41dd87534"
dependencies = [
"unicode-ident",
]
[[package]]
name = "profiling"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74605f360ce573babfe43964cbe520294dcb081afbf8c108fc6e23036b4da2df"
2020-05-07 08:13:55 -05:00
[[package]]
name = "quote"
version = "1.0.26"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
2020-05-07 08:13:55 -05:00
dependencies = [
2023-02-18 09:48:12 -06:00
"proc-macro2",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
2021-03-01 17:13:21 -06:00
"rand_chacha",
2021-03-22 10:12:51 -05:00
"rand_core",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "rand_chacha"
2021-08-15 15:07:44 -05:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-15 15:07:44 -05:00
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
2021-03-22 10:12:51 -05:00
"rand_core",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom",
]
2020-10-26 16:48:04 -05:00
[[package]]
name = "range-alloc"
2023-02-18 09:48:12 -06:00
version = "0.1.3"
2020-10-26 16:48:04 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-18 09:48:12 -06:00
checksum = "9c8a99fddc9f0ba0a85884b8d14e3592853e787d581ca1816c91349b10e4eeab"
2020-10-26 16:48:04 -05:00
2021-12-04 04:02:15 -06:00
[[package]]
name = "raw-window-handle"
version = "0.4.3"
2021-12-04 04:02:15 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b800beb9b6e7d2df1fe337c9e3d04e3af22a124460fb4c30fcc22c9117cefb41"
2021-12-04 04:02:15 -06:00
dependencies = [
"cty",
2020-10-26 16:48:04 -05:00
]
2022-09-03 05:32:35 -05:00
[[package]]
name = "raw-window-handle"
version = "0.5.1"
2022-09-03 05:32:35 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f851a03551ceefd30132e447f07f96cb7011d6b658374f3aed847333adb5559"
2022-09-03 05:32:35 -05:00
[[package]]
name = "redox_syscall"
2022-09-03 05:32:35 -05:00
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-03 05:32:35 -05:00
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
dependencies = [
"bitflags",
]
2023-02-18 09:48:12 -06:00
[[package]]
name = "redox_syscall"
version = "0.3.5"
2023-02-18 09:48:12 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
2023-02-18 09:48:12 -06:00
dependencies = [
"bitflags",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "redox_users"
version = "0.4.3"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
2020-05-07 08:13:55 -05:00
dependencies = [
"getrandom",
2023-02-18 09:48:12 -06:00
"redox_syscall 0.2.16",
"thiserror",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "regex"
2023-03-26 05:13:54 -05:00
version = "1.7.3"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-26 05:13:54 -05:00
checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d"
2020-05-07 08:13:55 -05:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
version = "0.6.29"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
2020-05-07 08:13:55 -05:00
[[package]]
name = "renderdoc-sys"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1382d1f0a252c4bf97dc20d979a2fdd05b024acd7c2ed0f7595d7817666a157"
[[package]]
name = "reqwest"
version = "0.11.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ba30cc2c0cd02af1222ed216ba659cdb2f879dfe3181852fe7c50b1d0005949"
dependencies = [
2023-02-18 09:48:12 -06:00
"base64 0.21.0",
2021-02-03 16:03:26 -06:00
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
"h2",
"http",
2021-02-03 16:03:26 -06:00
"http-body",
"hyper",
"hyper-tls",
"ipnet",
"js-sys",
"log",
"mime",
"native-tls",
"once_cell",
"percent-encoding",
2021-02-03 16:03:26 -06:00
"pin-project-lite",
"serde",
"serde_json",
"serde_urlencoded",
2021-02-03 16:03:26 -06:00
"tokio",
"tokio-native-tls",
"tower-service",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
2022-03-13 08:02:06 -05:00
"winreg",
]
[[package]]
name = "rodio"
version = "0.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdf1d4dea18dff2e9eb6dca123724f8b60ef44ad74a9ad283cdfe025df7e73fa"
dependencies = [
"claxon",
"cpal",
"hound",
"lewton",
2023-02-18 09:48:12 -06:00
"symphonia",
]
[[package]]
name = "runas"
2023-02-18 09:48:12 -06:00
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-18 09:48:12 -06:00
checksum = "ed87390fefd18965ff20baae5aeb9913bcf82d2b59dc04c0f6d8f17f7be56ff2"
dependencies = [
"cc",
2023-02-18 09:48:12 -06:00
"which",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "rustc-demangle"
version = "0.1.22"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4a36c42d1873f9a77c53bde094f9664d9891bc604a45b4798fd2c389ed12e5b"
2020-05-07 08:13:55 -05:00
2020-06-06 15:00:49 -05:00
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
[[package]]
name = "rustc_version"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
"semver",
]
[[package]]
name = "rustix"
version = "0.36.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db4165c9963ab29e422d6c26fbc1d37f15bace6b2810221f9d925023480fcf0e"
dependencies = [
"bitflags",
"errno 0.2.8",
"io-lifetimes",
"libc",
"linux-raw-sys 0.1.4",
"windows-sys 0.45.0",
]
[[package]]
name = "rustix"
version = "0.37.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b24138615de35e32031d041a09032ef3487a616d901ca4db224e7d557efae2"
dependencies = [
"bitflags",
"errno 0.3.0",
"io-lifetimes",
"libc",
"linux-raw-sys 0.3.0",
2023-02-18 09:48:12 -06:00
"windows-sys 0.45.0",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "ryu"
version = "1.0.13"
2022-09-03 05:32:35 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
2022-09-03 05:32:35 -05:00
[[package]]
name = "safe_arch"
version = "0.5.2"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-03 05:32:35 -05:00
checksum = "c1ff3d6d9696af502cc3110dacce942840fb06ff4514cad92236ecc455f2ce05"
dependencies = [
"bytemuck",
]
2020-05-07 08:13:55 -05:00
2020-05-25 08:29:58 -05:00
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
2020-11-06 08:21:10 -06:00
[[package]]
name = "schannel"
version = "0.1.21"
2020-11-06 08:21:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
2020-11-06 08:21:10 -06:00
dependencies = [
"windows-sys 0.42.0",
2020-11-06 08:21:10 -06:00
]
[[package]]
name = "scoped-tls"
2022-11-06 08:06:47 -06:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-06 08:06:47 -06:00
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
[[package]]
name = "scratch"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1"
2022-09-03 05:32:35 -05:00
[[package]]
name = "sctk-adwaita"
version = "0.4.3"
2022-09-03 05:32:35 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61270629cc6b4d77ec1907db1033d5c2e1a404c412743621981a871dc9c12339"
2022-09-03 05:32:35 -05:00
dependencies = [
"crossfont",
"log",
"smithay-client-toolkit",
2023-02-18 09:48:12 -06:00
"tiny-skia 0.7.0",
]
[[package]]
name = "sctk-adwaita"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc56402866c717f54e48b122eb93c69f709bc5a6359c403598992fd92f017931"
dependencies = [
"ab_glyph",
"log",
"memmap2",
"smithay-client-toolkit",
"tiny-skia 0.8.3",
2022-09-03 05:32:35 -05:00
]
2020-11-06 08:21:10 -06:00
[[package]]
name = "security-framework"
2023-02-18 09:48:12 -06:00
version = "2.8.2"
2020-11-06 08:21:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-18 09:48:12 -06:00
checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254"
2020-11-06 08:21:10 -06:00
dependencies = [
"bitflags",
2022-09-03 05:32:35 -05:00
"core-foundation",
2023-02-18 09:48:12 -06:00
"core-foundation-sys 0.8.3",
2020-11-06 08:21:10 -06:00
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2023-02-18 09:48:12 -06:00
version = "2.8.0"
2020-11-06 08:21:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-18 09:48:12 -06:00
checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4"
2020-11-06 08:21:10 -06:00
dependencies = [
2023-02-18 09:48:12 -06:00
"core-foundation-sys 0.8.3",
2020-11-06 08:21:10 -06:00
"libc",
]
[[package]]
name = "self_cell"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ef965a420fe14fdac7dd018862966a4c14094f900e1650bbc71ddd7d580c8af"
2022-02-23 08:43:40 -06:00
[[package]]
name = "semver"
version = "1.0.17"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
2020-05-07 08:13:55 -05:00
dependencies = [
2020-11-30 04:51:44 -06:00
"serde",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "serde"
version = "1.0.158"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "771d4d9c4163ee138805e12c710dd365e4f44be8be0503cb1bb9eb989425d9c9"
2020-05-07 08:13:55 -05:00
dependencies = [
"serde_derive",
]
2023-03-01 06:43:55 -06:00
[[package]]
name = "serde-xml-rs"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0bf1ba0696ccf0872866277143ff1fd14d22eec235d2b23702f95e6660f7dfa"
dependencies = [
"log",
"serde",
"thiserror",
"xml-rs",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "serde_derive"
version = "1.0.158"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e801c1712f48475582b7696ac71e0ca34ebb30e09338425384269d9717c62cad"
2020-05-07 08:13:55 -05:00
dependencies = [
2023-02-18 09:48:12 -06:00
"proc-macro2",
"quote",
2023-03-26 05:13:54 -05:00
"syn 2.0.10",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "serde_json"
version = "1.0.94"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c533a59c9d8a93a09c6ab31f0fd5e5f4dd1b8fc9434804029839884765d04ea"
2020-05-07 08:13:55 -05:00
dependencies = [
"itoa",
2020-05-07 08:13:55 -05:00
"ryu",
"serde",
]
2023-03-01 06:43:55 -06:00
[[package]]
name = "serde_repr"
version = "0.1.12"
2023-03-01 06:43:55 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bcec881020c684085e55a25f7fd888954d56609ef363479dc5a1305eb0d40cab"
2023-03-01 06:43:55 -06:00
dependencies = [
"proc-macro2",
"quote",
2023-03-26 05:13:54 -05:00
"syn 2.0.10",
]
[[package]]
name = "serde_spanned"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0efd8caf556a6cebd3b285caf480045fcc1ac04f6bd786b09a6f11af30c4fcf4"
dependencies = [
"serde",
2023-03-01 06:43:55 -06:00
]
2020-11-06 08:21:10 -06:00
[[package]]
name = "serde_urlencoded"
2022-01-27 14:51:41 -06:00
version = "0.7.1"
2020-11-06 08:21:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-27 14:51:41 -06:00
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2020-11-06 08:21:10 -06:00
dependencies = [
"form_urlencoded",
"itoa",
"ryu",
2020-11-06 08:21:10 -06:00
"serde",
]
2022-09-03 05:32:35 -05:00
[[package]]
name = "servo-fontconfig"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7e3e22fe5fd73d04ebf0daa049d3efe3eae55369ce38ab16d07ddd9ac5c217c"
dependencies = [
"libc",
"servo-fontconfig-sys",
]
[[package]]
name = "servo-fontconfig-sys"
version = "5.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e36b879db9892dfa40f95da1c38a835d41634b825fbd8c4c418093d53c24b388"
dependencies = [
"expat-sys",
"freetype-sys",
"pkg-config",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "settings-schema"
2022-03-21 12:32:06 -05:00
version = "0.0.1+alvr"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e267a118cd91161119fc9ca412eae774e11c7bb2dcaa3919859cd3b9128a67e0"
2020-05-07 08:13:55 -05:00
dependencies = [
"serde",
"serde_json",
"settings-schema-derive",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "settings-schema-derive"
2022-03-21 12:32:06 -05:00
version = "0.0.1+alvr"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c080ef3d9fdfb970e57e24c7f288e19be81b010dc7153e913819e5bf6498a7c"
dependencies = [
2022-02-23 08:43:40 -06:00
"heck 0.3.3",
2023-02-18 09:48:12 -06:00
"proc-macro2",
"quote",
"syn 1.0.109",
]
2022-09-03 05:32:35 -05:00
[[package]]
name = "sha1"
version = "0.10.5"
2022-09-03 05:32:35 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
2022-09-03 05:32:35 -05:00
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
2021-04-06 06:52:24 -05:00
[[package]]
name = "shlex"
version = "1.1.0"
2021-04-06 06:52:24 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
2021-04-06 06:52:24 -05:00
[[package]]
name = "signal-hook-registry"
2023-02-18 09:48:12 -06:00
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-18 09:48:12 -06:00
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
dependencies = [
"libc",
]
[[package]]
name = "single-instance"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4637485391f8545c9d3dbf60f9d9aab27a90c789a700999677583bcb17c8795d"
dependencies = [
"libc",
"nix 0.23.2",
"thiserror",
"widestring 0.4.3",
"winapi",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "slab"
version = "0.4.8"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
2022-09-03 05:32:35 -05:00
dependencies = [
"autocfg",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "slotmap"
2021-08-31 05:39:32 -05:00
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 05:39:32 -05:00
checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"
2021-08-15 16:07:31 -05:00
dependencies = [
"version_check",
]
2020-10-26 16:48:04 -05:00
[[package]]
name = "smallvec"
version = "1.10.0"
2020-10-26 16:48:04 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
[[package]]
name = "smithay-client-toolkit"
2022-09-03 05:32:35 -05:00
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-03 05:32:35 -05:00
checksum = "f307c47d32d2715eb2e0ece5589057820e0e5e70d07c247d1063e844e107f454"
dependencies = [
"bitflags",
"calloop",
"dlib",
"lazy_static",
"log",
"memmap2",
"nix 0.24.3",
2021-10-25 17:48:47 -05:00
"pkg-config",
"wayland-client",
"wayland-cursor",
"wayland-protocols",
]
[[package]]
name = "smithay-clipboard"
version = "0.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a345c870a1fae0b1b779085e81b51e614767c239e93503588e54c5b17f4b0e8"
dependencies = [
"smithay-client-toolkit",
"wayland-client",
]
[[package]]
name = "socket2"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
dependencies = [
"libc",
"winapi",
]
2023-03-26 07:34:22 -05:00
[[package]]
name = "socket2"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc8d618c6641ae355025c449427f9e96b98abf99a772be3cef6708d15c77147a"
dependencies = [
"libc",
"windows-sys 0.45.0",
]
[[package]]
name = "spin_sleep"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cafa7900db085f4354dbc7025e25d7a839a14360ea13b5fc4fd717f2d3b23134"
dependencies = [
"once_cell",
"winapi",
]
[[package]]
name = "spirv"
version = "0.2.0+1.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "246bfa38fe3db3f1dfc8ca5a2cdeb7348c78be2112740cc0ec8ef18b6d94f830"
dependencies = [
"bitflags",
"num-traits",
]
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
2023-02-18 09:48:12 -06:00
name = "str-buf"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e08d8363704e6c71fc928674353e6b7c23dcea9d82d7012c8faf2a3a025f8d0"
[[package]]
name = "strict-num"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-18 09:48:12 -06:00
checksum = "9df65f20698aeed245efdde3628a6b559ea1239bbb871af1b6e3b58c413b2bd1"
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "symphonia"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3671dd6f64f4f9d5c87179525054cfc1f60de23ba1f193bd6ceab812737403f1"
dependencies = [
2023-02-18 09:48:12 -06:00
"lazy_static",
"symphonia-bundle-mp3",
"symphonia-core",
"symphonia-metadata",
]
[[package]]
2023-02-18 09:48:12 -06:00
name = "symphonia-bundle-mp3"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-18 09:48:12 -06:00
checksum = "55a0846e7a2c9a8081ff799fc83a975170417ad2a143f644a77ec2e3e82a2b73"
dependencies = [
2023-02-18 09:48:12 -06:00
"bitflags",
"lazy_static",
"log",
"symphonia-core",
"symphonia-metadata",
]
2020-05-07 08:13:55 -05:00
[[package]]
2023-02-18 09:48:12 -06:00
name = "symphonia-core"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b9567e2d8a5f866b2f94f5d366d811e0c6826babcff6d37de9e1a6690d38869"
dependencies = [
"arrayvec 0.7.2",
"bitflags",
"bytemuck",
"lazy_static",
"log",
]
[[package]]
name = "symphonia-metadata"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acd35c263223ef6161000be79b124a75de3e065eea563bf3ef169b3e94c7bb2e"
dependencies = [
"encoding_rs",
"lazy_static",
"log",
"symphonia-core",
]
[[package]]
name = "syn"
version = "1.0.109"
2023-02-18 09:48:12 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2023-02-18 09:48:12 -06:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "syn"
2023-03-26 05:13:54 -05:00
version = "2.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-26 05:13:54 -05:00
checksum = "5aad1363ed6d37b84299588d62d3a7d95b5a5c2d9aad5c85609fda12afaa1f40"
dependencies = [
2023-02-18 09:48:12 -06:00
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "sysinfo"
version = "0.27.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a902e9050fca0a5d6877550b769abd2bd1ce8c04634b941dbe2809735e1a1e33"
dependencies = [
2022-09-03 05:32:35 -05:00
"cfg-if",
2023-02-18 09:48:12 -06:00
"core-foundation-sys 0.8.3",
"libc",
"ntapi",
"once_cell",
"winapi",
]
[[package]]
name = "sysinfo"
version = "0.28.4"
2023-02-18 09:48:12 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4c2f3ca6693feb29a89724516f016488e9aafc7f37264f898593ee4b942f31b"
2023-02-18 09:48:12 -06:00
dependencies = [
"cfg-if",
"core-foundation-sys 0.8.3",
"libc",
"ntapi",
"once_cell",
"winapi",
]
2022-02-23 08:43:40 -06:00
[[package]]
name = "system-deps"
2023-03-26 05:13:54 -05:00
version = "6.0.4"
2022-02-23 08:43:40 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-26 05:13:54 -05:00
checksum = "555fc8147af6256f3931a36bb83ad0023240ce9cf2b319dec8236fd1f220b05f"
2022-02-23 08:43:40 -06:00
dependencies = [
"cfg-expr",
2023-02-18 09:48:12 -06:00
"heck 0.4.1",
2022-02-23 08:43:40 -06:00
"pkg-config",
2023-03-26 05:13:54 -05:00
"toml 0.7.3",
"version-compare",
]
2020-11-06 08:21:10 -06:00
[[package]]
name = "tempfile"
version = "3.4.0"
2020-11-06 08:21:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af18f7ae1acd354b992402e9ec5864359d693cd8a79dcbef59f76891701c1e95"
2020-11-06 08:21:10 -06:00
dependencies = [
2022-09-03 05:32:35 -05:00
"cfg-if",
2022-01-08 17:35:07 -06:00
"fastrand",
2023-02-18 09:48:12 -06:00
"redox_syscall 0.2.16",
"rustix 0.36.11",
"windows-sys 0.42.0",
2020-11-06 08:21:10 -06:00
]
2020-06-06 15:00:49 -05:00
[[package]]
name = "termcolor"
2023-02-18 09:48:12 -06:00
version = "1.2.0"
2020-06-06 15:00:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-18 09:48:12 -06:00
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
2020-06-06 15:00:49 -05:00
dependencies = [
"winapi-util",
]
[[package]]
name = "thiserror"
version = "1.0.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
dependencies = [
2023-02-18 09:48:12 -06:00
"proc-macro2",
"quote",
2023-03-26 05:13:54 -05:00
"syn 2.0.10",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "time"
version = "0.1.45"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
2020-05-07 08:13:55 -05:00
dependencies = [
"libc",
"wasi 0.10.0+wasi-snapshot-preview1",
"winapi",
2020-05-07 08:13:55 -05:00
]
2022-09-03 05:32:35 -05:00
[[package]]
name = "tiny-skia"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "642680569bb895b16e4b9d181c60be1ed136fa0c9c7f11d004daf053ba89bf82"
dependencies = [
"arrayref",
"arrayvec 0.5.2",
"bytemuck",
"cfg-if",
"png",
"safe_arch",
2023-02-18 09:48:12 -06:00
"tiny-skia-path 0.7.0",
]
[[package]]
name = "tiny-skia"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfef3412c6975196fdfac41ef232f910be2bb37b9dd3313a49a1a6bc815a5bdb"
dependencies = [
"arrayref",
"arrayvec 0.7.2",
"bytemuck",
"cfg-if",
"png",
"tiny-skia-path 0.8.3",
2022-09-03 05:32:35 -05:00
]
[[package]]
name = "tiny-skia-path"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c114d32f0c2ee43d585367cb013dfaba967ab9f62b90d9af0d696e955e70fa6c"
dependencies = [
"arrayref",
"bytemuck",
]
2023-02-18 09:48:12 -06:00
[[package]]
name = "tiny-skia-path"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4b5edac058fc98f51c935daea4d805b695b38e2f151241cad125ade2a2ac20d"
dependencies = [
"arrayref",
"bytemuck",
"strict-num",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "tinyfiledialogs"
version = "3.9.1"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e25fa0bc43a6566e2cc6d7ac96df3fa5a57beba34445bead1b368ba8fe9ca568"
2020-05-07 08:13:55 -05:00
dependencies = [
"cc",
"libc",
]
[[package]]
name = "tinystr"
2023-02-18 09:48:12 -06:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-18 09:48:12 -06:00
checksum = "7ac3f5b6856e931e15e07b478e98c8045239829a65f9156d4fa7e7788197a5ef"
dependencies = [
"displaydoc",
]
[[package]]
name = "tinyvec"
2022-05-13 08:55:26 -05:00
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 08:55:26 -05:00
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
2023-02-18 09:48:12 -06:00
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-18 09:48:12 -06:00
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2020-12-25 20:08:15 -06:00
[[package]]
name = "tokio"
version = "1.26.0"
2020-12-25 20:08:15 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03201d01c3c27a29c8a5cee5b55a93ddae1ccf6f08f65365c2c918f8c1b76f64"
2020-12-25 20:08:15 -06:00
dependencies = [
2022-09-03 05:32:35 -05:00
"autocfg",
2021-02-03 16:03:26 -06:00
"bytes",
2020-12-25 20:08:15 -06:00
"libc",
"memchr",
2022-03-13 12:39:53 -05:00
"mio",
2020-12-25 20:08:15 -06:00
"num_cpus",
2021-02-03 16:03:26 -06:00
"pin-project-lite",
2020-12-25 20:08:15 -06:00
"signal-hook-registry",
2023-03-26 07:34:22 -05:00
"socket2 0.4.9",
"tokio-macros",
"windows-sys 0.45.0",
]
[[package]]
name = "tokio-macros"
version = "1.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8"
dependencies = [
2023-02-18 09:48:12 -06:00
"proc-macro2",
"quote",
"syn 1.0.109",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "tokio-native-tls"
2023-02-18 09:48:12 -06:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-18 09:48:12 -06:00
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
dependencies = [
"native-tls",
2021-02-03 16:03:26 -06:00
"tokio",
2020-11-06 08:21:10 -06:00
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "tokio-tungstenite"
2022-12-10 09:04:24 -06:00
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-10 09:04:24 -06:00
checksum = "54319c93411147bced34cb5609a80e0a8e44c5999c93903a81cd866630ec0bfd"
2020-05-07 08:13:55 -05:00
dependencies = [
2020-11-03 07:47:02 -06:00
"futures-util",
"log",
"native-tls",
2021-02-03 16:03:26 -06:00
"tokio",
"tokio-native-tls",
2020-05-07 08:13:55 -05:00
"tungstenite",
]
2020-12-25 20:08:15 -06:00
[[package]]
name = "tokio-util"
2023-02-18 09:48:12 -06:00
version = "0.7.7"
2022-02-23 08:43:40 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-18 09:48:12 -06:00
checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2"
2022-02-23 08:43:40 -06:00
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
"tracing",
2022-02-23 08:43:40 -06:00
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "toml"
2023-02-18 09:48:12 -06:00
version = "0.5.11"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-18 09:48:12 -06:00
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
2020-05-07 08:13:55 -05:00
dependencies = [
"serde",
]
2023-03-26 05:13:54 -05:00
[[package]]
name = "toml"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b403acf6f2bb0859c93c7f0d967cb4a75a7ac552100f9322faf64dc047669b21"
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit",
]
2023-02-18 09:48:12 -06:00
[[package]]
name = "toml_datetime"
version = "0.6.1"
2023-02-18 09:48:12 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622"
2023-03-26 05:13:54 -05:00
dependencies = [
"serde",
]
2023-02-18 09:48:12 -06:00
[[package]]
name = "toml_edit"
version = "0.19.8"
2023-02-18 09:48:12 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "239410c8609e8125456927e6707163a3b1fdb40561e4b803bc041f466ccfdc13"
2023-02-18 09:48:12 -06:00
dependencies = [
"indexmap",
2023-03-26 05:13:54 -05:00
"serde",
"serde_spanned",
2023-02-18 09:48:12 -06:00
"toml_datetime",
"winnow",
2023-02-18 09:48:12 -06:00
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "tower-service"
version = "0.3.2"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
2020-05-07 08:13:55 -05:00
[[package]]
name = "tracing"
version = "0.1.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
dependencies = [
2022-09-03 05:32:35 -05:00
"cfg-if",
2021-02-03 16:03:26 -06:00
"pin-project-lite",
2023-03-01 06:43:55 -06:00
"tracing-attributes",
"tracing-core",
]
2023-03-01 06:43:55 -06:00
[[package]]
name = "tracing-attributes"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
2023-03-01 06:43:55 -06:00
]
[[package]]
name = "tracing-core"
version = "0.1.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
dependencies = [
"once_cell",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "try-lock"
version = "0.2.4"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
2020-05-07 08:13:55 -05:00
[[package]]
name = "ttf-parser"
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0609f771ad9c6155384897e1df4d948e692667cc0588548b68eb44d052b27633"
2020-05-07 08:13:55 -05:00
[[package]]
name = "tungstenite"
2022-12-10 09:04:24 -06:00
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-10 09:04:24 -06:00
checksum = "30ee6ab729cd4cf0fd55218530c4522ed30b7b6081752839b68fcec8d0960788"
2020-05-07 08:13:55 -05:00
dependencies = [
2023-02-18 09:48:12 -06:00
"base64 0.13.1",
2020-05-07 08:13:55 -05:00
"byteorder",
2021-02-03 16:03:26 -06:00
"bytes",
2020-05-07 08:13:55 -05:00
"http",
"httparse",
2020-11-03 07:47:02 -06:00
"log",
"native-tls",
2021-03-22 10:12:51 -05:00
"rand",
2023-02-18 09:48:12 -06:00
"sha1",
2021-03-01 17:13:21 -06:00
"thiserror",
"url",
2020-05-07 08:13:55 -05:00
"utf-8",
]
[[package]]
name = "type-map"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6d3364c5e96cb2ad1603037ab253ddd34d7fb72a58bdddf4b7350760fc69a46"
dependencies = [
"rustc-hash",
]
2022-10-16 12:49:36 -05:00
[[package]]
name = "type-map"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "deb68604048ff8fa93347f02441e4487594adc20bb8a084f9e564d2b827a0a9f"
dependencies = [
"rustc-hash",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "typenum"
version = "1.16.0"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
2020-05-07 08:13:55 -05:00
2023-03-01 06:43:55 -06: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]]
name = "unic-langid"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "398f9ad7239db44fd0f80fe068d12ff22d78354080332a5077dc6f52f14dcf2f"
dependencies = [
"unic-langid-impl",
]
[[package]]
name = "unic-langid-impl"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e35bfd2f2b8796545b55d7d3fd3e89a0613f68a0d1c8bc28cb7ff96b411a35ff"
dependencies = [
"tinystr",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "unicode-bidi"
version = "0.3.13"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
2020-05-07 08:13:55 -05:00
[[package]]
name = "unicode-ident"
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
2020-05-07 08:13:55 -05:00
[[package]]
name = "unicode-normalization"
version = "0.1.22"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
2020-05-07 08:13:55 -05:00
dependencies = [
"tinyvec",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "unicode-segmentation"
2023-02-18 09:48:12 -06:00
version = "1.10.1"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-18 09:48:12 -06:00
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
2020-05-07 08:13:55 -05:00
2020-06-06 15:00:49 -05:00
[[package]]
name = "unicode-width"
version = "0.1.10"
2020-06-06 15:00:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
2020-06-06 15:00:49 -05:00
2022-09-03 05:32:35 -05:00
[[package]]
name = "unicode-xid"
version = "0.2.4"
2022-09-03 05:32:35 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
2022-09-03 05:32:35 -05:00
[[package]]
name = "ureq"
2023-02-18 09:48:12 -06:00
version = "2.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-18 09:48:12 -06:00
checksum = "338b31dd1314f68f3aabf3ed57ab922df95ffcd902476ca7ba3c4ce7b908c46d"
dependencies = [
2023-02-18 09:48:12 -06:00
"base64 0.13.1",
"log",
"once_cell",
"url",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "url"
version = "2.3.1"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
2020-05-07 08:13:55 -05:00
dependencies = [
2020-11-07 14:16:53 -06:00
"form_urlencoded",
"idna",
"percent-encoding",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "utf-8"
2021-04-17 05:11:01 -05:00
version = "0.7.6"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-17 05:11:01 -05:00
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
2020-05-07 08:13:55 -05:00
2020-11-06 08:21:10 -06:00
[[package]]
name = "vcpkg"
2021-08-15 15:07:44 -05:00
version = "0.2.15"
2020-11-06 08:21:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-15 15:07:44 -05:00
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2020-11-06 08:21:10 -06:00
2020-06-06 15:00:49 -05:00
[[package]]
name = "vec_map"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
2022-02-23 08:43:40 -06:00
[[package]]
name = "version-compare"
2022-11-16 01:19:32 -06:00
version = "0.1.1"
2022-02-23 08:43:40 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 01:19:32 -06:00
checksum = "579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29"
2022-02-23 08:43:40 -06:00
2020-05-07 08:13:55 -05:00
[[package]]
name = "version_check"
2022-01-04 18:28:56 -06:00
version = "0.9.4"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-04 18:28:56 -06:00
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2020-05-07 08:13:55 -05:00
2023-03-01 06:43:55 -06:00
[[package]]
name = "waker-fn"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
2020-05-25 08:29:58 -05:00
[[package]]
name = "walkdir"
version = "2.3.3"
2020-05-25 08:29:58 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
2020-05-25 08:29:58 -05:00
dependencies = [
"same-file",
"winapi-util",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "want"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
dependencies = [
2020-11-03 07:47:02 -06:00
"log",
2020-05-07 08:13:55 -05:00
"try-lock",
]
[[package]]
name = "wasi"
version = "0.10.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
2022-03-13 06:15:17 -05: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-02-01 17:38:07 -06:00
version = "0.2.84"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-01 17:38:07 -06:00
checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
dependencies = [
2022-09-03 05:32:35 -05:00
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2023-02-01 17:38:07 -06:00
version = "0.2.84"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-01 17:38:07 -06:00
checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
dependencies = [
2022-02-01 19:30:10 -06:00
"bumpalo",
2020-11-03 07:47:02 -06:00
"log",
2022-09-03 05:32:35 -05:00
"once_cell",
2023-02-18 09:48:12 -06:00
"proc-macro2",
"quote",
"syn 1.0.109",
"wasm-bindgen-shared",
]
2020-11-06 08:21:10 -06:00
[[package]]
name = "wasm-bindgen-futures"
2023-02-01 17:38:07 -06:00
version = "0.4.34"
2020-11-06 08:21:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-01 17:38:07 -06:00
checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454"
2020-11-06 08:21:10 -06:00
dependencies = [
2022-09-03 05:32:35 -05:00
"cfg-if",
2020-11-06 08:21:10 -06:00
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2023-02-01 17:38:07 -06:00
version = "0.2.84"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-01 17:38:07 -06:00
checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
dependencies = [
2023-02-18 09:48:12 -06:00
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2023-02-01 17:38:07 -06:00
version = "0.2.84"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-01 17:38:07 -06:00
checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
dependencies = [
2023-02-18 09:48:12 -06:00
"proc-macro2",
"quote",
"syn 1.0.109",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2023-02-01 17:38:07 -06:00
version = "0.2.84"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-01 17:38:07 -06:00
checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
2021-10-25 17:48:47 -05:00
[[package]]
name = "wayland-client"
2022-09-03 05:32:35 -05:00
version = "0.29.5"
2021-10-25 17:48:47 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-03 05:32:35 -05:00
checksum = "3f3b068c05a039c9f755f881dc50f01732214f5685e379829759088967c46715"
2021-10-25 17:48:47 -05:00
dependencies = [
"bitflags",
"downcast-rs",
"libc",
"nix 0.24.3",
2021-10-25 17:48:47 -05:00
"scoped-tls",
"wayland-commons",
"wayland-scanner",
2023-03-01 06:43:55 -06:00
"wayland-sys 0.29.5",
2021-10-25 17:48:47 -05:00
]
[[package]]
name = "wayland-commons"
2022-09-03 05:32:35 -05:00
version = "0.29.5"
2021-10-25 17:48:47 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-03 05:32:35 -05:00
checksum = "8691f134d584a33a6606d9d717b95c4fa20065605f798a3f350d78dced02a902"
2021-10-25 17:48:47 -05:00
dependencies = [
"nix 0.24.3",
2021-10-25 17:48:47 -05:00
"once_cell",
"smallvec",
2023-03-01 06:43:55 -06:00
"wayland-sys 0.29.5",
2021-10-25 17:48:47 -05:00
]
[[package]]
name = "wayland-cursor"
2022-09-03 05:32:35 -05:00
version = "0.29.5"
2021-10-25 17:48:47 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-03 05:32:35 -05:00
checksum = "6865c6b66f13d6257bef1cd40cbfe8ef2f150fb8ebbdb1e8e873455931377661"
2021-10-25 17:48:47 -05:00
dependencies = [
"nix 0.24.3",
"wayland-client",
"xcursor",
]
2021-10-25 17:48:47 -05:00
[[package]]
name = "wayland-protocols"
2022-09-03 05:32:35 -05:00
version = "0.29.5"
2021-10-25 17:48:47 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-03 05:32:35 -05:00
checksum = "b950621f9354b322ee817a23474e479b34be96c2e909c14f7bc0100e9a970bc6"
2021-10-25 17:48:47 -05:00
dependencies = [
"bitflags",
"wayland-client",
"wayland-commons",
"wayland-scanner",
]
2021-10-25 17:48:47 -05:00
[[package]]
name = "wayland-scanner"
2022-09-03 05:32:35 -05:00
version = "0.29.5"
2021-10-25 17:48:47 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-03 05:32:35 -05:00
checksum = "8f4303d8fa22ab852f789e75a967f0a2cdc430a607751c0499bada3e451cbd53"
2021-10-25 17:48:47 -05:00
dependencies = [
2023-02-18 09:48:12 -06:00
"proc-macro2",
"quote",
2021-10-25 17:48:47 -05:00
"xml-rs",
]
[[package]]
2021-10-25 17:48:47 -05:00
name = "wayland-sys"
2022-09-03 05:32:35 -05:00
version = "0.29.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-03 05:32:35 -05:00
checksum = "be12ce1a3c39ec7dba25594b97b42cb3195d54953ddb9d3d95a7c3902bc6e9d4"
2021-10-25 17:48:47 -05:00
dependencies = [
"dlib",
2021-10-25 17:48:47 -05:00
"lazy_static",
"pkg-config",
]
2023-03-01 06:43:55 -06:00
[[package]]
name = "wayland-sys"
version = "0.30.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96b2a02ac608e07132978689a6f9bf4214949c85998c247abadd4f4129b1aa06"
dependencies = [
"dlib",
"lazy_static",
"log",
"pkg-config",
]
[[package]]
2022-12-10 09:04:24 -06:00
name = "web-sys"
2023-02-01 17:38:07 -06:00
version = "0.3.61"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-01 17:38:07 -06:00
checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97"
dependencies = [
2022-12-10 09:04:24 -06:00
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webbrowser"
version = "0.8.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "579cc485bd5ce5bfa0d738e4921dd0b956eca9800be1fd2e5257ebe95bc4617e"
dependencies = [
"core-foundation",
2023-03-26 07:34:22 -05:00
"dirs 4.0.0",
"jni 0.21.1",
"log",
2022-11-06 08:06:47 -06:00
"ndk-context",
"objc",
"raw-window-handle 0.5.1",
2022-02-23 08:43:40 -06:00
"url",
"web-sys",
]
[[package]]
name = "wgpu"
version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81f643110d228fd62a60c5ed2ab56c4d5b3704520bd50561174ec4ec74932937"
dependencies = [
"arrayvec 0.7.2",
"js-sys",
"log",
2023-02-01 17:38:07 -06:00
"naga 0.10.0",
2023-01-16 06:01:39 -06:00
"parking_lot",
"raw-window-handle 0.5.1",
"smallvec",
"static_assertions",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
2023-02-01 17:38:07 -06:00
"wgpu-core 0.14.2",
"wgpu-hal 0.14.1",
"wgpu-types 0.14.1",
]
[[package]]
name = "wgpu"
2023-02-10 12:28:32 -06:00
version = "0.15.1"
2023-02-01 17:38:07 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 12:28:32 -06:00
checksum = "d745a1b6d91d85c33defbb29f0eee0450e1d2614d987e14bf6baf26009d132d7"
2023-02-01 17:38:07 -06:00
dependencies = [
"arrayvec 0.7.2",
"cfg-if",
"js-sys",
"log",
"naga 0.11.0",
"parking_lot",
"profiling",
"raw-window-handle 0.5.1",
2023-02-01 17:38:07 -06:00
"smallvec",
"static_assertions",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
2023-02-10 12:28:32 -06:00
"wgpu-core 0.15.1",
"wgpu-hal 0.15.4",
"wgpu-types 0.15.2",
]
[[package]]
name = "wgpu-core"
version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6000d1284ef8eec6076fd5544a73125fd7eb9b635f18dceeb829d826f41724ca"
dependencies = [
"arrayvec 0.7.2",
"bit-vec",
"bitflags",
"cfg_aliases",
"codespan-reporting",
"fxhash",
"log",
2023-02-01 17:38:07 -06:00
"naga 0.10.0",
2023-01-16 06:01:39 -06:00
"parking_lot",
"profiling",
"raw-window-handle 0.5.1",
"smallvec",
"thiserror",
"web-sys",
2023-02-01 17:38:07 -06:00
"wgpu-hal 0.14.1",
"wgpu-types 0.14.1",
]
[[package]]
name = "wgpu-core"
2023-02-10 12:28:32 -06:00
version = "0.15.1"
2023-02-01 17:38:07 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 12:28:32 -06:00
checksum = "7131408d940e335792645a98f03639573b0480e9e2e7cddbbab74f7c6d9f3fff"
2023-02-01 17:38:07 -06:00
dependencies = [
"arrayvec 0.7.2",
"bit-vec",
"bitflags",
"codespan-reporting",
"fxhash",
"log",
"naga 0.11.0",
"parking_lot",
"profiling",
"raw-window-handle 0.5.1",
2023-02-01 17:38:07 -06:00
"smallvec",
"thiserror",
"web-sys",
"wgpu-hal 0.15.4",
"wgpu-types 0.15.2",
]
[[package]]
name = "wgpu-hal"
2022-11-06 08:06:47 -06:00
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-06 08:06:47 -06:00
checksum = "3cc320a61acb26be4f549c9b1b53405c10a223fbfea363ec39474c32c348d12f"
dependencies = [
"android_system_properties",
"arrayvec 0.7.2",
"ash",
"bit-set",
"bitflags",
"block",
"core-graphics-types",
2023-02-01 17:38:07 -06:00
"d3d12 0.5.0",
"foreign-types 0.3.2",
"fxhash",
2023-02-01 17:38:07 -06:00
"glow 0.11.2",
"gpu-alloc",
"gpu-descriptor",
"js-sys",
"khronos-egl",
"libloading",
"log",
"metal",
2023-02-01 17:38:07 -06:00
"naga 0.10.0",
"objc",
2023-01-16 06:01:39 -06:00
"parking_lot",
"profiling",
"range-alloc",
"raw-window-handle 0.5.1",
"renderdoc-sys",
"smallvec",
"thiserror",
"wasm-bindgen",
"web-sys",
2023-02-01 17:38:07 -06:00
"wgpu-types 0.14.1",
"winapi",
]
[[package]]
name = "wgpu-hal"
version = "0.15.4"
2023-02-01 17:38:07 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdcf61a283adc744bb5453dd88ea91f3f86d5ca6b027661c6c73c7734ae0288b"
2023-02-01 17:38:07 -06:00
dependencies = [
"android_system_properties",
"arrayvec 0.7.2",
"ash",
"bit-set",
"bitflags",
"block",
"core-graphics-types",
"d3d12 0.6.0",
"foreign-types 0.3.2",
"fxhash",
"glow 0.12.1",
2023-02-01 17:38:07 -06:00
"gpu-alloc",
"gpu-allocator",
"gpu-descriptor",
"hassle-rs",
"js-sys",
"khronos-egl",
"libc",
"libloading",
"log",
"metal",
"naga 0.11.0",
"objc",
"parking_lot",
"profiling",
"range-alloc",
"raw-window-handle 0.5.1",
2023-02-01 17:38:07 -06:00
"renderdoc-sys",
"smallvec",
"thiserror",
"wasm-bindgen",
"web-sys",
"wgpu-types 0.15.2",
2021-10-22 17:57:57 -05:00
"winapi",
]
[[package]]
name = "wgpu-types"
2022-11-06 08:06:47 -06:00
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-06 08:06:47 -06:00
checksum = "fb6b28ef22cac17b9109b25b3bf8c9a103eeb293d7c5f78653979b09140375f6"
dependencies = [
"bitflags",
]
2023-02-01 17:38:07 -06:00
[[package]]
name = "wgpu-types"
version = "0.15.2"
2023-02-01 17:38:07 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32444e121b0bd00cb02c0de32fde457a9491bd44e03e7a5db6df9b1da2f6f110"
2023-02-01 17:38:07 -06:00
dependencies = [
"bitflags",
"js-sys",
"web-sys",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "which"
2023-02-18 09:48:12 -06:00
version = "4.4.0"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-18 09:48:12 -06:00
checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269"
2021-08-17 04:58:56 -05:00
dependencies = [
"either",
"libc",
2022-09-03 05:32:35 -05:00
"once_cell",
2021-08-17 04:58:56 -05:00
]
2020-06-16 09:41:01 -05:00
[[package]]
name = "widestring"
version = "0.4.3"
2020-06-16 09:41:01 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"
2020-06-16 09:41:01 -05:00
2023-02-01 17:38:07 -06:00
[[package]]
name = "widestring"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"
[[package]]
name = "widestring"
2022-09-03 05:32:35 -05:00
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-03 05:32:35 -05:00
checksum = "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8"
2020-05-07 08:13:55 -05:00
[[package]]
name = "winapi"
version = "0.3.9"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2020-05-07 08:13:55 -05:00
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"
2020-05-25 08:29:58 -05:00
[[package]]
name = "winapi-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
"winapi",
2020-05-25 08:29:58 -05:00
]
[[package]]
name = "winapi-wsapoll"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44c17110f57155602a80dca10be03852116403c9ff3cd25b079d666f2aa3df6e"
dependencies = [
"winapi",
]
2020-05-07 08:13:55 -05: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"
2023-03-01 06:43:55 -06:00
[[package]]
name = "windows"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0286ba339aa753e70765d521bb0242cc48e1194562bfa2a2ad7ac8a6de28f5d5"
dependencies = [
"windows-implement",
"windows_aarch64_gnullvm",
"windows_aarch64_msvc 0.42.2",
"windows_i686_gnu 0.42.2",
"windows_i686_msvc 0.42.2",
"windows_x86_64_gnu 0.42.2",
2023-03-01 06:43:55 -06:00
"windows_x86_64_gnullvm",
"windows_x86_64_msvc 0.42.2",
2023-03-01 06:43:55 -06:00
]
2023-02-01 17:38:07 -06:00
[[package]]
name = "windows"
version = "0.44.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e745dab35a0c4c77aa3ce42d595e13d2003d6902d6b08c9ef5fc326d08da12b"
dependencies = [
"windows-targets",
]
[[package]]
name = "windows"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdacb41e6a96a052c6cb63a144f24900236121c6f63f4f8219fef5977ecb0c25"
dependencies = [
"windows-targets",
]
2023-03-01 06:43:55 -06:00
[[package]]
name = "windows-implement"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9539b6bd3eadbd9de66c9666b22d802b833da7e996bc06896142e09854a61767"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
2023-03-01 06:43:55 -06:00
]
2022-02-01 19:30:10 -06:00
[[package]]
name = "windows-sys"
2022-05-13 08:55:26 -05:00
version = "0.36.1"
2022-02-01 19:30:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 08:55:26 -05:00
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
2022-02-01 19:30:10 -06:00
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-02-01 19:30:10 -06: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.2",
"windows_i686_gnu 0.42.2",
"windows_i686_msvc 0.42.2",
"windows_x86_64_gnu 0.42.2",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc 0.42.2",
]
2023-02-18 09:48:12 -06:00
[[package]]
name = "windows-sys"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
dependencies = [
"windows-targets",
]
2023-02-01 17:38:07 -06:00
[[package]]
name = "windows-targets"
version = "0.42.2"
2023-02-01 17:38:07 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
2023-02-01 17:38:07 -06:00
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc 0.42.2",
"windows_i686_gnu 0.42.2",
"windows_i686_msvc 0.42.2",
"windows_x86_64_gnu 0.42.2",
2023-02-01 17:38:07 -06:00
"windows_x86_64_gnullvm",
"windows_x86_64_msvc 0.42.2",
2023-02-01 17:38:07 -06:00
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
2022-02-01 19:30:10 -06:00
[[package]]
name = "windows_aarch64_msvc"
2022-05-13 08:55:26 -05:00
version = "0.36.1"
2022-02-01 19:30:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 08:55:26 -05:00
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
2022-02-01 19:30:10 -06:00
2022-09-03 05:32:35 -05:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
2022-02-01 19:30:10 -06:00
[[package]]
name = "windows_i686_gnu"
2022-05-13 08:55:26 -05:00
version = "0.36.1"
2022-02-01 19:30:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 08:55:26 -05:00
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
2022-02-01 19:30:10 -06:00
2022-09-03 05:32:35 -05:00
[[package]]
name = "windows_i686_gnu"
version = "0.42.2"
2022-09-03 05:32:35 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
2022-02-01 19:30:10 -06:00
[[package]]
name = "windows_i686_msvc"
2022-05-13 08:55:26 -05:00
version = "0.36.1"
2022-02-01 19:30:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 08:55:26 -05:00
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
2022-02-01 19:30:10 -06:00
2022-09-03 05:32:35 -05:00
[[package]]
name = "windows_i686_msvc"
version = "0.42.2"
2022-09-03 05:32:35 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
2022-02-01 19:30:10 -06:00
[[package]]
name = "windows_x86_64_gnu"
2022-05-13 08:55:26 -05:00
version = "0.36.1"
2022-02-01 19:30:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 08:55:26 -05:00
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
2022-02-01 19:30:10 -06:00
2022-09-03 05:32:35 -05:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.42.2"
2022-09-03 05:32:35 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
2022-02-01 19:30:10 -06:00
[[package]]
name = "windows_x86_64_msvc"
2022-05-13 08:55:26 -05:00
version = "0.36.1"
2022-02-01 19:30:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 08:55:26 -05:00
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
2022-02-01 19:30:10 -06:00
2022-09-03 05:32:35 -05:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
[[package]]
2021-10-25 17:48:47 -05:00
name = "winit"
version = "0.27.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb796d6fbd86b2fd896c9471e6f04d39d750076ebe5680a3958f00f5ab97657c"
dependencies = [
2021-10-25 17:48:47 -05:00
"bitflags",
"cocoa",
2022-09-03 05:32:35 -05:00
"core-foundation",
"core-graphics",
2021-10-25 17:48:47 -05:00
"dispatch",
"instant",
"libc",
"log",
2022-03-13 12:39:53 -05:00
"mio",
"ndk 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
2022-12-10 09:04:24 -06:00
"ndk-glue",
2021-10-25 17:48:47 -05:00
"objc",
2022-09-03 05:32:35 -05:00
"once_cell",
2023-01-16 06:01:39 -06:00
"parking_lot",
2021-10-25 17:48:47 -05:00
"percent-encoding",
2022-09-03 05:32:35 -05:00
"raw-window-handle 0.4.3",
"raw-window-handle 0.5.1",
2023-02-18 09:48:12 -06:00
"sctk-adwaita 0.4.3",
"smithay-client-toolkit",
2021-10-25 17:48:47 -05:00
"wasm-bindgen",
"wayland-client",
"wayland-protocols",
2021-10-25 17:48:47 -05:00
"web-sys",
"windows-sys 0.36.1",
2021-10-25 17:48:47 -05:00
"x11-dl",
]
2023-02-18 09:48:12 -06:00
[[package]]
name = "winit"
version = "0.28.3"
2023-02-18 09:48:12 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f504e8c117b9015f618774f8d58cd4781f5a479bc41079c064f974cbb253874"
2023-02-18 09:48:12 -06:00
dependencies = [
"android-activity 0.4.1",
"bitflags",
"cfg_aliases",
"core-foundation",
"core-graphics",
"dispatch",
"instant",
"libc",
"log",
"mio",
"ndk 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"objc2",
"once_cell",
"orbclient",
"percent-encoding",
"raw-window-handle 0.5.1",
"redox_syscall 0.3.5",
2023-02-18 09:48:12 -06:00
"sctk-adwaita 0.5.3",
"smithay-client-toolkit",
"wasm-bindgen",
"wayland-client",
"wayland-commons",
"wayland-protocols",
"wayland-scanner",
"web-sys",
"windows-sys 0.45.0",
"x11-dl",
]
[[package]]
name = "winnow"
2023-03-26 05:13:54 -05:00
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-26 05:13:54 -05:00
checksum = "ae8970b36c66498d8ff1d66685dc86b91b29db0c7739899012f63a63814b4b28"
dependencies = [
"memchr",
]
[[package]]
name = "winreg"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
dependencies = [
"winapi",
]
[[package]]
name = "winres"
2021-10-11 09:24:54 -05:00
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-11 09:24:54 -05:00
checksum = "b68db261ef59e9e52806f688020631e987592bd83619edccda9c47d42cde4f6c"
dependencies = [
2023-03-26 05:13:54 -05:00
"toml 0.5.11",
]
[[package]]
name = "wio"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
dependencies = [
"winapi",
]
[[package]]
name = "x11-dl"
2023-02-18 09:48:12 -06:00
version = "2.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-18 09:48:12 -06:00
checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
dependencies = [
"libc",
2023-02-18 09:48:12 -06:00
"once_cell",
"pkg-config",
]
[[package]]
name = "x11rb"
2022-12-10 09:04:24 -06:00
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-10 09:04:24 -06:00
checksum = "592b4883219f345e712b3209c62654ebda0bb50887f330cbd018d0f654bfd507"
dependencies = [
"gethostname",
2022-12-10 09:04:24 -06:00
"nix 0.24.3",
"winapi",
"winapi-wsapoll",
2022-12-10 09:04:24 -06:00
"x11rb-protocol",
]
[[package]]
name = "x11rb-protocol"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56b245751c0ac9db0e006dc812031482784e434630205a93c73cfefcaabeac67"
dependencies = [
"nix 0.24.3",
]
[[package]]
name = "xcursor"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7"
dependencies = [
2022-04-20 12:14:53 -05:00
"nom",
]
[[package]]
name = "xdg"
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c4583db5cbd4c4c0303df2d15af80f0539db703fa1c68802d4cbbd2dd0f88f6"
dependencies = [
2023-03-26 07:34:22 -05:00
"dirs 4.0.0",
]
[[package]]
name = "xi-unicode"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a67300977d3dc3f8034dae89778f502b6ba20b269527b3223ba59c0cf393bb8a"
[[package]]
name = "xml-rs"
2021-08-15 15:07:44 -05:00
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-15 15:07:44 -05:00
checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
[[package]]
name = "xshell"
2022-12-28 10:49:00 -06:00
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 10:49:00 -06:00
checksum = "962c039b3a7b16cf4e9a4248397c6585c07547412e7d6a6e035389a802dcfe90"
dependencies = [
"xshell-macros",
]
[[package]]
name = "xshell-macros"
2022-12-28 10:49:00 -06:00
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-28 10:49:00 -06:00
checksum = "1dbabb1cbd15a1d6d12d9ed6b35cc6777d4af87ab3ba155ea37215f20beab80c"
2023-03-01 06:43:55 -06:00
[[package]]
name = "zbus"
version = "3.11.1"
2023-03-01 06:43:55 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dc29e76f558b2cb94190e8605ecfe77dd40f5df8c072951714b4b71a97f5848"
2023-03-01 06:43:55 -06:00
dependencies = [
"async-broadcast",
"async-executor",
"async-fs",
2023-03-01 06:43:55 -06:00
"async-io",
"async-lock",
"async-recursion",
"async-task",
"async-trait",
"byteorder",
"derivative",
2023-03-26 07:34:22 -05:00
"dirs 4.0.0",
2023-03-01 06:43:55 -06:00
"enumflags2",
"event-listener",
"futures-core",
"futures-sink",
"futures-util",
"hex",
"nix 0.26.2",
2023-03-01 06:43:55 -06:00
"once_cell",
"ordered-stream",
"rand",
"serde",
"serde-xml-rs",
"serde_repr",
"sha1",
"static_assertions",
"tracing",
"uds_windows",
"winapi",
"zbus_macros",
"zbus_names",
"zvariant",
]
[[package]]
name = "zbus_macros"
version = "3.11.1"
2023-03-01 06:43:55 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62a80fd82c011cd08459eaaf1fd83d3090c1b61e6d5284360074a7475af3a85d"
2023-03-01 06:43:55 -06:00
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
"regex",
"syn 1.0.109",
"zvariant_utils",
2023-03-01 06:43:55 -06:00
]
[[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",
]
[[package]]
name = "zvariant"
version = "3.12.0"
2023-03-01 06:43:55 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46fe4914a985446d6fd287019b5fceccce38303d71407d9e6e711d44954a05d8"
2023-03-01 06:43:55 -06:00
dependencies = [
"byteorder",
"enumflags2",
"libc",
"serde",
"static_assertions",
"zvariant_derive",
]
[[package]]
name = "zvariant_derive"
version = "3.12.0"
2023-03-01 06:43:55 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34c20260af4b28b3275d6676c7e2a6be0d4332e8e0aba4616d34007fd84e462a"
2023-03-01 06:43:55 -06:00
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
"syn 1.0.109",
"zvariant_utils",
]
[[package]]
name = "zvariant_utils"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53b22993dbc4d128a17a3b6c92f1c63872dd67198537ee728d8b5d7c40640a8b"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
2023-03-01 06:43:55 -06:00
]