ALVR-IPv6/Cargo.lock

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5141 lines
121 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"
2022-03-05 14:22:14 -06:00
version = "0.2.15"
2021-10-25 17:48:47 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-05 14:22:14 -06:00
checksum = "24606928a235e73cdef55a0c909719cadd72fce573e5713d58cb2952d8f5794c"
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.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a13739d7177fbd22bb0ed28badfff9f372f8bef46c863db4e1c6248f6b223b6e"
[[package]]
name = "addr2line"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
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 = "ahash"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8fd72866655d1904d6b0997d0b07ba561047d070fbe29de039031c641b61217"
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",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "aho-corasick"
2021-09-07 15:55:21 -05:00
version = "0.7.18"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-07 15:55:21 -05:00
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
2020-05-07 08:13:55 -05:00
dependencies = [
"memchr",
]
2020-05-25 08:29:58 -05:00
[[package]]
name = "alcro"
2022-02-25 12:14:25 -06:00
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d55252159a6ff130ade69625be52243676b3e3117ad07ec3b91b6c755e4450a"
2020-05-25 08:29:58 -05:00
dependencies = [
2020-11-25 10:16:44 -06:00
"crossbeam-channel",
"dashmap 5.3.4",
"libc",
2022-02-25 12:14:25 -06:00
"nix 0.23.1",
"os_str_bytes",
2020-05-25 08:29:58 -05:00
"serde",
"serde_derive",
2020-05-25 08:29:58 -05:00
"serde_json",
2021-03-22 10:12:51 -05:00
"tempfile",
2021-01-15 08:54:50 -06:00
"thiserror",
2020-05-25 08:29:58 -05:00
"tinyfiledialogs",
"winapi",
2020-05-25 08:29:58 -05:00
]
[[package]]
name = "alsa"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5915f52fe2cf65e83924d037b6c5290b7cee097c6b5c8700746e6168a343fd6b"
dependencies = [
"alsa-sys",
"bitflags",
"libc",
"nix 0.23.1",
]
[[package]]
name = "alsa-sys"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
dependencies = [
"libc",
"pkg-config",
]
2021-08-02 17:59:01 -05:00
[[package]]
name = "alvr_audio"
version = "18.0.0-dev03"
2021-08-02 17:59:01 -05:00
dependencies = [
"alvr_common",
2021-08-03 07:29:49 -05:00
"alvr_session",
2021-08-03 05:45:47 -05:00
"alvr_sockets",
2021-08-02 17:59:01 -05:00
"cpal",
"rodio",
"serde",
"tokio",
"widestring 0.5.1",
2022-05-13 15:45:33 -05:00
"windows",
2021-08-02 17:59:01 -05:00
]
2020-11-06 08:21:10 -06:00
[[package]]
name = "alvr_client_core"
version = "18.0.0-dev03"
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",
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",
"bincode",
2022-04-20 12:14:53 -05:00
"bindgen",
"bytes",
2020-11-06 08:21:10 -06:00
"cc",
"futures",
2022-04-20 12:14:53 -05:00
"glyph_brush_layout",
"jni",
"ndk 0.6.0",
"ndk-context",
"ndk-sys 0.3.0",
2021-03-22 10:12:51 -05:00
"rand",
"serde",
"serde_json",
"settings-schema",
2021-02-03 16:03:26 -06:00
"tokio",
2020-11-06 08:21:10 -06:00
"walkdir",
]
[[package]]
name = "alvr_commands"
version = "18.0.0-dev03"
dependencies = [
"alvr_common",
"alvr_filesystem",
"dirs",
"encoding_rs_io",
"rand",
"runas",
"serde_json",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "alvr_common"
version = "18.0.0-dev03"
2020-05-07 08:13:55 -05:00
dependencies = [
"backtrace",
"glam",
2020-11-03 07:47:02 -06:00
"log",
"msgbox",
"once_cell",
2022-02-01 19:30:10 -06:00
"parking_lot 0.12.0",
2022-05-13 08:55:26 -05:00
"semver 1.0.9",
2020-05-07 08:13:55 -05:00
]
2022-03-23 10:17:54 -05:00
[[package]]
name = "alvr_events"
version = "18.0.0-dev03"
2022-03-23 10:17:54 -05:00
dependencies = [
"alvr_common",
"alvr_session",
"serde",
"serde_json",
]
[[package]]
name = "alvr_filesystem"
version = "18.0.0-dev03"
dependencies = [
"dirs",
"once_cell",
]
2020-05-07 08:13:55 -05:00
[[package]]
2020-11-04 07:18:45 -06:00
name = "alvr_launcher"
version = "18.0.0-dev03"
2020-05-07 08:13:55 -05:00
dependencies = [
"alvr_commands",
2020-05-07 08:13:55 -05:00
"alvr_common",
"alvr_filesystem",
"druid",
2022-02-23 08:43:40 -06:00
"gtk 0.9.2",
"serde_json",
"single-instance",
"sysinfo",
2021-03-16 17:56:15 -05:00
"ureq",
"winres",
2020-05-07 08:13:55 -05:00
]
[[package]]
2020-11-04 07:18:45 -06:00
name = "alvr_server"
version = "18.0.0-dev03"
2020-05-07 08:13:55 -05:00
dependencies = [
"alcro",
2021-08-02 17:59:01 -05:00
"alvr_audio",
"alvr_commands",
2020-05-07 08:13:55 -05:00
"alvr_common",
2022-03-23 10:17:54 -05:00
"alvr_events",
"alvr_filesystem",
2022-03-13 06:15:17 -05:00
"alvr_server_data",
2021-08-03 07:29:49 -05:00
"alvr_session",
2021-08-03 05:45:47 -05:00
"alvr_sockets",
"bincode",
2022-04-20 12:14:53 -05:00
"bindgen",
2021-02-03 16:03:26 -06:00
"bytes",
2020-06-06 15:00:49 -05:00
"cc",
"chrono",
"fern",
"futures",
"headers",
2021-02-03 16:03:26 -06:00
"hyper",
"pkg-config",
2021-02-03 16:03:26 -06:00
"reqwest",
"serde",
2020-05-25 08:29:58 -05:00
"serde_json",
"settings-schema",
"tempfile",
2021-02-03 16:03:26 -06:00
"tokio",
"tokio-tungstenite",
"tokio-util",
2020-06-06 15:00:49 -05:00
"walkdir",
"webbrowser",
2022-01-04 18:28:56 -06:00
"wgpu",
"winit",
2020-05-07 08:13:55 -05:00
]
2022-03-13 06:15:17 -05:00
[[package]]
name = "alvr_server_data"
version = "18.0.0-dev03"
2022-03-13 06:15:17 -05:00
dependencies = [
"alvr_common",
2022-03-23 10:17:54 -05:00
"alvr_events",
2022-03-13 06:15:17 -05:00
"alvr_session",
"alvr_sockets",
"cpal",
2022-03-13 12:39:53 -05:00
"rhai",
2022-03-13 06:15:17 -05:00
"serde_json",
"tokio",
2022-03-13 06:15:17 -05:00
"wgpu",
]
2021-08-03 07:29:49 -05:00
[[package]]
name = "alvr_session"
version = "18.0.0-dev03"
2021-08-03 07:29:49 -05:00
dependencies = [
"alvr_common",
"bytemuck",
2022-02-10 05:24:15 -06:00
"regex",
2021-08-03 07:29:49 -05:00
"serde",
"serde_json",
"settings-schema",
]
2021-08-03 05:45:47 -05:00
[[package]]
name = "alvr_sockets"
version = "18.0.0-dev03"
2021-08-03 05:45:47 -05:00
dependencies = [
"alvr_common",
2022-03-23 10:17:54 -05:00
"alvr_events",
2021-08-03 07:29:49 -05:00
"alvr_session",
2021-08-03 05:45:47 -05:00
"bincode",
"bytes",
"futures",
"governor",
"nonzero_ext 0.3.0",
2021-08-03 05:45:47 -05:00
"serde",
"tokio",
"tokio-util",
2021-08-03 05:45:47 -05:00
]
[[package]]
2022-03-21 14:53:46 -05:00
name = "alvr_vrcompositor_wrapper"
version = "18.0.0-dev03"
2022-03-21 14:53:46 -05:00
dependencies = [
"exec",
]
[[package]]
name = "alvr_vulkan_layer"
version = "18.0.0-dev03"
dependencies = [
"alvr_filesystem",
2022-04-20 12:14:53 -05:00
"bindgen",
"cc",
"pkg-config",
"walkdir",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "alvr_xtask"
version = "18.0.0-dev03"
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
]
2020-11-30 14:09:31 -06:00
[[package]]
name = "android_log-sys"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85965b6739a430150bdd138e2374a98af0c3ee0d030b3bb7fc3bddff58d0102e"
[[package]]
name = "android_logger"
version = "0.11.0"
2020-11-30 14:09:31 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b74b7ddf197de32e415d197aa21c1c0cb36e01e4794fd801302280ac7847ee02"
2020-11-30 14:09:31 -06:00
dependencies = [
"android_log-sys",
"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]]
name = "ansi_term"
2021-12-04 04:02:15 -06:00
version = "0.12.1"
2020-06-06 15:00:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-04 04:02:15 -06:00
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
2020-06-06 15:00:49 -05:00
dependencies = [
"winapi",
2020-06-06 15:00:49 -05:00
]
[[package]]
name = "anyhow"
2022-05-13 08:55:26 -05:00
version = "1.0.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 08:55:26 -05:00
checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc"
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",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "arrayvec"
version = "0.5.2"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
2020-05-07 08:13:55 -05:00
2021-08-15 16:07:31 -05:00
[[package]]
name = "arrayvec"
version = "0.7.2"
2021-08-15 16:07:31 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
2021-08-15 16:07:31 -05:00
2022-01-04 18:28:56 -06:00
[[package]]
name = "ash"
version = "0.34.0+1.2.203"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0f780da53d0063880d45554306489f09dd8d1bda47688b4a57bc579119356df"
dependencies = [
"libloading",
2022-01-04 18:28:56 -06:00
]
[[package]]
name = "associative-cache"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46016233fc1bb55c23b856fe556b7db6ccd05119a0a392e04f0b3b7c79058f16"
2020-05-07 08:13:55 -05:00
[[package]]
name = "atk"
version = "0.9.0"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "812b4911e210bd51b24596244523c856ca749e6223c50a7fbbba3f89ee37c426"
2020-05-07 08:13:55 -05:00
dependencies = [
2022-02-23 08:43:40 -06:00
"atk-sys 0.10.0",
"bitflags",
"glib 0.10.3",
"glib-sys 0.10.1",
"gobject-sys 0.10.0",
"libc",
]
[[package]]
name = "atk"
version = "0.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c3d816ce6f0e2909a96830d6911c2aff044370b1ef92d7f267b43bae5addedd"
dependencies = [
"atk-sys 0.15.1",
2020-05-07 08:13:55 -05:00
"bitflags",
2022-05-13 08:55:26 -05:00
"glib 0.15.11",
2020-05-07 08:13:55 -05:00
"libc",
]
[[package]]
name = "atk-sys"
version = "0.10.0"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f530e4af131d94cc4fa15c5c9d0348f0ef28bac64ba660b6b2a1cf2605dedfce"
2020-05-07 08:13:55 -05:00
dependencies = [
2022-02-23 08:43:40 -06:00
"glib-sys 0.10.1",
"gobject-sys 0.10.0",
2020-05-07 08:13:55 -05:00
"libc",
2022-02-23 08:43:40 -06:00
"system-deps 1.3.2",
]
[[package]]
name = "atk-sys"
version = "0.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58aeb089fb698e06db8089971c7ee317ab9644bade33383f63631437b03aafb6"
dependencies = [
"glib-sys 0.15.10",
"gobject-sys 0.15.10",
2022-02-23 08:43:40 -06:00
"libc",
"system-deps 6.0.2",
2020-05-07 08:13:55 -05:00
]
2020-06-06 15:00:49 -05:00
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
"hermit-abi",
"libc",
"winapi",
2020-06-06 15:00:49 -05: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"
version = "0.3.65"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11a17d453482a265fd5f8479f2a3f405566e6ca627837aaddb85af8b1ab8ef61"
2020-05-07 08:13:55 -05:00
dependencies = [
"addr2line",
"cc",
2020-10-13 12:12:47 -05:00
"cfg-if 1.0.0",
2020-05-07 08:13:55 -05:00
"libc",
"miniz_oxide",
"object",
2020-05-07 08:13:55 -05:00
"rustc-demangle",
]
[[package]]
name = "base-x"
2022-05-13 08:55:26 -05:00
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 08:55:26 -05:00
checksum = "dc19a4937b4fbd3fe3379793130e42060d10627a360f2127802b10b87e7baf74"
[[package]]
name = "base64"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
[[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",
]
[[package]]
name = "bindgen"
version = "0.59.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"
dependencies = [
"bitflags",
2022-04-20 12:14:53 -05:00
"cexpr",
2020-06-06 15:00:49 -05:00
"clang-sys",
"clap",
"env_logger",
2020-06-06 15:00:49 -05:00
"lazy_static",
"lazycell",
2020-11-03 07:47:02 -06:00
"log",
2020-06-06 15:00:49 -05:00
"peeking_take_while",
"proc-macro2 1.0.39",
"quote 1.0.18",
2020-06-06 15:00:49 -05:00
"regex",
"rustc-hash",
2022-04-20 12:14:53 -05:00
"shlex",
"which 4.2.5",
2020-06-06 15:00:49 -05:00
]
[[package]]
name = "bit-set"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e11e16035ea35e4e5997b393eacbf6f63983188f7a2ad25bfb13465f5ad59de"
dependencies = [
"bit-vec",
]
[[package]]
name = "bit-vec"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
2020-05-07 08:13:55 -05:00
[[package]]
name = "bitflags"
version = "1.3.2"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2020-05-07 08:13:55 -05:00
[[package]]
name = "block"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
[[package]]
name = "block-buffer"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
dependencies = [
"generic-array",
]
[[package]]
2021-10-25 17:48:47 -05:00
name = "bumpalo"
version = "3.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"
2021-08-17 04:58:56 -05:00
[[package]]
name = "bytemuck"
version = "1.9.1"
2021-08-17 04:58:56 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdead85bdec19c194affaeeb670c0e41fe23de31459efd1c174d049269cf02cc"
2021-08-20 04:42:49 -05:00
dependencies = [
"bytemuck_derive",
]
[[package]]
name = "bytemuck_derive"
version = "1.1.0"
2021-08-20 04:42:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "562e382481975bc61d11275ac5e62a19abd00b0547d99516a415336f183dcd0e"
2021-08-20 04:42:49 -05:00
dependencies = [
"proc-macro2 1.0.39",
"quote 1.0.18",
"syn 1.0.95",
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"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
2020-05-07 08:13:55 -05:00
[[package]]
name = "cairo-rs"
version = "0.9.1"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5c0f2e047e8ca53d0ff249c54ae047931d7a6ebe05d00af73e0ffeb6e34bdb8"
2020-05-07 08:13:55 -05:00
dependencies = [
"bitflags",
2022-02-23 08:43:40 -06:00
"cairo-sys-rs 0.10.0",
"glib 0.10.3",
"glib-sys 0.10.1",
"gobject-sys 0.10.0",
"libc",
"thiserror",
]
[[package]]
name = "cairo-rs"
2022-05-13 08:55:26 -05:00
version = "0.15.11"
2022-02-23 08:43:40 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 08:55:26 -05:00
checksum = "62be3562254e90c1c6050a72aa638f6315593e98c5cdaba9017cedbabf0a5dee"
2022-02-23 08:43:40 -06:00
dependencies = [
"bitflags",
"cairo-sys-rs 0.15.1",
2022-05-13 08:55:26 -05:00
"glib 0.15.11",
2020-05-07 08:13:55 -05:00
"libc",
"thiserror",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "cairo-sys-rs"
version = "0.10.0"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ed2639b9ad5f1d6efa76de95558e11339e7318426d84ac4890b86c03e828ca7"
2020-05-07 08:13:55 -05:00
dependencies = [
2022-02-23 08:43:40 -06:00
"glib-sys 0.10.1",
"libc",
"system-deps 1.3.2",
]
[[package]]
name = "cairo-sys-rs"
version = "0.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c55d429bef56ac9172d25fecb85dc8068307d17acd74b377866b7a1ef25d3c8"
dependencies = [
"glib-sys 0.15.10",
2020-05-07 08:13:55 -05:00
"libc",
2022-02-23 08:43:40 -06:00
"system-deps 6.0.2",
2020-05-07 08:13:55 -05:00
]
2021-10-25 17:48:47 -05:00
[[package]]
name = "calloop"
2022-01-04 18:28:56 -06:00
version = "0.9.3"
2021-10-25 17:48:47 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-04 18:28:56 -06:00
checksum = "bf2eec61efe56aa1e813f5126959296933cf0700030e4314786c48779a66ab82"
2021-10-25 17:48:47 -05:00
dependencies = [
"log",
2022-01-27 14:51:41 -06:00
"nix 0.22.3",
2021-10-25 17:48:47 -05:00
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "cc"
2022-02-18 15:32:22 -06:00
version = "1.0.73"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-18 15:32:22 -06:00
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
2020-06-06 15:00:49 -05:00
dependencies = [
"jobserver",
]
2020-11-06 08:21:10 -06:00
[[package]]
name = "cesu8"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
[[package]]
name = "cexpr"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
dependencies = [
2022-04-20 12:14:53 -05:00
"nom",
]
2022-02-23 08:43:40 -06:00
[[package]]
name = "cfg-expr"
version = "0.10.3"
2022-02-23 08:43:40 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0aacacf4d96c24b2ad6eb8ee6df040e4f27b0d0b39a5710c30091baa830485db"
2022-02-23 08:43:40 -06:00
dependencies = [
"smallvec",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
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"
[[package]]
name = "chrono"
version = "0.4.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
dependencies = [
"libc",
"num-integer",
"num-traits",
"time 0.1.43",
"winapi",
]
[[package]]
name = "chunked_transfer"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fff857943da45f546682664a79488be82e69e43c1a7a2307679ab9afb3a66d2e"
2020-06-06 15:00:49 -05:00
[[package]]
name = "clang-sys"
version = "1.3.3"
2020-06-06 15:00:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a050e2153c5be08febd6734e29298e844fdb0fa21aeddd63b4eb7baa106c69b"
2020-06-06 15:00:49 -05:00
dependencies = [
"glob",
"libc",
"libloading",
2020-06-06 15:00:49 -05:00
]
[[package]]
name = "clap"
2021-12-04 04:02:15 -06:00
version = "2.34.0"
2020-06-06 15:00:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-04 04:02:15 -06:00
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
2020-06-06 15:00:49 -05:00
dependencies = [
"ansi_term",
"atty",
"bitflags",
"strsim 0.8.0",
2020-06-06 15:00:49 -05:00
"textwrap",
"unicode-width",
"vec_map",
]
[[package]]
name = "claxon"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bfbf56724aa9eca8afa4fcfadeb479e722935bb2a0900c2d37e0cc477af0688"
2020-05-07 08:13:55 -05:00
[[package]]
name = "cocoa"
version = "0.24.0"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f63902e9223530efb4e26ccd0cf55ec30d592d3b42e21a28defc42a9586e832"
2020-05-07 08:13:55 -05:00
dependencies = [
"bitflags",
"block",
"cocoa-foundation",
"core-foundation 0.9.3",
"core-graphics 0.22.3",
2020-05-07 08:13:55 -05:00
"foreign-types",
"libc",
"objc",
]
[[package]]
name = "cocoa-foundation"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ade49b65d560ca58c403a479bb396592b155c0185eada742ee323d1d68d6318"
dependencies = [
"bitflags",
"block",
"core-foundation 0.9.3",
"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",
]
2020-11-06 08:21:10 -06:00
[[package]]
name = "combine"
2022-05-13 08:55:26 -05:00
version = "4.6.4"
2020-11-06 08:21:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 08:55:26 -05:00
checksum = "2a604e93b79d1808327a6fca85a6f2d69de66461e7620f5a4cbf5fb4d1d7c948"
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",
]
[[package]]
name = "console_log"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "501a375961cef1a0d44767200e66e4a559283097e91d0730b1d75dfb2f8a1494"
dependencies = [
"log",
"web-sys",
]
2020-10-22 12:12:30 -05:00
[[package]]
name = "const_fn"
2022-01-04 18:28:56 -06:00
version = "0.4.9"
2020-10-22 12:12:30 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-04 18:28:56 -06:00
checksum = "fbdcdcb6d86f71c5e97409ad45898af11cbc995b4ee8112d59095a28d376c935"
2020-10-22 12:12:30 -05:00
[[package]]
name = "copyless"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2df960f5d869b2dd8532793fde43eb5427cceb126c929747a26823ab0eeb536"
[[package]]
name = "core-foundation"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
dependencies = [
"core-foundation-sys 0.7.0",
"libc",
]
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 = [
"core-foundation-sys 0.8.3",
2020-05-07 08:13:55 -05:00
"libc",
]
[[package]]
name = "core-foundation-sys"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
2020-05-07 08:13:55 -05:00
[[package]]
name = "core-foundation-sys"
version = "0.8.3"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
2020-05-07 08:13:55 -05:00
[[package]]
name = "core-graphics"
version = "0.19.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3889374e6ea6ab25dba90bb5d96202f61108058361f6dc72e8b03e6f8bbe923"
dependencies = [
"bitflags",
"core-foundation 0.7.0",
"foreign-types",
"libc",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "core-graphics"
version = "0.22.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb"
dependencies = [
"bitflags",
"core-foundation 0.9.3",
"core-graphics-types",
"foreign-types",
"libc",
]
[[package]]
name = "core-graphics-types"
version = "0.1.1"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b"
2020-05-07 08:13:55 -05:00
dependencies = [
"bitflags",
"core-foundation 0.9.3",
"foreign-types",
"libc",
]
[[package]]
name = "core-text"
version = "19.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99d74ada66e07c1cefa18f8abfba765b486f250de2e4a999e5727fc0dd4b4a25"
dependencies = [
"core-foundation 0.9.3",
"core-graphics 0.22.3",
2020-05-07 08:13:55 -05:00
"foreign-types",
"libc",
]
[[package]]
name = "core-video-sys"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34ecad23610ad9757664d644e369246edde1803fcb43ed72876565098a5d3828"
dependencies = [
"cfg-if 0.1.10",
"core-foundation-sys 0.7.0",
"core-graphics 0.19.2",
"libc",
"objc",
]
[[package]]
name = "coreaudio-rs"
2021-03-16 17:56:15 -05:00
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-16 17:56:15 -05:00
checksum = "11894b20ebfe1ff903cbdc52259693389eea03b94918a2def2c30c3bf227ad88"
dependencies = [
"bitflags",
"coreaudio-sys",
]
[[package]]
name = "coreaudio-sys"
2022-04-20 12:14:53 -05:00
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-20 12:14:53 -05:00
checksum = "3dff444d80630d7073077d38d40b4501fd518bd2b922c2a55edcc8b0f7be57e6"
dependencies = [
2022-04-20 12:14:53 -05:00
"bindgen",
]
[[package]]
name = "cpal"
2022-02-01 19:30:10 -06:00
version = "0.13.5"
source = "git+https://github.com/RustAudio/cpal#b1457e5945cfeb136b7b04c8870b63c2ae3f2212"
dependencies = [
"alsa",
"core-foundation-sys 0.8.3",
"coreaudio-rs",
2022-02-19 10:04:23 -06:00
"jack",
"jni",
"js-sys",
"lazy_static",
"libc",
"mach",
"ndk 0.6.0",
"ndk-context",
"nix 0.23.1",
2021-03-16 17:56:15 -05:00
"oboe",
2022-02-01 19:30:10 -06:00
"parking_lot 0.11.2",
"parking_lot 0.12.0",
"stdweb 0.1.3",
"thiserror",
"web-sys",
"winapi",
]
2020-11-03 07:47:02 -06:00
[[package]]
2021-05-06 05:11:37 -05:00
name = "cpufeatures"
version = "0.2.2"
2020-11-03 07:47:02 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"
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 = [
"cfg-if 1.0.0",
]
2020-10-22 12:12:30 -05:00
[[package]]
name = "crossbeam-channel"
version = "0.5.4"
2020-10-22 12:12:30 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aaa7bd5fb665c6864b5f963dd9097905c54125909c7aa94c9e18507cdbe6c53"
2020-10-22 12:12:30 -05:00
dependencies = [
"cfg-if 1.0.0",
2020-11-25 10:16:44 -06:00
"crossbeam-utils",
2020-10-22 12:12:30 -05:00
]
[[package]]
name = "crossbeam-deque"
2021-08-15 15:07:44 -05:00
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-15 15:07:44 -05:00
checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
dependencies = [
2020-10-22 12:12:30 -05:00
"cfg-if 1.0.0",
"crossbeam-epoch",
2020-11-25 10:16:44 -06:00
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1145cf131a2c6ba0615079ab6a638f7e1973ac9c2634fcbeaaad6114246efe8c"
dependencies = [
"autocfg",
2020-10-22 12:12:30 -05:00
"cfg-if 1.0.0",
2020-11-25 10:16:44 -06:00
"crossbeam-utils",
"lazy_static",
"memoffset",
"scopeguard",
]
2020-10-22 12:12:30 -05:00
[[package]]
name = "crossbeam-utils"
version = "0.8.8"
2020-10-22 12:12:30 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"
2020-10-22 12:12:30 -05:00
dependencies = [
"cfg-if 1.0.0",
"lazy_static",
]
[[package]]
name = "crypto-common"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8"
dependencies = [
"generic-array",
"typenum",
]
2021-12-04 04:02:15 -06:00
[[package]]
name = "cty"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35"
[[package]]
name = "d3d12"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2daefd788d1e96e0a9d66dee4b828b883509bc3ea9ce30665f04c3246372690c"
dependencies = [
"bitflags",
"libloading",
"winapi",
]
2021-09-20 06:46:12 -05:00
[[package]]
name = "darling"
version = "0.13.4"
2021-09-20 06:46:12 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"
2021-09-20 06:46:12 -05:00
dependencies = [
2022-01-04 18:28:56 -06:00
"darling_core",
"darling_macro",
]
2021-09-20 06:46:12 -05:00
[[package]]
name = "darling_core"
version = "0.13.4"
2021-09-20 06:46:12 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"
2021-09-20 06:46:12 -05:00
dependencies = [
"fnv",
"ident_case",
"proc-macro2 1.0.39",
"quote 1.0.18",
2021-09-20 06:46:12 -05:00
"strsim 0.10.0",
"syn 1.0.95",
2021-09-20 06:46:12 -05:00
]
[[package]]
name = "darling_macro"
version = "0.13.4"
2021-09-20 06:46:12 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"
2021-09-20 06:46:12 -05:00
dependencies = [
2022-01-04 18:28:56 -06:00
"darling_core",
"quote 1.0.18",
"syn 1.0.95",
]
[[package]]
name = "dashmap"
2021-01-15 08:54:50 -06:00
version = "4.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-15 08:54:50 -06:00
checksum = "e77a43b28d0668df09411cb0bc9a8c2adc40f9a048afe863e05fd43251e8e39c"
dependencies = [
2021-01-15 08:54:50 -06:00
"cfg-if 1.0.0",
"num_cpus",
]
2022-02-25 12:14:25 -06:00
[[package]]
name = "dashmap"
version = "5.3.4"
2022-02-25 12:14:25 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3495912c9c1ccf2e18976439f4443f3fee0fd61f424ff99fde6a66b15ecb448f"
2022-02-25 12:14:25 -06:00
dependencies = [
"cfg-if 1.0.0",
2022-05-13 08:55:26 -05:00
"hashbrown 0.12.1",
"lock_api",
"parking_lot_core 0.9.3",
2022-02-25 12:14:25 -06:00
]
[[package]]
name = "digest"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"
dependencies = [
2022-02-23 08:43:40 -06:00
"block-buffer",
"crypto-common",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "dirs"
version = "4.0.0"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
2020-05-07 08:13:55 -05:00
dependencies = [
"dirs-sys",
]
[[package]]
name = "dirs-sys"
version = "0.3.7"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
2020-05-07 08:13:55 -05:00
dependencies = [
"libc",
"redox_users",
"winapi",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "discard"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
[[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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac1b7517328c04c2aa68422fc60a41b92208182142ed04a25879c26c8f878794"
dependencies = [
"libloading",
]
[[package]]
name = "dlopen"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71e80ad39f814a9abe68583cd50a2d45c8a67561c3361ab8da240587dda80937"
dependencies = [
"dlopen_derive",
"lazy_static",
"libc",
"winapi",
]
[[package]]
name = "dlopen_derive"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f236d9e1b1fbd81cea0f9cbdc8dcc7e8ebcd80e6659cd7cb2ad5f6c05946c581"
dependencies = [
"libc",
"quote 0.6.13",
"syn 0.15.44",
]
[[package]]
name = "downcast-rs"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
[[package]]
name = "druid"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "839a2e96089d82842923b3822e6977a8d2aace3f3706e6db9bae4d9c765e5697"
dependencies = [
"console_log",
"druid-derive",
"druid-shell",
2022-03-13 12:39:53 -05:00
"fluent-bundle",
"fluent-langneg",
2022-03-13 12:39:53 -05:00
"fluent-syntax",
"fnv",
"instant",
"log",
"simple_logger",
"unic-langid",
"unicode-segmentation",
"xi-unicode 0.3.0",
]
[[package]]
name = "druid-derive"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57b53fcfe6b4585894e0d0417dad85fd21aa7bd96c9d646d54d5a4638a484b18"
dependencies = [
"proc-macro2 1.0.39",
"quote 1.0.18",
"syn 1.0.95",
]
[[package]]
name = "druid-shell"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b867ffe113aa77b75c0fcd2585360a3a4d17c758c44f4e87aadc71712fd1763"
dependencies = [
"anyhow",
"bitflags",
"block",
2022-02-23 08:43:40 -06:00
"cairo-rs 0.9.1",
"cfg-if 1.0.0",
"cocoa",
"core-graphics 0.22.3",
"foreign-types",
2022-02-23 08:43:40 -06:00
"gdk 0.13.2",
"gdk-pixbuf 0.9.0",
"gdk-sys 0.10.0",
"gio 0.9.1",
"glib 0.10.3",
"glib-sys 0.10.1",
"gtk 0.9.2",
"gtk-sys 0.10.0",
"instant",
"js-sys",
"keyboard-types",
2021-10-25 17:48:47 -05:00
"kurbo",
"lazy_static",
"log",
"objc",
"piet-common",
"scopeguard",
2021-08-15 15:07:44 -05:00
"time 0.2.27",
"wasm-bindgen",
"web-sys",
"winapi",
"wio",
]
[[package]]
name = "dwrote"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439a1c2ba5611ad3ed731280541d36d2e9c4ac5e7fb818a27b604bdc5a6aa65b"
dependencies = [
"lazy_static",
"libc",
"winapi",
"wio",
]
[[package]]
name = "either"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
[[package]]
2021-10-25 17:48:47 -05:00
name = "encoding_rs"
version = "0.8.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
dependencies = [
2021-10-25 17:48:47 -05:00
"cfg-if 1.0.0",
]
[[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",
]
2021-08-21 09:45:50 -05:00
[[package]]
name = "env_logger"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
dependencies = [
"atty",
"humantime",
"log",
"regex",
"termcolor",
]
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-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 = "exec"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
dependencies = [
"errno",
"libc",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "failure"
version = "0.1.8"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"
2020-05-07 08:13:55 -05:00
dependencies = [
"backtrace",
]
2021-09-02 10:31:25 -05:00
[[package]]
name = "fastrand"
2022-01-27 14:51:41 -06:00
version = "1.7.0"
2021-09-02 10:31:25 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-27 14:51:41 -06:00
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
2021-09-02 10:31:25 -05:00
dependencies = [
"instant",
]
[[package]]
name = "fern"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3bdd7b0849075e79ee9a1836df22c717d1eba30451796fdc631b04565dd11e2a"
dependencies = [
2020-11-03 07:47:02 -06:00
"log",
]
2022-02-23 08:43:40 -06:00
[[package]]
name = "field-offset"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e1c54951450cbd39f3dbcf1005ac413b49487dabf18a720ad2383eccfeffb92"
dependencies = [
"memoffset",
"rustc_version 0.3.3",
]
[[package]]
name = "flate2"
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
dependencies = [
"crc32fast",
"miniz_oxide",
]
[[package]]
name = "fluent-bundle"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01a094d494ab2ed06077e9a95f4e47f446c376de95f6c93045dd88c499bfcd70"
dependencies = [
"fluent-langneg",
2022-03-13 12:39:53 -05:00
"fluent-syntax",
"intl-memoizer",
"intl_pluralrules",
"rental",
"smallvec",
"unic-langid",
]
[[package]]
name = "fluent-langneg"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94"
dependencies = [
"unic-langid",
]
[[package]]
name = "fluent-syntax"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac0f7e83d14cccbf26e165d8881dcac5891af0d85a88543c09dd72ebd31d91ba"
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",
]
[[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.0.1"
2020-11-07 14:16:53 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
2020-11-07 14:16:53 -06:00
dependencies = [
"matches",
"percent-encoding",
2020-11-07 14:16:53 -06:00
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "futures"
version = "0.3.21"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"
2020-05-07 08:13:55 -05:00
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
version = "0.3.21"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
2020-05-07 08:13:55 -05:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
version = "0.3.21"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
2020-05-07 08:13:55 -05:00
[[package]]
name = "futures-executor"
version = "0.3.21"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"
2020-05-07 08:13:55 -05:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
version = "0.3.21"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
2020-05-07 08:13:55 -05:00
[[package]]
name = "futures-macro"
version = "0.3.21"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"
2020-05-07 08:13:55 -05:00
dependencies = [
"proc-macro2 1.0.39",
"quote 1.0.18",
"syn 1.0.95",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "futures-sink"
version = "0.3.21"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
2020-05-07 08:13:55 -05:00
[[package]]
name = "futures-task"
version = "0.3.21"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
2020-05-07 08:13:55 -05:00
[[package]]
name = "futures-timer"
version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"
2020-05-07 08:13:55 -05:00
[[package]]
name = "futures-util"
version = "0.3.21"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
2020-05-07 08:13:55 -05:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
2021-02-03 16:03:26 -06:00
"pin-project-lite",
2020-05-07 08:13:55 -05:00
"pin-utils",
"slab",
]
2020-10-26 16:48:04 -05:00
[[package]]
name = "fxhash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
dependencies = [
"byteorder",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "gdk"
version = "0.13.2"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db00839b2a68a7a10af3fa28dfb3febaba3a20c3a9ac2425a33b7df1f84a6b7d"
2020-05-07 08:13:55 -05:00
dependencies = [
"bitflags",
2022-02-23 08:43:40 -06:00
"cairo-rs 0.9.1",
"cairo-sys-rs 0.10.0",
"gdk-pixbuf 0.9.0",
"gdk-sys 0.10.0",
"gio 0.9.1",
"gio-sys 0.10.1",
"glib 0.10.3",
"glib-sys 0.10.1",
"gobject-sys 0.10.0",
2020-05-07 08:13:55 -05:00
"libc",
2022-02-23 08:43:40 -06:00
"pango 0.9.1",
]
[[package]]
name = "gdk"
version = "0.15.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6e05c1f572ab0e1f15be94217f0dc29088c248b14f792a5ff0af0d84bcda9e8"
dependencies = [
"bitflags",
2022-05-13 08:55:26 -05:00
"cairo-rs 0.15.11",
"gdk-pixbuf 0.15.11",
2022-02-23 08:43:40 -06:00
"gdk-sys 0.15.1",
2022-05-13 08:55:26 -05:00
"gio 0.15.11",
"glib 0.15.11",
2022-02-23 08:43:40 -06:00
"libc",
"pango 0.15.10",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "gdk-pixbuf"
version = "0.9.0"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f6dae3cb99dd49b758b88f0132f8d401108e63ae8edd45f432d42cdff99998a"
2020-05-07 08:13:55 -05:00
dependencies = [
2022-02-23 08:43:40 -06:00
"gdk-pixbuf-sys 0.10.0",
"gio 0.9.1",
"gio-sys 0.10.1",
"glib 0.10.3",
"glib-sys 0.10.1",
"gobject-sys 0.10.0",
"libc",
]
[[package]]
name = "gdk-pixbuf"
2022-05-13 08:55:26 -05:00
version = "0.15.11"
2022-02-23 08:43:40 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 08:55:26 -05:00
checksum = "ad38dd9cc8b099cceecdf41375bb6d481b1b5a7cd5cd603e10a69a9383f8619a"
2022-02-23 08:43:40 -06:00
dependencies = [
"bitflags",
"gdk-pixbuf-sys 0.15.10",
2022-05-13 08:55:26 -05:00
"gio 0.15.11",
"glib 0.15.11",
2020-05-07 08:13:55 -05:00
"libc",
]
[[package]]
name = "gdk-pixbuf-sys"
version = "0.10.0"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3bfe468a7f43e97b8d193a762b6c5cf67a7d36cacbc0b9291dbcae24bfea1e8f"
2020-05-07 08:13:55 -05:00
dependencies = [
2022-02-23 08:43:40 -06:00
"gio-sys 0.10.1",
"glib-sys 0.10.1",
"gobject-sys 0.10.0",
"libc",
"system-deps 1.3.2",
]
[[package]]
name = "gdk-pixbuf-sys"
version = "0.15.10"
2022-02-23 08:43:40 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "140b2f5378256527150350a8346dbdb08fadc13453a7a2d73aecd5fab3c402a7"
2022-02-23 08:43:40 -06:00
dependencies = [
"gio-sys 0.15.10",
"glib-sys 0.15.10",
"gobject-sys 0.15.10",
2020-05-07 08:13:55 -05:00
"libc",
2022-02-23 08:43:40 -06:00
"system-deps 6.0.2",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "gdk-sys"
version = "0.10.0"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a9653cfc500fd268015b1ac055ddbc3df7a5c9ea3f4ccef147b3957bd140d69"
2020-05-07 08:13:55 -05:00
dependencies = [
2022-02-23 08:43:40 -06:00
"cairo-sys-rs 0.10.0",
"gdk-pixbuf-sys 0.10.0",
"gio-sys 0.10.1",
"glib-sys 0.10.1",
"gobject-sys 0.10.0",
2020-05-07 08:13:55 -05:00
"libc",
2022-02-23 08:43:40 -06:00
"pango-sys 0.10.0",
2020-05-07 08:13:55 -05:00
"pkg-config",
2022-02-23 08:43:40 -06:00
"system-deps 1.3.2",
]
[[package]]
name = "gdk-sys"
version = "0.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32e7a08c1e8f06f4177fb7e51a777b8c1689f743a7bc11ea91d44d2226073a88"
dependencies = [
"cairo-sys-rs 0.15.1",
"gdk-pixbuf-sys 0.15.10",
"gio-sys 0.15.10",
"glib-sys 0.15.10",
"gobject-sys 0.15.10",
2022-02-23 08:43:40 -06:00
"libc",
"pango-sys 0.15.10",
2022-02-23 08:43:40 -06:00
"pkg-config",
"system-deps 6.0.2",
2020-05-07 08:13:55 -05:00
]
2020-11-03 07:47:02 -06:00
[[package]]
name = "generic-array"
2022-01-04 18:28:56 -06:00
version = "0.14.5"
2020-11-03 07:47:02 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-04 18:28:56 -06:00
checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
2020-11-03 07:47:02 -06:00
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "getrandom"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad"
dependencies = [
2021-01-04 04:47:11 -06:00
"cfg-if 1.0.0",
"libc",
2022-03-13 06:15:17 -05:00
"wasi 0.10.2+wasi-snapshot-preview1",
2021-10-26 09:42:00 -05:00
]
[[package]]
name = "gimli"
version = "0.26.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"
2020-05-07 08:13:55 -05:00
[[package]]
name = "gio"
version = "0.9.1"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fb60242bfff700772dae5d9e3a1f7aa2e4ebccf18b89662a16acb2822568561"
2020-05-07 08:13:55 -05:00
dependencies = [
"bitflags",
"futures",
2020-05-07 08:13:55 -05:00
"futures-channel",
"futures-core",
"futures-io",
"futures-util",
2022-02-23 08:43:40 -06:00
"gio-sys 0.10.1",
"glib 0.10.3",
"glib-sys 0.10.1",
"gobject-sys 0.10.0",
"libc",
"once_cell",
"thiserror",
]
[[package]]
name = "gio"
2022-05-13 08:55:26 -05:00
version = "0.15.11"
2022-02-23 08:43:40 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 08:55:26 -05:00
checksum = "0f132be35e05d9662b9fa0fee3f349c6621f7782e0105917f4cc73c1bf47eceb"
2022-02-23 08:43:40 -06:00
dependencies = [
"bitflags",
"futures-channel",
"futures-core",
"futures-io",
"gio-sys 0.15.10",
2022-05-13 08:55:26 -05:00
"glib 0.15.11",
2020-05-07 08:13:55 -05:00
"libc",
"once_cell",
"thiserror",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "gio-sys"
version = "0.10.1"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e24fb752f8f5d2cf6bbc2c606fd2bc989c81c5e2fe321ab974d54f8b6344eac"
2020-05-07 08:13:55 -05:00
dependencies = [
2022-02-23 08:43:40 -06:00
"glib-sys 0.10.1",
"gobject-sys 0.10.0",
"libc",
"system-deps 1.3.2",
"winapi",
]
[[package]]
name = "gio-sys"
version = "0.15.10"
2022-02-23 08:43:40 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32157a475271e2c4a023382e9cab31c4584ee30a97da41d3c4e9fdd605abcf8d"
2022-02-23 08:43:40 -06:00
dependencies = [
"glib-sys 0.15.10",
"gobject-sys 0.15.10",
2020-05-07 08:13:55 -05:00
"libc",
2022-02-23 08:43:40 -06:00
"system-deps 6.0.2",
"winapi",
]
[[package]]
name = "glam"
version = "0.20.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f43e957e744be03f5801a55472f593d43fabdebf25a4585db250f04d86b1675f"
dependencies = [
"serde",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "glib"
version = "0.10.3"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c685013b7515e668f1b57a165b009d4d28cb139a8a989bbd699c10dad29d0c5"
2020-05-07 08:13:55 -05:00
dependencies = [
"bitflags",
"futures-channel",
"futures-core",
"futures-executor",
"futures-task",
"futures-util",
2022-02-23 08:43:40 -06:00
"glib-macros 0.10.1",
"glib-sys 0.10.1",
"gobject-sys 0.10.0",
2020-05-07 08:13:55 -05:00
"libc",
"once_cell",
]
2022-02-23 08:43:40 -06:00
[[package]]
name = "glib"
2022-05-13 08:55:26 -05:00
version = "0.15.11"
2022-02-23 08:43:40 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 08:55:26 -05:00
checksum = "bd124026a2fa8c33a3d17a3fe59c103f2d9fa5bd92c19e029e037736729abeab"
2022-02-23 08:43:40 -06:00
dependencies = [
"bitflags",
"futures-channel",
"futures-core",
"futures-executor",
"futures-task",
2022-05-13 08:55:26 -05:00
"glib-macros 0.15.11",
"glib-sys 0.15.10",
"gobject-sys 0.15.10",
2022-02-23 08:43:40 -06:00
"libc",
"once_cell",
"smallvec",
"thiserror",
]
[[package]]
name = "glib-macros"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41486a26d1366a8032b160b59065a59fb528530a46a49f627e7048fb8c064039"
dependencies = [
"anyhow",
2022-02-23 08:43:40 -06:00
"heck 0.3.3",
2021-10-25 17:48:47 -05:00
"itertools",
2021-08-15 15:07:44 -05:00
"proc-macro-crate 0.1.5",
"proc-macro-error",
"proc-macro2 1.0.39",
"quote 1.0.18",
"syn 1.0.95",
2020-05-07 08:13:55 -05:00
]
2022-02-23 08:43:40 -06:00
[[package]]
name = "glib-macros"
2022-05-13 08:55:26 -05:00
version = "0.15.11"
2022-02-23 08:43:40 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 08:55:26 -05:00
checksum = "25a68131a662b04931e71891fb14aaf65ee4b44d08e8abc10f49e77418c86c64"
2022-02-23 08:43:40 -06:00
dependencies = [
"anyhow",
"heck 0.4.0",
2022-02-25 12:14:25 -06:00
"proc-macro-crate 1.1.3",
2022-02-23 08:43:40 -06:00
"proc-macro-error",
"proc-macro2 1.0.39",
"quote 1.0.18",
"syn 1.0.95",
2022-02-23 08:43:40 -06:00
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "glib-sys"
version = "0.10.1"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7e9b997a66e9a23d073f2b1abb4dbfc3925e0b8952f67efd8d9b6e168e4cdc1"
2020-05-07 08:13:55 -05:00
dependencies = [
"libc",
2022-02-23 08:43:40 -06:00
"system-deps 1.3.2",
]
[[package]]
name = "glib-sys"
version = "0.15.10"
2022-02-23 08:43:40 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef4b192f8e65e9cf76cbf4ea71fa8e3be4a0e18ffe3d68b8da6836974cc5bad4"
2022-02-23 08:43:40 -06:00
dependencies = [
"libc",
"system-deps 6.0.2",
2020-05-07 08:13:55 -05:00
]
2020-06-06 15:00:49 -05:00
[[package]]
name = "glob"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
[[package]]
name = "glow"
2022-01-04 18:28:56 -06:00
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-04 18:28:56 -06:00
checksum = "d8bd5877156a19b8ac83a29b2306fe20537429d318f3ff0a1a2119f8d9c61919"
dependencies = [
"js-sys",
"slotmap",
"wasm-bindgen",
"web-sys",
]
[[package]]
2021-10-25 17:48:47 -05:00
name = "glyph_brush_layout"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-25 17:48:47 -05:00
checksum = "cc32c2334f00ca5ac3695c5009ae35da21da8c62d255b5b96d56e2597a637a38"
dependencies = [
2021-10-25 17:48:47 -05:00
"ab_glyph",
"approx",
"xi-unicode 0.3.0",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "gobject-sys"
version = "0.10.0"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "952133b60c318a62bf82ee75b93acc7e84028a093e06b9e27981c2b6fe68218c"
2020-05-07 08:13:55 -05:00
dependencies = [
2022-02-23 08:43:40 -06:00
"glib-sys 0.10.1",
"libc",
"system-deps 1.3.2",
]
[[package]]
name = "gobject-sys"
version = "0.15.10"
2022-02-23 08:43:40 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d57ce44246becd17153bd035ab4d32cfee096a657fc01f2231c9278378d1e0a"
2022-02-23 08:43:40 -06:00
dependencies = [
"glib-sys 0.15.10",
2020-05-07 08:13:55 -05:00
"libc",
2022-02-23 08:43:40 -06:00
"system-deps 6.0.2",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "governor"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06c5d2f987ee8f6dff3fa1a352058dc59b990e447e4c7846aa7d804971314f7b"
dependencies = [
2022-02-25 12:14:25 -06:00
"dashmap 4.0.2",
"futures",
"futures-timer",
"no-std-compat",
"nonzero_ext 0.2.0",
2022-02-01 19:30:10 -06:00
"parking_lot 0.11.2",
"quanta",
2021-03-22 10:12:51 -05:00
"rand",
"smallvec",
]
[[package]]
name = "gpu-alloc"
2022-01-27 14:51:41 -06:00
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-27 14:51:41 -06:00
checksum = "7fc59e5f710e310e76e6707f86c561dd646f69a8876da9131703b2f717de818d"
dependencies = [
"bitflags",
"gpu-alloc-types",
]
[[package]]
name = "gpu-alloc-types"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54804d0d6bc9d7f26db4eaec1ad10def69b599315f487d32c334a80d1efe67a5"
dependencies = [
"bitflags",
]
[[package]]
name = "gpu-descriptor"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a538f217be4d405ff4719a283ca68323cc2384003eca5baaa87501e821c81dda"
dependencies = [
"bitflags",
"gpu-descriptor-types",
"hashbrown 0.11.2",
]
[[package]]
name = "gpu-descriptor-types"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "363e3677e55ad168fef68cf9de3a4a310b53124c5e784c53a1d70e92d23f2126"
dependencies = [
"bitflags",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "gtk"
version = "0.9.2"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f022f2054072b3af07666341984562c8e626a79daa8be27b955d12d06a5ad6a"
2020-05-07 08:13:55 -05:00
dependencies = [
2022-02-23 08:43:40 -06:00
"atk 0.9.0",
2020-05-07 08:13:55 -05:00
"bitflags",
2022-02-23 08:43:40 -06:00
"cairo-rs 0.9.1",
"cairo-sys-rs 0.10.0",
2020-05-07 08:13:55 -05:00
"cc",
2022-02-23 08:43:40 -06:00
"gdk 0.13.2",
"gdk-pixbuf 0.9.0",
"gdk-pixbuf-sys 0.10.0",
"gdk-sys 0.10.0",
"gio 0.9.1",
"gio-sys 0.10.1",
"glib 0.10.3",
"glib-sys 0.10.1",
"gobject-sys 0.10.0",
"gtk-sys 0.10.0",
2020-05-07 08:13:55 -05:00
"libc",
"once_cell",
2022-02-23 08:43:40 -06:00
"pango 0.9.1",
"pango-sys 0.10.0",
"pkg-config",
]
[[package]]
name = "gtk"
2022-05-13 08:55:26 -05:00
version = "0.15.5"
2022-02-23 08:43:40 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 08:55:26 -05:00
checksum = "92e3004a2d5d6d8b5057d2b57b3712c9529b62e82c77f25c1fecde1fd5c23bd0"
2022-02-23 08:43:40 -06:00
dependencies = [
"atk 0.15.1",
"bitflags",
2022-05-13 08:55:26 -05:00
"cairo-rs 0.15.11",
2022-02-23 08:43:40 -06:00
"field-offset",
"futures-channel",
"gdk 0.15.4",
2022-05-13 08:55:26 -05:00
"gdk-pixbuf 0.15.11",
"gio 0.15.11",
"glib 0.15.11",
2022-02-23 08:43:40 -06:00
"gtk-sys 0.15.3",
"gtk3-macros",
"libc",
"once_cell",
"pango 0.15.10",
"pkg-config",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "gtk-sys"
version = "0.10.0"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89acda6f084863307d948ba64a4b1ef674e8527dddab147ee4cdcc194c880457"
2020-05-07 08:13:55 -05:00
dependencies = [
2022-02-23 08:43:40 -06:00
"atk-sys 0.10.0",
"cairo-sys-rs 0.10.0",
"gdk-pixbuf-sys 0.10.0",
"gdk-sys 0.10.0",
"gio-sys 0.10.1",
"glib-sys 0.10.1",
"gobject-sys 0.10.0",
"libc",
"pango-sys 0.10.0",
"system-deps 1.3.2",
]
[[package]]
name = "gtk-sys"
version = "0.15.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5bc2f0587cba247f60246a0ca11fe25fb733eabc3de12d1965fc07efab87c84"
dependencies = [
"atk-sys 0.15.1",
"cairo-sys-rs 0.15.1",
"gdk-pixbuf-sys 0.15.10",
2022-02-23 08:43:40 -06:00
"gdk-sys 0.15.1",
"gio-sys 0.15.10",
"glib-sys 0.15.10",
"gobject-sys 0.15.10",
2020-05-07 08:13:55 -05:00
"libc",
"pango-sys 0.15.10",
2022-02-23 08:43:40 -06:00
"system-deps 6.0.2",
]
[[package]]
name = "gtk3-macros"
version = "0.15.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24f518afe90c23fba585b2d7697856f9e6a7bbc62f65588035e66f6afb01a2e9"
dependencies = [
"anyhow",
2022-02-25 12:14:25 -06:00
"proc-macro-crate 1.1.3",
2022-02-23 08:43:40 -06:00
"proc-macro-error",
"proc-macro2 1.0.39",
"quote 1.0.18",
"syn 1.0.95",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "h2"
version = "0.3.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"
dependencies = [
2021-02-03 16:03:26 -06:00
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
2021-02-03 16:03:26 -06:00
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "hashbrown"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e91b62f79061a0bc2e046024cb7ba44b08419ed238ecbd9adbd787434b9e8c25"
dependencies = [
"ahash 0.3.8",
"autocfg",
]
2021-08-15 15:07:44 -05:00
[[package]]
name = "hashbrown"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
dependencies = [
"ahash 0.7.6",
]
2021-08-15 15:07:44 -05:00
2022-05-13 08:55:26 -05:00
[[package]]
name = "hashbrown"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db0d4cf898abf0081f964436dc980e96670a0f36863e4b83aaacdb65c9d7ccc3"
2020-05-07 08:13:55 -05:00
[[package]]
name = "headers"
version = "0.3.7"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4cff78e5788be1e0ab65b04d306b2ed5092c815ec97ec70f4ebd5aee158aa55d"
2020-05-07 08:13:55 -05:00
dependencies = [
"base64",
2020-05-07 08:13:55 -05:00
"bitflags",
2021-02-03 16:03:26 -06:00
"bytes",
2020-05-07 08:13:55 -05:00
"headers-core",
"http",
2021-10-25 17:48:47 -05:00
"httpdate",
2020-11-03 07:47:02 -06:00
"mime",
2022-02-23 08:43:40 -06:00
"sha-1",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "headers-core"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
dependencies = [
"http",
]
[[package]]
name = "heck"
2021-08-15 15:07:44 -05:00
version = "0.3.3"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-15 15:07:44 -05:00
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
2020-05-07 08:13:55 -05:00
dependencies = [
"unicode-segmentation",
]
2022-02-23 08:43:40 -06:00
[[package]]
name = "heck"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
[[package]]
name = "hermit-abi"
2021-08-15 15:07:44 -05:00
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-15 15:07:44 -05:00
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
dependencies = [
"libc",
]
[[package]]
name = "hexf-parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
[[package]]
name = "hound"
version = "3.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a164bb2ceaeff4f42542bdb847c41517c78a60f5649671b2a07312b6e117549"
2020-05-07 08:13:55 -05:00
[[package]]
name = "http"
2022-05-13 08:55:26 -05:00
version = "0.2.7"
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 = "ff8670570af52249509a86f5e3e18a08c60b177071826898fde8997cf5f6bfbb"
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-05-13 08:55:26 -05:00
version = "1.7.1"
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 = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c"
2020-05-07 08:13:55 -05:00
[[package]]
name = "httpdate"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
2020-06-06 15:00:49 -05:00
[[package]]
name = "humantime"
version = "2.1.0"
2020-06-06 15:00:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
2020-06-06 15:00:49 -05:00
2020-12-25 20:08:15 -06:00
[[package]]
name = "hyper"
version = "0.14.19"
2020-12-25 20:08:15 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42dc3c131584288d375f2d07f822b0cb012d8c6fb899a5b9fdb3cb7eb9b6004f"
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",
2020-12-25 20:08:15 -06:00
"socket2",
2021-02-03 16:03:26 -06:00
"tokio",
2020-05-07 08:13:55 -05:00
"tower-service",
"tracing",
2020-05-07 08:13:55 -05:00
"want",
]
[[package]]
name = "hyper-tls"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
dependencies = [
2021-02-03 16:03:26 -06:00
"bytes",
"hyper",
"native-tls",
2021-02-03 16:03:26 -06:00
"tokio",
"tokio-native-tls",
]
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.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
dependencies = [
"matches",
"unicode-bidi",
"unicode-normalization",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "indexmap"
version = "1.8.2"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6012d540c5baa3589337a98ce73408de9b5a25ec9fc2c6fd6be8f0d39e0ca5a"
2020-05-07 08:13:55 -05:00
dependencies = [
2020-11-03 07:47:02 -06:00
"autocfg",
2022-01-27 14:51:41 -06:00
"hashbrown 0.11.2",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "inplace_it"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90953f308a79fe6d62a4643e51f848fbfddcd05975a38e69fdf4ab86a7baf7ca"
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 = [
"cfg-if 1.0.0",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "intl-memoizer"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c310433e4a310918d6ed9243542a6b83ec1183df95dff8f23f87bb88a264a66f"
dependencies = [
"type-map",
"unic-langid",
]
[[package]]
name = "intl_pluralrules"
version = "7.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b18f988384267d7066cc2be425e6faf352900652c046b6971d2e228d3b1c5ecf"
dependencies = [
"tinystr",
"unic-langid",
2020-10-26 16:48:04 -05:00
]
2020-11-06 08:21:10 -06:00
[[package]]
name = "ipnet"
version = "2.5.0"
2020-11-06 08:21:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"
2020-11-06 08:21:10 -06:00
[[package]]
name = "itertools"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
dependencies = [
"either",
]
[[package]]
name = "itoa"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
2022-02-19 10:04:23 -06:00
[[package]]
name = "jack"
version = "0.9.2"
2022-02-19 10:04:23 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1c526d2fb3a79b52ba3459a9ede300393d7a9774e781576b71904fc01be2060"
2022-02-19 10:04:23 -06:00
dependencies = [
"bitflags",
"dlib",
2022-02-19 10:04:23 -06:00
"jack-sys",
"lazy_static",
"libc",
"log",
]
[[package]]
name = "jack-sys"
version = "0.3.4"
2022-02-19 10:04:23 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f9e233f62be3591634748e2a7ea1966605807e50f2687dd8d4a6b42ae894cd4"
2022-02-19 10:04:23 -06:00
dependencies = [
"dlib",
"dlopen",
2022-02-19 10:04:23 -06:00
"lazy_static",
"libc",
"libloading",
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-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.24"
2020-06-06 15:00:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
2020-06-06 15:00:49 -05:00
dependencies = [
"libc",
]
[[package]]
name = "js-sys"
version = "0.3.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "671a26f820db17c2a2750743f1dd03bafd15b98c9f30c7c2628c024c05d73397"
dependencies = [
"wasm-bindgen",
]
2021-10-25 17:48:47 -05:00
[[package]]
name = "keyboard-types"
version = "0.5.0"
2021-10-25 17:48:47 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a989afac88279b0482f402d234b5fbd405bf1ad051308595b58de4e6de22346b"
2021-10-25 17:48:47 -05:00
dependencies = [
"bitflags",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "khronos-egl"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c2352bd1d0bceb871cb9d40f24360c8133c11d7486b68b5381c1dd1a32015e3"
dependencies = [
"libc",
"libloading",
]
[[package]]
name = "kurbo"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16cb54cd28cb3d2e964d9444ca185676a94fd9b7cce5f02b22c717947ed8e9a2"
dependencies = [
2021-08-15 16:07:31 -05:00
"arrayvec 0.5.2",
]
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.126"
2022-02-19 10:04:23 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
2022-02-19 10:04:23 -06:00
[[package]]
name = "libloading"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
dependencies = [
"cfg-if 1.0.0",
"winapi",
]
2020-10-26 16:48:04 -05:00
[[package]]
name = "lock_api"
version = "0.4.7"
2020-10-26 16:48:04 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
2020-10-26 16:48:04 -05:00
dependencies = [
"autocfg",
2020-10-26 16:48:04 -05:00
"scopeguard",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "log"
2022-05-13 08:55:26 -05:00
version = "0.4.17"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 08:55:26 -05:00
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
2020-05-07 08:13:55 -05:00
dependencies = [
"cfg-if 1.0.0",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "mach"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
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 = "matches"
2021-08-15 15:07:44 -05:00
version = "0.1.9"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-15 15:07:44 -05:00
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
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.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-25 17:48:47 -05:00
checksum = "00b6c2ebff6180198788f5db08d7ce3bc1d0b617176678831a7510825973e357"
dependencies = [
"libc",
]
[[package]]
name = "memoffset"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
dependencies = [
2020-11-03 07:47:02 -06:00
"autocfg",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "metal"
version = "0.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0514f491f4cc03632ab399ee01e2c1c1b12d3e1cf2d667c1ff5f87d6dcd2084"
dependencies = [
"bitflags",
"block",
"core-graphics-types",
"foreign-types",
"log",
"objc",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "mime"
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
[[package]]
name = "minimp3"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "985438f75febf74c392071a975a29641b420dd84431135a6e6db721de4b74372"
dependencies = [
"minimp3-sys",
"slice-deque",
"thiserror",
]
[[package]]
name = "minimp3-sys"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e21c73734c69dc95696c9ed8926a2b393171d98b3f5f5935686a26a487ab9b90"
dependencies = [
"cc",
]
[[package]]
name = "miniz_oxide"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2b29bd4bc3f33391105ebee3589c19197c4271e3e5a9ec9bfe8127eeff8f082"
dependencies = [
"adler",
]
[[package]]
name = "mio"
2022-05-13 08:55:26 -05:00
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 08:55:26 -05:00
checksum = "713d550d9b44d89174e066b7a6217ae06234c10cb47819a88290d2b353c31799"
dependencies = [
"libc",
"log",
2022-03-13 06:15:17 -05:00
"wasi 0.11.0+wasi-snapshot-preview1",
2022-05-13 08:55:26 -05:00
"windows-sys",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "msgbox"
2022-02-23 08:43:40 -06:00
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-23 08:43:40 -06:00
checksum = "5c50ad84d85f9deb59cf8bee0cd5a274504a4247f446ce089fdf8475d77fe605"
2020-05-07 08:13:55 -05:00
dependencies = [
"cocoa",
2022-05-13 08:55:26 -05:00
"glib 0.15.11",
"gtk 0.15.5",
2020-05-07 08:13:55 -05:00
"objc",
2020-10-13 12:12:47 -05:00
"thiserror",
"winapi",
]
[[package]]
name = "naga"
2022-01-27 14:51:41 -06:00
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-27 14:51:41 -06:00
checksum = "3012f2dbcc79e8e0b5825a4836a7106a75dd9b2fe42c528163be0f572538c705"
dependencies = [
"bit-set",
"bitflags",
"codespan-reporting",
"hexf-parse",
"indexmap",
"log",
"num-traits",
"rustc-hash",
"spirv",
"thiserror",
]
2020-11-06 08:21:10 -06:00
[[package]]
name = "native-tls"
version = "0.2.10"
2020-11-06 08:21:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd7e2f3618557f980e0b17e8856252eee3c97fa12c54dff0ca290fb6266ca4a9"
2020-11-06 08:21:10 -06:00
dependencies = [
"lazy_static",
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
]
[[package]]
name = "ndk"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96d868f654c72e75f8687572699cdabe755f03effbb62542768e995d5b8d699d"
dependencies = [
"bitflags",
"jni-sys",
"ndk-sys 0.2.2",
"num_enum",
"thiserror",
]
2021-08-31 05:39:32 -05:00
[[package]]
name = "ndk"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2032c77e030ddee34a6787a64166008da93f6a352b629261d0fee232b8742dd4"
dependencies = [
"bitflags",
"jni-sys",
"ndk-sys 0.3.0",
"num_enum",
"thiserror",
]
[[package]]
name = "ndk-context"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
2021-09-20 06:46:12 -05:00
[[package]]
name = "ndk-glue"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c71bee8ea72d685477e28bd004cfe1bf99c754d688cd78cad139eae4089484d4"
2021-09-20 06:46:12 -05:00
dependencies = [
"lazy_static",
"libc",
"log",
"ndk 0.5.0",
"ndk-context",
"ndk-macro",
"ndk-sys 0.2.2",
]
[[package]]
name = "ndk-glue"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d0c4a7b83860226e6b4183edac21851f05d5a51756e97a1144b7f5a6b63e65f"
dependencies = [
"lazy_static",
"libc",
"log",
"ndk 0.6.0",
"ndk-context",
2022-01-04 18:28:56 -06:00
"ndk-macro",
"ndk-sys 0.3.0",
2021-09-20 06:46:12 -05:00
]
[[package]]
name = "ndk-macro"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0df7ac00c4672f9d5aece54ee3347520b7e20f158656c7db2e6de01902eb7a6c"
2021-09-20 06:46:12 -05:00
dependencies = [
2022-01-04 18:28:56 -06:00
"darling",
2022-02-25 12:14:25 -06:00
"proc-macro-crate 1.1.3",
"proc-macro2 1.0.39",
"quote 1.0.18",
"syn 1.0.95",
2021-09-20 06:46:12 -05:00
]
[[package]]
name = "ndk-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1bcdd74c20ad5d95aacd60ef9ba40fdf77f767051040541df557b7a9b2a2121"
2021-08-31 05:39:32 -05:00
[[package]]
name = "ndk-sys"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e5a6ae77c8ee183dcbbba6150e2e6b9f3f4196a7666c02a715a95692ec1fa97"
dependencies = [
"jni-sys",
]
[[package]]
name = "nix"
2022-01-27 14:51:41 -06:00
version = "0.22.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-27 14:51:41 -06:00
checksum = "e4916f159ed8e5de0082076562152a76b7a1f64a01fd9d1e0fea002c37624faf"
dependencies = [
"bitflags",
"cc",
"cfg-if 1.0.0",
"libc",
"memoffset",
]
2021-10-25 17:48:47 -05:00
[[package]]
name = "nix"
version = "0.23.1"
2021-10-25 17:48:47 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f866317acbd3a240710c63f065ffb1e4fd466259045ccb504130b7f668f35c6"
2021-10-25 17:48:47 -05:00
dependencies = [
"bitflags",
"cc",
"cfg-if 1.0.0",
"libc",
"memoffset",
]
[[package]]
name = "no-std-compat"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c"
dependencies = [
"hashbrown 0.8.2",
]
[[package]]
name = "nom"
version = "7.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
dependencies = [
"memchr",
"minimal-lexical",
]
[[package]]
name = "nonzero_ext"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44a1290799eababa63ea60af0cbc3f03363e328e58f32fb0294798ed3e85f444"
[[package]]
name = "nonzero_ext"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21"
[[package]]
name = "ntapi"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
dependencies = [
"winapi",
]
[[package]]
name = "num-derive"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
dependencies = [
"proc-macro2 1.0.39",
"quote 1.0.18",
"syn 1.0.95",
]
[[package]]
name = "num-integer"
2022-05-13 08:55:26 -05:00
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 08:55:26 -05:00
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
dependencies = [
2020-11-03 07:47:02 -06:00
"autocfg",
"num-traits",
]
[[package]]
name = "num-traits"
2022-05-13 08:55:26 -05:00
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 08:55:26 -05:00
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
dependencies = [
2020-11-03 07:47:02 -06:00
"autocfg",
]
[[package]]
name = "num_cpus"
version = "1.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
dependencies = [
"hermit-abi",
"libc",
2021-03-16 17:56:15 -05:00
]
[[package]]
name = "num_enum"
2022-03-05 14:22:14 -06:00
version = "0.5.7"
2021-03-16 17:56:15 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-05 14:22:14 -06:00
checksum = "cf5395665662ef45796a4ff5486c5d41d29e0c09640af4c5f17fd94ee2c119c9"
2021-03-16 17:56:15 -05:00
dependencies = [
"num_enum_derive",
]
2021-03-16 17:56:15 -05:00
[[package]]
name = "num_enum_derive"
2022-03-05 14:22:14 -06:00
version = "0.5.7"
2021-03-16 17:56:15 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-05 14:22:14 -06:00
checksum = "3b0498641e53dd6ac1a4f22547548caa6864cc4933784319cd1775271c5a46ce"
2021-03-16 17:56:15 -05:00
dependencies = [
2022-02-25 12:14:25 -06:00
"proc-macro-crate 1.1.3",
"proc-macro2 1.0.39",
"quote 1.0.18",
"syn 1.0.95",
2021-03-16 17:56:15 -05:00
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "objc"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
dependencies = [
"malloc_buf",
"objc_exception",
]
[[package]]
name = "objc_exception"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
dependencies = [
"cc",
]
[[package]]
name = "object"
2022-05-13 08:55:26 -05:00
version = "0.28.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 08:55:26 -05:00
checksum = "e42c982f2d955fac81dd7e1d0e1426a7d702acd9c98d19ab01083a6a0328c424"
2021-09-07 15:55:21 -05:00
dependencies = [
"memchr",
]
[[package]]
name = "oboe"
2022-05-13 08:55:26 -05:00
version = "0.4.6"
2022-02-01 19:30:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 08:55:26 -05:00
checksum = "27f63c358b4fa0fbcfefd7c8be5cfc39c08ce2389f5325687e7762a48d30a5c1"
dependencies = [
"jni",
"ndk 0.6.0",
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"
2022-02-01 19:30:10 -06:00
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3370abb7372ed744232c12954d920d1a40f1c4686de9e79e800021ef492294bd"
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"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225"
2020-11-06 08:21:10 -06:00
[[package]]
name = "openssl"
2022-05-13 08:55:26 -05:00
version = "0.10.40"
2020-11-06 08:21:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 08:55:26 -05:00
checksum = "fb81a6430ac911acb25fe5ac8f1d2af1b4ea8a4fdfda0f1ee4292af2e2d8eb0e"
2020-11-06 08:21:10 -06:00
dependencies = [
"bitflags",
2020-12-10 17:37:42 -06:00
"cfg-if 1.0.0",
2020-11-06 08:21:10 -06:00
"foreign-types",
"libc",
"once_cell",
2022-05-13 08:55:26 -05:00
"openssl-macros",
2020-11-06 08:21:10 -06:00
"openssl-sys",
]
2022-05-13 08:55:26 -05:00
[[package]]
name = "openssl-macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
dependencies = [
"proc-macro2 1.0.39",
"quote 1.0.18",
"syn 1.0.95",
2022-05-13 08:55:26 -05:00
]
2020-11-06 08:21:10 -06:00
[[package]]
name = "openssl-probe"
version = "0.1.5"
2020-11-06 08:21:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
2020-11-06 08:21:10 -06:00
[[package]]
name = "openssl-sys"
2022-05-13 08:55:26 -05:00
version = "0.9.73"
2020-11-06 08:21:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 08:55:26 -05:00
checksum = "9d5fd19fb3e0a8191c1e34935718976a3e70c112ab9a24af6d7cadccd9d90bc0"
2020-11-06 08:21:10 -06:00
dependencies = [
"autocfg",
"cc",
"libc",
"pkg-config",
"vcpkg",
]
[[package]]
2021-10-25 17:48:47 -05:00
name = "os_str_bytes"
version = "6.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21326818e99cfe6ce1e524c2a805c189a99b5ae555a35d19f9a284b427d86afa"
2022-02-25 12:14:25 -06:00
dependencies = [
"memchr",
]
[[package]]
name = "owned_ttf_parser"
2022-02-25 15:26:58 -06:00
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-25 15:26:58 -06:00
checksum = "4fb1e509cfe7a12db2a90bfa057dfcdbc55a347f5da677c506b53dd099cfec9d"
dependencies = [
"ttf-parser",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "pango"
version = "0.9.1"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9937068580bebd8ced19975938573803273ccbcbd598c58d4906efd4ac87c438"
2020-05-07 08:13:55 -05:00
dependencies = [
"bitflags",
2022-02-23 08:43:40 -06:00
"glib 0.10.3",
"glib-sys 0.10.1",
"gobject-sys 0.10.0",
"libc",
"once_cell",
"pango-sys 0.10.0",
]
[[package]]
name = "pango"
version = "0.15.10"
2022-02-23 08:43:40 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22e4045548659aee5313bde6c582b0d83a627b7904dd20dc2d9ef0895d414e4f"
2022-02-23 08:43:40 -06:00
dependencies = [
"bitflags",
2022-05-13 08:55:26 -05:00
"glib 0.15.11",
2020-05-07 08:13:55 -05:00
"libc",
"once_cell",
"pango-sys 0.15.10",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "pango-sys"
version = "0.10.0"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24d2650c8b62d116c020abd0cea26a4ed96526afda89b1c4ea567131fdefc890"
2020-05-07 08:13:55 -05:00
dependencies = [
2022-02-23 08:43:40 -06:00
"glib-sys 0.10.1",
"gobject-sys 0.10.0",
"libc",
"system-deps 1.3.2",
]
[[package]]
name = "pango-sys"
version = "0.15.10"
2022-02-23 08:43:40 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2a00081cde4661982ed91d80ef437c20eacaf6aa1a5962c0279ae194662c3aa"
2022-02-23 08:43:40 -06:00
dependencies = [
"glib-sys 0.15.10",
"gobject-sys 0.15.10",
2020-05-07 08:13:55 -05:00
"libc",
2022-02-23 08:43:40 -06:00
"system-deps 6.0.2",
2020-05-07 08:13:55 -05:00
]
2020-10-26 16:48:04 -05:00
[[package]]
name = "parking_lot"
version = "0.11.2"
2020-10-26 16:48:04 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
2020-10-26 16:48:04 -05:00
dependencies = [
"instant",
"lock_api",
2022-02-01 19:30:10 -06:00
"parking_lot_core 0.8.5",
]
[[package]]
name = "parking_lot"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"
dependencies = [
"lock_api",
2022-05-13 08:55:26 -05:00
"parking_lot_core 0.9.3",
2020-10-26 16:48:04 -05:00
]
[[package]]
name = "parking_lot_core"
version = "0.8.5"
2020-10-26 16:48:04 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
2020-10-26 16:48:04 -05:00
dependencies = [
"cfg-if 1.0.0",
2020-10-26 16:48:04 -05:00
"instant",
"libc",
"redox_syscall",
2020-10-26 16:48:04 -05:00
"smallvec",
"winapi",
2020-10-26 16:48:04 -05:00
]
[[package]]
2022-02-01 19:30:10 -06:00
name = "parking_lot_core"
2022-05-13 08:55:26 -05:00
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 08:55:26 -05:00
checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
dependencies = [
2022-02-01 19:30:10 -06:00
"cfg-if 1.0.0",
"libc",
"redox_syscall",
"smallvec",
"windows-sys",
]
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.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
2022-02-23 08:43:40 -06:00
[[package]]
name = "pest"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
dependencies = [
"ucd-trie",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "pico-args"
2021-08-15 15:07:44 -05:00
version = "0.4.2"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-15 15:07:44 -05:00
checksum = "db8bcd96cb740d03149cbad5518db9fd87126a10ab519c011893b1754134c468"
2020-05-07 08:13:55 -05:00
[[package]]
name = "piet"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb9f6fc8efb51e16882094fbfcd4b931f59773be4176f2512c6248e081a1b41f"
dependencies = [
2021-10-25 17:48:47 -05:00
"kurbo",
"unic-bidi",
]
[[package]]
name = "piet-cairo"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91834682e7b19ae26cebc0f3ad83a36d4ae2e4f95b85f2c93a34873f38319d29"
dependencies = [
2022-02-23 08:43:40 -06:00
"cairo-rs 0.9.1",
"piet",
"unicode-segmentation",
"xi-unicode 0.2.1",
]
[[package]]
name = "piet-common"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77cbcec97e9c07c2a95bfa0d6c475fe2e22ae436e5209f9b7e03685c472c3976"
dependencies = [
2022-02-23 08:43:40 -06:00
"cairo-rs 0.9.1",
"cairo-sys-rs 0.10.0",
"cfg-if 1.0.0",
"core-graphics 0.22.3",
"piet",
"piet-cairo",
"piet-coregraphics",
"piet-direct2d",
"piet-web",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "piet-coregraphics"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5af1ce12cf0a1dc7f894f6f90ba62467d685a39b7f1d235516c8688f98e92d18"
dependencies = [
"core-foundation 0.9.3",
"core-foundation-sys 0.8.3",
"core-graphics 0.22.3",
"core-text",
"foreign-types",
"piet",
]
[[package]]
name = "piet-direct2d"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "019643fceb3667f79d1ed38101218cbabbfeb55c95f1a918b678e32042928418"
dependencies = [
"associative-cache",
"dwrote",
"piet",
"utf16_lit",
"winapi",
"wio",
]
[[package]]
name = "piet-web"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "051dd0e8856c9837af0204f72b11636c8afba271a458eb877c887580208fa0ab"
dependencies = [
"js-sys",
"piet",
"unicode-segmentation",
"wasm-bindgen",
"web-sys",
"xi-unicode 0.3.0",
]
[[package]]
name = "pin-project-lite"
2022-05-13 08:55:26 -05:00
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 08:55:26 -05:00
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
2020-05-07 08:13:55 -05:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pkg-config"
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
2020-05-07 08:13:55 -05:00
[[package]]
name = "ppv-lite86"
2022-01-04 18:28:56 -06:00
version = "0.2.16"
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 = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
2020-05-07 08:13:55 -05:00
[[package]]
name = "proc-macro-crate"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
dependencies = [
"toml",
]
2021-08-15 15:07:44 -05:00
[[package]]
name = "proc-macro-crate"
2022-02-25 12:14:25 -06:00
version = "1.1.3"
2021-08-15 15:07:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-25 12:14:25 -06:00
checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"
2021-08-15 15:07:44 -05:00
dependencies = [
"thiserror",
"toml",
]
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
"proc-macro2 1.0.39",
"quote 1.0.18",
"syn 1.0.95",
2020-11-03 07:47:02 -06:00
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
"proc-macro2 1.0.39",
"quote 1.0.18",
2020-11-03 07:47:02 -06:00
"version_check",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "proc-macro-hack"
version = "0.5.19"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
2020-05-07 08:13:55 -05:00
[[package]]
name = "proc-macro2"
version = "0.4.30"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
2020-05-07 08:13:55 -05:00
dependencies = [
"unicode-xid",
]
[[package]]
name = "proc-macro2"
version = "1.0.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f"
dependencies = [
"unicode-ident",
]
[[package]]
name = "profiling"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f61dcf0b917cd75d4521d7343d1ffff3d1583054133c9b5cbea3375c703c40d"
[[package]]
name = "quanta"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d98dc777a7a39b76b1a26ae9d3f691f4c1bc0455090aa0b64dfa8cb7fc34c135"
dependencies = [
"libc",
"winapi",
]
[[package]]
name = "quote"
version = "0.6.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
dependencies = [
"proc-macro2 0.4.30",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "quote"
version = "1.0.18"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
2020-05-07 08:13:55 -05:00
dependencies = [
"proc-macro2 1.0.39",
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"
2021-08-15 15:07:44 -05:00
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-15 15:07:44 -05:00
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
dependencies = [
"getrandom",
]
2020-10-26 16:48:04 -05:00
[[package]]
name = "range-alloc"
version = "0.1.2"
2020-10-26 16:48:04 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63e935c45e09cc6dcf00d2f0b2d630a58f4095320223d47fc68918722f0538b6"
2020-10-26 16:48:04 -05:00
2021-12-04 04:02:15 -06:00
[[package]]
name = "raw-window-handle"
version = "0.4.3"
2021-12-04 04:02:15 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b800beb9b6e7d2df1fe337c9e3d04e3af22a124460fb4c30fcc22c9117cefb41"
2021-12-04 04:02:15 -06:00
dependencies = [
"cty",
2020-10-26 16:48:04 -05:00
]
[[package]]
name = "rayon"
version = "1.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
dependencies = [
2020-11-03 07:47:02 -06:00
"autocfg",
"crossbeam-deque",
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
version = "1.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"
dependencies = [
2020-11-25 10:16:44 -06:00
"crossbeam-channel",
"crossbeam-deque",
2020-11-25 10:16:44 -06:00
"crossbeam-utils",
"num_cpus",
]
[[package]]
name = "redox_syscall"
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
dependencies = [
"bitflags",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "redox_users"
version = "0.4.3"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
2020-05-07 08:13:55 -05:00
dependencies = [
"getrandom",
"redox_syscall",
"thiserror",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "regex"
version = "1.5.6"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1"
2020-05-07 08:13:55 -05:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
version = "0.6.26"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64"
2020-05-07 08:13:55 -05:00
[[package]]
name = "remove_dir_all"
2020-06-16 09:41:01 -05:00
version = "0.5.3"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-16 09:41:01 -05:00
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
2020-05-07 08:13:55 -05:00
dependencies = [
"winapi",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "renderdoc-sys"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1382d1f0a252c4bf97dc20d979a2fdd05b024acd7c2ed0f7595d7817666a157"
[[package]]
name = "rental"
2021-05-02 05:50:32 -05:00
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-02 05:50:32 -05:00
checksum = "cc89fe2acac36d212474d138aaf939c04a82df5b61d07011571ebce5aef81f2e"
dependencies = [
"rental-impl",
"stable_deref_trait",
]
[[package]]
name = "rental-impl"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "475e68978dc5b743f2f40d8e0a8fdc83f1c5e78cbf4b8fa5e74e73beebc340de"
dependencies = [
"proc-macro2 1.0.39",
"quote 1.0.18",
"syn 1.0.95",
]
[[package]]
name = "reqwest"
version = "0.11.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46a1f7aa4f35e5e8b4160449f51afc758f0ce6454315a9fa7d0d113e958c41eb"
dependencies = [
"base64",
2021-02-03 16:03:26 -06:00
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
"h2",
"http",
2021-02-03 16:03:26 -06:00
"http-body",
"hyper",
"hyper-tls",
"ipnet",
"js-sys",
"lazy_static",
"log",
"mime",
"native-tls",
"percent-encoding",
2021-02-03 16:03:26 -06:00
"pin-project-lite",
"serde",
"serde_json",
"serde_urlencoded",
2021-02-03 16:03:26 -06:00
"tokio",
"tokio-native-tls",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
2022-03-13 08:02:06 -05:00
"winreg",
]
2021-10-24 18:24:07 -05:00
[[package]]
name = "rhai"
2022-05-13 08:55:26 -05:00
version = "1.7.0"
2021-10-24 18:24:07 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 08:55:26 -05:00
checksum = "9f06953bb8b9e4307cb7ccc0d9d018e2ddd25a30d32831f631ce4fe8f17671f7"
2021-10-24 18:24:07 -05:00
dependencies = [
"ahash 0.7.6",
"bitflags",
2021-10-24 18:24:07 -05:00
"instant",
"num-traits",
"rhai_codegen",
"serde",
"smallvec",
"smartstring",
2021-10-24 18:24:07 -05:00
]
[[package]]
name = "rhai_codegen"
version = "1.4.0"
2021-10-24 18:24:07 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "faa0ff1c9dc19c9f8bba510a2a75d3f0449f6233570c2672c7e31c692a11a59a"
2021-10-24 18:24:07 -05:00
dependencies = [
"proc-macro2 1.0.39",
"quote 1.0.18",
"syn 1.0.95",
2021-10-24 18:24:07 -05:00
]
[[package]]
name = "ring"
version = "0.16.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
dependencies = [
"cc",
"libc",
"once_cell",
"spin",
"untrusted",
"web-sys",
"winapi",
2020-11-30 04:51:44 -06:00
]
[[package]]
name = "rodio"
2022-02-01 19:30:10 -06:00
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 19:30:10 -06:00
checksum = "ec0939e9f626e6c6f1989adb6226a039c855ca483053f0ee7c98b90e41cf731e"
dependencies = [
"claxon",
"cpal",
"hound",
"lewton",
"minimp3",
]
[[package]]
name = "runas"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a620b0994a180cdfa25c0439e6d58c0628272571501880d626ffff58e96a0799"
dependencies = [
"cc",
"which 3.1.1",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "rustc-demangle"
version = "0.1.21"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
2020-05-07 08:13:55 -05:00
2020-06-06 15:00:49 -05:00
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
dependencies = [
"semver 0.9.0",
]
2022-02-23 08:43:40 -06:00
[[package]]
name = "rustc_version"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"
dependencies = [
"semver 0.11.0",
]
[[package]]
name = "rustls"
version = "0.20.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033"
dependencies = [
"log",
"ring",
"sct",
"webpki",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "ryu"
version = "1.0.10"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"
2020-05-07 08:13:55 -05:00
2020-05-25 08:29:58 -05:00
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
2020-11-06 08:21:10 -06:00
[[package]]
name = "schannel"
version = "0.1.20"
2020-11-06 08:21:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"
2020-11-06 08:21:10 -06:00
dependencies = [
"lazy_static",
"windows-sys",
2020-11-06 08:21:10 -06:00
]
[[package]]
name = "scoped-tls"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
[[package]]
name = "sct"
2021-10-25 17:48:47 -05:00
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-25 17:48:47 -05:00
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
dependencies = [
"ring",
"untrusted",
]
2020-11-06 08:21:10 -06:00
[[package]]
name = "security-framework"
version = "2.6.1"
2020-11-06 08:21:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"
2020-11-06 08:21:10 -06:00
dependencies = [
"bitflags",
"core-foundation 0.9.3",
"core-foundation-sys 0.8.3",
2020-11-06 08:21:10 -06:00
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
version = "2.6.1"
2020-11-06 08:21:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
2020-11-06 08:21:10 -06:00
dependencies = [
"core-foundation-sys 0.8.3",
2020-11-06 08:21:10 -06:00
"libc",
]
[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
dependencies = [
2022-02-23 08:43:40 -06:00
"semver-parser 0.7.0",
]
[[package]]
name = "semver"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
dependencies = [
"semver-parser 0.10.2",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "semver"
2022-05-13 08:55:26 -05:00
version = "1.0.9"
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 = "8cb243bdfdb5936c8dc3c45762a19d12ab4550cdc753bc247637d4ec35a040fd"
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 = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
2022-02-23 08:43:40 -06:00
[[package]]
name = "semver-parser"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
dependencies = [
"pest",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "serde"
2022-05-13 08:55:26 -05:00
version = "1.0.137"
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 = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"
2020-05-07 08:13:55 -05:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2022-05-13 08:55:26 -05:00
version = "1.0.137"
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 = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be"
2020-05-07 08:13:55 -05:00
dependencies = [
"proc-macro2 1.0.39",
"quote 1.0.18",
"syn 1.0.95",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "serde_json"
2022-05-13 08:55:26 -05:00
version = "1.0.81"
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 = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"
2020-05-07 08:13:55 -05:00
dependencies = [
"itoa",
2020-05-07 08:13:55 -05:00
"ryu",
"serde",
]
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"
2022-03-21 12:32:06 -05:00
version = "0.0.1+alvr"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e267a118cd91161119fc9ca412eae774e11c7bb2dcaa3919859cd3b9128a67e0"
2020-05-07 08:13:55 -05:00
dependencies = [
"serde",
"serde_json",
"settings-schema-derive",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "settings-schema-derive"
2022-03-21 12:32:06 -05:00
version = "0.0.1+alvr"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c080ef3d9fdfb970e57e24c7f288e19be81b010dc7153e913819e5bf6498a7c"
dependencies = [
2022-02-23 08:43:40 -06:00
"heck 0.3.3",
"proc-macro2 1.0.39",
"quote 1.0.18",
"syn 1.0.95",
]
[[package]]
name = "sha-1"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f"
dependencies = [
"cfg-if 1.0.0",
"cpufeatures",
2022-02-23 08:43:40 -06:00
"digest",
]
[[package]]
name = "sha1"
2022-01-27 14:51:41 -06:00
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-27 14:51:41 -06:00
checksum = "c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770"
dependencies = [
"sha1_smol",
]
[[package]]
name = "sha1_smol"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
2021-04-06 06:52:24 -05:00
[[package]]
name = "shlex"
version = "1.1.0"
2021-04-06 06:52:24 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
2021-04-06 06:52:24 -05:00
[[package]]
name = "signal-hook-registry"
2021-08-15 15:07:44 -05:00
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-15 15:07:44 -05:00
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
dependencies = [
"libc",
]
[[package]]
name = "simple_logger"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45b60258a35dc3cb8a16890b8fd6723349bfa458d7960e25e633f1b1c19d7b5e"
dependencies = [
"atty",
"log",
"winapi",
]
[[package]]
name = "single-instance"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4637485391f8545c9d3dbf60f9d9aab27a90c789a700999677583bcb17c8795d"
dependencies = [
"libc",
"nix 0.23.1",
"thiserror",
"widestring 0.4.3",
"winapi",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "slab"
version = "0.4.6"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"
2020-05-07 08:13:55 -05:00
[[package]]
name = "slice-deque"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31ef6ee280cdefba6d2d0b4b78a84a1c1a3f3a4cec98c2d4231c8bc225de0f25"
dependencies = [
"libc",
"mach",
"winapi",
]
[[package]]
name = "slotmap"
2021-08-31 05:39:32 -05:00
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 05:39:32 -05:00
checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"
2021-08-15 16:07:31 -05:00
dependencies = [
"version_check",
]
2020-10-26 16:48:04 -05:00
[[package]]
name = "smallvec"
version = "1.8.0"
2020-10-26 16:48:04 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
2020-10-26 16:48:04 -05:00
[[package]]
name = "smartstring"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fb72c633efbaa2dd666986505016c32c3044395ceaf881518399d2f4127ee29"
dependencies = [
"autocfg",
"static_assertions",
"version_check",
]
[[package]]
name = "smithay-client-toolkit"
version = "0.15.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a28f16a97fa0e8ce563b2774d1e732dd5d4025d2772c5dba0a41a0f90a29da3"
dependencies = [
"bitflags",
"calloop",
"dlib",
"lazy_static",
"log",
"memmap2",
2022-01-27 14:51:41 -06:00
"nix 0.22.3",
2021-10-25 17:48:47 -05:00
"pkg-config",
"wayland-client",
"wayland-cursor",
"wayland-protocols",
]
[[package]]
name = "socket2"
2022-01-27 14:51:41 -06:00
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-27 14:51:41 -06:00
checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
dependencies = [
"libc",
"winapi",
]
2020-11-30 04:51:44 -06: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 = [
"bitflags",
"num-traits",
]
[[package]]
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
[[package]]
name = "standback"
2021-03-22 10:12:51 -05:00
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-22 10:12:51 -05:00
checksum = "e113fb6f3de07a243d434a56ec6f186dfd51cb08448239fe7bcae73f87ff28ff"
dependencies = [
"version_check",
]
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "stdweb"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef5430c8e36b713e13b48a9f709cc21e046723fe44ce34587b73a830203b533e"
[[package]]
name = "stdweb"
version = "0.4.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5"
dependencies = [
"discard",
2022-02-23 08:43:40 -06:00
"rustc_version 0.2.3",
"stdweb-derive",
"stdweb-internal-macros",
"stdweb-internal-runtime",
"wasm-bindgen",
]
[[package]]
name = "stdweb-derive"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef"
dependencies = [
"proc-macro2 1.0.39",
"quote 1.0.18",
"serde",
"serde_derive",
"syn 1.0.95",
]
[[package]]
name = "stdweb-internal-macros"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11"
dependencies = [
"base-x",
"proc-macro2 1.0.39",
"quote 1.0.18",
"serde",
"serde_derive",
"serde_json",
"sha1",
"syn 1.0.95",
]
[[package]]
name = "stdweb-internal-runtime"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
2020-06-06 15:00:49 -05:00
[[package]]
name = "strsim"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
2021-09-20 06:46:12 -05:00
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "strum"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57bd81eb48f4c437cadc685403cad539345bf703d78e63707418431cecd4522b"
[[package]]
name = "strum_macros"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87c85aa3f8ea653bfd3ddf25f7ee357ee4d204731f6aa9ad04002306f6e2774c"
dependencies = [
2022-02-23 08:43:40 -06:00
"heck 0.3.3",
"proc-macro2 1.0.39",
"quote 1.0.18",
"syn 1.0.95",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "syn"
version = "0.15.44"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
2020-05-07 08:13:55 -05:00
dependencies = [
"proc-macro2 0.4.30",
"quote 0.6.13",
2020-05-07 08:13:55 -05:00
"unicode-xid",
]
[[package]]
name = "syn"
version = "1.0.95"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbaf6116ab8924f39d52792136fb74fd60a80194cf1b1c6ffa6453eef1c3f942"
dependencies = [
"proc-macro2 1.0.39",
"quote 1.0.18",
"unicode-ident",
]
[[package]]
name = "sysinfo"
version = "0.23.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3977ec2e0520829be45c8a2df70db2bf364714d8a748316a10c3c35d4d2b01c9"
dependencies = [
"cfg-if 1.0.0",
"core-foundation-sys 0.8.3",
"libc",
"ntapi",
"once_cell",
"rayon",
"winapi",
]
[[package]]
name = "system-deps"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f3ecc17269a19353b3558b313bba738b25d82993e30d62a18406a24aba4649b"
dependencies = [
2022-02-23 08:43:40 -06:00
"heck 0.3.3",
"pkg-config",
2021-10-25 17:48:47 -05:00
"strum",
"strum_macros",
"thiserror",
"toml",
2022-02-23 08:43:40 -06:00
"version-compare 0.0.10",
]
[[package]]
name = "system-deps"
version = "6.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1a45a1c4c9015217e12347f2a411b57ce2c4fc543913b14b6fe40483328e709"
dependencies = [
"cfg-expr",
"heck 0.4.0",
"pkg-config",
"toml",
"version-compare 0.1.0",
]
2020-11-06 08:21:10 -06:00
[[package]]
name = "tempfile"
2022-01-08 17:35:07 -06:00
version = "3.3.0"
2020-11-06 08:21:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-08 17:35:07 -06:00
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
2020-11-06 08:21:10 -06:00
dependencies = [
"cfg-if 1.0.0",
2022-01-08 17:35:07 -06:00
"fastrand",
2020-11-06 08:21:10 -06:00
"libc",
"redox_syscall",
2020-11-06 08:21:10 -06:00
"remove_dir_all",
"winapi",
2020-11-06 08:21:10 -06:00
]
2020-06-06 15:00:49 -05:00
[[package]]
name = "termcolor"
version = "1.1.3"
2020-06-06 15:00:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
2020-06-06 15:00:49 -05:00
dependencies = [
"winapi-util",
]
[[package]]
name = "textwrap"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
dependencies = [
"unicode-width",
]
[[package]]
name = "thiserror"
2022-05-13 08:55:26 -05:00
version = "1.0.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 08:55:26 -05:00
checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2022-05-13 08:55:26 -05:00
version = "1.0.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 08:55:26 -05:00
checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"
dependencies = [
"proc-macro2 1.0.39",
"quote 1.0.18",
"syn 1.0.95",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "time"
version = "0.1.43"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
2020-05-07 08:13:55 -05:00
dependencies = [
"libc",
"winapi",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "time"
2021-08-15 15:07:44 -05:00
version = "0.2.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-15 15:07:44 -05:00
checksum = "4752a97f8eebd6854ff91f1c1824cd6160626ac4bd44287f7f4ea2035a02a242"
dependencies = [
"const_fn",
"libc",
"standback",
"stdweb 0.4.20",
"time-macros",
"version_check",
"winapi",
]
[[package]]
name = "time-macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1"
dependencies = [
"proc-macro-hack",
"time-macros-impl",
]
[[package]]
name = "time-macros-impl"
2021-08-15 15:07:44 -05:00
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-15 15:07:44 -05:00
checksum = "fd3c141a1b43194f3f56a1411225df8646c55781d5f26db825b3d98507eb482f"
dependencies = [
"proc-macro-hack",
"proc-macro2 1.0.39",
"quote 1.0.18",
"standback",
"syn 1.0.95",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "tinyfiledialogs"
version = "3.9.1"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e25fa0bc43a6566e2cc6d7ac96df3fa5a57beba34445bead1b368ba8fe9ca568"
2020-05-07 08:13:55 -05:00
dependencies = [
"cc",
"libc",
]
[[package]]
name = "tinystr"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29738eedb4388d9ea620eeab9384884fc3f06f586a2eddb56bedc5885126c7c1"
[[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"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
2020-12-25 20:08:15 -06:00
[[package]]
name = "tokio"
2022-05-13 08:55:26 -05:00
version = "1.18.2"
2020-12-25 20:08:15 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 08:55:26 -05:00
checksum = "4903bf0427cf68dddd5aa6a93220756f8be0c34fcfa9f5e6191e103e15a31395"
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
"libc",
"memchr",
2022-03-13 12:39:53 -05:00
"mio",
2020-12-25 20:08:15 -06:00
"num_cpus",
"once_cell",
2021-02-03 16:03:26 -06:00
"pin-project-lite",
2020-12-25 20:08:15 -06:00
"signal-hook-registry",
2022-02-18 15:32:22 -06:00
"socket2",
"tokio-macros",
"winapi",
]
[[package]]
name = "tokio-macros"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"
dependencies = [
"proc-macro2 1.0.39",
"quote 1.0.18",
"syn 1.0.95",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "tokio-native-tls"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
dependencies = [
"native-tls",
2021-02-03 16:03:26 -06:00
"tokio",
2020-11-06 08:21:10 -06:00
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "tokio-tungstenite"
2022-02-23 08:43:40 -06:00
version = "0.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-23 08:43:40 -06:00
checksum = "06cda1232a49558c46f8a504d5b93101d42c0bf7f911f12a105ba48168f821ae"
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",
2020-05-07 08:13:55 -05:00
"tungstenite",
]
2020-12-25 20:08:15 -06:00
[[package]]
name = "tokio-util"
version = "0.7.2"
2022-02-23 08:43:40 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f988a1a1adc2fb21f9c12aa96441da33a1728193ae0b95d2be22dbd17fcb4e5c"
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"
version = "0.5.9"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
2020-05-07 08:13:55 -05:00
dependencies = [
"serde",
]
[[package]]
name = "tower-service"
version = "0.3.1"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
2020-05-07 08:13:55 -05:00
[[package]]
name = "tracing"
version = "0.1.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09"
dependencies = [
"cfg-if 1.0.0",
2021-02-03 16:03:26 -06:00
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2022-05-13 08:55:26 -05:00
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 08:55:26 -05:00
checksum = "cc6b8ad3567499f98a1db7a752b07a7c8c7c7c34c332ec00effb2b0027974b7c"
dependencies = [
"proc-macro2 1.0.39",
"quote 1.0.18",
"syn 1.0.95",
]
[[package]]
name = "tracing-core"
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f54c8ca710e81886d498c2fd3331b56c93aa248d49de2222ad2742247c60072f"
dependencies = [
"lazy_static",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "try-lock"
version = "0.2.3"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
2020-05-07 08:13:55 -05:00
[[package]]
name = "ttf-parser"
2022-02-25 15:26:58 -06:00
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-25 15:26:58 -06:00
checksum = "c74c96594835e10fa545e2a51e8709f30b173a092bfd6036ef2cec53376244f3"
2020-05-07 08:13:55 -05:00
[[package]]
name = "tungstenite"
2022-02-23 08:43:40 -06:00
version = "0.17.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-23 08:43:40 -06:00
checksum = "d96a2dea40e7570482f28eb57afbe42d97551905da6a9400acc5c328d24004f5"
2020-05-07 08:13:55 -05:00
dependencies = [
"base64",
2020-05-07 08:13:55 -05:00
"byteorder",
2021-02-03 16:03:26 -06:00
"bytes",
2020-05-07 08:13:55 -05:00
"http",
"httparse",
2020-11-03 07:47:02 -06:00
"log",
2021-03-22 10:12:51 -05:00
"rand",
2022-02-23 08:43:40 -06:00
"sha-1",
2021-03-01 17:13:21 -06:00
"thiserror",
"url",
2020-05-07 08:13:55 -05:00
"utf-8",
]
[[package]]
name = "type-map"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6d3364c5e96cb2ad1603037ab253ddd34d7fb72a58bdddf4b7350760fc69a46"
dependencies = [
"rustc-hash",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "typenum"
2022-01-04 18:28:56 -06:00
version = "1.15.0"
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 = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
2020-05-07 08:13:55 -05:00
2022-02-23 08:43:40 -06:00
[[package]]
name = "ucd-trie"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
[[package]]
name = "unic-bidi"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1356b759fb6a82050666f11dce4b6fe3571781f1449f3ef78074e408d468ec09"
dependencies = [
"matches",
"unic-ucd-bidi",
]
[[package]]
name = "unic-char-property"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
dependencies = [
"unic-char-range",
]
[[package]]
name = "unic-char-range"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
[[package]]
name = "unic-common"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
[[package]]
name = "unic-langid"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73328fcd730a030bdb19ddf23e192187a6b01cd98be6d3140622a89129459ce5"
dependencies = [
"unic-langid-impl",
]
[[package]]
name = "unic-langid-impl"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a4a8eeaf0494862c1404c95ec2f4c33a2acff5076f64314b465e3ddae1b934d"
dependencies = [
"tinystr",
]
[[package]]
name = "unic-ucd-bidi"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1d568b51222484e1f8209ce48caa6b430bf352962b877d592c29ab31fb53d8c"
dependencies = [
"unic-char-property",
"unic-char-range",
"unic-ucd-version",
]
[[package]]
name = "unic-ucd-version"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
dependencies = [
"unic-common",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "unicode-bidi"
2022-05-13 08:55:26 -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-05-13 08:55:26 -05:00
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
2020-05-07 08:13:55 -05:00
[[package]]
name = "unicode-ident"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee"
2020-05-07 08:13:55 -05:00
[[package]]
name = "unicode-normalization"
2021-08-15 15:07:44 -05:00
version = "0.1.19"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-15 15:07:44 -05:00
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
2020-05-07 08:13:55 -05:00
dependencies = [
"tinyvec",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "unicode-segmentation"
version = "1.9.0"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
2020-05-07 08:13:55 -05:00
2020-06-06 15:00:49 -05:00
[[package]]
name = "unicode-width"
version = "0.1.9"
2020-06-06 15:00:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
2020-06-06 15:00:49 -05:00
2020-05-07 08:13:55 -05:00
[[package]]
name = "unicode-xid"
version = "0.1.0"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
2020-05-07 08:13:55 -05:00
2020-11-30 04:51:44 -06: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.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9399fa2f927a3d327187cbd201480cee55bee6ac5d3c77dd27f0c6814cff16d5"
dependencies = [
"base64",
"chunked_transfer",
"flate2",
"log",
"once_cell",
"rustls",
"url",
"webpki",
"webpki-roots",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "url"
2021-05-17 14:40:39 -05:00
version = "2.2.2"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-17 14:40:39 -05:00
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
2020-05-07 08:13:55 -05:00
dependencies = [
2020-11-07 14:16:53 -06:00
"form_urlencoded",
"idna",
2020-05-07 08:13:55 -05:00
"matches",
"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
[[package]]
name = "utf16_lit"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "403231d2fb8f0f55daf24cd03571f4fc1bb856e0fa98c1832bbae3f6ff7e7a07"
2020-11-06 08:21:10 -06:00
[[package]]
name = "vcpkg"
2021-08-15 15:07:44 -05:00
version = "0.2.15"
2020-11-06 08:21:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-15 15:07:44 -05:00
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2020-11-06 08:21:10 -06:00
2020-06-06 15:00:49 -05:00
[[package]]
name = "vec_map"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
[[package]]
name = "version-compare"
version = "0.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d63556a25bae6ea31b52e640d7c41d1ab27faba4ccb600013837a3d0b3994ca1"
2022-02-23 08:43:40 -06:00
[[package]]
name = "version-compare"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe88247b92c1df6b6de80ddc290f3976dbdf2f5f5d3fd049a9fb598c6dd5ca73"
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
2020-05-25 08:29:58 -05:00
[[package]]
name = "walkdir"
2021-03-22 10:12:51 -05:00
version = "2.3.2"
2020-05-25 08:29:58 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-22 10:12:51 -05:00
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
2020-05-25 08:29:58 -05:00
dependencies = [
"same-file",
"winapi",
2020-05-25 08:29:58 -05:00
"winapi-util",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "want"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
dependencies = [
2020-11-03 07:47:02 -06:00
"log",
2020-05-07 08:13:55 -05:00
"try-lock",
]
[[package]]
name = "wasi"
version = "0.10.2+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
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.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad"
dependencies = [
2020-11-30 14:09:31 -06:00
"cfg-if 1.0.0",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4"
dependencies = [
2022-02-01 19:30:10 -06:00
"bumpalo",
"lazy_static",
2020-11-03 07:47:02 -06:00
"log",
"proc-macro2 1.0.39",
"quote 1.0.18",
"syn 1.0.95",
"wasm-bindgen-shared",
]
2020-11-06 08:21:10 -06:00
[[package]]
name = "wasm-bindgen-futures"
version = "0.4.30"
2020-11-06 08:21:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f741de44b75e14c35df886aff5f1eb73aa114fa5d4d00dcd37b5e01259bf3b2"
2020-11-06 08:21:10 -06:00
dependencies = [
2020-11-30 14:09:31 -06:00
"cfg-if 1.0.0",
2020-11-06 08:21:10 -06:00
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5"
dependencies = [
"quote 1.0.18",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b"
dependencies = [
"proc-macro2 1.0.39",
"quote 1.0.18",
"syn 1.0.95",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744"
2021-10-25 17:48:47 -05:00
[[package]]
name = "wayland-client"
version = "0.29.4"
2021-10-25 17:48:47 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91223460e73257f697d9e23d401279123d36039a3f7a449e983f123292d4458f"
2021-10-25 17:48:47 -05:00
dependencies = [
"bitflags",
"downcast-rs",
"libc",
2022-01-27 14:51:41 -06:00
"nix 0.22.3",
2021-10-25 17:48:47 -05:00
"scoped-tls",
"wayland-commons",
"wayland-scanner",
"wayland-sys",
2021-10-25 17:48:47 -05:00
]
[[package]]
name = "wayland-commons"
version = "0.29.4"
2021-10-25 17:48:47 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94f6e5e340d7c13490eca867898c4cec5af56c27a5ffe5c80c6fc4708e22d33e"
2021-10-25 17:48:47 -05:00
dependencies = [
2022-01-27 14:51:41 -06:00
"nix 0.22.3",
2021-10-25 17:48:47 -05:00
"once_cell",
"smallvec",
"wayland-sys",
2021-10-25 17:48:47 -05:00
]
[[package]]
name = "wayland-cursor"
version = "0.29.4"
2021-10-25 17:48:47 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c52758f13d5e7861fc83d942d3d99bf270c83269575e52ac29e5b73cb956a6bd"
2021-10-25 17:48:47 -05:00
dependencies = [
2022-01-27 14:51:41 -06:00
"nix 0.22.3",
"wayland-client",
"xcursor",
]
2021-10-25 17:48:47 -05:00
[[package]]
name = "wayland-protocols"
version = "0.29.4"
2021-10-25 17:48:47 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60147ae23303402e41fe034f74fb2c35ad0780ee88a1c40ac09a3be1e7465741"
2021-10-25 17:48:47 -05:00
dependencies = [
"bitflags",
"wayland-client",
"wayland-commons",
"wayland-scanner",
]
2021-10-25 17:48:47 -05:00
[[package]]
name = "wayland-scanner"
version = "0.29.4"
2021-10-25 17:48:47 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39a1ed3143f7a143187156a2ab52742e89dac33245ba505c17224df48939f9e0"
2021-10-25 17:48:47 -05:00
dependencies = [
"proc-macro2 1.0.39",
"quote 1.0.18",
2021-10-25 17:48:47 -05:00
"xml-rs",
]
[[package]]
2021-10-25 17:48:47 -05:00
name = "wayland-sys"
version = "0.29.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9341df79a8975679188e37dab3889bfa57c44ac2cb6da166f519a81cbe452d4"
2021-10-25 17:48:47 -05:00
dependencies = [
"dlib",
2021-10-25 17:48:47 -05:00
"lazy_static",
"pkg-config",
]
[[package]]
name = "web-sys"
version = "0.3.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283"
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webbrowser"
2022-02-23 08:43:40 -06:00
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-23 08:43:40 -06:00
checksum = "f9c28b6b6a78440b02647358625e3febc90724126480b9da6a967b5f674b3554"
dependencies = [
2022-02-23 08:43:40 -06:00
"jni",
"ndk-glue 0.6.2",
2022-02-23 08:43:40 -06:00
"url",
"web-sys",
2022-02-23 08:43:40 -06:00
"widestring 0.5.1",
"winapi",
]
[[package]]
name = "webpki"
2021-10-25 17:48:47 -05:00
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-25 17:48:47 -05:00
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "webpki-roots"
version = "0.22.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44d8de8415c823c8abd270ad483c6feeac771fad964890779f9a8cb24fbbc1bf"
dependencies = [
"webpki",
]
2021-10-22 17:57:57 -05:00
[[package]]
name = "wgpu"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b97cd781ff044d6d697b632a2e212032c2e957d1afaa21dbf58069cbb8f78567"
dependencies = [
"arrayvec 0.7.2",
"js-sys",
"log",
2022-01-04 18:28:56 -06:00
"naga",
2022-02-01 19:30:10 -06:00
"parking_lot 0.11.2",
"raw-window-handle",
"smallvec",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
2022-01-04 18:28:56 -06:00
"wgpu-core",
"wgpu-hal",
"wgpu-types",
]
[[package]]
name = "wgpu-core"
version = "0.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4688c000eb841ca55f7b35db659b78d6e1cd77d7caf8fb929f4e181f754047d"
2021-10-22 17:57:57 -05:00
dependencies = [
"arrayvec 0.7.2",
2021-10-22 17:57:57 -05:00
"bitflags",
"cfg_aliases",
"codespan-reporting",
2021-10-22 17:57:57 -05:00
"copyless",
"fxhash",
"log",
2022-01-04 18:28:56 -06:00
"naga",
2022-02-01 19:30:10 -06:00
"parking_lot 0.11.2",
2021-10-22 17:57:57 -05:00
"profiling",
"raw-window-handle",
2021-10-22 17:57:57 -05:00
"smallvec",
"thiserror",
2022-01-04 18:28:56 -06:00
"wgpu-hal",
"wgpu-types",
2021-10-22 17:57:57 -05:00
]
2021-08-15 16:07:31 -05:00
[[package]]
name = "wgpu-hal"
2022-04-20 12:14:53 -05:00
version = "0.12.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-20 12:14:53 -05:00
checksum = "d684ea6a34974a2fc19f1dfd183d11a62e22d75c4f187a574bb1224df8e056c2"
dependencies = [
"arrayvec 0.7.2",
"ash",
"bit-set",
"bitflags",
"block",
"core-graphics-types",
"d3d12",
"foreign-types",
"fxhash",
"glow",
"gpu-alloc",
"gpu-descriptor",
"inplace_it",
"js-sys",
"khronos-egl",
"libloading",
"log",
"metal",
2022-01-04 18:28:56 -06:00
"naga",
"objc",
2022-02-01 19:30:10 -06:00
"parking_lot 0.11.2",
"profiling",
"range-alloc",
"raw-window-handle",
"renderdoc-sys",
"thiserror",
"wasm-bindgen",
"web-sys",
2022-01-04 18:28:56 -06:00
"wgpu-types",
2021-10-22 17:57:57 -05:00
"winapi",
]
[[package]]
name = "wgpu-types"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "549533d9e1cdd4b4cda7718d33ff500fc4c34b5467b71d76b547ae0324f3b2a2"
dependencies = [
"bitflags",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "which"
version = "3.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724"
dependencies = [
"failure",
"libc",
]
2021-08-17 04:58:56 -05:00
[[package]]
name = "which"
version = "4.2.5"
2021-08-17 04:58:56 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"
2021-08-17 04:58:56 -05:00
dependencies = [
"either",
"lazy_static",
"libc",
2021-08-17 04:58:56 -05:00
]
2020-06-16 09:41:01 -05:00
[[package]]
name = "widestring"
version = "0.4.3"
2020-06-16 09:41:01 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"
2020-06-16 09:41:01 -05:00
[[package]]
name = "widestring"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"
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
]
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"
2022-05-13 15:45:33 -05:00
[[package]]
name = "windows"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e53b97a83176b369b0eb2fd8158d4ae215357d02df9d40c1e1bf1879c5482c80"
dependencies = [
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_msvc",
]
2022-02-01 19:30:10 -06:00
[[package]]
name = "windows-sys"
2022-05-13 08:55:26 -05:00
version = "0.36.1"
2022-02-01 19:30:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 08:55:26 -05:00
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
2022-02-01 19:30:10 -06:00
dependencies = [
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_msvc",
]
[[package]]
name = "windows_aarch64_msvc"
2022-05-13 08:55:26 -05:00
version = "0.36.1"
2022-02-01 19:30:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 08:55:26 -05:00
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
2022-02-01 19:30:10 -06:00
[[package]]
name = "windows_i686_gnu"
2022-05-13 08:55:26 -05:00
version = "0.36.1"
2022-02-01 19:30:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 08:55:26 -05:00
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
2022-02-01 19:30:10 -06:00
[[package]]
name = "windows_i686_msvc"
2022-05-13 08:55:26 -05:00
version = "0.36.1"
2022-02-01 19:30:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 08:55:26 -05:00
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
2022-02-01 19:30:10 -06:00
[[package]]
name = "windows_x86_64_gnu"
2022-05-13 08:55:26 -05:00
version = "0.36.1"
2022-02-01 19:30:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 08:55:26 -05:00
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
2022-02-01 19:30:10 -06:00
[[package]]
name = "windows_x86_64_msvc"
2022-05-13 08:55:26 -05:00
version = "0.36.1"
2022-02-01 19:30:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-13 08:55:26 -05:00
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
2022-02-01 19:30:10 -06:00
[[package]]
2021-10-25 17:48:47 -05:00
name = "winit"
version = "0.26.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b43cc931d58b99461188607efd7acb2a093e65fc621f54cad78517a6063e73a"
dependencies = [
2021-10-25 17:48:47 -05:00
"bitflags",
"cocoa",
"core-foundation 0.9.3",
"core-graphics 0.22.3",
2021-10-25 17:48:47 -05:00
"core-video-sys",
"dispatch",
"instant",
"lazy_static",
"libc",
"log",
2022-03-13 12:39:53 -05:00
"mio",
"ndk 0.5.0",
"ndk-glue 0.5.2",
"ndk-sys 0.2.2",
2021-10-25 17:48:47 -05:00
"objc",
2022-02-01 19:30:10 -06:00
"parking_lot 0.11.2",
2021-10-25 17:48:47 -05:00
"percent-encoding",
"raw-window-handle",
"smithay-client-toolkit",
2021-10-25 17:48:47 -05:00
"wasm-bindgen",
"wayland-client",
"wayland-protocols",
2021-10-25 17:48:47 -05:00
"web-sys",
"winapi",
2021-10-25 17:48:47 -05:00
"x11-dl",
]
[[package]]
name = "winreg"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
dependencies = [
"winapi",
]
[[package]]
name = "winres"
2021-10-11 09:24:54 -05:00
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-11 09:24:54 -05:00
checksum = "b68db261ef59e9e52806f688020631e987592bd83619edccda9c47d42cde4f6c"
dependencies = [
"toml",
]
[[package]]
name = "wio"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
dependencies = [
"winapi",
]
[[package]]
name = "x11-dl"
version = "2.19.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea26926b4ce81a6f5d9d0f3a0bc401e5a37c6ae14a1bfaa8ff6099ca80038c59"
dependencies = [
"lazy_static",
"libc",
"pkg-config",
]
[[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 = "xi-unicode"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e71b85d8b1b8bfaf4b5c834187554d201a8cd621c2bbfa33efd41a3ecabd48b2"
[[package]]
name = "xi-unicode"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a67300977d3dc3f8034dae89778f502b6ba20b269527b3223ba59c0cf393bb8a"
[[package]]
name = "xml-rs"
2021-08-15 15:07:44 -05:00
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-15 15:07:44 -05:00
checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
[[package]]
name = "xshell"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4884417669886d3abff14feec797179526ade713f212e54ec08b19bc6bdc86aa"
dependencies = [
"xshell-macros",
]
[[package]]
name = "xshell-macros"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37d92065701c3611323f96eac5475b995421fc7eb2bcba1336cdd80b9b2fb68f"