ALVR-IPv6/Cargo.lock

5916 lines
138 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-05-04 21:31:48 -05:00
version = "0.2.21"
2021-10-25 17:48:47 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-04 21:31:48 -05:00
checksum = "5110f1c78cf582855d895ecd0746b653db010cec6d9f5575293f27934d980a39"
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"
2023-08-17 06:26:51 -05:00
version = "0.11.2"
2023-03-01 06:43:55 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "76eb1adf08c5bcaa8490b9851fd53cca27fa9880076f178ea9d29f05196728a8"
2023-03-01 06:43:55 -06:00
[[package]]
name = "accesskit_consumer"
2023-08-17 06:26:51 -05:00
version = "0.15.2"
2023-03-01 06:43:55 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "04bb4d9e4772fe0d47df57d0d5dbe5d85dd05e2f37ae1ddb6b105e76be58fb00"
2023-03-01 06:43:55 -06:00
dependencies = [
"accesskit",
]
[[package]]
name = "accesskit_macos"
2023-08-17 06:26:51 -05:00
version = "0.9.0"
2023-03-01 06:43:55 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "134d0acf6acb667c89d3332999b1a5df4edbc8d6113910f392ebb73f2b03bb56"
2023-03-01 06:43:55 -06:00
dependencies = [
"accesskit",
"accesskit_consumer",
"objc2",
"once_cell",
]
[[package]]
name = "accesskit_unix"
2023-08-17 06:26:51 -05:00
version = "0.5.2"
2023-03-01 06:43:55 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "e084cb5168790c0c112626175412dc5ad127083441a8248ae49ddf6725519e83"
2023-03-01 06:43:55 -06:00
dependencies = [
"accesskit",
"accesskit_consumer",
"async-channel",
"atspi",
"futures-lite",
"serde",
"zbus",
]
[[package]]
name = "accesskit_windows"
2023-08-17 06:26:51 -05:00
version = "0.14.3"
2023-03-01 06:43:55 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "9eac0a7f2d7cd7a93b938af401d3d8e8b7094217989a7c25c55a953023436e31"
2023-03-01 06:43:55 -06:00
dependencies = [
"accesskit",
"accesskit_consumer",
"arrayvec",
2023-03-01 06:43:55 -06:00
"once_cell",
"paste",
2023-08-17 06:26:51 -05:00
"windows 0.48.0",
2023-03-01 06:43:55 -06:00
]
[[package]]
name = "accesskit_winit"
2023-08-17 06:26:51 -05:00
version = "0.14.4"
2023-03-01 06:43:55 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "825d23acee1bd6d25cbaa3ca6ed6e73faf24122a774ec33d52c5c86c6ab423c0"
2023-03-01 06:43:55 -06:00
dependencies = [
"accesskit",
"accesskit_macos",
"accesskit_unix",
"accesskit_windows",
"winit",
2023-03-01 06:43:55 -06:00
]
[[package]]
name = "addr2line"
2023-08-24 22:57:35 -05:00
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-24 22:57:35 -05:00
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
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
[[package]]
name = "aes"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2"
dependencies = [
"cfg-if",
"cipher",
"cpufeatures",
]
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"
2023-08-17 06:26:51 -05:00
version = "1.0.4"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "6748e8def348ed4d14996fa801f4122cd763fff530258cdc03f64b25f89d3a5a"
2020-05-07 08:13:55 -05:00
dependencies = [
"memchr",
]
[[package]]
name = "alsa"
2023-08-17 06:26:51 -05:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "e2562ad8dcf0f789f65c6fdaad8a8a9708ed6b488e649da28c01656ad66b8b47"
dependencies = [
"alsa-sys",
2023-05-04 21:31:48 -05:00
"bitflags 1.3.2",
"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"
2023-06-02 12:24:06 -05:00
version = "21.0.0-dev00"
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",
"widestring",
2023-08-24 22:57:35 -05:00
"windows 0.51.1",
2021-08-02 17:59:01 -05:00
]
2020-11-06 08:21:10 -06:00
[[package]]
name = "alvr_client_core"
2023-06-02 12:24:06 -05:00
version = "21.0.0-dev00"
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",
2023-05-07 22:32:52 -05:00
"alvr_packets",
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-06-19 11:22:07 -05:00
"bindgen 0.66.1",
2020-11-06 08:21:10 -06:00
"cc",
2023-02-01 17:38:07 -06:00
"env_logger",
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",
2023-08-17 06:26:51 -05:00
"ndk 0.8.0-beta.0",
"ndk-context",
2023-08-17 06:26:51 -05:00
"ndk-sys 0.5.0-beta.0+25.2.9519653",
"oboe",
2021-03-22 10:12:51 -05:00
"rand",
"serde",
"serde_json",
2020-11-06 08:21:10 -06:00
"walkdir",
]
2023-03-01 06:43:55 -06:00
[[package]]
name = "alvr_client_mock"
2023-06-02 12:24:06 -05:00
version = "21.0.0-dev00"
2023-03-01 06:43:55 -06:00
dependencies = [
"alvr_client_core",
"alvr_common",
2023-05-07 22:32:52 -05:00
"alvr_packets",
2023-03-01 06:43:55 -06:00
"alvr_session",
"eframe",
2023-03-01 06:43:55 -06:00
"env_logger",
"rand",
]
[[package]]
name = "alvr_client_openxr"
2023-06-02 12:24:06 -05:00
version = "21.0.0-dev00"
dependencies = [
"alvr_client_core",
"alvr_common",
2023-05-07 22:32:52 -05:00
"alvr_packets",
"alvr_session",
2023-02-18 09:48:12 -06:00
"android-activity 0.4.0",
"glow",
"jni 0.21.1",
"khronos-egl",
"libc",
"ndk-context",
"openxr",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "alvr_common"
2023-06-02 12:24:06 -05:00
version = "21.0.0-dev00"
2020-05-07 08:13:55 -05:00
dependencies = [
"anyhow",
2023-04-25 22:22:15 -05:00
"backtrace",
"glam",
2020-11-03 07:47:02 -06:00
"log",
"once_cell",
2023-01-16 06:01:39 -06:00
"parking_lot",
"rfd",
"semver",
"serde",
"settings-schema",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "alvr_dashboard"
2023-06-02 12:24:06 -05:00
version = "21.0.0-dev00"
dependencies = [
"alvr_common",
"alvr_events",
"alvr_filesystem",
"alvr_gui_common",
2023-05-07 22:32:52 -05:00
"alvr_packets",
"alvr_server_io",
"alvr_session",
"bincode",
"chrono",
"console_error_panic_hook",
"eframe",
2023-02-01 17:38:07 -06:00
"env_logger",
"ewebsock",
"futures",
"gloo-net",
"ico",
"instant",
"serde",
"serde_json",
"settings-schema",
"statrs",
"sysinfo",
2023-08-17 06:26:51 -05:00
"tungstenite 0.20.0",
"ureq",
"wasm-bindgen-futures",
"wasm-logger",
"winres",
]
2022-03-23 10:17:54 -05:00
[[package]]
name = "alvr_events"
2023-06-02 12:24:06 -05:00
version = "21.0.0-dev00"
2022-03-23 10:17:54 -05:00
dependencies = [
"alvr_common",
2023-05-11 01:53:45 -05:00
"alvr_packets",
2022-03-23 10:17:54 -05:00
"alvr_session",
"serde",
"serde_json",
]
[[package]]
name = "alvr_filesystem"
2023-06-02 12:24:06 -05:00
version = "21.0.0-dev00"
dependencies = [
2023-07-04 21:38:45 -05:00
"dirs",
"once_cell",
]
[[package]]
name = "alvr_gui_common"
version = "0.1.0"
dependencies = [
"eframe",
]
[[package]]
name = "alvr_launcher"
version = "0.1.0"
dependencies = [
2023-08-24 22:57:35 -05:00
"alvr_common",
"alvr_gui_common",
"anyhow",
"eframe",
"futures-util",
"open",
"reqwest",
"serde_json",
"tokio",
"zip",
]
2023-05-07 22:32:52 -05:00
[[package]]
name = "alvr_packets"
2023-06-02 12:24:06 -05:00
version = "21.0.0-dev00"
2023-05-07 22:32:52 -05:00
dependencies = [
"alvr_common",
"alvr_session",
"serde",
"serde_json",
]
2020-05-07 08:13:55 -05:00
[[package]]
2020-11-04 07:18:45 -06:00
name = "alvr_server"
2023-06-02 12:24:06 -05:00
version = "21.0.0-dev00"
2020-05-07 08:13:55 -05:00
dependencies = [
2021-08-02 17:59:01 -05:00
"alvr_audio",
2020-05-07 08:13:55 -05:00
"alvr_common",
2022-03-23 10:17:54 -05:00
"alvr_events",
"alvr_filesystem",
2023-05-07 22:32:52 -05:00
"alvr_packets",
"alvr_server_io",
2021-08-03 07:29:49 -05:00
"alvr_session",
2021-08-03 05:45:47 -05:00
"alvr_sockets",
"bincode",
2023-06-19 11:22:07 -05:00
"bindgen 0.66.1",
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",
2023-08-21 22:18:31 -05:00
"reqwest",
"rosc",
"serde",
2020-05-25 08:29:58 -05:00
"serde_json",
"sysinfo",
2021-02-03 16:03:26 -06:00
"tokio",
2023-08-17 06:26:51 -05:00
"tokio-tungstenite 0.20.0",
"tokio-util",
2020-06-06 15:00:49 -05:00
"walkdir",
2020-05-07 08:13:55 -05:00
]
2022-03-13 06:15:17 -05:00
[[package]]
name = "alvr_server_io"
2023-06-02 12:24:06 -05:00
version = "21.0.0-dev00"
2022-03-13 06:15:17 -05:00
dependencies = [
"alvr_common",
2022-03-23 10:17:54 -05:00
"alvr_events",
2023-06-15 21:56:48 -05:00
"alvr_filesystem",
2023-05-07 22:32:52 -05:00
"alvr_packets",
2022-03-13 06:15:17 -05:00
"alvr_session",
"cpal",
2023-07-04 21:38:45 -05:00
"dirs",
"encoding_rs_io",
"runas",
2022-03-13 06:15:17 -05:00
"serde_json",
"wgpu",
2022-03-13 06:15:17 -05:00
]
2021-08-03 07:29:49 -05:00
[[package]]
name = "alvr_session"
2023-06-02 12:24:06 -05:00
version = "21.0.0-dev00"
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"
2023-06-02 12:24:06 -05:00
version = "21.0.0-dev00"
2021-08-03 05:45:47 -05:00
dependencies = [
"alvr_common",
2021-08-03 07:29:49 -05:00
"alvr_session",
2021-08-03 05:45:47 -05:00
"bincode",
"serde",
"serde_json",
2023-05-14 06:02:43 -05:00
"socket2 0.5.3",
2021-08-03 05:45:47 -05:00
]
[[package]]
2022-03-21 14:53:46 -05:00
name = "alvr_vrcompositor_wrapper"
2023-06-02 12:24:06 -05:00
version = "21.0.0-dev00"
2022-03-21 14:53:46 -05:00
dependencies = [
"alvr_filesystem",
2022-03-21 14:53:46 -05:00
"exec",
"xshell",
2022-03-21 14:53:46 -05:00
]
[[package]]
name = "alvr_vulkan_layer"
2023-06-02 12:24:06 -05:00
version = "21.0.0-dev00"
dependencies = [
"alvr_filesystem",
2023-06-19 11:22:07 -05:00
"bindgen 0.66.1",
"cc",
"pkg-config",
"walkdir",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "alvr_xtask"
2023-06-02 12:24:06 -05:00
version = "21.0.0-dev00"
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",
2023-05-04 21:31:48 -05:00
"bitflags 1.3.2",
"cc",
"jni-sys",
"libc",
"log",
"ndk 0.7.0 (git+https://github.com/zarik5/android-ndk-rs?rev=dea742a)",
"ndk-context",
2023-08-17 06:26:51 -05:00
"ndk-sys 0.4.0+25.0.8775105",
2023-06-17 01:45:06 -05:00
"num_enum 0.5.11",
]
2023-02-18 09:48:12 -06:00
[[package]]
name = "android-activity"
2023-08-17 06:26:51 -05:00
version = "0.4.3"
2023-02-18 09:48:12 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "64529721f27c2314ced0890ce45e469574a73e5e6fdd6e9da1860eb29285f5e0"
2023-02-18 09:48:12 -06:00
dependencies = [
"android-properties",
2023-05-04 21:31:48 -05:00
"bitflags 1.3.2",
2023-02-18 09:48:12 -06:00
"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 0.6.1",
2023-02-18 09:48:12 -06:00
]
[[package]]
name = "android-properties"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04"
2023-05-31 21:57:19 -05:00
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
2020-11-30 14:09:31 -06:00
[[package]]
name = "android_log-sys"
2023-08-17 06:26:51 -05:00
version = "0.3.1"
2020-11-30 14:09:31 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "5ecc8056bf6ab9892dcd53216c83d1597487d7dacac16c8df6b877d127df9937"
2020-11-30 14:09:31 -06:00
[[package]]
name = "android_logger"
2023-08-17 06:26:51 -05:00
version = "0.13.3"
2020-11-30 14:09:31 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "c494134f746c14dc653a35a4ea5aca24ac368529da5370ecf41fe0341c35772f"
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"
2023-08-17 06:26:51 -05:00
version = "1.0.75"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
dependencies = [
"backtrace",
]
[[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
2021-08-15 16:07:31 -05:00
[[package]]
name = "arrayvec"
2023-06-19 11:22:07 -05:00
version = "0.7.4"
2021-08-15 16:07:31 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 11:22:07 -05:00
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
2021-08-15 16:07:31 -05:00
2022-01-04 18:28:56 -06:00
[[package]]
name = "ash"
2023-05-31 21:57:19 -05:00
version = "0.37.3+1.3.251"
2022-01-04 18:28:56 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-31 21:57:19 -05:00
checksum = "39e9c3835d686b0a6084ab4234fcd1b07dbf6e4767dce60874b12356a25ecd4a"
2022-01-04 18:28:56 -06:00
dependencies = [
2023-05-04 21:31:48 -05:00
"libloading 0.7.4",
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"
2023-08-17 06:26:51 -05:00
version = "1.9.0"
2023-03-01 06:43:55 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
2023-03-01 06:43:55 -06:00
dependencies = [
"concurrent-queue",
"event-listener",
"futures-core",
]
[[package]]
name = "async-executor"
2023-04-10 06:30:00 -05:00
version = "1.5.1"
2023-03-01 06:43:55 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-10 06:30:00 -05:00
checksum = "6fa3dc5f2a8564f07759c008b9109dc0d39de92a88d5588b8a5036d286383afb"
2023-03-01 06:43:55 -06:00
dependencies = [
"async-lock",
"async-task",
"concurrent-queue",
2023-08-17 06:26:51 -05:00
"fastrand 1.9.0",
2023-03-01 06:43:55 -06:00
"futures-lite",
"slab",
]
2023-07-04 21:38:45 -05:00
[[package]]
name = "async-fs"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
dependencies = [
"async-lock",
"autocfg",
"blocking",
"futures-lite",
]
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",
2023-08-17 06:26:51 -05:00
"rustix 0.37.23",
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"
2023-08-17 06:26:51 -05:00
version = "2.8.0"
2023-03-01 06:43:55 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
2023-03-01 06:43:55 -06:00
dependencies = [
"event-listener",
]
2023-07-04 21:38:45 -05:00
[[package]]
name = "async-process"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a9d28b1d97e08915212e2e45310d47854eafa69600756fc735fb788f75199c9"
dependencies = [
"async-io",
"async-lock",
"autocfg",
"blocking",
"cfg-if",
"event-listener",
"futures-lite",
2023-08-17 06:26:51 -05:00
"rustix 0.37.23",
2023-07-04 21:38:45 -05:00
"signal-hook",
"windows-sys 0.48.0",
]
2023-03-01 06:43:55 -06:00
[[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-08-17 06:26:51 -05:00
"syn 2.0.29",
2023-03-01 06:43:55 -06:00
]
[[package]]
name = "async-stream"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
dependencies = [
"async-stream-impl",
"futures-core",
"pin-project-lite",
]
[[package]]
name = "async-stream-impl"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
dependencies = [
"proc-macro2",
"quote",
2023-08-17 06:26:51 -05:00
"syn 2.0.29",
]
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-08-17 06:26:51 -05:00
version = "0.1.73"
2023-03-01 06:43:55 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0"
2023-03-01 06:43:55 -06:00
dependencies = [
"proc-macro2",
"quote",
2023-08-17 06:26:51 -05:00
"syn 2.0.29",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "atk-sys"
version = "0.16.0"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11ad703eb64dc058024f0e57ccfa069e15a413b98dbd50a1a950e743b7f11148"
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
]
2023-07-04 21:38:45 -05:00
[[package]]
name = "atomic-waker"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3"
2022-02-23 08:43:40 -06:00
[[package]]
name = "atomic_refcell"
2023-08-17 06:26:51 -05:00
version = "0.1.11"
2022-02-23 08:43:40 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "112ef6b3f6cb3cb6fc5b6b494ef7a848492cff1ab0ef4de10b0f7d572861c905"
2020-05-07 08:13:55 -05:00
2023-03-01 06:43:55 -06:00
[[package]]
name = "atspi"
version = "0.10.1"
2023-03-01 06:43:55 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "674e7a3376837b2e7d12d34d58ac47073c491dc3bf6f71a7adaf687d4d817faa"
2023-03-01 06:43:55 -06:00
dependencies = [
"async-recursion",
"async-trait",
"atspi-macros",
"enumflags2",
"futures-lite",
"serde",
"tracing",
"zbus",
"zbus_names",
]
[[package]]
name = "atspi-macros"
version = "0.2.0"
2023-03-01 06:43:55 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97fb4870a32c0eaa17e35bca0e6b16020635157121fb7d45593d242c295bc768"
2023-03-01 06:43:55 -06:00
dependencies = [
"quote",
"syn 1.0.109",
2023-03-01 06:43:55 -06:00
]
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"
2023-08-24 22:57:35 -05:00
version = "0.3.69"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-24 22:57:35 -05:00
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
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",
2023-07-04 21:38:45 -05: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-05-31 21:57:19 -05:00
version = "0.21.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-31 21:57:19 -05:00
checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"
[[package]]
name = "base64ct"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
[[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 = [
2023-05-04 21:31:48 -05:00
"bitflags 1.3.2",
"cexpr",
"clang-sys",
2020-06-06 15:00:49 -05:00
"lazy_static",
"lazycell",
"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",
]
[[package]]
name = "bindgen"
2023-06-19 11:22:07 -05:00
version = "0.66.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 11:22:07 -05:00
checksum = "f2b84e06fc203107bfbad243f4aba2af864eb7db3b1cf46ea0a023b0b433d2a7"
dependencies = [
2023-08-17 06:26:51 -05:00
"bitflags 2.4.0",
"cexpr",
"clang-sys",
"lazy_static",
"lazycell",
"log",
"peeking_take_while",
"prettyplease",
"proc-macro2",
"quote",
"regex",
"rustc-hash",
"shlex",
2023-08-17 06:26:51 -05:00
"syn 2.0.29",
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
2023-05-04 21:31:48 -05:00
[[package]]
name = "bitflags"
2023-08-17 06:26:51 -05:00
version = "2.4.0"
2023-05-04 21:31:48 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
2023-05-04 21:31:48 -05:00
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",
]
2023-07-04 21:38:45 -05:00
[[package]]
name = "blocking"
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77231a1c8f801696fc0123ec6150ce92cffb8e164a02afb9c8ddee0e9b65ad65"
dependencies = [
"async-channel",
"async-lock",
"async-task",
"atomic-waker",
2023-08-17 06:26:51 -05:00
"fastrand 1.9.0",
2023-07-04 21:38:45 -05:00
"futures-lite",
"log",
]
[[package]]
2021-10-25 17:48:47 -05:00
name = "bumpalo"
2023-05-31 21:57:19 -05:00
version = "3.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-31 21:57:19 -05:00
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
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-08-17 06:26:51 -05:00
"syn 2.0.29",
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"
[[package]]
name = "bzip2"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
dependencies = [
"bzip2-sys",
"libc",
]
[[package]]
name = "bzip2-sys"
version = "0.1.11+1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
dependencies = [
"cc",
"libc",
"pkg-config",
]
2022-02-23 08:43:40 -06:00
[[package]]
name = "cairo-sys-rs"
version = "0.16.3"
2022-02-23 08:43:40 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c48f4af05fabdcfa9658178e1326efa061853f040ce7d72e33af6885196f421"
2022-02-23 08:43:40 -06:00
dependencies = [
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"
version = "0.10.6"
2021-10-25 17:48:47 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52e0d00eb1ea24371a97d2da6201c6747a633dc6dc1988ef503403b4c59504a8"
2021-10-25 17:48:47 -05:00
dependencies = [
"bitflags 1.3.2",
2021-10-25 17:48:47 -05:00
"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-08-24 22:57:35 -05:00
version = "1.0.83"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-24 22:57:35 -05:00
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
2020-06-06 15:00:49 -05:00
dependencies = [
"jobserver",
2023-08-17 06:26:51 -05:00
"libc",
2020-06-06 15:00:49 -05:00
]
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-08-17 06:26:51 -05:00
version = "0.15.4"
2022-02-23 08:43:40 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "b40ccee03b5175c18cde8f37e7d2a33bcef6f8ec8f7cc0d81090d1bb380949c9"
2022-02-23 08:43:40 -06:00
dependencies = [
"smallvec",
2023-05-04 21:31:48 -05:00
"target-lexicon",
2022-02-23 08:43:40 -06:00
]
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"
2023-05-31 21:57:19 -05:00
version = "0.4.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-31 21:57:19 -05:00
checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5"
dependencies = [
2023-05-31 21:57:19 -05:00
"android-tzdata",
2022-09-03 05:32:35 -05:00
"iana-time-zone",
"js-sys",
"num-traits",
"time 0.1.45",
2022-09-03 05:32:35 -05:00
"wasm-bindgen",
"winapi",
]
[[package]]
name = "cipher"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
dependencies = [
"crypto-common",
"inout",
]
2020-06-06 15:00:49 -05:00
[[package]]
name = "clang-sys"
2023-04-10 06:30:00 -05:00
version = "1.6.1"
2020-06-06 15:00:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-10 06:30:00 -05:00
checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f"
2020-06-06 15:00:49 -05:00
dependencies = [
"glob",
"libc",
2023-05-04 21:31:48 -05:00
"libloading 0.7.4",
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",
]
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 = [
2023-05-04 21:31:48 -05:00
"bitflags 1.3.2",
2020-05-07 08:13:55 -05:00
"block",
"cocoa-foundation",
2022-09-03 05:32:35 -05:00
"core-foundation",
"core-graphics",
"foreign-types",
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 = [
2023-05-04 21:31:48 -05:00
"bitflags 1.3.2",
"block",
2022-09-03 05:32:35 -05:00
"core-foundation",
"core-graphics-types",
"foreign-types",
"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-05-04 21:31:48 -05:00
[[package]]
name = "color_quant"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
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"
2023-04-10 06:30:00 -05:00
version = "2.2.0"
2023-03-01 06:43:55 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-10 06:30:00 -05:00
checksum = "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c"
2023-03-01 06:43:55 -06:00
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "console_error_panic_hook"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
dependencies = [
"cfg-if",
"wasm-bindgen",
]
[[package]]
name = "constant_time_eq"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
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-04-10 06:30:00 -05:00
"core-foundation-sys 0.8.4",
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"
2023-04-10 06:30:00 -05:00
version = "0.8.4"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-10 06:30:00 -05:00
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
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 = [
2023-05-04 21:31:48 -05:00
"bitflags 1.3.2",
2022-09-03 05:32:35 -05:00
"core-foundation",
"core-graphics-types",
"foreign-types",
"libc",
]
[[package]]
name = "core-graphics-types"
version = "0.1.2"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bb142d41022986c1d8ff29103a1411c8a3dfad3552f87a4f8dc50d61d4f4e33"
2020-05-07 08:13:55 -05:00
dependencies = [
2023-05-04 21:31:48 -05:00
"bitflags 1.3.2",
2022-09-03 05:32:35 -05:00
"core-foundation",
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 = [
2023-05-04 21:31:48 -05:00
"bitflags 1.3.2",
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 = [
"bindgen 0.64.0",
]
[[package]]
name = "cpal"
2023-04-10 06:30:00 -05:00
version = "0.15.2"
2022-09-03 05:32:35 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-10 06:30:00 -05:00
checksum = "6d959d90e938c5493000514b446987c07aed46c668faaa7d34d6c7a67b1a578c"
dependencies = [
"alsa",
2023-04-10 06:30:00 -05:00
"core-foundation-sys 0.8.4",
"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-04-10 06:30:00 -05:00
"windows 0.46.0",
]
2020-11-03 07:47:02 -06:00
[[package]]
2021-05-06 05:11:37 -05:00
name = "cpufeatures"
2023-08-17 06:26:51 -05:00
version = "0.2.9"
2020-11-03 07:47:02 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
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-utils"
version = "0.8.16"
2020-10-22 12:12:30 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
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
]
[[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",
]
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 = [
2023-05-04 21:31:48 -05:00
"bitflags 1.3.2",
"libloading 0.7.4",
2023-02-01 17:38:07 -06:00
"winapi",
]
2021-09-20 06:46:12 -05:00
[[package]]
name = "darling"
version = "0.14.4"
2021-09-20 06:46:12 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850"
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.14.4"
2021-09-20 06:46:12 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0"
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.14.4"
2021-09-20 06:46:12 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e"
2021-09-20 06:46:12 -05:00
dependencies = [
"darling_core",
2023-02-18 09:48:12 -06:00
"quote",
"syn 1.0.109",
]
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"
[[package]]
name = "data-encoding"
2023-05-31 21:57:19 -05:00
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-31 21:57:19 -05:00
checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308"
2023-08-17 06:26:51 -05:00
[[package]]
name = "deranged"
2023-08-24 22:57:35 -05:00
version = "0.3.8"
2023-08-17 06:26:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-24 22:57:35 -05:00
checksum = "f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946"
2023-08-17 06:26:51 -05:00
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"
2023-05-31 21:57:19 -05:00
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-31 21:57:19 -05:00
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
dependencies = [
2022-02-23 08:43:40 -06:00
"block-buffer",
"crypto-common",
"subtle",
]
2023-03-26 07:34:22 -05:00
[[package]]
name = "dirs"
2023-05-04 21:31:48 -05:00
version = "5.0.1"
2023-03-26 07:34:22 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-04 21:31:48 -05:00
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
2023-03-26 07:34:22 -05:00
dependencies = [
2023-07-04 21:38:45 -05:00
"dirs-sys",
2020-05-07 08:13:55 -05:00
]
2023-03-26 07:34:22 -05:00
[[package]]
name = "dirs-sys"
2023-05-04 21:31:48 -05:00
version = "0.4.1"
2023-03-26 07:34:22 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-04 21:31:48 -05:00
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
2023-03-26 07:34:22 -05:00
dependencies = [
"libc",
2023-05-04 21:31:48 -05:00
"option-ext",
2023-03-26 07:34:22 -05:00
"redox_users",
2023-05-04 21:31:48 -05:00
"windows-sys 0.48.0",
2023-03-26 07:34:22 -05:00
]
[[package]]
name = "dispatch"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
[[package]]
name = "dlib"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
dependencies = [
"libloading 0.8.0",
]
[[package]]
name = "downcast-rs"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
2023-02-18 09:48:12 -06:00
[[package]]
name = "ecolor"
2023-05-31 21:57:19 -05:00
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e479a7fa3f23d4e794f8b2f8b3568dd4e47886ad1b12c9c095e141cb591eb63"
2023-02-18 09:48:12 -06:00
dependencies = [
"bytemuck",
]
[[package]]
name = "eframe"
2023-05-31 21:57:19 -05:00
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf4596583a2c680c55b6feaa748f74890c4f9cb9c7cb69d6117110444cb65b2f"
2023-02-18 09:48:12 -06:00
dependencies = [
"bytemuck",
2023-05-04 21:31:48 -05:00
"cocoa",
"egui",
"egui-wgpu",
"egui-winit",
2023-03-01 06:43:55 -06:00
"egui_glow",
"glow",
2023-03-01 06:43:55 -06:00
"glutin",
"glutin-winit",
2023-05-04 21:31:48 -05:00
"image",
2023-02-18 09:48:12 -06:00
"js-sys",
2023-05-04 21:31:48 -05:00
"log",
"objc",
2023-02-18 09:48:12 -06:00
"percent-encoding",
"pollster",
"raw-window-handle",
2023-02-18 09:48:12 -06:00
"thiserror",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"wgpu",
2023-05-04 21:31:48 -05:00
"winapi",
"winit",
2023-02-18 09:48:12 -06:00
]
[[package]]
name = "egui"
2023-05-31 21:57:19 -05:00
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3aef8ec3ae1b772f340170c65bf27d5b8c28f543a0116c844d2ac08d01123e7"
2023-02-18 09:48:12 -06:00
dependencies = [
2023-03-01 06:43:55 -06:00
"accesskit",
2023-02-18 09:48:12 -06:00
"ahash 0.8.3",
"epaint",
2023-05-04 21:31:48 -05:00
"log",
"nohash-hasher",
]
2023-02-18 09:48:12 -06:00
[[package]]
name = "egui-wgpu"
2023-05-31 21:57:19 -05:00
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33caaedd8283779c787298af23d8754a7e88421ff32e89ad0040c855fc0b0224"
2023-02-18 09:48:12 -06:00
dependencies = [
"bytemuck",
"epaint",
2023-05-04 21:31:48 -05:00
"log",
"thiserror",
"type-map",
"wgpu",
"winit",
]
[[package]]
name = "egui-winit"
2023-05-31 21:57:19 -05:00
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a49155fd4a0a4fb21224407a91de0030847972ef90fc64edb63621caea61cb2"
dependencies = [
"accesskit_winit",
"arboard",
"egui",
"instant",
2023-05-04 21:31:48 -05:00
"log",
"raw-window-handle",
"smithay-clipboard",
2022-12-10 09:04:24 -06:00
"webbrowser",
"winit",
2023-02-18 09:48:12 -06:00
]
2023-03-01 06:43:55 -06:00
[[package]]
name = "egui_glow"
2023-05-31 21:57:19 -05:00
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f8c2752cdf1b0ef5fcda59a898cacabad974d4f5880e92a420b2c917022da64"
2023-03-01 06:43:55 -06:00
dependencies = [
"bytemuck",
"egui",
"glow",
2023-05-04 21:31:48 -05:00
"log",
2023-07-04 21:38:45 -05:00
"memoffset 0.6.5",
2023-03-01 06:43:55 -06:00
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "either"
2023-08-17 06:26:51 -05:00
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
2023-02-18 09:48:12 -06:00
[[package]]
name = "emath"
2023-05-31 21:57:19 -05:00
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3857d743a6e0741cdd60b622a74c7a36ea75f5f8f11b793b41d905d2c9721a4b"
2023-02-18 09:48:12 -06:00
dependencies = [
"bytemuck",
]
[[package]]
2021-10-25 17:48:47 -05:00
name = "encoding_rs"
2023-08-24 22:57:35 -05:00
version = "0.8.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-24 22:57:35 -05:00
checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
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"
2023-05-04 21:31:48 -05:00
version = "0.7.7"
2023-03-01 06:43:55 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-04 21:31:48 -05:00
checksum = "c041f5090df68b32bcd905365fd51769c8b9d553fe87fde0b683534f10c01bd2"
2023-03-01 06:43:55 -06:00
dependencies = [
"enumflags2_derive",
"serde",
]
[[package]]
name = "enumflags2_derive"
2023-05-04 21:31:48 -05:00
version = "0.7.7"
2023-03-01 06:43:55 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-04 21:31:48 -05:00
checksum = "5e9a1f9f7d83e59740248a6e14ecf93929ade55027844dfcea78beafccc15745"
2023-03-01 06:43:55 -06:00
dependencies = [
"proc-macro2",
"quote",
2023-08-17 06:26:51 -05:00
"syn 2.0.29",
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",
]
2023-02-18 09:48:12 -06:00
[[package]]
name = "epaint"
2023-05-31 21:57:19 -05:00
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09333964d4d57f40a85338ba3ca5ed4716070ab184dcfed966b35491c5c64f3b"
2023-02-18 09:48:12 -06:00
dependencies = [
"ab_glyph",
"ahash 0.8.3",
"atomic_refcell",
"bytemuck",
"ecolor",
"emath",
2023-05-04 21:31:48 -05:00
"log",
"nohash-hasher",
2023-01-16 06:01:39 -06:00
"parking_lot",
]
[[package]]
name = "equivalent"
2023-08-17 06:26:51 -05:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
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"
2023-08-17 06:26:51 -05:00
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "6b30f669a7961ef1631673d2766cc92f52d64f7ef354d4fe0ddfd30ed52f0f4f"
dependencies = [
"errno-dragonfly",
"libc",
2023-04-10 06:30:00 -05:00
"windows-sys 0.48.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"
[[package]]
name = "ewebsock"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "689197e24a57aee379b3bbef527e70607fc6d4b58fae4f1d98a2c6d91503e230"
dependencies = [
"async-stream",
"futures",
"futures-util",
"js-sys",
"tokio",
"tokio-tungstenite 0.17.2",
"tracing",
"tungstenite 0.17.3",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
]
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",
]
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",
]
2023-08-17 06:26:51 -05:00
[[package]]
name = "fastrand"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764"
[[package]]
name = "fdeflate"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d329bdeac514ee06249dabc27877490f17f5d371ec693360768b838e19f3ae10"
dependencies = [
"simd-adler32",
]
[[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",
]
[[package]]
name = "flate2"
2023-08-17 06:26:51 -05:00
version = "1.0.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010"
dependencies = [
"crc32fast",
2023-07-04 21:38:45 -05:00
"miniz_oxide",
]
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 = [
"foreign-types-shared",
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"
2020-11-07 14:16:53 -06:00
[[package]]
name = "form_urlencoded"
version = "1.2.0"
2020-11-07 14:16:53 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
2020-11-07 14:16:53 -06:00
dependencies = [
"percent-encoding",
2020-11-07 14:16:53 -06:00
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "futures"
2023-04-10 06:30:00 -05:00
version = "0.3.28"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-10 06:30:00 -05:00
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
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"
2023-04-10 06:30:00 -05:00
version = "0.3.28"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-10 06:30:00 -05:00
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
2020-05-07 08:13:55 -05:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
2023-04-10 06:30:00 -05:00
version = "0.3.28"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-10 06:30:00 -05:00
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
2020-05-07 08:13:55 -05:00
[[package]]
name = "futures-executor"
2023-04-10 06:30:00 -05:00
version = "0.3.28"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-10 06:30:00 -05:00
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
2020-05-07 08:13:55 -05:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
2023-04-10 06:30:00 -05:00
version = "0.3.28"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-10 06:30:00 -05:00
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
2020-05-07 08:13:55 -05:00
2023-03-01 06:43:55 -06:00
[[package]]
name = "futures-lite"
2023-04-10 06:30:00 -05:00
version = "1.13.0"
2023-03-01 06:43:55 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-10 06:30:00 -05:00
checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
2023-03-01 06:43:55 -06:00
dependencies = [
2023-08-17 06:26:51 -05:00
"fastrand 1.9.0",
2023-03-01 06:43:55 -06:00
"futures-core",
"futures-io",
"memchr",
"parking",
"pin-project-lite",
"waker-fn",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "futures-macro"
2023-04-10 06:30:00 -05:00
version = "0.3.28"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-10 06:30:00 -05:00
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
2020-05-07 08:13:55 -05:00
dependencies = [
2023-02-18 09:48:12 -06:00
"proc-macro2",
"quote",
2023-08-17 06:26:51 -05:00
"syn 2.0.29",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "futures-sink"
2023-04-10 06:30:00 -05:00
version = "0.3.28"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-10 06:30:00 -05:00
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
2020-05-07 08:13:55 -05:00
[[package]]
name = "futures-task"
2023-04-10 06:30:00 -05:00
version = "0.3.28"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-10 06:30:00 -05:00
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
2020-05-07 08:13:55 -05:00
[[package]]
name = "futures-util"
2023-04-10 06:30:00 -05:00
version = "0.3.28"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-10 06:30:00 -05:00
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
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",
]
2022-02-23 08:43:40 -06:00
[[package]]
name = "gdk-pixbuf-sys"
version = "0.16.3"
2022-02-23 08:43:40 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3092cf797a5f1210479ea38070d9ae8a5b8e9f8f1be9f32f4643c529c7d70016"
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.16.0"
2022-02-23 08:43:40 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d76354f97a913e55b984759a997b693aa7dc71068c9e98bcce51aa167a0a5c5a"
2022-02-23 08:43:40 -06:00
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"
version = "0.14.7"
2020-11-03 07:47:02 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
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.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
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-08-24 22:57:35 -05:00
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-24 22:57:35 -05:00
checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
2020-05-07 08:13:55 -05:00
[[package]]
name = "gio-sys"
version = "0.16.3"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9b693b8e39d042a95547fc258a7b07349b1f0b48f4b2fa3108ba3c51c0b5229"
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"
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42218cb640844e3872cc3c153dc975229e080a6c4733b34709ef445610550226"
dependencies = [
"serde",
]
2022-02-23 08:43:40 -06:00
[[package]]
name = "glib-sys"
version = "0.16.3"
2022-02-23 08:43:40 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c61a4f46316d06bfa33a7ac22df6f0524c8be58e3db2d9ca99ccb1f357b62a65"
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 = "gloo-net"
2023-08-17 06:26:51 -05:00
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "8ac9e8288ae2c632fa9f8657ac70bfe38a1530f345282d7ba66a1f70b72b7dc4"
dependencies = [
"futures-channel",
"futures-core",
"futures-sink",
"gloo-utils",
2023-06-19 11:22:07 -05:00
"http",
"js-sys",
"pin-project",
"serde",
"serde_json",
"thiserror",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
]
[[package]]
name = "gloo-utils"
2023-08-17 06:26:51 -05:00
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "0b5555354113b18c547c1d3a98fbf7fb32a9ff4f6fa112ce823a21641a0ba3aa"
dependencies = [
"js-sys",
"serde",
"serde_json",
"wasm-bindgen",
"web-sys",
]
2023-02-01 17:38:07 -06:00
[[package]]
name = "glow"
2023-08-17 06:26:51 -05:00
version = "0.12.3"
2023-02-01 17:38:07 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "ca0fe580e4b60a8ab24a868bc08e2f03cbcb20d3d676601fa909386713333728"
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"
2023-08-17 06:26:51 -05:00
version = "0.30.10"
2023-03-01 06:43:55 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "8fc93b03242719b8ad39fb26ed2b01737144ce7bd4bfc7adadcef806596760fe"
2023-03-01 06:43:55 -06:00
dependencies = [
2023-05-04 21:31:48 -05:00
"bitflags 1.3.2",
2023-03-01 06:43:55 -06:00
"cfg_aliases",
"cgl",
"core-foundation",
"dispatch",
"glutin_egl_sys",
"glutin_glx_sys",
"glutin_wgl_sys",
2023-05-04 21:31:48 -05:00
"libloading 0.7.4",
2023-03-01 06:43:55 -06:00
"objc2",
"once_cell",
"raw-window-handle",
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",
"winit",
2023-03-01 06:43:55 -06:00
]
[[package]]
name = "glutin_egl_sys"
2023-08-17 06:26:51 -05:00
version = "0.5.1"
2023-03-01 06:43:55 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "af784eb26c5a68ec85391268e074f0aa618c096eadb5d6330b0911cf34fe57c5"
2023-03-01 06:43:55 -06:00
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.16.3"
2022-02-23 08:43:40 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3520bb9c07ae2a12c7f2fbb24d4efc11231c8146a86956413fb1a79bb760a0f1"
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"
2023-05-31 21:57:19 -05:00
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-31 21:57:19 -05:00
checksum = "22beaafc29b38204457ea030f6fb7a84c9e4dd1b86e311ba0542533453d87f62"
dependencies = [
2023-05-04 21:31:48 -05:00
"bitflags 1.3.2",
"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 = [
2023-05-04 21:31:48 -05:00
"bitflags 1.3.2",
]
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 = [
2023-05-04 21:31:48 -05:00
"bitflags 1.3.2",
"gpu-descriptor-types",
"hashbrown 0.12.3",
]
[[package]]
name = "gpu-descriptor-types"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "363e3677e55ad168fef68cf9de3a4a310b53124c5e784c53a1d70e92d23f2126"
dependencies = [
2023-05-04 21:31:48 -05:00
"bitflags 1.3.2",
]
2022-02-23 08:43:40 -06:00
[[package]]
name = "gtk-sys"
version = "0.16.0"
2022-02-23 08:43:40 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89b5f8946685d5fe44497007786600c2f368ff6b1e61a16251c89f72a97520a3"
2022-02-23 08:43:40 -06:00
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 = "h2"
2023-08-24 22:57:35 -05:00
version = "0.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-24 22:57:35 -05:00
checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833"
dependencies = [
2021-02-03 16:03:26 -06:00
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap 1.9.3",
"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
[[package]]
name = "hashbrown"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
2023-05-04 21:31:48 -05:00
[[package]]
name = "hassle-rs"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1397650ee315e8891a0df210707f0fc61771b0cc518c3023896064c5407cb3b0"
dependencies = [
"bitflags 1.3.2",
"com-rs",
"libc",
"libloading 0.7.4",
"thiserror",
"widestring",
2023-05-04 21:31:48 -05:00
"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",
2023-05-04 21:31:48 -05:00
"bitflags 1.3.2",
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"
version = "0.4.1"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2022-02-23 08:43:40 -06:00
[[package]]
name = "hermit-abi"
2023-07-04 21:38:45 -05:00
version = "0.3.2"
2023-02-18 09:48:12 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-04 21:38:45 -05:00
checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
2023-02-18 09:48:12 -06:00
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 = "hmac"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
dependencies = [
"digest",
]
2023-05-04 21:31:48 -05:00
[[package]]
name = "home"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb"
dependencies = [
"windows-sys 0.48.0",
]
[[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"
2023-08-17 06:26:51 -05:00
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
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.27"
2020-12-25 20:08:15 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
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-rustls"
2023-07-04 21:38:45 -05:00
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-04 21:38:45 -05:00
checksum = "8d78e1e73ec14cf7375674f74d7dde185c8206fd9dea6fb6295e8a98098aaa97"
dependencies = [
2023-07-04 21:38:45 -05:00
"futures-util",
"http",
"hyper",
"rustls",
"tokio",
"tokio-rustls",
]
2023-08-21 22:18:31 -05:00
[[package]]
name = "hyper-tls"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
dependencies = [
"bytes",
"hyper",
"native-tls",
"tokio",
"tokio-native-tls",
]
2022-09-03 05:32:35 -05:00
[[package]]
name = "iana-time-zone"
version = "0.1.57"
2022-09-03 05:32:35 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
2022-09-03 05:32:35 -05:00
dependencies = [
"android_system_properties",
2023-04-10 06:30:00 -05:00
"core-foundation-sys 0.8.4",
"iana-time-zone-haiku",
2022-09-03 05:32:35 -05:00
"js-sys",
"wasm-bindgen",
2023-04-10 06:30:00 -05:00
"windows 0.48.0",
2022-09-03 05:32:35 -05:00
]
[[package]]
name = "iana-time-zone-haiku"
2023-05-31 21:57:19 -05:00
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-31 21:57:19 -05:00
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
dependencies = [
2023-05-31 21:57:19 -05:00
"cc",
]
[[package]]
name = "ico"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3804960be0bb5e4edb1e1ad67afd321a9ecfd875c3e65c099468fd2717d7cae"
dependencies = [
"byteorder",
"png",
]
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.4.0"
2021-10-25 17:48:47 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
2021-10-25 17:48:47 -05:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
2023-05-04 21:31:48 -05:00
[[package]]
name = "image"
2023-08-17 06:26:51 -05:00
version = "0.24.7"
2023-05-04 21:31:48 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "6f3dfdbdd72063086ff443e297b61695500514b1e41095b6fb9a5ab48a70a711"
2023-05-04 21:31:48 -05:00
dependencies = [
"bytemuck",
"byteorder",
"color_quant",
"num-rational",
"num-traits",
"png",
]
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",
"hashbrown 0.12.3",
]
[[package]]
name = "indexmap"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
dependencies = [
"equivalent",
"hashbrown 0.14.0",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "inout"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
dependencies = [
"generic-array",
]
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 = "io-lifetimes"
2023-05-31 21:57:19 -05:00
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-31 21:57:19 -05:00
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
dependencies = [
2023-07-04 21:38:45 -05:00
"hermit-abi",
"libc",
2023-04-10 06:30:00 -05:00
"windows-sys 0.48.0",
]
2020-11-06 08:21:10 -06:00
[[package]]
name = "ipnet"
version = "2.8.0"
2020-11-06 08:21:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6"
[[package]]
name = "is-docker"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
dependencies = [
"once_cell",
]
[[package]]
name = "is-terminal"
2023-08-17 06:26:51 -05:00
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
dependencies = [
2023-07-04 21:38:45 -05:00
"hermit-abi",
2023-08-17 06:26:51 -05:00
"rustix 0.38.8",
2023-04-10 06:30:00 -05:00
"windows-sys 0.48.0",
]
2020-11-06 08:21:10 -06:00
[[package]]
name = "is-wsl"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
dependencies = [
"is-docker",
"once_cell",
]
[[package]]
name = "itoa"
2023-08-17 06:26:51 -05:00
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
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 = [
2023-05-04 21:31:48 -05:00
"bitflags 1.3.2",
2022-02-19 10:04:23 -06:00
"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-05-04 21:31:48 -05:00
"bitflags 1.3.2",
2022-02-19 10:04:23 -06:00
"lazy_static",
"libc",
2023-05-04 21:31:48 -05:00
"libloading 0.7.4",
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"
version = "0.3.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
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",
2023-05-04 21:31:48 -05:00
"libloading 0.7.4",
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.147"
2022-02-19 10:04:23 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
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",
]
2023-05-04 21:31:48 -05:00
[[package]]
name = "libloading"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d580318f95776505201b28cf98eb1fa5e4be3b689633ba6a3e6cd880ff22d8cb"
dependencies = [
"cfg-if",
"windows-sys 0.48.0",
]
[[package]]
name = "libm"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4"
[[package]]
name = "linux-raw-sys"
2023-05-31 21:57:19 -05:00
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-31 21:57:19 -05:00
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
2023-07-04 21:38:45 -05:00
[[package]]
name = "linux-raw-sys"
2023-08-17 06:26:51 -05:00
version = "0.4.5"
2023-07-04 21:38:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503"
2023-07-04 21:38:45 -05:00
2022-11-16 01:19:32 -06:00
[[package]]
name = "local-ip-address"
2023-08-17 06:26:51 -05:00
version = "0.5.4"
2022-11-16 01:19:32 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "885efb07efcd6ae1c6af70be7565544121424fa9e5b1c3e4b58bbbf141a58cef"
2022-11-16 01:19:32 -06:00
dependencies = [
"libc",
"neli",
"thiserror",
2023-05-31 21:57:19 -05:00
"windows-sys 0.48.0",
2022-11-16 01:19:32 -06:00
]
2020-10-26 16:48:04 -05:00
[[package]]
name = "lock_api"
version = "0.4.10"
2020-10-26 16:48:04 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
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"
2023-08-17 06:26:51 -05:00
version = "0.4.20"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
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 = "matrixmultiply"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "090126dc04f95dc0d1c1c91f61bdd474b3930ca064c1edc8a849da2c6cbe1e77"
dependencies = [
"autocfg",
"rawpointer",
]
2020-05-07 08:13:55 -05:00
[[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
]
2023-07-04 21:38:45 -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 = "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 = [
2023-05-04 21:31:48 -05:00
"bitflags 1.3.2",
"block",
"core-graphics-types",
"foreign-types",
"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"
[[package]]
name = "miniz_oxide"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
dependencies = [
"adler",
"simd-adler32",
]
[[package]]
name = "mio"
2023-05-31 21:57:19 -05:00
version = "0.8.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-31 21:57:19 -05:00
checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
dependencies = [
"libc",
"log",
2022-03-13 06:15:17 -05:00
"wasi 0.11.0+wasi-snapshot-preview1",
2023-05-31 21:57:19 -05:00
"windows-sys 0.48.0",
]
2023-05-04 21:31:48 -05:00
[[package]]
name = "naga"
2023-08-17 06:26:51 -05:00
version = "0.12.3"
2023-05-04 21:31:48 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "bbcc2e0513220fd2b598e6068608d4462db20322c0e77e47f6f488dfcfc279cb"
2023-05-04 21:31:48 -05:00
dependencies = [
"bit-set",
"bitflags 1.3.2",
2023-02-01 17:38:07 -06:00
"codespan-reporting",
"hexf-parse",
"indexmap 1.9.3",
2023-02-01 17:38:07 -06:00
"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 = "nalgebra"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d506eb7e08d6329505faa8a3a00a5dcc6de9f76e0c77e4b75763ae3c770831ff"
dependencies = [
"approx",
"matrixmultiply",
"nalgebra-macros",
"num-complex",
"num-rational",
"num-traits",
"rand",
"rand_distr",
"simba",
"typenum",
]
[[package]]
name = "nalgebra-macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01fcc0b8149b4632adc89ac3b7b31a12fb6099a0317a4eb2ebff574ef7de7218"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
2023-08-21 22:18:31 -05:00
[[package]]
name = "native-tls"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
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 = [
2023-05-04 21:31:48 -05:00
"bitflags 1.3.2",
"jni-sys",
2022-11-16 01:19:32 -06:00
"ndk-sys 0.4.1+23.1.7779620",
2023-06-17 01:45:06 -05:00
"num_enum 0.5.11",
"raw-window-handle",
"thiserror",
]
[[package]]
name = "ndk"
version = "0.7.0"
source = "git+https://github.com/zarik5/android-ndk-rs?rev=dea742a#dea742a27396ee2bd3b297a27675eda2758dcd01"
dependencies = [
2023-05-04 21:31:48 -05:00
"bitflags 1.3.2",
"jni-sys",
2023-08-17 06:26:51 -05:00
"ndk-sys 0.4.0+25.0.8775105",
2023-06-17 01:45:06 -05:00
"num_enum 0.5.11",
"raw-window-handle",
"thiserror",
]
[[package]]
name = "ndk"
2023-08-17 06:26:51 -05:00
version = "0.8.0-beta.0"
2023-08-24 22:57:35 -05:00
source = "git+https://github.com/rust-mobile/ndk#83b3b3ae36bc554c339ac9c0ab3ed3b00e9ffb2d"
2023-06-17 01:45:06 -05:00
dependencies = [
2023-08-17 06:26:51 -05:00
"bitflags 2.4.0",
2023-06-17 01:45:06 -05:00
"jni-sys",
2023-08-17 06:26:51 -05:00
"log",
"ndk-sys 0.5.0-beta.0+25.2.9519653",
"num_enum 0.7.0",
"raw-window-handle",
"thiserror",
]
[[package]]
name = "ndk-context"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
2021-08-31 05:39:32 -05:00
[[package]]
name = "ndk-sys"
2023-06-17 01:45:06 -05:00
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"
2023-08-17 06:26:51 -05:00
version = "0.4.1+23.1.7779620"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cf2aae958bd232cac5069850591667ad422d263686d75b52a065f9badeee5a3"
dependencies = [
"jni-sys",
]
[[package]]
name = "ndk-sys"
2023-08-17 06:26:51 -05:00
version = "0.5.0-beta.0+25.2.9519653"
2023-08-24 22:57:35 -05:00
source = "git+https://github.com/rust-mobile/ndk#83b3b3ae36bc554c339ac9c0ab3ed3b00e9ffb2d"
dependencies = [
"jni-sys",
]
2022-11-16 01:19:32 -06:00
[[package]]
name = "neli"
2023-05-31 21:57:19 -05:00
version = "0.6.4"
2022-11-16 01:19:32 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-31 21:57:19 -05:00
checksum = "1100229e06604150b3becd61a4965d5c70f3be1759544ea7274166f4be41ef43"
2022-11-16 01:19:32 -06:00
dependencies = [
"byteorder",
"libc",
2023-05-31 21:57:19 -05:00
"log",
"neli-proc-macros",
]
[[package]]
name = "neli-proc-macros"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c168194d373b1e134786274020dae7fc5513d565ea2ebb9bc9ff17ffb69106d4"
dependencies = [
"either",
"proc-macro2",
"quote",
"serde",
"syn 1.0.109",
2022-11-16 01:19:32 -06:00
]
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 = [
2023-05-04 21:31:48 -05:00
"bitflags 1.3.2",
2022-09-03 05:32:35 -05:00
"cfg-if",
2021-10-25 17:48:47 -05:00
"libc",
2023-07-04 21:38:45 -05:00
"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",
2023-05-04 21:31:48 -05:00
"bitflags 1.3.2",
"cfg-if",
"libc",
2023-07-04 21:38:45 -05:00
"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 1.3.2",
"cfg-if",
"libc",
"memoffset 0.7.1",
"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"
2023-05-04 21:31:48 -05:00
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-04 21:31:48 -05:00
checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
dependencies = [
"winapi",
]
[[package]]
name = "num-complex"
2023-08-17 06:26:51 -05:00
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "1ba157ca0885411de85d6ca030ba7e2a83a28636056c7c699b07c8b6f7383214"
dependencies = [
"num-traits",
]
[[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",
]
2023-05-04 21:31:48 -05:00
[[package]]
name = "num-rational"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-traits"
2023-08-17 06:26:51 -05:00
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
dependencies = [
2020-11-03 07:47:02 -06:00
"autocfg",
"libm",
]
[[package]]
name = "num_cpus"
2023-07-04 21:38:45 -05:00
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-04 21:38:45 -05:00
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
dependencies = [
2023-07-04 21:38:45 -05:00
"hermit-abi",
"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 = [
2023-06-17 01:45:06 -05:00
"num_enum_derive 0.5.11",
]
[[package]]
name = "num_enum"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a015b430d3c108a207fd776d2e2196aaf8b1cf8cf93253e3a097ff3085076a1"
dependencies = [
"num_enum_derive 0.6.1",
]
2023-08-17 06:26:51 -05:00
[[package]]
name = "num_enum"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70bf6736f74634d299d00086f02986875b3c2d924781a6a2cb6c201e73da0ceb"
dependencies = [
"num_enum_derive 0.7.0",
]
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
]
2023-06-17 01:45:06 -05:00
[[package]]
name = "num_enum_derive"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96667db765a921f7b295ffee8b60472b686a51d4f21c2ee4ffdb94c7013b65a6"
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
2023-08-17 06:26:51 -05:00
"syn 2.0.29",
]
[[package]]
name = "num_enum_derive"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56ea360eafe1022f7cc56cd7b869ed57330fb2453d0c7831d99b74c65d2f5597"
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
"syn 2.0.29",
2023-06-17 01:45:06 -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.patch-leaks.3"
2023-02-18 09:48:12 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e01640f9f2cb1220bbe80325e179e532cb3379ebcd1bf2279d703c19fe3a468"
2023-02-18 09:48:12 -06:00
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-08-24 22:57:35 -05:00
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-24 22:57:35 -05:00
checksum = "77ac5bbd07aea88c60a577a1ce218075ffd59208b2d7ca97adf9bfc5aeb21ebe"
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-06-05 03:00:28 -05:00
version = "1.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-05 03:00:28 -05:00
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
[[package]]
name = "open"
2023-07-04 21:38:45 -05:00
version = "5.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-04 21:38:45 -05:00
checksum = "cfabf1927dce4d6fdf563d63328a0a506101ced3ec780ca2135747336c98cef8"
dependencies = [
"is-wsl",
"libc",
"pathdiff",
]
2023-08-21 22:18:31 -05:00
[[package]]
name = "openssl"
version = "0.10.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "729b745ad4a5575dd06a3e1af1414bd330ee561c01b3899eb584baeaa8def17e"
dependencies = [
"bitflags 1.3.2",
"cfg-if",
"foreign-types",
"libc",
"once_cell",
"openssl-macros",
"openssl-sys",
]
[[package]]
name = "openssl-macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.29",
]
[[package]]
name = "openssl-probe"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
[[package]]
name = "openssl-sys"
version = "0.9.91"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "866b5f16f90776b9bb8dc1e1802ac6f0513de3a7a7465867bfbc563dc737faac"
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "openxr"
version = "0.17.1"
source = "git+https://github.com/zarik5/openxrs#2fe331ec5f97f709e8126061503f8922b434bc09"
dependencies = [
"libc",
2023-05-04 21:31:48 -05:00
"libloading 0.7.4",
"ndk-context",
"openxr-sys",
]
[[package]]
name = "openxr-sys"
version = "0.9.3"
source = "git+https://github.com/zarik5/openxrs#2fe331ec5f97f709e8126061503f8922b434bc09"
dependencies = [
"libc",
]
2023-05-04 21:31:48 -05:00
[[package]]
name = "option-ext"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
2023-02-18 09:48:12 -06:00
[[package]]
name = "orbclient"
2023-08-17 06:26:51 -05:00
version = "0.3.46"
2023-02-18 09:48:12 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "8378ac0dfbd4e7895f2d2c1f1345cab3836910baf3a300b000d04250f0c8428f"
2023-02-18 09:48:12 -06:00
dependencies = [
2023-05-04 21:31:48 -05:00
"redox_syscall 0.3.5",
2023-02-18 09:48:12 -06:00
]
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",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "owned_ttf_parser"
2023-05-04 21:31:48 -05:00
version = "0.19.0"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-04 21:31:48 -05:00
checksum = "706de7e2214113d63a8238d1910463cfce781129a6f263d13fdb09ff64355ba4"
2020-05-07 08:13:55 -05:00
dependencies = [
"ttf-parser",
2022-02-23 08:43:40 -06:00
]
[[package]]
name = "pango-sys"
version = "0.16.3"
2022-02-23 08:43:40 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e134909a9a293e04d2cc31928aa95679c5e4df954d0b85483159bd20d8f047f"
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"
2023-04-10 06:30:00 -05:00
version = "2.1.0"
2023-03-01 06:43:55 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-10 06:30:00 -05:00
checksum = "14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e"
2023-03-01 06:43:55 -06:00
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"
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
dependencies = [
2022-09-03 05:32:35 -05:00
"cfg-if",
2022-02-01 19:30:10 -06:00
"libc",
"redox_syscall 0.3.5",
2022-02-01 19:30:10 -06:00
"smallvec",
2023-08-24 22:57:35 -05:00
"windows-targets 0.48.5",
]
[[package]]
name = "password-hash"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
dependencies = [
"base64ct",
"rand_core",
"subtle",
]
2023-03-01 06:43:55 -06:00
[[package]]
name = "paste"
2023-08-17 06:26:51 -05:00
version = "1.0.14"
2023-03-01 06:43:55 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
2023-03-01 06:43:55 -06:00
[[package]]
name = "pathdiff"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
[[package]]
name = "pbkdf2"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
dependencies = [
"digest",
"hmac",
"password-hash",
"sha2",
]
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.3.0"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
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"
2023-08-17 06:26:51 -05:00
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
2023-08-17 06:26:51 -05:00
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
dependencies = [
"proc-macro2",
"quote",
2023-08-17 06:26:51 -05:00
"syn 2.0.29",
]
[[package]]
name = "pin-project-lite"
2023-08-17 06:26:51 -05:00
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "12cc1b0bf1727a77a54b6654e7b5f1af8604923edc8b81885f8ec92f9e3f0a05"
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"
2023-05-04 21:31:48 -05:00
version = "0.3.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-04 21:31:48 -05:00
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
2022-09-03 05:32:35 -05:00
[[package]]
name = "png"
2023-08-24 22:57:35 -05:00
version = "0.17.10"
2022-09-03 05:32:35 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-24 22:57:35 -05:00
checksum = "dd75bf2d8dd3702b9707cdbc56a5b9ef42cec752eb8b3bafc01234558442aa64"
2022-09-03 05:32:35 -05:00
dependencies = [
2023-05-04 21:31:48 -05:00
"bitflags 1.3.2",
2022-09-03 05:32:35 -05:00
"crc32fast",
"fdeflate",
"flate2",
2023-07-04 21:38:45 -05:00
"miniz_oxide",
2022-09-03 05:32:35 -05:00
]
2023-03-01 06:43:55 -06:00
[[package]]
name = "polling"
2023-05-04 21:31:48 -05:00
version = "2.8.0"
2023-03-01 06:43:55 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-04 21:31:48 -05:00
checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
2023-03-01 06:43:55 -06:00
dependencies = [
"autocfg",
2023-05-04 21:31:48 -05:00
"bitflags 1.3.2",
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",
2023-04-10 06:30:00 -05:00
"windows-sys 0.48.0",
2023-03-01 06:43:55 -06:00
]
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
[[package]]
name = "prettyplease"
2023-08-17 06:26:51 -05:00
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "6c64d9ba0963cdcea2e1b2230fbae2bab30eb25a174be395c41e764bfb65dd62"
dependencies = [
"proc-macro2",
2023-08-17 06:26:51 -05:00
"syn 2.0.29",
]
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
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "proc-macro2"
2023-08-17 06:26:51 -05:00
version = "1.0.66"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
dependencies = [
"unicode-ident",
]
[[package]]
name = "profiling"
2023-08-17 06:26:51 -05:00
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "46b2164ebdb1dfeec5e337be164292351e11daf63a05174c6776b2f47460f0c9"
2020-05-07 08:13:55 -05:00
[[package]]
name = "quote"
2023-08-17 06:26:51 -05:00
version = "1.0.33"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
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",
]
[[package]]
name = "rand_distr"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"
dependencies = [
"num-traits",
"rand",
]
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
2022-09-03 05:32:35 -05:00
[[package]]
name = "raw-window-handle"
2023-04-10 06:30:00 -05:00
version = "0.5.2"
2022-09-03 05:32:35 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-10 06:30:00 -05:00
checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
2022-09-03 05:32:35 -05:00
[[package]]
name = "rawpointer"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
[[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 = [
2023-05-04 21:31:48 -05:00
"bitflags 1.3.2",
]
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 = [
2023-05-04 21:31:48 -05:00
"bitflags 1.3.2",
2023-02-18 09:48:12 -06:00
]
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-08-17 06:26:51 -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-08-17 06:26:51 -05:00
checksum = "81bc1d4caf89fac26a70747fe603c130093b53c773888797a6329091246d651a"
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
]
[[package]]
name = "regex-automata"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fed1ceff11a1dddaee50c9dc8e4938bd106e9d89ae372f192311e7da498e3b69"
2020-05-07 08:13:55 -05:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
2023-08-17 06:26:51 -05:00
version = "0.7.4"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2"
2020-05-07 08:13:55 -05:00
2023-05-04 21:31:48 -05:00
[[package]]
name = "renderdoc-sys"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "216080ab382b992234dda86873c18d4c48358f5cfcb70fd693d7f6f2131b628b"
[[package]]
name = "reqwest"
2023-08-24 22:57:35 -05:00
version = "0.11.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-24 22:57:35 -05:00
checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1"
dependencies = [
2023-05-31 21:57:19 -05:00
"base64 0.21.2",
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-rustls",
2023-08-21 22:18:31 -05:00
"hyper-tls",
"ipnet",
"js-sys",
"log",
"mime",
2023-08-21 22:18:31 -05:00
"native-tls",
"once_cell",
"percent-encoding",
2021-02-03 16:03:26 -06:00
"pin-project-lite",
"rustls",
"rustls-pemfile",
"serde",
"serde_json",
"serde_urlencoded",
2021-02-03 16:03:26 -06:00
"tokio",
2023-08-21 22:18:31 -05:00
"tokio-native-tls",
"tokio-rustls",
"tokio-util",
"tower-service",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"wasm-streams",
"web-sys",
2023-08-24 22:57:35 -05:00
"webpki-roots 0.25.2",
2022-03-13 08:02:06 -05:00
"winreg",
]
[[package]]
name = "rfd"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fe664af397d2b6a13a8ba1d172a2b5c87c6c5149039edbf8fa122b98c9ed96f"
dependencies = [
"async-io",
"block",
"dispatch",
"futures-util",
"glib-sys",
"gobject-sys",
"gtk-sys",
"js-sys",
"log",
"objc",
"objc-foundation",
"objc_id",
"raw-window-handle",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"windows 0.44.0",
]
[[package]]
name = "ring"
version = "0.16.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
dependencies = [
"cc",
"libc",
"once_cell",
"spin",
"untrusted",
"web-sys",
"winapi",
]
[[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 = "rosc"
2023-05-04 21:31:48 -05:00
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-04 21:31:48 -05:00
checksum = "b2e63d9e6b0d090be1485cf159b1e04c3973d2d3e1614963544ea2ff47a4a981"
dependencies = [
"byteorder",
"nom",
]
[[package]]
name = "runas"
2023-06-05 03:00:28 -05:00
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-05 03:00:28 -05:00
checksum = "ed87390fefd18965ff20baae5aeb9913bcf82d2b59dc04c0f6d8f17f7be56ff2"
dependencies = [
2023-06-05 03:00:28 -05:00
"cc",
2023-02-18 09:48:12 -06:00
"which",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "rustc-demangle"
2023-05-04 21:31:48 -05:00
version = "0.1.23"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-04 21:31:48 -05:00
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
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 = "rustix"
2023-08-17 06:26:51 -05:00
version = "0.37.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06"
dependencies = [
2023-05-04 21:31:48 -05:00
"bitflags 1.3.2",
2023-08-17 06:26:51 -05:00
"errno 0.3.2",
"io-lifetimes",
"libc",
2023-07-04 21:38:45 -05:00
"linux-raw-sys 0.3.8",
"windows-sys 0.48.0",
]
[[package]]
name = "rustix"
2023-08-17 06:26:51 -05:00
version = "0.38.8"
2023-07-04 21:38:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "19ed4fa021d81c8392ce04db050a3da9a60299050b7ae1cf482d862b54a7218f"
2023-07-04 21:38:45 -05:00
dependencies = [
2023-08-17 06:26:51 -05:00
"bitflags 2.4.0",
"errno 0.3.2",
2023-07-04 21:38:45 -05:00
"libc",
2023-08-17 06:26:51 -05:00
"linux-raw-sys 0.4.5",
2023-04-10 06:30:00 -05:00
"windows-sys 0.48.0",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "rustls"
2023-08-17 06:26:51 -05:00
version = "0.21.6"
2022-09-03 05:32:35 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "1d1feddffcfcc0b33f5c6ce9a29e341e4cd59c3f78e7ee45f4a40c038b1d6cbb"
dependencies = [
"log",
"ring",
2023-08-24 22:57:35 -05:00
"rustls-webpki 0.101.4",
"sct",
2023-06-19 11:22:07 -05:00
]
[[package]]
name = "rustls-pemfile"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
dependencies = [
"base64 0.21.2",
]
2023-06-19 11:22:07 -05:00
[[package]]
name = "rustls-webpki"
2023-08-24 22:57:35 -05:00
version = "0.100.2"
2023-06-19 11:22:07 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-24 22:57:35 -05:00
checksum = "e98ff011474fa39949b7e5c0428f9b4937eda7da7848bbb947786b7be0b27dab"
2023-06-19 11:22:07 -05:00
dependencies = [
"ring",
"untrusted",
]
2022-09-03 05:32:35 -05:00
2023-08-17 06:26:51 -05:00
[[package]]
name = "rustls-webpki"
2023-08-24 22:57:35 -05:00
version = "0.101.4"
2023-08-17 06:26:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-24 22:57:35 -05:00
checksum = "7d93931baf2d282fff8d3a532bbfd7653f734643161b87e3e01e59a04439bf0d"
2023-08-17 06:26:51 -05:00
dependencies = [
"ring",
"untrusted",
]
2022-09-03 05:32:35 -05:00
[[package]]
name = "ryu"
2023-08-17 06:26:51 -05:00
version = "1.0.15"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
2020-05-07 08:13:55 -05:00
[[package]]
name = "safe_arch"
2023-08-17 06:26:51 -05:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "f398075ce1e6a179b46f51bd88d0598b92b00d3551f1a2d4ac49e771b56ac354"
dependencies = [
"bytemuck",
]
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",
]
2023-08-21 22:18:31 -05:00
[[package]]
name = "schannel"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
dependencies = [
"windows-sys 0.48.0",
]
[[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"
2023-08-17 06:26:51 -05:00
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2022-09-03 05:32:35 -05:00
[[package]]
name = "sct"
version = "0.7.0"
2022-09-03 05:32:35 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
2022-09-03 05:32:35 -05:00
dependencies = [
"ring",
"untrusted",
2023-02-18 09:48:12 -06:00
]
[[package]]
name = "sctk-adwaita"
2023-04-10 06:30:00 -05:00
version = "0.5.4"
2023-02-18 09:48:12 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-10 06:30:00 -05:00
checksum = "cda4e97be1fd174ccc2aae81c8b694e803fa99b34e8fd0f057a9d70698e3ed09"
2023-02-18 09:48:12 -06:00
dependencies = [
"ab_glyph",
"log",
"memmap2",
"smithay-client-toolkit",
"tiny-skia",
2022-09-03 05:32:35 -05:00
]
2023-08-21 22:18:31 -05:00
[[package]]
name = "security-framework"
version = "2.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
dependencies = [
"bitflags 1.3.2",
"core-foundation",
"core-foundation-sys 0.8.4",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
version = "2.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
dependencies = [
"core-foundation-sys 0.8.4",
"libc",
]
2022-02-23 08:43:40 -06:00
[[package]]
name = "semver"
2023-08-17 06:26:51 -05:00
version = "1.0.18"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918"
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"
2023-08-24 22:57:35 -05:00
version = "1.0.186"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-24 22:57:35 -05:00
checksum = "9f5db24220c009de9bd45e69fb2938f4b6d2df856aa9304ce377b3180f83b7c1"
2020-05-07 08:13:55 -05:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2023-08-24 22:57:35 -05:00
version = "1.0.186"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-24 22:57:35 -05:00
checksum = "5ad697f7e0b65af4983a4ce8f56ed5b357e8d3c36651bf6a7e13639c17b8e670"
2020-05-07 08:13:55 -05:00
dependencies = [
2023-02-18 09:48:12 -06:00
"proc-macro2",
"quote",
2023-08-17 06:26:51 -05:00
"syn 2.0.29",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "serde_json"
2023-08-17 06:26:51 -05:00
version = "1.0.105"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360"
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"
2023-08-17 06:26:51 -05:00
version = "0.1.16"
2023-03-01 06:43:55 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "8725e1dfadb3a50f7e5ce0b1a540466f6ed3fe7a0fca2ac2b8b831d31316bd00"
2023-03-01 06:43:55 -06:00
dependencies = [
"proc-macro2",
"quote",
2023-08-17 06:26:51 -05:00
"syn 2.0.29",
2023-03-26 05:13:54 -05:00
]
[[package]]
name = "serde_spanned"
version = "0.6.3"
2023-03-26 05:13:54 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186"
2023-03-26 05:13:54 -05:00
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",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "settings-schema"
2023-04-10 06:30:00 -05:00
version = "0.2.0"
source = "git+https://github.com/zarik5/settings-schema-rs#43e4d62c311e8a434b7f3e1c62ed8a9fde83a261"
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"
2023-04-10 06:30:00 -05:00
version = "0.2.0"
source = "git+https://github.com/zarik5/settings-schema-rs#43e4d62c311e8a434b7f3e1c62ed8a9fde83a261"
dependencies = [
"darling",
2023-02-18 09:48:12 -06:00
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "sha-1"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
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",
]
[[package]]
name = "sha2"
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
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
2023-07-04 21:38:45 -05:00
[[package]]
name = "signal-hook"
2023-08-17 06:26:51 -05:00
version = "0.3.17"
2023-07-04 21:38:45 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
2023-07-04 21:38:45 -05:00
dependencies = [
"libc",
"signal-hook-registry",
]
[[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 = "simba"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0b7840f121a46d63066ee7a99fc81dcabbc6105e437cae43528cea199b5a05f"
dependencies = [
"approx",
"num-complex",
"num-traits",
"paste",
"wide",
]
[[package]]
name = "simd-adler32"
2023-08-17 06:26:51 -05:00
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
2020-05-07 08:13:55 -05:00
[[package]]
name = "slab"
2023-08-24 22:57:35 -05:00
version = "0.4.9"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-24 22:57:35 -05:00
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
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"
2023-08-17 06:26:51 -05:00
version = "1.11.0"
2020-10-26 16:48:04 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
[[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 = [
2023-05-04 21:31:48 -05:00
"bitflags 1.3.2",
"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"
2023-05-14 06:02:43 -05:00
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2538b18701741680e0322a2302176d3253a35388e2e62f172f64f4f16605f877"
2023-03-26 07:34:22 -05:00
dependencies = [
"libc",
"windows-sys 0.48.0",
2023-03-26 07:34:22 -05:00
]
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
[[package]]
name = "spirv"
version = "0.2.0+1.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "246bfa38fe3db3f1dfc8ca5a2cdeb7348c78be2112740cc0ec8ef18b6d94f830"
dependencies = [
2023-05-04 21:31:48 -05:00
"bitflags 1.3.2",
"num-traits",
]
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "statrs"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d08e5e1748192713cc281da8b16924fb46be7b0c2431854eadc785823e5696e"
dependencies = [
"approx",
"lazy_static",
"nalgebra",
"num-traits",
"rand",
]
[[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"
2023-05-31 21:57:19 -05:00
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-31 21:57:19 -05:00
checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
2023-02-18 09:48:12 -06:00
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "subtle"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
2023-02-18 09:48:12 -06:00
[[package]]
name = "symphonia"
2023-05-31 21:57:19 -05:00
version = "0.5.3"
2023-02-18 09:48:12 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-31 21:57:19 -05:00
checksum = "62e48dba70095f265fdb269b99619b95d04c89e619538138383e63310b14d941"
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"
2023-05-31 21:57:19 -05:00
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-31 21:57:19 -05:00
checksum = "0f31d7fece546f1e6973011a9eceae948133bbd18fd3d52f6073b1e38ae6368a"
dependencies = [
2023-05-04 21:31:48 -05:00
"bitflags 1.3.2",
2023-02-18 09:48:12 -06:00
"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"
2023-05-31 21:57:19 -05:00
version = "0.5.3"
2023-02-18 09:48:12 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-31 21:57:19 -05:00
checksum = "f7c73eb88fee79705268cc7b742c7bc93a7b76e092ab751d0833866970754142"
2023-02-18 09:48:12 -06:00
dependencies = [
"arrayvec",
2023-05-04 21:31:48 -05:00
"bitflags 1.3.2",
2023-02-18 09:48:12 -06:00
"bytemuck",
"lazy_static",
"log",
]
[[package]]
name = "symphonia-metadata"
2023-05-31 21:57:19 -05:00
version = "0.5.3"
2023-02-18 09:48:12 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-31 21:57:19 -05:00
checksum = "89c3e1937e31d0e068bbe829f66b2f2bfaa28d056365279e0ef897172c3320c0"
2023-02-18 09:48:12 -06:00
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-08-17 06:26:51 -05:00
version = "2.0.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "c324c494eba9d92503e6f1ef2e6df781e78f6a7705a0202d9801b198807d518a"
dependencies = [
2023-02-18 09:48:12 -06:00
"proc-macro2",
"quote",
"unicode-ident",
]
2023-02-18 09:48:12 -06:00
[[package]]
name = "sysinfo"
2023-08-17 06:26:51 -05:00
version = "0.29.8"
2023-02-18 09:48:12 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "d10ed79c22663a35a255d289a7fdcb43559fc77ff15df5ce6c341809e7867528"
2023-02-18 09:48:12 -06:00
dependencies = [
"cfg-if",
2023-04-10 06:30:00 -05:00
"core-foundation-sys 0.8.4",
"libc",
"ntapi",
"once_cell",
"winapi",
]
2022-02-23 08:43:40 -06:00
[[package]]
name = "system-deps"
version = "6.1.1"
2022-02-23 08:43:40 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30c2de8a4d8f4b823d634affc9cd2a74ec98c53a756f317e529a48046cbf71f3"
2022-02-23 08:43:40 -06:00
dependencies = [
"cfg-expr",
"heck",
2022-02-23 08:43:40 -06:00
"pkg-config",
2023-08-17 06:26:51 -05:00
"toml 0.7.6",
"version-compare",
]
2023-05-04 21:31:48 -05:00
[[package]]
name = "target-lexicon"
2023-08-17 06:26:51 -05:00
version = "0.12.11"
2023-05-04 21:31:48 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a"
2023-05-04 21:31:48 -05:00
2020-11-06 08:21:10 -06:00
[[package]]
name = "tempfile"
2023-08-24 22:57:35 -05:00
version = "3.8.0"
2020-11-06 08:21:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-24 22:57:35 -05:00
checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef"
2020-11-06 08:21:10 -06:00
dependencies = [
2022-09-03 05:32:35 -05:00
"cfg-if",
2023-08-17 06:26:51 -05:00
"fastrand 2.0.0",
2023-04-10 06:30:00 -05:00
"redox_syscall 0.3.5",
2023-08-17 06:26:51 -05:00
"rustix 0.38.8",
"windows-sys 0.48.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"
2023-08-17 06:26:51 -05:00
version = "1.0.47"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "97a802ec30afc17eee47b2855fc72e0c4cd62be9b4efe6591edde0ec5bd68d8f"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2023-08-17 06:26:51 -05:00
version = "1.0.47"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "6bb623b56e39ab7dcd4b1b98bb6c8f8d907ed255b18de254088016b27a8ee19b"
dependencies = [
2023-02-18 09:48:12 -06:00
"proc-macro2",
"quote",
2023-08-17 06:26:51 -05:00
"syn 2.0.29",
]
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
]
[[package]]
name = "time"
2023-08-24 22:57:35 -05:00
version = "0.3.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-24 22:57:35 -05:00
checksum = "0bb39ee79a6d8de55f48f2293a830e040392f1c5f16e336bdd1788cd0aadce07"
dependencies = [
2023-08-17 06:26:51 -05:00
"deranged",
"serde",
"time-core",
]
[[package]]
name = "time-core"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
2023-02-18 09:48:12 -06:00
[[package]]
name = "tiny-skia"
2023-05-04 21:31:48 -05:00
version = "0.8.4"
2023-02-18 09:48:12 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-04 21:31:48 -05:00
checksum = "df8493a203431061e901613751931f047d1971337153f96d0e5e363d6dbf6a67"
2023-02-18 09:48:12 -06:00
dependencies = [
"arrayref",
"arrayvec",
2023-02-18 09:48:12 -06:00
"bytemuck",
"cfg-if",
"png",
"tiny-skia-path",
]
2023-02-18 09:48:12 -06:00
[[package]]
name = "tiny-skia-path"
2023-05-04 21:31:48 -05:00
version = "0.8.4"
2023-02-18 09:48:12 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-04 21:31:48 -05:00
checksum = "adbfb5d3f3dd57a0e11d12f4f13d4ebbbc1b5c15b7ab0a156d030b21da5f677c"
2023-02-18 09:48:12 -06:00
dependencies = [
"arrayref",
"bytemuck",
"strict-num",
]
[[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"
2023-08-17 06:26:51 -05:00
version = "1.32.0"
2020-12-25 20:08:15 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9"
2020-12-25 20:08:15 -06:00
dependencies = [
"backtrace",
2021-02-03 16:03:26 -06:00
"bytes",
2020-12-25 20:08:15 -06:00
"libc",
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-08-17 06:26:51 -05:00
"socket2 0.5.3",
"tokio-macros",
2023-05-04 21:31:48 -05:00
"windows-sys 0.48.0",
]
[[package]]
name = "tokio-macros"
2023-05-04 21:31:48 -05:00
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-04 21:31:48 -05:00
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
dependencies = [
2023-02-18 09:48:12 -06:00
"proc-macro2",
"quote",
2023-08-17 06:26:51 -05:00
"syn 2.0.29",
2020-05-07 08:13:55 -05:00
]
2023-08-21 22:18:31 -05:00
[[package]]
name = "tokio-native-tls"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
dependencies = [
"native-tls",
"tokio",
]
[[package]]
name = "tokio-rustls"
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
dependencies = [
"rustls",
"tokio",
]
[[package]]
name = "tokio-tungstenite"
version = "0.17.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f714dd15bead90401d77e04243611caec13726c2408afd5b31901dfcdcb3b181"
dependencies = [
"futures-util",
"log",
"tokio",
"tungstenite 0.17.3",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "tokio-tungstenite"
2023-08-17 06:26:51 -05:00
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "2b2dbec703c26b00d74844519606ef15d09a7d6857860f84ad223dec002ddea2"
2020-05-07 08:13:55 -05:00
dependencies = [
2020-11-03 07:47:02 -06:00
"futures-util",
"log",
2021-02-03 16:03:26 -06:00
"tokio",
2023-08-17 06:26:51 -05:00
"tungstenite 0.20.0",
2020-05-07 08:13:55 -05:00
]
2020-12-25 20:08:15 -06:00
[[package]]
name = "tokio-util"
2023-05-04 21:31:48 -05:00
version = "0.7.8"
2022-02-23 08:43:40 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-04 21:31:48 -05:00
checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
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"
2023-08-17 06:26:51 -05:00
version = "0.7.6"
2023-03-26 05:13:54 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "c17e963a819c331dcacd7ab957d80bc2b9a9c1e71c804826d2f283dd65306542"
2023-03-26 05:13:54 -05:00
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit",
]
2023-02-18 09:48:12 -06:00
[[package]]
name = "toml_datetime"
version = "0.6.3"
2023-02-18 09:48:12 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
2023-03-26 05:13:54 -05:00
dependencies = [
"serde",
]
2023-02-18 09:48:12 -06:00
[[package]]
name = "toml_edit"
2023-08-17 06:26:51 -05:00
version = "0.19.14"
2023-02-18 09:48:12 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a"
2023-02-18 09:48:12 -06:00
dependencies = [
"indexmap 2.0.0",
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.26"
2023-03-01 06:43:55 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"
2023-03-01 06:43:55 -06:00
dependencies = [
"proc-macro2",
"quote",
2023-08-17 06:26:51 -05:00
"syn 2.0.29",
2023-03-01 06:43:55 -06:00
]
[[package]]
name = "tracing-core"
2023-05-31 21:57:19 -05:00
version = "0.1.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-31 21:57:19 -05:00
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
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.19.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a464a4b34948a5f67fddd2b823c62d9d92e44be75058b99939eae6c5b6960b33"
[[package]]
name = "tungstenite"
version = "0.17.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e27992fd6a8c29ee7eef28fc78349aa244134e10ad447ce3b9f0ac0ed0fa4ce0"
dependencies = [
"base64 0.13.1",
"byteorder",
"bytes",
"http",
"httparse",
"log",
"rand",
"sha-1",
"thiserror",
"url",
"utf-8",
]
[[package]]
name = "tungstenite"
2023-08-17 06:26:51 -05:00
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "e862a1c4128df0112ab625f55cd5c934bcb4312ba80b39ae4b4835a3fd58e649"
dependencies = [
"byteorder",
"bytes",
"data-encoding",
"http",
"httparse",
"log",
"rand",
"sha1",
"thiserror",
"url",
"utf-8",
]
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",
]
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"
2023-08-17 06:26:51 -05:00
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
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
]
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 = "untrusted"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
[[package]]
name = "ureq"
version = "2.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b11c96ac7ee530603dcdf68ed1557050f374ce55a5a07193ebf8cbc9f8927e9"
dependencies = [
2023-06-19 11:22:07 -05:00
"base64 0.21.2",
"flate2",
"log",
"once_cell",
"rustls",
2023-08-24 22:57:35 -05:00
"rustls-webpki 0.100.2",
"serde",
"serde_json",
"url",
"webpki-roots 0.23.1",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "url"
version = "2.4.0"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb"
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
2023-08-21 22:18:31 -05:00
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
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"
2023-06-19 11:22:07 -05:00
version = "0.3.1"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-19 11:22:07 -05:00
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2020-05-07 08:13:55 -05:00
dependencies = [
"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"
version = "0.2.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
dependencies = [
2022-09-03 05:32:35 -05:00
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
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",
2023-08-17 06:26:51 -05:00
"syn 2.0.29",
"wasm-bindgen-shared",
]
2020-11-06 08:21:10 -06:00
[[package]]
name = "wasm-bindgen-futures"
version = "0.4.37"
2020-11-06 08:21:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
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"
version = "0.2.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
dependencies = [
2023-02-18 09:48:12 -06:00
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
dependencies = [
2023-02-18 09:48:12 -06:00
"proc-macro2",
"quote",
2023-08-17 06:26:51 -05:00
"syn 2.0.29",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
[[package]]
name = "wasm-logger"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "074649a66bb306c8f2068c9016395fa65d8e08d2affcbf95acf3c24c3ab19718"
dependencies = [
"log",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-streams"
2023-08-24 22:57:35 -05:00
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-24 22:57:35 -05:00
checksum = "b4609d447824375f43e1ffbc051b50ad8f4b3ae8219680c94452ea05eb240ac7"
dependencies = [
"futures-util",
"js-sys",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
]
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 = [
2023-05-04 21:31:48 -05:00
"bitflags 1.3.2",
2021-10-25 17:48:47 -05:00
"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 = [
2023-05-04 21:31:48 -05:00
"bitflags 1.3.2",
"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"
version = "0.3.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
dependencies = [
2022-12-10 09:04:24 -06:00
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webbrowser"
2023-08-24 22:57:35 -05:00
version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-24 22:57:35 -05:00
checksum = "b2c79b77f525a2d670cb40619d7d9c673d09e0666f72c591ebd7861f84a87e57"
dependencies = [
"core-foundation",
2023-05-31 21:57:19 -05:00
"home",
"jni 0.21.1",
"log",
2022-11-06 08:06:47 -06:00
"ndk-context",
"objc",
"raw-window-handle",
2022-02-23 08:43:40 -06:00
"url",
"web-sys",
]
[[package]]
name = "webpki-roots"
2023-08-24 22:57:35 -05:00
version = "0.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-24 22:57:35 -05:00
checksum = "b03058f88386e5ff5310d9111d53f48b17d732b401aeb83a8d5190f2ac459338"
dependencies = [
2023-08-24 22:57:35 -05:00
"rustls-webpki 0.100.2",
]
[[package]]
name = "webpki-roots"
2023-08-24 22:57:35 -05:00
version = "0.25.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-24 22:57:35 -05:00
checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc"
2023-02-01 17:38:07 -06:00
2023-05-04 21:31:48 -05:00
[[package]]
name = "wgpu"
2023-08-17 06:26:51 -05:00
version = "0.16.3"
2023-05-04 21:31:48 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "480c965c9306872eb6255fa55e4b4953be55a8b64d57e61d7ff840d3dcc051cd"
2023-05-04 21:31:48 -05:00
dependencies = [
"arrayvec",
"cfg-if",
"js-sys",
"log",
"naga",
2023-02-01 17:38:07 -06:00
"parking_lot",
"profiling",
"raw-window-handle",
2023-02-01 17:38:07 -06:00
"smallvec",
"static_assertions",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"wgpu-core",
"wgpu-hal",
"wgpu-types",
2023-05-04 21:31:48 -05:00
]
[[package]]
name = "wgpu-core"
2023-05-31 21:57:19 -05:00
version = "0.16.1"
2023-05-04 21:31:48 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-31 21:57:19 -05:00
checksum = "8f478237b4bf0d5b70a39898a66fa67ca3a007d79f2520485b8b0c3dfc46f8c2"
2023-05-04 21:31:48 -05:00
dependencies = [
"arrayvec",
"bit-vec",
2023-08-17 06:26:51 -05:00
"bitflags 2.4.0",
2023-05-04 21:31:48 -05:00
"codespan-reporting",
"log",
"naga",
2023-02-01 17:38:07 -06:00
"parking_lot",
"profiling",
"raw-window-handle",
2023-05-04 21:31:48 -05:00
"rustc-hash",
2023-02-01 17:38:07 -06:00
"smallvec",
"thiserror",
"web-sys",
"wgpu-hal",
"wgpu-types",
2023-05-04 21:31:48 -05:00
]
[[package]]
name = "wgpu-hal"
2023-08-17 06:26:51 -05:00
version = "0.16.2"
2023-05-04 21:31:48 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "1ecb3258078e936deee14fd4e0febe1cfe9bbb5ffef165cb60218d2ee5eb4448"
2023-05-04 21:31:48 -05:00
dependencies = [
"android_system_properties",
"arrayvec",
"ash",
"bit-set",
2023-08-17 06:26:51 -05:00
"bitflags 2.4.0",
2023-05-04 21:31:48 -05:00
"block",
"core-graphics-types",
"d3d12",
"foreign-types",
"glow",
"gpu-alloc",
"gpu-allocator",
"gpu-descriptor",
"hassle-rs",
2023-02-01 17:38:07 -06:00
"js-sys",
"khronos-egl",
"libc",
2023-05-04 21:31:48 -05:00
"libloading 0.8.0",
2023-02-01 17:38:07 -06:00
"log",
"metal",
"naga",
2023-02-01 17:38:07 -06:00
"objc",
"parking_lot",
"profiling",
"range-alloc",
"raw-window-handle",
"renderdoc-sys",
2023-05-04 21:31:48 -05:00
"rustc-hash",
2023-02-01 17:38:07 -06:00
"smallvec",
"thiserror",
"wasm-bindgen",
"web-sys",
"wgpu-types",
2021-10-22 17:57:57 -05:00
"winapi",
]
2023-05-04 21:31:48 -05:00
[[package]]
name = "wgpu-types"
2023-08-17 06:26:51 -05:00
version = "0.16.1"
2023-05-04 21:31:48 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "d0c153280bb108c2979eb5c7391cb18c56642dd3c072e55f52065e13e2a1252a"
2023-05-04 21:31:48 -05:00
dependencies = [
2023-08-17 06:26:51 -05:00
"bitflags 2.4.0",
2023-02-01 17:38:07 -06:00
"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
]
[[package]]
name = "wide"
2023-08-17 06:26:51 -05:00
version = "0.7.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "aa469ffa65ef7e0ba0f164183697b89b854253fd31aeb92358b7b6155177d62f"
dependencies = [
"bytemuck",
"safe_arch",
]
[[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-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 = [
2023-04-10 06:30:00 -05:00
"windows-targets 0.42.2",
2023-02-01 17:38:07 -06:00
]
[[package]]
name = "windows"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdacb41e6a96a052c6cb63a144f24900236121c6f63f4f8219fef5977ecb0c25"
dependencies = [
2023-04-10 06:30:00 -05:00
"windows-targets 0.42.2",
]
[[package]]
name = "windows"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
dependencies = [
2023-08-17 06:26:51 -05:00
"windows-implement",
"windows-interface",
2023-08-24 22:57:35 -05:00
"windows-targets 0.48.5",
2023-08-17 06:26:51 -05:00
]
[[package]]
name = "windows"
2023-08-24 22:57:35 -05:00
version = "0.51.1"
2023-08-17 06:26:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-24 22:57:35 -05:00
checksum = "ca229916c5ee38c2f2bc1e9d8f04df975b4bd93f9955dc69fabb5d91270045c9"
2023-08-17 06:26:51 -05:00
dependencies = [
"windows-core",
2023-08-24 22:57:35 -05:00
"windows-targets 0.48.5",
2023-08-17 06:26:51 -05:00
]
[[package]]
name = "windows-core"
2023-08-24 22:57:35 -05:00
version = "0.51.1"
2023-08-17 06:26:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-24 22:57:35 -05:00
checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64"
2023-08-17 06:26:51 -05:00
dependencies = [
2023-08-24 22:57:35 -05:00
"windows-targets 0.48.5",
]
2023-03-01 06:43:55 -06:00
[[package]]
name = "windows-implement"
2023-08-17 06:26:51 -05:00
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "5e2ee588991b9e7e6c8338edf3333fbe4da35dc72092643958ebb43f0ab2c49c"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "windows-interface"
2023-08-17 06:26:51 -05:00
version = "0.48.0"
2023-03-01 06:43:55 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "e6fb8df20c9bcaa8ad6ab513f7b40104840c8867d5751126e4df3b08388d0cc7"
2023-03-01 06:43:55 -06:00
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
2023-03-01 06:43:55 -06:00
]
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 = [
2023-04-10 06:30:00 -05:00
"windows-targets 0.42.2",
]
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
2023-08-24 22:57:35 -05:00
"windows-targets 0.48.5",
2023-02-18 09:48:12 -06:00
]
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 = [
2023-04-10 06:30:00 -05:00
"windows_aarch64_gnullvm 0.42.2",
"windows_aarch64_msvc 0.42.2",
"windows_i686_gnu 0.42.2",
"windows_i686_msvc 0.42.2",
"windows_x86_64_gnu 0.42.2",
"windows_x86_64_gnullvm 0.42.2",
"windows_x86_64_msvc 0.42.2",
]
[[package]]
name = "windows-targets"
2023-08-24 22:57:35 -05:00
version = "0.48.5"
2023-04-10 06:30:00 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-24 22:57:35 -05:00
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2023-04-10 06:30:00 -05:00
dependencies = [
2023-08-24 22:57:35 -05:00
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
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"
2023-04-10 06:30:00 -05:00
[[package]]
name = "windows_aarch64_gnullvm"
2023-08-24 22:57:35 -05:00
version = "0.48.5"
2023-04-10 06:30:00 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-24 22:57:35 -05:00
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2023-04-10 06:30:00 -05: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"
2023-04-10 06:30:00 -05:00
[[package]]
name = "windows_aarch64_msvc"
2023-08-24 22:57:35 -05:00
version = "0.48.5"
2023-04-10 06:30:00 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-24 22:57:35 -05:00
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2023-04-10 06:30:00 -05: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"
2023-04-10 06:30:00 -05:00
[[package]]
name = "windows_i686_gnu"
2023-08-24 22:57:35 -05:00
version = "0.48.5"
2023-04-10 06:30:00 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-24 22:57:35 -05:00
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2023-04-10 06:30:00 -05: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"
2023-04-10 06:30:00 -05:00
[[package]]
name = "windows_i686_msvc"
2023-08-24 22:57:35 -05:00
version = "0.48.5"
2023-04-10 06:30:00 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-24 22:57:35 -05:00
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2023-04-10 06:30:00 -05: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"
2023-04-10 06:30:00 -05:00
[[package]]
name = "windows_x86_64_gnu"
2023-08-24 22:57:35 -05:00
version = "0.48.5"
2023-04-10 06:30:00 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-24 22:57:35 -05:00
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2023-04-10 06:30:00 -05:00
[[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"
2023-04-10 06:30:00 -05:00
[[package]]
name = "windows_x86_64_gnullvm"
2023-08-24 22:57:35 -05:00
version = "0.48.5"
2023-04-10 06:30:00 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-24 22:57:35 -05:00
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2023-04-10 06:30:00 -05: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"
2023-04-10 06:30:00 -05:00
[[package]]
name = "windows_x86_64_msvc"
2023-08-24 22:57:35 -05:00
version = "0.48.5"
2023-04-10 06:30:00 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-24 22:57:35 -05:00
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2023-04-10 06:30:00 -05:00
2023-02-18 09:48:12 -06:00
[[package]]
name = "winit"
2023-05-31 21:57:19 -05:00
version = "0.28.6"
2023-02-18 09:48:12 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-31 21:57:19 -05:00
checksum = "866db3f712fffba75d31bf0cdecf357c8aeafd158c5b7ab51dba2a2b2d47f196"
2023-02-18 09:48:12 -06:00
dependencies = [
2023-08-17 06:26:51 -05:00
"android-activity 0.4.3",
2023-05-04 21:31:48 -05:00
"bitflags 1.3.2",
2023-02-18 09:48:12 -06:00
"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",
"redox_syscall 0.3.5",
"sctk-adwaita",
2023-02-18 09:48:12 -06:00
"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-08-24 22:57:35 -05:00
version = "0.5.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-24 22:57:35 -05:00
checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc"
dependencies = [
"memchr",
]
[[package]]
name = "winreg"
2023-08-24 22:57:35 -05:00
version = "0.50.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-24 22:57:35 -05:00
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
dependencies = [
2023-08-24 22:57:35 -05:00
"cfg-if",
"windows-sys 0.48.0",
]
[[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 = "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"
2023-08-17 06:26:51 -05:00
version = "2.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546"
2023-05-04 21:31:48 -05:00
2023-07-04 21:38:45 -05:00
[[package]]
name = "xdg-home"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2769203cd13a0c6015d515be729c526d041e9cf2c0cc478d57faee85f40c6dcd"
dependencies = [
"nix 0.26.2",
"winapi",
]
[[package]]
name = "xi-unicode"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a67300977d3dc3f8034dae89778f502b6ba20b269527b3223ba59c0cf393bb8a"
[[package]]
name = "xml-rs"
2023-08-17 06:26:51 -05:00
version = "0.8.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "47430998a7b5d499ccee752b41567bc3afc57e1327dc855b1a2aa44ce29b5fa1"
[[package]]
name = "xshell"
2023-08-17 06:26:51 -05:00
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "ce2107fe03e558353b4c71ad7626d58ed82efaf56c54134228608893c77023ad"
dependencies = [
"xshell-macros",
]
[[package]]
name = "xshell-macros"
2023-08-17 06:26:51 -05:00
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-17 06:26:51 -05:00
checksum = "7e2c411759b501fb9501aac2b1b2d287a6e93e5bdcf13c25306b23e1b716dd0e"
2023-03-01 06:43:55 -06:00
[[package]]
name = "zbus"
2023-07-04 21:38:45 -05:00
version = "3.14.1"
2023-03-01 06:43:55 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-04 21:38:45 -05:00
checksum = "31de390a2d872e4cd04edd71b425e29853f786dc99317ed72d73d6fcf5ebb948"
2023-03-01 06:43:55 -06:00
dependencies = [
"async-broadcast",
"async-executor",
2023-07-04 21:38:45 -05:00
"async-fs",
2023-03-01 06:43:55 -06:00
"async-io",
"async-lock",
2023-07-04 21:38:45 -05:00
"async-process",
2023-03-01 06:43:55 -06:00
"async-recursion",
"async-task",
"async-trait",
2023-07-04 21:38:45 -05:00
"blocking",
2023-03-01 06:43:55 -06:00
"byteorder",
"derivative",
"enumflags2",
"event-listener",
"futures-core",
"futures-sink",
"futures-util",
"hex",
2023-07-04 21:38:45 -05:00
"nix 0.26.2",
2023-03-01 06:43:55 -06:00
"once_cell",
"ordered-stream",
"rand",
"serde",
"serde_repr",
"sha1",
"static_assertions",
"tracing",
"uds_windows",
"winapi",
2023-07-04 21:38:45 -05:00
"xdg-home",
2023-03-01 06:43:55 -06:00
"zbus_macros",
"zbus_names",
"zvariant",
]
[[package]]
name = "zbus_macros"
2023-07-04 21:38:45 -05:00
version = "3.14.1"
2023-03-01 06:43:55 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-04 21:38:45 -05:00
checksum = "41d1794a946878c0e807f55a397187c11fc7a038ba5d868e7db4f3bd7760bc9d"
2023-03-01 06:43:55 -06:00
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
"regex",
"syn 1.0.109",
2023-07-04 21:38:45 -05:00
"zvariant_utils",
2023-03-01 06:43:55 -06:00
]
[[package]]
name = "zbus_names"
2023-07-04 21:38:45 -05:00
version = "2.6.0"
2023-03-01 06:43:55 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-04 21:38:45 -05:00
checksum = "fb80bb776dbda6e23d705cf0123c3b95df99c4ebeaec6c2599d4a5419902b4a9"
2023-03-01 06:43:55 -06:00
dependencies = [
"serde",
"static_assertions",
"zvariant",
]
[[package]]
name = "zip"
version = "0.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
dependencies = [
"aes",
"byteorder",
"bzip2",
"constant_time_eq",
"crc32fast",
"crossbeam-utils",
"flate2",
"hmac",
"pbkdf2",
"sha1",
2023-08-24 22:57:35 -05:00
"time 0.3.27",
"zstd",
]
[[package]]
name = "zstd"
version = "0.11.2+zstd.1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
dependencies = [
"zstd-safe",
]
[[package]]
name = "zstd-safe"
version = "5.0.2+zstd.1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
dependencies = [
"libc",
"zstd-sys",
]
[[package]]
name = "zstd-sys"
version = "2.0.8+zstd.1.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
dependencies = [
"cc",
"libc",
"pkg-config",
]
2023-03-01 06:43:55 -06:00
[[package]]
name = "zvariant"
2023-07-04 21:38:45 -05:00
version = "3.15.0"
2023-03-01 06:43:55 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-04 21:38:45 -05:00
checksum = "44b291bee0d960c53170780af148dca5fa260a63cdd24f1962fa82e03e53338c"
2023-03-01 06:43:55 -06:00
dependencies = [
"byteorder",
"enumflags2",
"libc",
"serde",
"static_assertions",
"zvariant_derive",
]
[[package]]
name = "zvariant_derive"
2023-07-04 21:38:45 -05:00
version = "3.15.0"
2023-03-01 06:43:55 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-04 21:38:45 -05:00
checksum = "934d7a7dfc310d6ee06c87ffe88ef4eca7d3e37bb251dece2ef93da8f17d8ecd"
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"
2023-05-31 21:57:19 -05:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-31 21:57:19 -05:00
checksum = "7234f0d811589db492d16893e3f21e8e2fd282e6d01b0cddee310322062cc200"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
2023-03-01 06:43:55 -06:00
]