ALVR-IPv6/Cargo.lock

5148 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.
[[package]]
name = "ab_glyph_rasterizer"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9fe5e32de01730eb1f6b7f5b51c17e03e2325bf40a74f754f04f130043affff"
[[package]]
name = "addr2line"
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a55f82cfe485775d02112886f4169bde0c5894d75e79ead7eafe7e40a25e45f7"
dependencies = [
"gimli",
]
2020-07-06 18:30:58 -05:00
[[package]]
name = "adler"
version = "0.2.3"
2020-05-25 08:29:58 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
2020-05-25 08:29:58 -05:00
[[package]]
name = "adler32"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
[[package]]
name = "ahash"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8fd72866655d1904d6b0997d0b07ba561047d070fbe29de039031c641b61217"
dependencies = [
"const-random",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "aho-corasick"
version = "0.7.15"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5"
2020-05-07 08:13:55 -05:00
dependencies = [
"memchr",
]
2020-05-25 08:29:58 -05:00
[[package]]
name = "alcro"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99b88c7a18efbff333e7574159975d99a2479bae13fa0f92cd3926c573a30bd0"
2020-05-25 08:29:58 -05:00
dependencies = [
2020-11-25 10:16:44 -06:00
"crossbeam-channel",
"dashmap",
"libc",
"os_str_bytes",
2020-05-25 08:29:58 -05:00
"serde",
"serde_derive",
2020-05-25 08:29:58 -05:00
"serde_json",
"tempdir",
"tinyfiledialogs",
"winapi 0.3.9",
2020-05-25 08:29:58 -05:00
]
[[package]]
name = "alsa"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb213f6b3e4b1480a60931ca2035794aa67b73103d254715b1db7b70dcb3c934"
dependencies = [
"alsa-sys",
"bitflags",
"libc",
"nix 0.15.0",
]
[[package]]
name = "alsa-sys"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
dependencies = [
"libc",
"pkg-config",
]
2020-11-06 08:21:10 -06:00
[[package]]
name = "alvr_client"
2021-01-10 08:54:30 -06:00
version = "14.1.0"
2020-11-06 08:21:10 -06:00
dependencies = [
2020-11-30 04:51:44 -06:00
"alvr_common",
2020-11-30 14:09:31 -06:00
"android_logger",
2020-11-06 08:21:10 -06:00
"bindgen",
"cc",
"futures",
"jni 0.18.0",
2020-12-03 08:08:15 -06:00
"lazy_static",
2020-11-30 14:09:31 -06:00
"log",
"nalgebra",
2020-12-03 08:08:15 -06:00
"parking_lot",
"serde_json",
"settings-schema",
2020-12-25 20:08:15 -06:00
"tokio 1.0.1",
2020-11-06 08:21:10 -06:00
"walkdir",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "alvr_common"
2021-01-10 08:54:30 -06:00
version = "14.1.0"
2020-05-07 08:13:55 -05:00
dependencies = [
"alvr_xtask",
2020-05-07 08:13:55 -05:00
"backtrace",
2020-11-25 10:44:36 -06:00
"bincode",
"bytes 1.0.1",
"cpal",
"dirs",
2020-11-30 04:51:44 -06:00
"futures",
2020-10-26 16:48:04 -05:00
"gfx-backend-dx11",
"gfx-hal",
"lazy_static",
2020-11-03 07:47:02 -06:00
"log",
"msgbox",
2020-12-28 12:09:38 -06:00
"nalgebra",
"rand 0.8.2",
2020-11-30 04:51:44 -06:00
"rcgen",
2020-08-04 10:00:00 -05:00
"runas",
"semver 0.11.0",
2020-05-07 08:13:55 -05:00
"serde",
"serde_json",
"settings-schema",
2020-12-25 20:08:15 -06:00
"tokio 1.0.1",
"tokio-util 0.6.1",
"widestring 0.4.3",
"winapi 0.3.9",
"winit",
"wio",
2020-05-07 08:13:55 -05:00
]
[[package]]
2020-11-04 07:18:45 -06:00
name = "alvr_launcher"
2021-01-10 08:54:30 -06:00
version = "14.1.0"
2020-05-07 08:13:55 -05:00
dependencies = [
"alvr_common",
"druid",
"semver 0.11.0",
"serde_json",
"single-instance",
"sysinfo",
"ureq 2.0.1",
"winres",
2020-05-07 08:13:55 -05:00
]
[[package]]
2020-11-04 07:18:45 -06:00
name = "alvr_server"
2021-01-10 08:54:30 -06:00
version = "14.1.0"
2020-05-07 08:13:55 -05:00
dependencies = [
"alcro",
2020-05-07 08:13:55 -05:00
"alvr_common",
"bindgen",
"bytes 1.0.1",
2020-06-06 15:00:49 -05:00
"cc",
"chrono",
"fern",
"futures",
"headers",
2020-12-30 16:52:14 -06:00
"hyper 0.14.2",
2020-06-16 09:41:01 -05:00
"lazy-static-include",
"lazy_static",
2020-11-03 07:47:02 -06:00
"log",
2020-12-30 17:49:43 -06:00
"nalgebra",
"parking_lot",
"serde",
2020-05-25 08:29:58 -05:00
"serde_json",
"settings-schema",
2020-12-25 20:08:15 -06:00
"tokio 1.0.1",
"tokio-tungstenite",
"tokio-util 0.6.1",
2020-06-06 15:00:49 -05:00
"walkdir",
"webbrowser",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "alvr_xtask"
version = "1.0.0"
2020-05-07 08:13:55 -05:00
dependencies = [
2020-11-06 08:21:10 -06:00
"cached-path",
2020-11-29 13:01:24 -06:00
"chrono",
2020-05-07 08:13:55 -05:00
"dirs",
"fs_extra",
"lazy_static",
2020-05-07 08:13:55 -05:00
"pico-args",
"regex",
"reqwest 0.11.0",
2020-05-07 08:13:55 -05:00
"runas",
"semver 0.11.0",
"toml_edit",
2020-05-25 08:29:58 -05:00
"walkdir",
"zip",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "andrew"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c4afb09dd642feec8408e33f92f3ffc4052946f6b20f32fb99c1f58cd4fa7cf"
dependencies = [
"bitflags",
"rusttype",
"walkdir",
"xdg",
"xml-rs",
]
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.9.2"
2020-11-30 14:09:31 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ec2333c185d826313162cee39d3fcc6a84ba08114a839bebf53b961e7e75773"
2020-11-30 14:09:31 -06:00
dependencies = [
"android_log-sys",
"env_logger 0.7.1",
"lazy_static",
"log",
]
2020-06-06 15:00:49 -05:00
[[package]]
name = "ansi_term"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
dependencies = [
"winapi 0.3.9",
2020-06-06 15:00:49 -05:00
]
[[package]]
name = "anyhow"
version = "1.0.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1"
2020-12-28 12:09:38 -06:00
[[package]]
name = "approx"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f2a05fd1bd10b2527e20a2cd32d8873d115b8b39fe219ee25f42a8aca6ba278"
dependencies = [
"num-traits",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "arrayref"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
[[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
[[package]]
name = "ascii"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eab1c04a571841102f5345a8fc0f6bb3d31c315dec879b5c6e42e40ce7ffa34e"
[[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 = [
"atk-sys",
"bitflags",
"glib",
"glib-sys",
"gobject-sys",
"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 = [
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
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 0.3.9",
2020-06-06 15:00:49 -05:00
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "autocfg"
version = "1.0.1"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
2020-05-07 08:13:55 -05:00
[[package]]
name = "backtrace"
version = "0.3.55"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef5140344c85b01f9bbb4d4b7288a8aa4b3287ccef913a14bcc78a1063623598"
2020-05-07 08:13:55 -05:00
dependencies = [
"addr2line",
2020-10-13 12:12:47 -05:00
"cfg-if 1.0.0",
2020-05-07 08:13:55 -05:00
"libc",
"miniz_oxide 0.4.3",
"object",
2020-05-07 08:13:55 -05:00
"rustc-demangle",
]
[[package]]
name = "base-x"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b"
2020-05-07 08:13:55 -05:00
[[package]]
name = "base64"
version = "0.12.3"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
2020-05-07 08:13:55 -05:00
[[package]]
name = "base64"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
[[package]]
name = "bincode"
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f30d3a39baa26f9651f17b375061f3233dde33424a8b72b0dbe93a68a0bc896d"
dependencies = [
"byteorder",
"serde",
]
2020-06-06 15:00:49 -05:00
[[package]]
name = "bindgen"
version = "0.56.0"
2020-06-06 15:00:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2da379dbebc0b76ef63ca68d8fc6e71c0f13e59432e0987e508c1820e6ab5239"
2020-06-06 15:00:49 -05:00
dependencies = [
"bitflags",
"cexpr",
"clang-sys",
"clap",
2020-11-30 14:09:31 -06:00
"env_logger 0.8.2",
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",
"quote",
"regex",
"rustc-hash",
"shlex",
"which",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "bitflags"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
[[package]]
name = "blake2b_simd"
2020-11-03 07:47:02 -06:00
version = "0.5.11"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-03 07:47:02 -06:00
checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"
2020-05-07 08:13:55 -05:00
dependencies = [
"arrayref",
"arrayvec",
"constant_time_eq",
]
[[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.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
dependencies = [
"block-padding",
"byte-tools",
"byteorder",
2020-11-03 07:47:02 -06:00
"generic-array 0.12.3",
2020-05-07 08:13:55 -05:00
]
[[package]]
2020-11-03 07:47:02 -06:00
name = "block-buffer"
version = "0.9.0"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-03 07:47:02 -06:00
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
2020-05-07 08:13:55 -05:00
dependencies = [
2020-11-03 07:47:02 -06:00
"generic-array 0.14.4",
2020-05-07 08:13:55 -05:00
]
[[package]]
2020-11-03 07:47:02 -06:00
name = "block-padding"
version = "0.1.5"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-03 07:47:02 -06:00
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
2020-05-07 08:13:55 -05:00
dependencies = [
2020-11-03 07:47:02 -06:00
"byte-tools",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "bumpalo"
version = "3.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820"
2020-05-07 08:13:55 -05:00
[[package]]
name = "byte-tools"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
[[package]]
name = "byteorder"
version = "1.4.2"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae44d1a3d5a19df61dd0c8beb138458ac2a53a7ac09eba97d55592540004306b"
2020-05-07 08:13:55 -05:00
[[package]]
name = "bytes"
version = "0.5.6"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
2020-05-07 08:13:55 -05:00
[[package]]
name = "bytes"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
2020-05-25 08:29:58 -05:00
[[package]]
name = "bzip2"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42b7c3cbf0fa9c1b82308d57191728ca0256cb821220f4e2fd410a72ade26e3b"
dependencies = [
"bzip2-sys",
"libc",
]
[[package]]
name = "bzip2-sys"
version = "0.1.9+1.0.8"
2020-05-25 08:29:58 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad3b39a260062fca31f7b0b12f207e8f2590a67d32ec7d59c20484b07ea7285e"
2020-05-25 08:29:58 -05:00
dependencies = [
"cc",
"libc",
"pkg-config",
2020-05-25 08:29:58 -05:00
]
2020-11-06 08:21:10 -06:00
[[package]]
name = "cached-path"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebe8623b294a930e3cfcd047482f7a528f41e3ba7abad7fa29222794bc3436b6"
dependencies = [
"flate2",
"fs2",
"glob",
"indicatif",
2020-11-06 08:21:10 -06:00
"log",
"rand 0.7.3",
"reqwest 0.10.10",
2020-11-06 08:21:10 -06:00
"serde",
"serde_json",
"sha2",
"tar",
"tempfile",
"thiserror",
"zip",
"zip-extensions",
]
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",
"cairo-sys-rs",
"glib",
"glib-sys",
"gobject-sys",
"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 = [
"glib-sys",
"libc",
"system-deps",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "calloop"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b036167e76041694579972c28cf4877b4f92da222560ddb49008937b6a6727c"
dependencies = [
"log",
"nix 0.18.0",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "cc"
version = "1.0.66"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48"
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"
2020-06-06 15:00:49 -05:00
[[package]]
name = "cexpr"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27"
dependencies = [
"nom 5.1.2",
2020-06-06 15:00:49 -05:00
]
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 = "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 0.3.9",
]
[[package]]
name = "chunked_transfer"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7477065d45a8fe57167bf3cf8bcd3729b54cfcb81cca49bda2d038ea89ae82ca"
2020-06-06 15:00:49 -05:00
[[package]]
name = "clang-sys"
version = "1.0.3"
2020-06-06 15:00:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0659001ab56b791be01d4b729c44376edc6718cf389a502e579b77b758f3296c"
2020-06-06 15:00:49 -05:00
dependencies = [
"glob",
"libc",
"libloading",
2020-06-06 15:00:49 -05:00
]
[[package]]
name = "clap"
version = "2.33.3"
2020-06-06 15:00:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
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",
]
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.1",
"core-graphics 0.22.2",
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.1",
"core-graphics-types",
"foreign-types",
"libc",
"objc",
]
[[package]]
name = "combine"
version = "3.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da3da6baa321ec19e1cc41d31bf599f00c783d0517095cdaf0332e3fe8d20680"
dependencies = [
"ascii",
"byteorder",
"either",
"memchr",
"unreachable",
]
2020-11-06 08:21:10 -06:00
[[package]]
name = "combine"
version = "4.5.2"
2020-11-06 08:21:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc4369b5e4c0cddf64ad8981c0111e7df4f7078f4d6ba98fb31f2e17c4c57b7e"
2020-11-06 08:21:10 -06:00
dependencies = [
"bytes 1.0.1",
2020-11-06 08:21:10 -06:00
"memchr",
]
[[package]]
name = "concat-with"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ae45936bbf9bddd6a0268c0ea5d3814a72403f4b69a1c318aae2ce90444ad55"
2020-11-06 08:21:10 -06:00
[[package]]
name = "console"
version = "0.14.0"
2020-11-06 08:21:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7cc80946b3480f421c2f17ed1cb841753a371c7c5104f51d507e13f532c856aa"
2020-11-06 08:21:10 -06:00
dependencies = [
"encode_unicode",
"lazy_static",
"libc",
"regex",
"terminal_size",
"unicode-width",
"winapi 0.3.9",
]
[[package]]
name = "console_log"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "501a375961cef1a0d44767200e66e4a559283097e91d0730b1d75dfb2f8a1494"
dependencies = [
"log",
"web-sys",
]
[[package]]
name = "const-random"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f590d95d011aa80b063ffe3253422ed5aa462af4e9867d43ce8337562bac77c4"
dependencies = [
"const-random-macro",
"proc-macro-hack",
]
[[package]]
name = "const-random-macro"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "615f6e27d000a2bffbc7f2f6a8669179378fa27ee4d0a509e985dfc0a7defb40"
dependencies = [
2021-01-04 04:47:11 -06:00
"getrandom 0.2.1",
"lazy_static",
"proc-macro-hack",
"tiny-keccak",
]
2020-10-22 12:12:30 -05:00
[[package]]
name = "const_fn"
version = "0.4.5"
2020-10-22 12:12:30 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28b9d6de7f49e22cf97ad17fc4036ece69300032f45f78f30b4a4482cdc3f4a6"
2020-10-22 12:12:30 -05:00
2020-05-07 08:13:55 -05:00
[[package]]
name = "constant_time_eq"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
[[package]]
name = "cookie"
version = "0.14.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "784ad0fbab4f3e9cef09f20e0aea6000ae08d2cb98ac4c0abc53df18803d702f"
dependencies = [
"percent-encoding",
"time 0.2.24",
"version_check",
]
[[package]]
name = "cookie_store"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3818dfca4b0cb5211a659bbcbb94225b7127407b2b135e650d717bfb78ab10d3"
dependencies = [
"cookie",
"idna",
"log",
"publicsuffix",
"serde",
"serde_json",
"time 0.2.24",
"url",
]
[[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.1"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62"
2020-05-07 08:13:55 -05:00
dependencies = [
"core-foundation-sys 0.8.2",
2020-05-07 08:13:55 -05:00
"libc",
]
[[package]]
name = "core-foundation-sys"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b"
[[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.2"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b"
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.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "269f35f69b542b80e736a20a89a05215c0ce80c2c03c514abb2e318b78379d86"
dependencies = [
"bitflags",
"core-foundation 0.9.1",
"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.1",
"foreign-types",
"libc",
]
[[package]]
name = "core-text"
version = "19.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2c7f46e8b820fd5f4b28528104b28b0a91cbe9e9c5bde8017087fb44bc93a60"
dependencies = [
"core-foundation 0.9.1",
"core-graphics 0.22.2",
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"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f229761965dad3e9b11081668a6ea00f1def7aa46062321b5ec245b834f6e491"
dependencies = [
"bitflags",
"coreaudio-sys",
]
[[package]]
name = "coreaudio-sys"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b7e3347be6a09b46aba228d6608386739fb70beff4f61e07422da87b0bb31fa"
dependencies = [
"bindgen",
]
[[package]]
name = "cpal"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05631e2089dfa5d3b6ea1cfbbfd092e2ee5deeb69698911bc976b28b746d3657"
dependencies = [
"alsa",
"core-foundation-sys 0.6.2",
"coreaudio-rs",
"jni 0.17.0",
"js-sys",
"lazy_static",
"libc",
"mach",
"ndk",
"ndk-glue",
"nix 0.15.0",
"oboe",
"parking_lot",
"stdweb 0.1.3",
"thiserror",
"web-sys",
"winapi 0.3.9",
]
2020-11-03 07:47:02 -06:00
[[package]]
name = "cpuid-bool"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634"
2020-05-25 08:29:58 -05:00
[[package]]
name = "crc32fast"
2020-10-22 12:12:30 -05:00
version = "1.2.1"
2020-05-25 08:29:58 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-22 12:12:30 -05:00
checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
2020-05-25 08:29:58 -05:00
dependencies = [
2020-10-22 12:12:30 -05:00
"cfg-if 1.0.0",
2020-05-25 08:29:58 -05:00
]
2020-10-22 12:12:30 -05:00
[[package]]
name = "crossbeam-channel"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775"
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"
2020-10-22 12:12:30 -05:00
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-22 12:12:30 -05:00
checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"
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.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1aaa739f95311c2c7887a76863f500026092fb1dce0161dab577e559ef3569d"
dependencies = [
2020-10-22 12:12:30 -05:00
"cfg-if 1.0.0",
"const_fn",
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.1"
2020-10-22 12:12:30 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d"
2020-10-22 12:12:30 -05:00
dependencies = [
2020-11-03 07:47:02 -06:00
"autocfg",
2020-10-22 12:12:30 -05:00
"cfg-if 1.0.0",
"lazy_static",
]
[[package]]
name = "crunchy"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
[[package]]
name = "darling"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858"
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b"
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim 0.9.3",
"syn",
]
[[package]]
name = "darling_macro"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72"
dependencies = [
"darling_core",
"quote",
"syn",
]
[[package]]
name = "dashmap"
version = "3.11.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f260e2fc850179ef410018660006951c1b55b79e8087e87111a2c388994b9b5"
dependencies = [
"ahash",
2020-10-13 12:12:47 -05:00
"cfg-if 0.1.10",
"num_cpus",
]
[[package]]
name = "derivative"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eaed5874effa6cde088c644ddcdcb4ffd1511391c5be4fdd7a5ccd02c7e4a183"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "digest"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
dependencies = [
2020-11-03 07:47:02 -06:00
"generic-array 0.12.3",
]
[[package]]
name = "digest"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
dependencies = [
"generic-array 0.14.4",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "dirs"
2020-08-04 10:00:00 -05:00
version = "3.0.1"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-04 10:00:00 -05:00
checksum = "142995ed02755914747cc6ca76fc7e4583cd18578746716d0508ea6ed558b9ff"
2020-05-07 08:13:55 -05:00
dependencies = [
"dirs-sys",
]
[[package]]
name = "dirs-sys"
2020-06-06 15:00:49 -05:00
version = "0.3.5"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-06 15:00:49 -05:00
checksum = "8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a"
2020-05-07 08:13:55 -05:00
dependencies = [
"libc",
"redox_users",
"winapi 0.3.9",
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.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b11f15d1e3268f140f68d390637d5e76d849782d971ae7063e0da69fe9709a76"
dependencies = [
"libloading",
]
[[package]]
name = "doc-comment"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
[[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",
"fluent-bundle",
"fluent-langneg",
"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",
"quote",
"syn",
]
[[package]]
name = "druid-shell"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b867ffe113aa77b75c0fcd2585360a3a4d17c758c44f4e87aadc71712fd1763"
dependencies = [
"anyhow",
"bitflags",
"block",
"cairo-rs",
"cfg-if 1.0.0",
"cocoa",
"core-graphics 0.22.2",
"foreign-types",
"gdk",
"gdk-pixbuf",
"gdk-sys",
"gio",
"glib",
"glib-sys",
"gtk",
"gtk-sys",
"instant",
"js-sys",
"keyboard-types",
"kurbo",
"lazy_static",
"log",
"objc",
"piet-common",
"scopeguard",
"time 0.2.24",
"wasm-bindgen",
"web-sys",
"winapi 0.3.9",
"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 0.3.9",
"wio",
]
[[package]]
name = "either"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
2020-11-06 08:21:10 -06:00
[[package]]
name = "encode_unicode"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
[[package]]
name = "encoding_rs"
version = "0.8.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "801bbab217d7f79c0062f4f7205b5d4427c6d1a7bd7aafdd1475f7c59d62b283"
dependencies = [
"cfg-if 1.0.0",
]
2020-11-30 14:09:31 -06:00
[[package]]
name = "env_logger"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
dependencies = [
"log",
"regex",
]
2020-06-06 15:00:49 -05:00
[[package]]
name = "env_logger"
version = "0.8.2"
2020-06-06 15:00:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26ecb66b4bdca6c1409b40fb255eefc2bd4f6d135dab3c3124f80ffa2a9661e"
2020-06-06 15:00:49 -05:00
dependencies = [
"atty",
"humantime",
2020-11-03 07:47:02 -06:00
"log",
2020-06-06 15:00:49 -05:00
"regex",
"termcolor",
]
[[package]]
name = "error-chain"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc"
dependencies = [
"backtrace",
"version_check",
]
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",
"failure_derive",
]
[[package]]
name = "failure_derive"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
dependencies = [
"proc-macro2",
"quote",
"syn",
"synstructure",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "fake-simd"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
[[package]]
name = "fern"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c9a4820f0ccc8a7afd67c39a0f1a0f4b07ca1725164271a64939d7aeb9af065"
dependencies = [
2020-11-03 07:47:02 -06:00
"log",
]
[[package]]
name = "fetch_unroll"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8d44807d562d137f063cbfe209da1c3f9f2fa8375e11166ef495daab7b847f9"
dependencies = [
"libflate",
"tar",
"ureq 1.5.4",
]
2020-11-06 08:21:10 -06:00
[[package]]
name = "filetime"
2020-11-07 14:16:53 -06:00
version = "0.2.13"
2020-11-06 08:21:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 14:16:53 -06:00
checksum = "0c122a393ea57648015bf06fbd3d372378992e86b9ff5a7a497b076a28c79efe"
2020-11-06 08:21:10 -06:00
dependencies = [
2020-11-07 14:16:53 -06:00
"cfg-if 1.0.0",
2020-11-06 08:21:10 -06:00
"libc",
"redox_syscall 0.1.57",
2020-11-06 08:21:10 -06:00
"winapi 0.3.9",
]
2020-05-25 08:29:58 -05:00
[[package]]
name = "flate2"
version = "1.0.14"
2020-05-25 08:29:58 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2cfff41391129e0a856d6d822600b8d71179d46879e310417eb9c762eb178b42"
2020-05-25 08:29:58 -05:00
dependencies = [
2020-10-13 12:12:47 -05:00
"cfg-if 0.1.10",
2020-05-25 08:29:58 -05:00
"crc32fast",
"libc",
"miniz_oxide 0.3.7",
2020-05-25 08:29:58 -05:00
]
[[package]]
name = "fluent-bundle"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01a094d494ab2ed06077e9a95f4e47f446c376de95f6c93045dd88c499bfcd70"
dependencies = [
"fluent-langneg",
"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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ece68d15c92e84fa4f19d3780f1294e5ca82a78a6d515f1efaabcc144688be00"
dependencies = [
"matches",
"percent-encoding",
2020-11-07 14:16:53 -06:00
]
2020-11-06 08:21:10 -06:00
[[package]]
name = "fs2"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
dependencies = [
"libc",
"winapi 0.3.9",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "fs_extra"
version = "1.2.0"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"
2020-05-07 08:13:55 -05:00
[[package]]
name = "fuchsia-cprng"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
dependencies = [
"bitflags",
"fuchsia-zircon-sys",
]
[[package]]
name = "fuchsia-zircon-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
[[package]]
name = "futures"
version = "0.3.10"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "309f13e3f4be6d5917178c84db67c0b9a09177ac16d4f9a7313a767a68adaa77"
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.10"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a3b03bd32f6ec7885edeb99acd1e47e20e34fd4dfd3c6deed6fcac8a9d28f6a"
2020-05-07 08:13:55 -05:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
version = "0.3.10"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed8aeae2b6ab243ebabe6f54cd4cf53054d98883d5d326128af7d57a9ca5cd3d"
2020-05-07 08:13:55 -05:00
[[package]]
name = "futures-executor"
version = "0.3.10"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f7836b36b7533d16fd5937311d98ba8965ab81030de8b0024c299dd5d51fb9b"
2020-05-07 08:13:55 -05:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
version = "0.3.10"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d41234e71d5e8ca73d01563974ef6f50e516d71e18f1a2f1184742e31f5d469f"
2020-05-07 08:13:55 -05:00
[[package]]
name = "futures-macro"
version = "0.3.10"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3520e0eb4e704e88d771b92d51273ee212997f0d8282f17f5d8ff1cb39104e42"
2020-05-07 08:13:55 -05:00
dependencies = [
"proc-macro-hack",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "futures-sink"
version = "0.3.10"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c72d188479368953c6c8c7140e40d7a4401674ab3b98a41e60e515d6cbdbe5de"
2020-05-07 08:13:55 -05:00
[[package]]
name = "futures-task"
version = "0.3.10"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08944cea9021170d383287169859c0ca8147d9ec285978393109954448f33cc7"
dependencies = [
"once_cell",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "futures-util"
version = "0.3.10"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3dd206efbe2ca683b2ce138ccdf61e1b0a63f5816dcedc9d8654c500ba0cea6"
2020-05-07 08:13:55 -05:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite 0.2.4",
2020-05-07 08:13:55 -05:00
"pin-utils",
"proc-macro-hack",
"proc-macro-nested",
"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",
"cairo-rs",
"cairo-sys-rs",
"gdk-pixbuf",
"gdk-sys",
"gio",
"gio-sys",
"glib",
"glib-sys",
"gobject-sys",
"libc",
"pango",
]
[[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 = [
"gdk-pixbuf-sys",
"gio",
"gio-sys",
"glib",
"glib-sys",
"gobject-sys",
"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 = [
"gio-sys",
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
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 = [
"cairo-sys-rs",
"gdk-pixbuf-sys",
"gio-sys",
"glib-sys",
"gobject-sys",
"libc",
"pango-sys",
"pkg-config",
"system-deps",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "generic-array"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
dependencies = [
"typenum",
]
2020-11-03 07:47:02 -06:00
[[package]]
name = "generic-array"
version = "0.14.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
dependencies = [
"typenum",
"version_check",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "getrandom"
version = "0.1.16"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
2020-05-07 08:13:55 -05:00
dependencies = [
"cfg-if 1.0.0",
2020-05-07 08:13:55 -05:00
"libc",
"wasi 0.9.0+wasi-snapshot-preview1",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "getrandom"
2021-01-04 04:47:11 -06:00
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-04 04:47:11 -06:00
checksum = "4060f4657be78b8e766215b02b18a2e862d83745545de804638e2b545e81aee6"
dependencies = [
2021-01-04 04:47:11 -06:00
"cfg-if 1.0.0",
"libc",
"wasi 0.10.1+wasi-snapshot-preview1",
]
2020-10-26 16:48:04 -05:00
[[package]]
name = "gfx-auxil"
2020-10-27 03:31:00 -05:00
version = "0.7.0"
2020-10-26 16:48:04 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-27 03:31:00 -05:00
checksum = "07cd956b592970f08545b9325b87580eb95a51843b6f39da27b8667fec1a1216"
2020-10-26 16:48:04 -05:00
dependencies = [
"fxhash",
"gfx-hal",
"spirv_cross",
]
[[package]]
name = "gfx-backend-dx11"
version = "0.6.17"
2020-10-26 16:48:04 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54b43f06089866bdffe59b5a6801022c86b74d2c1dd28940a9cf301d3d014fbc"
2020-10-26 16:48:04 -05:00
dependencies = [
"arrayvec",
"bitflags",
"gfx-auxil",
"gfx-hal",
"libloading",
2020-11-03 07:47:02 -06:00
"log",
2020-10-26 16:48:04 -05:00
"parking_lot",
"range-alloc",
"raw-window-handle",
"smallvec",
"spirv_cross",
"thunderdome",
"winapi 0.3.9",
"wio",
]
[[package]]
name = "gfx-hal"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18d0754f5b7a43915fd7466883b2d1bb0800d7cc4609178d0b27bf143b9e5123"
dependencies = [
"bitflags",
"raw-window-handle",
]
[[package]]
name = "gimli"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce"
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",
"gio-sys",
"glib",
"glib-sys",
"gobject-sys",
"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 = [
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
"winapi 0.3.9",
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",
"glib-macros",
2020-05-07 08:13:55 -05:00
"glib-sys",
"gobject-sys",
"libc",
"once_cell",
]
[[package]]
name = "glib-macros"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41486a26d1366a8032b160b59065a59fb528530a46a49f627e7048fb8c064039"
dependencies = [
"anyhow",
"heck",
"itertools",
"proc-macro-crate",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
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",
"system-deps",
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"
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 = [
"glib-sys",
"libc",
"system-deps",
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 = [
"atk",
"bitflags",
"cairo-rs",
"cairo-sys-rs",
"cc",
"gdk",
"gdk-pixbuf",
"gdk-pixbuf-sys",
"gdk-sys",
"gio",
"gio-sys",
"glib",
"glib-sys",
"gobject-sys",
"gtk-sys",
"libc",
"once_cell",
2020-05-07 08:13:55 -05:00
"pango",
"pango-sys",
"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 = [
"atk-sys",
"cairo-sys-rs",
"gdk-pixbuf-sys",
"gdk-sys",
"gio-sys",
"glib-sys",
"gobject-sys",
"libc",
"pango-sys",
"system-deps",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "h2"
version = "0.2.7"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535"
2020-05-07 08:13:55 -05:00
dependencies = [
"bytes 0.5.6",
2020-05-07 08:13:55 -05:00
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
2020-12-25 20:08:15 -06:00
"tokio 0.2.24",
"tokio-util 0.3.1",
"tracing",
"tracing-futures",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "h2"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b67e66362108efccd8ac053abafc8b7a8d86a37e6e48fc4f6f7485eb5e9e6a5"
dependencies = [
"bytes 1.0.1",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
"tokio 1.0.1",
"tokio-util 0.6.1",
"tracing",
"tracing-futures",
]
[[package]]
name = "hashbrown"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
2020-05-07 08:13:55 -05:00
[[package]]
name = "headers"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed18eb2459bf1a09ad2d6b1547840c3e5e62882fa09b9a6a20b1de8e3228848f"
dependencies = [
"base64 0.12.3",
2020-05-07 08:13:55 -05:00
"bitflags",
"bytes 0.5.6",
2020-05-07 08:13:55 -05:00
"headers-core",
"http",
2020-11-03 07:47:02 -06:00
"mime",
"sha-1 0.8.2",
"time 0.1.43",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "headers-core"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
dependencies = [
"http",
]
[[package]]
name = "heck"
version = "0.3.2"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac"
2020-05-07 08:13:55 -05:00
dependencies = [
"unicode-segmentation",
]
[[package]]
name = "hermit-abi"
version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
dependencies = [
"libc",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "http"
2021-01-08 19:07:29 -06:00
version = "0.2.3"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-08 19:07:29 -06:00
checksum = "7245cd7449cc792608c3c8a9eaf69bd4eabbabf802713748fd739c98b82f0747"
2020-05-07 08:13:55 -05:00
dependencies = [
"bytes 1.0.1",
2020-05-07 08:13:55 -05:00
"fnv",
"itoa",
]
[[package]]
name = "http-body"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
dependencies = [
"bytes 0.5.6",
2020-05-07 08:13:55 -05:00
"http",
]
2020-12-25 20:08:15 -06:00
[[package]]
name = "http-body"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2861bd27ee074e5ee891e8b539837a9430012e249d7f0ca2d795650f579c1994"
dependencies = [
"bytes 1.0.1",
2020-12-25 20:08:15 -06:00
"http",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "httparse"
version = "1.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
[[package]]
name = "httpdate"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"
2020-06-06 15:00:49 -05:00
[[package]]
name = "humantime"
version = "2.0.1"
2020-06-06 15:00:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a"
2020-06-06 15:00:49 -05:00
2020-05-07 08:13:55 -05:00
[[package]]
name = "hyper"
2020-11-03 07:47:02 -06:00
version = "0.13.9"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-03 07:47:02 -06:00
checksum = "f6ad767baac13b44d4529fcf58ba2cd0995e36e7b435bc5b039de6f47e880dbf"
2020-05-07 08:13:55 -05:00
dependencies = [
"bytes 0.5.6",
2020-05-07 08:13:55 -05:00
"futures-channel",
"futures-core",
"futures-util",
"h2 0.2.7",
2020-05-07 08:13:55 -05:00
"http",
2020-12-25 20:08:15 -06:00
"http-body 0.3.1",
2020-05-07 08:13:55 -05:00
"httparse",
"httpdate",
2020-05-07 08:13:55 -05:00
"itoa",
"pin-project 1.0.4",
"socket2",
2020-12-25 20:08:15 -06:00
"tokio 0.2.24",
"tower-service",
"tracing",
"want",
]
[[package]]
name = "hyper"
2020-12-30 16:52:14 -06:00
version = "0.14.2"
2020-12-25 20:08:15 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-30 16:52:14 -06:00
checksum = "12219dc884514cb4a6a03737f4413c0e01c23a1b059b0156004b23f1e19dccbe"
2020-12-25 20:08:15 -06:00
dependencies = [
"bytes 1.0.1",
2020-12-25 20:08:15 -06:00
"futures-channel",
"futures-core",
"futures-util",
"h2 0.3.0",
2020-12-25 20:08:15 -06:00
"http",
"http-body 0.4.0",
"httparse",
"httpdate",
"itoa",
"pin-project 1.0.4",
2020-12-25 20:08:15 -06:00
"socket2",
"tokio 1.0.1",
2020-05-07 08:13:55 -05:00
"tower-service",
"tracing",
2020-05-07 08:13:55 -05:00
"want",
]
2020-11-06 08:21:10 -06:00
[[package]]
name = "hyper-tls"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d979acc56dcb5b8dddba3917601745e877576475aa046df3226eabdecef78eed"
dependencies = [
"bytes 0.5.6",
2020-12-25 20:08:15 -06:00
"hyper 0.13.9",
2020-11-06 08:21:10 -06:00
"native-tls",
2020-12-25 20:08:15 -06:00
"tokio 0.2.24",
2020-11-06 08:21:10 -06:00
"tokio-tls",
]
[[package]]
name = "hyper-tls"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
dependencies = [
"bytes 1.0.1",
"hyper 0.14.2",
"native-tls",
"tokio 1.0.1",
"tokio-native-tls",
]
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2020-05-07 08:13:55 -05:00
[[package]]
name = "idna"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
dependencies = [
"matches",
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "indexmap"
2020-12-15 06:51:30 -06:00
version = "1.6.1"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-15 06:51:30 -06:00
checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b"
2020-05-07 08:13:55 -05:00
dependencies = [
2020-11-03 07:47:02 -06:00
"autocfg",
"hashbrown",
2020-05-07 08:13:55 -05:00
]
2020-11-06 08:21:10 -06:00
[[package]]
name = "indicatif"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7baab56125e25686df467fe470785512329883aab42696d661247aca2a2896e4"
dependencies = [
"console",
"lazy_static",
"number_prefix",
"regex",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "input_buffer"
2020-12-30 16:52:14 -06:00
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f97967975f448f1a7ddb12b0bc41069d09ed6a1c161a92687e057325db35d413"
2020-05-07 08:13:55 -05:00
dependencies = [
"bytes 1.0.1",
2020-05-07 08:13:55 -05:00
]
2020-10-26 16:48:04 -05:00
[[package]]
name = "instant"
version = "0.1.9"
2020-10-26 16:48:04 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec"
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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a0ed58ba6089d49f8a9a7d5e16fc9b9e2019cdf40ef270f3d465fa244d9630b"
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-05-07 08:13:55 -05:00
[[package]]
name = "iovec"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
dependencies = [
"libc",
]
2020-11-06 08:21:10 -06:00
[[package]]
name = "ipnet"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135"
[[package]]
name = "itertools"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
dependencies = [
"either",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "itoa"
2020-12-27 19:45:50 -06:00
version = "0.4.7"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-27 19:45:50 -06:00
checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
2020-05-07 08:13:55 -05:00
[[package]]
name = "jni"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1981310da491a4f0f815238097d0d43d8072732b5ae5f8bd0d8eadf5bf245402"
dependencies = [
"cesu8",
"combine 3.8.1",
"error-chain",
"jni-sys",
"log",
"walkdir",
]
[[package]]
name = "jni"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36bcc950632e48b86da402c5c077590583da5ac0d480103611d5374e7c967a3c"
dependencies = [
"cesu8",
"combine 4.5.2",
"error-chain",
"jni-sys",
"log",
"walkdir",
]
2020-11-06 08:21:10 -06:00
[[package]]
name = "jni"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24967112a1e4301ca5342ea339763613a37592b8a6ce6cf2e4494537c7a42faf"
dependencies = [
"cesu8",
"combine 4.5.2",
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.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
dependencies = [
"libc",
]
[[package]]
name = "js-sys"
2020-11-30 14:09:31 -06:00
version = "0.3.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-30 14:09:31 -06:00
checksum = "cf3d7383929f7c9c7c2d0fa596f325832df98c3704f2c60553080f7127a58175"
dependencies = [
"wasm-bindgen",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
dependencies = [
"winapi 0.2.8",
"winapi-build",
]
[[package]]
name = "keyboard-types"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a989afac88279b0482f402d234b5fbd405bf1ad051308595b58de4e6de22346b"
dependencies = [
"bitflags",
]
[[package]]
name = "kurbo"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16cb54cd28cb3d2e964d9444ca185676a94fd9b7cce5f02b22c717947ed8e9a2"
dependencies = [
"arrayvec",
]
2020-06-16 09:41:01 -05:00
[[package]]
name = "lazy-static-include"
version = "3.0.5"
2020-06-16 09:41:01 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c942ea960c2d8678d32cb14aa56d5c37f21107b54aa281c944e4d03690c55d1"
2020-06-16 09:41:01 -05:00
dependencies = [
"lazy_static",
"slash-formatter",
2020-06-16 09:41:01 -05:00
"syn",
]
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
2020-05-07 08:13:55 -05:00
[[package]]
name = "libc"
version = "0.2.82"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89203f3fba0a3795506acaad8ebce3c80c0af93f994d5a1d7a0b1eeb23271929"
2020-05-07 08:13:55 -05:00
[[package]]
name = "libflate"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "389de7875e06476365974da3e7ff85d55f1972188ccd9f6020dd7c8156e17914"
dependencies = [
"adler32",
"crc32fast",
"libflate_lz77",
"rle-decode-fast",
]
[[package]]
name = "libflate_lz77"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3286f09f7d4926fc486334f28d8d2e6ebe4f7f9994494b6dab27ddfad2c9b11b"
2020-10-26 16:48:04 -05:00
[[package]]
name = "libloading"
2020-12-03 11:53:42 -06:00
version = "0.6.6"
2020-10-26 16:48:04 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-03 11:53:42 -06:00
checksum = "e9367bdfa836b7e3cf895867f7a570283444da90562980ec2263d6e1569b16bc"
2020-10-26 16:48:04 -05:00
dependencies = [
"cfg-if 1.0.0",
"winapi 0.3.9",
]
2020-12-28 12:09:38 -06:00
[[package]]
name = "libm"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a"
[[package]]
name = "linked-hash-map"
2021-01-08 19:07:29 -06:00
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-08 19:07:29 -06:00
checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
2020-10-26 16:48:04 -05:00
[[package]]
name = "lock_api"
version = "0.4.2"
2020-10-26 16:48:04 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312"
2020-10-26 16:48:04 -05:00
dependencies = [
"scopeguard",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "log"
version = "0.4.13"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcf3805d4480bb5b86070dcfeb9e2cb2ebc148adb753c5cca5f884d1d65a42b2"
2020-05-07 08:13:55 -05:00
dependencies = [
2020-10-13 12:12:47 -05:00
"cfg-if 0.1.10",
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"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
2020-12-28 12:09:38 -06:00
[[package]]
name = "matrixmultiply"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "916806ba0031cd542105d916a97c8572e1fa6dd79c9c51e7eb43a09ec2dd84c1"
dependencies = [
"rawpointer",
]
[[package]]
name = "maybe-uninit"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
2020-05-07 08:13:55 -05:00
[[package]]
name = "memchr"
version = "2.3.4"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
2020-05-07 08:13:55 -05:00
[[package]]
name = "memmap2"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b70ca2a6103ac8b665dc150b142ef0e4e89df640c9e6cf295d189c3caebe5a"
dependencies = [
"libc",
]
[[package]]
name = "memoffset"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87"
dependencies = [
2020-11-03 07:47:02 -06:00
"autocfg",
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"
2020-11-06 08:21:10 -06:00
[[package]]
name = "mime_guess"
version = "2.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212"
dependencies = [
"mime",
"unicase",
]
[[package]]
name = "miniz_oxide"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
dependencies = [
"adler32",
]
2020-07-06 18:30:58 -05:00
[[package]]
name = "miniz_oxide"
version = "0.4.3"
2020-07-06 18:30:58 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d"
2020-07-06 18:30:58 -05:00
dependencies = [
"adler",
2020-11-03 07:47:02 -06:00
"autocfg",
2020-07-06 18:30:58 -05:00
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "mio"
version = "0.6.23"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
2020-05-07 08:13:55 -05:00
dependencies = [
2020-10-13 12:12:47 -05:00
"cfg-if 0.1.10",
2020-05-07 08:13:55 -05:00
"fuchsia-zircon",
"fuchsia-zircon-sys",
"iovec",
"kernel32-sys",
"libc",
2020-11-03 07:47:02 -06:00
"log",
"miow 0.2.2",
2020-05-07 08:13:55 -05:00
"net2",
"slab",
"winapi 0.2.8",
]
[[package]]
2020-12-25 20:08:15 -06:00
name = "mio"
2020-12-30 16:52:14 -06:00
version = "0.7.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-30 16:52:14 -06:00
checksum = "e50ae3f04d169fcc9bde0b547d1c205219b7157e07ded9c5aff03e0637cb3ed7"
dependencies = [
2020-12-25 20:08:15 -06:00
"libc",
2020-11-03 07:47:02 -06:00
"log",
"miow 0.3.6",
2020-12-25 20:08:15 -06:00
"ntapi",
"winapi 0.3.9",
]
[[package]]
name = "mio-extras"
version = "2.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
dependencies = [
"lazycell",
"log",
"mio 0.6.23",
"slab",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "miow"
version = "0.2.2"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
2020-05-07 08:13:55 -05:00
dependencies = [
"kernel32-sys",
"net2",
"winapi 0.2.8",
"ws2_32-sys",
]
[[package]]
name = "miow"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897"
dependencies = [
"socket2",
"winapi 0.3.9",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "msgbox"
2020-11-06 08:21:10 -06:00
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "997d7ddd958df6f965b5f7e28acfffb0c8ee5eac8e73e29f14b33c18ca461baa"
2020-05-07 08:13:55 -05:00
dependencies = [
"cocoa",
"glib",
2020-05-07 08:13:55 -05:00
"gtk",
"objc",
2020-10-13 12:12:47 -05:00
"thiserror",
"winapi 0.3.9",
2020-05-07 08:13:55 -05:00
]
2020-12-28 12:09:38 -06:00
[[package]]
name = "nalgebra"
2020-12-30 17:49:43 -06:00
version = "0.24.0"
2020-12-28 12:09:38 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-30 17:49:43 -06:00
checksum = "77fea728d5bead12fae18a36258f43f397c20850925cd84af2caf9b8fc7f5d49"
2020-12-28 12:09:38 -06:00
dependencies = [
"approx",
"generic-array 0.14.4",
"matrixmultiply",
"num-complex",
"num-rational",
"num-traits",
"rand 0.7.3",
"rand_distr",
"serde",
"simba",
"typenum",
]
2020-11-06 08:21:10 -06:00
[[package]]
name = "native-tls"
2020-12-30 16:52:14 -06:00
version = "0.2.7"
2020-11-06 08:21:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-30 16:52:14 -06:00
checksum = "b8d96b2e1c8da3957d58100b09f102c6d9cfdfced01b7ec5a8974044bb09dbd4"
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.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5eb167c1febed0a496639034d0c76b3b74263636045db5489eee52143c246e73"
dependencies = [
"jni-sys",
"ndk-sys",
"num_enum",
"thiserror",
]
[[package]]
name = "ndk-glue"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdf399b8b7a39c6fb153c4ec32c72fd5fe789df24a647f229c239aa7adb15241"
dependencies = [
"lazy_static",
"libc",
"log",
"ndk",
"ndk-macro",
"ndk-sys",
]
[[package]]
name = "ndk-macro"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05d1c6307dc424d0f65b9b06e94f88248e6305726b14729fd67a5e47b2dc481d"
dependencies = [
"darling",
"proc-macro-crate",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "ndk-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c44922cb3dbb1c70b5e5f443d63b64363a898564d739ba5198e3a9138442868d"
2020-05-07 08:13:55 -05:00
[[package]]
name = "net2"
2020-12-10 17:37:42 -06:00
version = "0.2.37"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-10 17:37:42 -06:00
checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
2020-05-07 08:13:55 -05:00
dependencies = [
2020-10-13 12:12:47 -05:00
"cfg-if 0.1.10",
2020-05-07 08:13:55 -05:00
"libc",
"winapi 0.3.9",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "nix"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b2e0b4f3320ed72aaedb9a5ac838690a8047c7b275da22711fddff4f8a14229"
dependencies = [
"bitflags",
"cc",
"cfg-if 0.1.10",
"libc",
"void",
]
[[package]]
name = "nix"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83450fe6a6142ddd95fb064b746083fc4ef1705fe81f64a64e1d4b39f54a1055"
dependencies = [
"bitflags",
"cc",
"cfg-if 0.1.10",
"libc",
]
2020-06-06 15:00:49 -05:00
[[package]]
name = "nom"
2020-06-16 09:41:01 -05:00
version = "5.1.2"
2020-06-06 15:00:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-16 09:41:01 -05:00
checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
2020-06-06 15:00:49 -05:00
dependencies = [
"memchr",
2020-11-03 07:47:02 -06:00
"version_check",
2020-06-06 15:00:49 -05:00
]
[[package]]
name = "nom"
version = "6.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88034cfd6b4a0d54dd14f4a507eceee36c0b70e5a02236c4e4df571102be17f0"
dependencies = [
"memchr",
"version_check",
]
[[package]]
name = "ntapi"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
dependencies = [
"winapi 0.3.9",
]
2020-12-28 12:09:38 -06:00
[[package]]
name = "num-complex"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "747d632c0c558b87dbabbe6a82f3b4ae03720d0646ac5b7b4dae89394be5f2c5"
dependencies = [
"num-traits",
"serde",
]
[[package]]
name = "num-derive"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "num-integer"
version = "0.1.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
dependencies = [
2020-11-03 07:47:02 -06:00
"autocfg",
"num-traits",
]
2020-12-28 12:09:38 -06:00
[[package]]
name = "num-rational"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-traits"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
dependencies = [
2020-11-03 07:47:02 -06:00
"autocfg",
2020-12-28 12:09:38 -06:00
"libm",
]
[[package]]
name = "num_cpus"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
dependencies = [
"hermit-abi",
"libc",
]
[[package]]
name = "num_enum"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca565a7df06f3d4b485494f25ba05da1435950f4dc263440eda7a6fa9b8e36e4"
dependencies = [
"derivative",
"num_enum_derive",
]
[[package]]
name = "num_enum_derive"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffa5a33ddddfee04c0283a7653987d634e880347e96b5b2ed64de07efb59db9d"
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
"syn",
]
2020-11-06 08:21:10 -06:00
[[package]]
name = "number_prefix"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17b02fc0ff9a9e4b35b3342880f48e896ebf69f2967921fe8646bf5b7125956a"
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",
]
[[package]]
name = "object"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d3b63360ec3cb337817c2dbd47ab4a0f170d285d8e5a2064600f3def1402397"
[[package]]
name = "oboe"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1aadc2b0867bdbb9a81c4d99b9b682958f49dbea1295a81d2f646cca2afdd9fc"
dependencies = [
"jni 0.14.0",
"ndk",
"ndk-glue",
"num-derive",
"num-traits",
"oboe-sys",
]
[[package]]
name = "oboe-sys"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68ff7a51600eabe34e189eec5c995a62f151d8d97e5fbca39e87ca738bb99b82"
dependencies = [
"fetch_unroll",
]
[[package]]
name = "once_cell"
version = "1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0"
2020-05-07 08:13:55 -05:00
[[package]]
name = "opaque-debug"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
2020-11-03 07:47:02 -06:00
[[package]]
name = "opaque-debug"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
2020-11-06 08:21:10 -06:00
[[package]]
name = "openssl"
version = "0.10.32"
2020-11-06 08:21:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "038d43985d1ddca7a9900630d8cd031b56e4794eecc2e9ea39dd17aa04399a70"
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",
"lazy_static",
"libc",
"openssl-sys",
]
[[package]]
name = "openssl-probe"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
[[package]]
name = "openssl-sys"
version = "0.9.60"
2020-11-06 08:21:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "921fc71883267538946025deffb622905ecad223c28efbfdef9bb59a0175f3e6"
2020-11-06 08:21:10 -06:00
dependencies = [
"autocfg",
"cc",
"libc",
"pkg-config",
"vcpkg",
]
2020-05-25 08:29:58 -05:00
[[package]]
name = "os_str_bytes"
2020-11-07 14:16:53 -06:00
version = "2.4.0"
2020-05-25 08:29:58 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 14:16:53 -06:00
checksum = "afb2e1c3ee07430c2cf76151675e583e0f19985fa6efae47d6848a3e2c824f85"
2020-05-25 08:29:58 -05:00
[[package]]
name = "owned_ttf_parser"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f923fb806c46266c02ab4a5b239735c144bdeda724a50ed058e5226f594cde3"
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",
"glib",
"glib-sys",
"gobject-sys",
"libc",
"once_cell",
2020-05-07 08:13:55 -05:00
"pango-sys",
]
[[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 = [
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
2020-05-07 08:13:55 -05:00
]
2020-10-26 16:48:04 -05:00
[[package]]
name = "parking_lot"
version = "0.11.1"
2020-10-26 16:48:04 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
2020-10-26 16:48:04 -05:00
dependencies = [
"instant",
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
version = "0.8.2"
2020-10-26 16:48:04 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ccb628cad4f84851442432c60ad8e1f607e29752d0bf072cbd0baf28aa34272"
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 0.1.57",
2020-10-26 16:48:04 -05:00
"smallvec",
"winapi 0.3.9",
]
2020-12-28 12:09:38 -06:00
[[package]]
name = "paste"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5d65c4d95931acda4498f675e332fcbdc9a06705cd07086c510e9b6009cd1c1"
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-11-30 04:51:44 -06:00
[[package]]
name = "pem"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c220d01f863d13d96ca82359d1e81e64a7c6bf0637bcde7b2349630addf0c6"
dependencies = [
"base64 0.13.0",
"once_cell",
"regex",
]
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"
[[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"
version = "0.4.0"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d70072c20945e1ab871c472a285fc772aefd4f5407723c206242f2c6f94595d6"
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 = [
"kurbo",
"unic-bidi",
]
[[package]]
name = "piet-cairo"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91834682e7b19ae26cebc0f3ad83a36d4ae2e4f95b85f2c93a34873f38319d29"
dependencies = [
"cairo-rs",
"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 = [
"cairo-rs",
"cairo-sys-rs",
"cfg-if 1.0.0",
"core-graphics 0.22.2",
"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.1",
"core-foundation-sys 0.8.2",
"core-graphics 0.22.2",
"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 0.3.9",
"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"
version = "0.4.27"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-13 12:12:47 -05:00
checksum = "2ffbc8e94b38ea3d2d8ba92aea2983b503cd75d0888d75b86bb37970b5698e15"
2020-05-07 08:13:55 -05:00
dependencies = [
"pin-project-internal 0.4.27",
]
[[package]]
name = "pin-project"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95b70b68509f17aa2857863b6fa00bf21fc93674c7a8893de2f469f6aa7ca2f2"
dependencies = [
"pin-project-internal 1.0.4",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "pin-project-internal"
2020-10-13 12:12:47 -05:00
version = "0.4.27"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-13 12:12:47 -05:00
checksum = "65ad2ae56b6abe3a1ee25f15ee605bacadb9a764edaba9c2bf4103800d4a1895"
2020-05-07 08:13:55 -05:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "pin-project-internal"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "caa25a6393f22ce819b0f50e0be89287292fda8d425be38ee0ca14c4931d9e71"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "pin-project-lite"
version = "0.1.11"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c917123afa01924fc84bb20c4c03f004d9c38e5127e3c039bbf7f4b9c76a2f6b"
2020-05-07 08:13:55 -05:00
[[package]]
name = "pin-project-lite"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827"
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"
2020-10-13 12:12:47 -05:00
version = "0.3.19"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-13 12:12:47 -05:00
checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
2020-05-07 08:13:55 -05:00
[[package]]
name = "ppv-lite86"
2020-11-03 07:47:02 -06:00
version = "0.2.10"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-03 07:47:02 -06:00
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
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",
]
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
"syn",
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",
"quote",
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-macro-nested"
2020-06-16 09:41:01 -05:00
version = "0.1.6"
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 = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a"
2020-05-07 08:13:55 -05:00
[[package]]
name = "proc-macro2"
version = "1.0.24"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
2020-05-07 08:13:55 -05:00
dependencies = [
"unicode-xid",
]
[[package]]
name = "publicsuffix"
version = "1.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3bbaa49075179162b49acac1c6aa45fb4dafb5f13cf6794276d77bc7fd95757b"
dependencies = [
"error-chain",
"idna",
"lazy_static",
"regex",
"url",
]
[[package]]
name = "qstring"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d464fae65fff2680baf48019211ce37aaec0c78e9264c84a3e484717f965104e"
dependencies = [
"percent-encoding",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "quote"
version = "1.0.8"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "991431c3519a3f36861882da93630ce66b52918dcf1b8e2fd66b397fc96f28df"
2020-05-07 08:13:55 -05:00
dependencies = [
"proc-macro2",
]
2020-05-25 08:29:58 -05:00
[[package]]
name = "rand"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
dependencies = [
"fuchsia-cprng",
"libc",
"rand_core 0.3.1",
"rdrand",
"winapi 0.3.9",
2020-05-25 08:29:58 -05:00
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "rand"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
dependencies = [
"getrandom 0.1.16",
2020-05-07 08:13:55 -05:00
"libc",
"rand_chacha 0.2.2",
2020-05-07 08:13:55 -05:00
"rand_core 0.5.1",
"rand_hc 0.2.0",
]
[[package]]
name = "rand"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18519b42a40024d661e1714153e9ad0c3de27cd495760ceb09710920f1098b1e"
dependencies = [
"libc",
"rand_chacha 0.3.0",
2021-01-04 18:07:32 -06:00
"rand_core 0.6.1",
"rand_hc 0.3.0",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "rand_chacha"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
dependencies = [
"ppv-lite86",
"rand_core 0.5.1",
]
[[package]]
name = "rand_chacha"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
dependencies = [
"ppv-lite86",
2021-01-04 18:07:32 -06:00
"rand_core 0.6.1",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "rand_core"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
dependencies = [
"rand_core 0.4.2",
]
[[package]]
name = "rand_core"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
[[package]]
name = "rand_core"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
dependencies = [
"getrandom 0.1.16",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "rand_core"
2021-01-04 18:07:32 -06:00
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-04 18:07:32 -06:00
checksum = "c026d7df8b298d90ccbbc5190bd04d85e159eaf5576caeacf8741da93ccbd2e5"
dependencies = [
2021-01-04 04:47:11 -06:00
"getrandom 0.2.1",
]
2020-12-28 12:09:38 -06:00
[[package]]
name = "rand_distr"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9e9532ada3929fb8b2e9dbe28d1e06c9b2cc65813f074fcb6bd5fbefeff9d56"
dependencies = [
"num-traits",
"rand 0.7.3",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
dependencies = [
"rand_core 0.5.1",
]
[[package]]
name = "rand_hc"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
dependencies = [
2021-01-04 18:07:32 -06:00
"rand_core 0.6.1",
]
2020-10-26 16:48:04 -05:00
[[package]]
name = "range-alloc"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a871f1e45a3a3f0c73fb60343c811238bb5143a81642e27c2ac7aac27ff01a63"
[[package]]
name = "raw-window-handle"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a441a7a6c80ad6473bd4b74ec1c9a4c951794285bf941c2126f607c72e48211"
dependencies = [
"libc",
]
2020-12-28 12:09:38 -06:00
[[package]]
name = "rawpointer"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
[[package]]
name = "rayon"
2020-10-22 12:12:30 -05:00
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-22 12:12:30 -05:00
checksum = "8b0d8e0819fadc20c74ea8373106ead0600e3a67ef1fe8da56e39b9ae7275674"
dependencies = [
2020-11-03 07:47:02 -06:00
"autocfg",
"crossbeam-deque",
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2020-10-22 12:12:30 -05:00
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-22 12:12:30 -05:00
checksum = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a"
dependencies = [
2020-11-25 10:16:44 -06:00
"crossbeam-channel",
"crossbeam-deque",
2020-11-25 10:16:44 -06:00
"crossbeam-utils",
"lazy_static",
"num_cpus",
]
2020-11-30 04:51:44 -06:00
[[package]]
name = "rcgen"
2020-12-10 17:37:42 -06:00
version = "0.8.9"
2020-11-30 04:51:44 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-10 17:37:42 -06:00
checksum = "5cb7a2dc0e5307189b6933a61290ff06b65b35bdcaae2b2c50a0c3e355cb118e"
2020-11-30 04:51:44 -06:00
dependencies = [
"chrono",
"pem",
"ring",
"yasna",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "rdrand"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
dependencies = [
"rand_core 0.3.1",
]
[[package]]
name = "redox_syscall"
version = "0.1.57"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
2020-05-07 08:13:55 -05:00
[[package]]
name = "redox_syscall"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05ec8ca9416c5ea37062b502703cd7fcb207736bc294f6e0cf367ac6fc234570"
dependencies = [
"bitflags",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "redox_users"
version = "0.3.5"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"
2020-05-07 08:13:55 -05:00
dependencies = [
"getrandom 0.1.16",
"redox_syscall 0.1.57",
2020-05-07 08:13:55 -05:00
"rust-argon2",
]
[[package]]
name = "regex"
version = "1.4.3"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a"
2020-05-07 08:13:55 -05:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
"thread_local",
]
[[package]]
name = "regex-syntax"
version = "0.6.22"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581"
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 0.3.9",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "rental"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8545debe98b2b139fb04cad8618b530e9b07c152d99a5de83c860b877d67847f"
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",
"quote",
"syn",
]
2020-11-06 08:21:10 -06:00
[[package]]
name = "reqwest"
2020-12-15 06:51:30 -06:00
version = "0.10.10"
2020-11-06 08:21:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-15 06:51:30 -06:00
checksum = "0718f81a8e14c4dbb3b34cf23dc6aaf9ab8a0dfec160c534b3dbca1aaa21f47c"
2020-11-06 08:21:10 -06:00
dependencies = [
"base64 0.13.0",
"bytes 0.5.6",
2020-11-06 08:21:10 -06:00
"encoding_rs",
"futures-core",
"futures-util",
"http",
2020-12-25 20:08:15 -06:00
"http-body 0.3.1",
"hyper 0.13.9",
"hyper-tls 0.4.3",
2020-11-06 08:21:10 -06:00
"ipnet",
"js-sys",
"lazy_static",
"log",
"mime",
"mime_guess",
"native-tls",
"percent-encoding",
"pin-project-lite 0.2.4",
2020-11-06 08:21:10 -06:00
"serde",
"serde_urlencoded",
2020-12-25 20:08:15 -06:00
"tokio 0.2.24",
2020-11-06 08:21:10 -06:00
"tokio-tls",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"winreg",
2020-11-06 08:21:10 -06:00
]
[[package]]
name = "reqwest"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd281b1030aa675fb90aa994d07187645bb3c8fc756ca766e7c3070b439de9de"
dependencies = [
"base64 0.13.0",
"bytes 1.0.1",
"encoding_rs",
"futures-core",
"futures-util",
"http",
"http-body 0.4.0",
"hyper 0.14.2",
"hyper-tls 0.5.0",
"ipnet",
"js-sys",
"lazy_static",
"log",
"mime",
"native-tls",
"percent-encoding",
"pin-project-lite 0.2.4",
"serde",
"serde_urlencoded",
"tokio 1.0.1",
"tokio-native-tls",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"winreg",
]
2020-11-30 04:51:44 -06:00
[[package]]
name = "ring"
2020-12-02 10:45:34 -06:00
version = "0.16.19"
2020-11-30 04:51:44 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-02 10:45:34 -06:00
checksum = "024a1e66fea74c66c66624ee5622a7ff0e4b73a13b4f5c326ddb50c708944226"
2020-11-30 04:51:44 -06:00
dependencies = [
"cc",
"libc",
"once_cell",
"spin",
"untrusted",
"web-sys",
"winapi 0.3.9",
]
[[package]]
name = "rle-decode-fast"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cabe4fa914dec5870285fa7f71f602645da47c486e68486d2b4ceb4a343e90ac"
2020-05-07 08:13:55 -05:00
[[package]]
name = "runas"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a620b0994a180cdfa25c0439e6d58c0628272571501880d626ffff58e96a0799"
dependencies = [
"cc",
"which",
]
[[package]]
name = "rust-argon2"
2020-11-25 07:43:39 -06:00
version = "0.8.3"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-25 07:43:39 -06:00
checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"
2020-05-07 08:13:55 -05:00
dependencies = [
2020-11-25 07:43:39 -06:00
"base64 0.13.0",
2020-05-07 08:13:55 -05:00
"blake2b_simd",
"constant_time_eq",
2020-11-25 10:16:44 -06:00
"crossbeam-utils",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "rustc-demangle"
2020-10-22 12:12:30 -05:00
version = "0.1.18"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-22 12:12:30 -05:00
checksum = "6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232"
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",
]
[[package]]
name = "rustls"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "064fd21ff87c6e87ed4506e68beb42459caa4a0e2eb144932e6776768556980b"
dependencies = [
"base64 0.13.0",
"log",
"ring",
"sct",
"webpki",
]
[[package]]
name = "rusttype"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc7c727aded0be18c5b80c1640eae0ac8e396abf6fa8477d96cb37d18ee5ec59"
dependencies = [
"ab_glyph_rasterizer",
"owned_ttf_parser",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "ryu"
2020-05-31 13:29:42 -05:00
version = "1.0.5"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-31 13:29:42 -05:00
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
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.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
dependencies = [
"lazy_static",
"winapi 0.3.9",
]
[[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"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3042af939fca8c3453b7af0f1c66e533a15a86169e39de2657310ade8f98d3c"
dependencies = [
"ring",
"untrusted",
]
2020-11-06 08:21:10 -06:00
[[package]]
name = "security-framework"
2020-11-07 14:16:53 -06:00
version = "2.0.0"
2020-11-06 08:21:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 14:16:53 -06:00
checksum = "c1759c2e3c8580017a484a7ac56d3abc5a6c1feadf88db2f3633f12ae4268c69"
2020-11-06 08:21:10 -06:00
dependencies = [
"bitflags",
"core-foundation 0.9.1",
"core-foundation-sys 0.8.2",
2020-11-06 08:21:10 -06:00
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2020-11-07 14:16:53 -06:00
version = "2.0.0"
2020-11-06 08:21:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 14:16:53 -06:00
checksum = "f99b9d5e26d2a71633cc4f2ebae7cc9f874044e0c351a27e17892d76dce5678b"
2020-11-06 08:21:10 -06:00
dependencies = [
"core-foundation-sys 0.8.2",
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 = [
"semver-parser 0.7.0",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "semver"
version = "0.11.0"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
2020-05-07 08:13:55 -05:00
dependencies = [
"semver-parser 0.10.2",
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"
2020-05-07 08:13:55 -05:00
[[package]]
name = "semver-parser"
version = "0.10.2"
2020-05-07 08:13:55 -05:00
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"
version = "1.0.119"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bdd36f49e35b61d49efd8aa7fc068fd295961fd2286d0b2ee9a4c7a14e99cc3"
2020-05-07 08:13:55 -05:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.119"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "552954ce79a059ddd5fd68c271592374bd15cab2274970380c000118aeffe1cd"
2020-05-07 08:13:55 -05:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_json"
version = "1.0.61"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fceb2595057b6891a4ee808f70054bd2d12f0e97f1cbb78689b59f676df325a"
2020-05-07 08:13:55 -05:00
dependencies = [
"itoa",
"ryu",
"serde",
]
2020-11-06 08:21:10 -06:00
[[package]]
name = "serde_urlencoded"
version = "0.7.0"
2020-11-06 08:21:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9"
2020-11-06 08:21:10 -06:00
dependencies = [
"form_urlencoded",
2020-11-06 08:21:10 -06:00
"itoa",
"ryu",
2020-11-06 08:21:10 -06:00
"serde",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "settings-schema"
2020-08-06 08:40:16 -05:00
version = "0.3.1"
2020-05-07 08:13:55 -05:00
dependencies = [
"serde",
"serde_json",
"settings-schema-derive",
]
[[package]]
name = "settings-schema-derive"
version = "0.3.0"
2020-05-07 08:13:55 -05:00
dependencies = [
"heck",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "sha-1"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
dependencies = [
2020-11-03 07:47:02 -06:00
"block-buffer 0.7.3",
"digest 0.8.1",
2020-05-07 08:13:55 -05:00
"fake-simd",
2020-11-03 07:47:02 -06:00
"opaque-debug 0.2.3",
]
[[package]]
name = "sha-1"
version = "0.9.2"
2020-11-03 07:47:02 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce3cdf1b5e620a498ee6f2a171885ac7e22f0e12089ec4b3d22b84921792507c"
2020-11-03 07:47:02 -06:00
dependencies = [
"block-buffer 0.9.0",
"cfg-if 1.0.0",
2020-11-03 07:47:02 -06:00
"cpuid-bool",
"digest 0.9.0",
"opaque-debug 0.3.0",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "sha1"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
2020-11-06 08:21:10 -06:00
[[package]]
name = "sha2"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e7aab86fe2149bad8c507606bdb3f4ef5e7b2380eb92350f56122cca72a42a8"
dependencies = [
"block-buffer 0.9.0",
"cfg-if 1.0.0",
"cpuid-bool",
"digest 0.9.0",
"opaque-debug 0.3.0",
]
2020-06-06 15:00:49 -05:00
[[package]]
name = "shlex"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
[[package]]
name = "signal-hook-registry"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16f1d0fef1604ba8f7a073c7e701f213e056707210e9020af4528e0101ce11a6"
dependencies = [
"libc",
]
2020-12-28 12:09:38 -06:00
[[package]]
name = "simba"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17bfe642b1728a6e89137ad428ef5d4738eca4efaba9590f9e110b8944028621"
dependencies = [
"approx",
"num-complex",
"num-traits",
"paste",
]
[[package]]
name = "simple_logger"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd57f17c093ead1d4a1499dc9acaafdd71240908d64775465543b8d9a9f1d198"
dependencies = [
"atty",
"log",
"winapi 0.3.9",
]
[[package]]
name = "single-instance"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5cf81b17aaa439345566aff22f4e0c11a50c265f6d5589ab693e40913326385"
dependencies = [
"failure",
"libc",
2020-06-16 09:41:01 -05:00
"widestring 0.2.2",
"winapi 0.3.9",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "slab"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
[[package]]
name = "slash-formatter"
version = "3.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55a065b7c425d213cbefcaaa4b62dd936183fa41c806a74767c72dd659ff4ad0"
dependencies = [
"concat-with",
]
2020-10-26 16:48:04 -05:00
[[package]]
name = "smallvec"
version = "1.6.1"
2020-10-26 16:48:04 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
2020-10-26 16:48:04 -05:00
[[package]]
name = "smithay-client-toolkit"
version = "0.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "316e13a3eb853ce7bf72ad3530dc186cb2005c57c521ef5f4ada5ee4eed74de6"
dependencies = [
"andrew",
"bitflags",
"calloop",
"dlib",
"lazy_static",
"log",
"memmap2",
"nix 0.18.0",
"wayland-client",
"wayland-cursor",
"wayland-protocols",
]
[[package]]
name = "socket2"
version = "0.3.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
dependencies = [
"cfg-if 1.0.0",
"libc",
"winapi 0.3.9",
]
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"
2020-10-26 16:48:04 -05:00
[[package]]
name = "spirv_cross"
version = "0.22.2"
2020-10-26 16:48:04 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ebd49af36be83ecd6290b57147e2a0e26145b832634b17146d934b197ca3713"
2020-10-26 16:48:04 -05:00
dependencies = [
"cc",
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
[[package]]
name = "standback"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c66a8cff4fa24853fdf6b51f75c6d7f8206d7c75cab4e467bcd7f25c2b1febe0"
dependencies = [
"version_check",
]
[[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",
"rustc_version",
"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",
"quote",
"serde",
"serde_derive",
"syn",
]
[[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",
"quote",
"serde",
"serde_derive",
"serde_json",
"sha1",
"syn",
]
[[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"
[[package]]
name = "strsim"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
[[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 = [
"heck",
"proc-macro2",
"quote",
"syn",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "syn"
version = "1.0.58"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc60a3d73ea6594cd712d830cc1f0390fd71542d8c8cd24e70cc54cdfd5e05d5"
2020-05-07 08:13:55 -05:00
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
]
[[package]]
name = "synstructure"
2020-06-16 09:41:01 -05:00
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-06-16 09:41:01 -05:00
checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701"
dependencies = [
"proc-macro2",
"quote",
"syn",
"unicode-xid",
]
[[package]]
name = "sysinfo"
version = "0.15.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de94457a09609f33fec5e7fceaf907488967c6c7c75d64da6a7ce6ffdb8b5abd"
dependencies = [
"cc",
"cfg-if 1.0.0",
"core-foundation-sys 0.8.2",
"doc-comment",
"libc",
"ntapi",
"once_cell",
"rayon",
"winapi 0.3.9",
]
[[package]]
name = "system-deps"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f3ecc17269a19353b3558b313bba738b25d82993e30d62a18406a24aba4649b"
dependencies = [
"heck",
"pkg-config",
"strum",
"strum_macros",
"thiserror",
"toml",
"version-compare",
]
2020-11-06 08:21:10 -06:00
[[package]]
name = "tar"
version = "0.4.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "489997b7557e9a43e192c527face4feacc78bfbe6eed67fd55c4c9e381cba290"
dependencies = [
"filetime",
"libc",
"redox_syscall 0.1.57",
2020-11-06 08:21:10 -06:00
"xattr",
]
2020-05-25 08:29:58 -05:00
[[package]]
name = "tempdir"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
dependencies = [
"rand 0.4.6",
"remove_dir_all",
]
2020-11-06 08:21:10 -06:00
[[package]]
name = "tempfile"
version = "3.2.0"
2020-11-06 08:21:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
2020-11-06 08:21:10 -06:00
dependencies = [
"cfg-if 1.0.0",
2020-11-06 08:21:10 -06:00
"libc",
"rand 0.8.2",
"redox_syscall 0.2.4",
2020-11-06 08:21:10 -06:00
"remove_dir_all",
"winapi 0.3.9",
]
2020-06-06 15:00:49 -05:00
[[package]]
name = "termcolor"
version = "1.1.2"
2020-06-06 15:00:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
2020-06-06 15:00:49 -05:00
dependencies = [
"winapi-util",
]
2020-11-06 08:21:10 -06:00
[[package]]
name = "terminal_size"
version = "0.1.15"
2020-11-06 08:21:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bd2d183bd3fac5f5fe38ddbeb4dc9aec4a39a9d7d59e7491d900302da01cbe1"
2020-11-06 08:21:10 -06:00
dependencies = [
"libc",
"winapi 0.3.9",
]
2020-06-06 15:00:49 -05:00
[[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"
version = "1.0.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76cc616c6abf8c8928e2fdcc0dbfab37175edd8fb49a4641066ad1364fdab146"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9be73a2caec27583d0046ef3796c3794f868a5bc813db689eed00c7631275cd1"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "thread_local"
version = "1.1.0"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb9bc092d0d51e76b2b19d9d85534ffc9ec2db959a2523cdae0697e2972cd447"
2020-05-07 08:13:55 -05:00
dependencies = [
"lazy_static",
]
2020-10-26 16:48:04 -05:00
[[package]]
name = "thunderdome"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7572415bd688d401c52f6e36f4c8e805b9ae1622619303b9fa835d531db0acae"
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 0.3.9",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "time"
version = "0.2.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "273d3ed44dca264b0d6b3665e8d48fb515042d42466fad93d2a45b90ec4058f7"
dependencies = [
"const_fn",
"libc",
"standback",
"stdweb 0.4.20",
"time-macros",
"version_check",
"winapi 0.3.9",
]
[[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"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5c3be1edfad6027c69f5491cf4cb310d1a71ecd6af742788c6ff8bced86b8fa"
dependencies = [
"proc-macro-hack",
"proc-macro2",
"quote",
"standback",
"syn",
]
[[package]]
name = "tiny-keccak"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
dependencies = [
"crunchy",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "tinyfiledialogs"
version = "3.3.10"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c45fb26c3f37d9a8b556e51f6d7f13f685af766017030af56e9247e638aa6194"
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"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccf8dbc19eb42fba10e8feaaec282fb50e2c14b2726d6301dbfeed0f73306a6f"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
2020-05-07 08:13:55 -05:00
[[package]]
name = "tokio"
2020-12-09 14:01:30 -06:00
version = "0.2.24"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-09 14:01:30 -06:00
checksum = "099837d3464c16a808060bb3f02263b412f6fafcb5d01c533d309985fbeebe48"
2020-05-07 08:13:55 -05:00
dependencies = [
"bytes 0.5.6",
2020-05-07 08:13:55 -05:00
"fnv",
"futures-core",
"iovec",
"lazy_static",
"memchr",
2020-12-25 20:08:15 -06:00
"mio 0.6.23",
2020-11-06 08:21:10 -06:00
"num_cpus",
"pin-project-lite 0.1.11",
2020-05-07 08:13:55 -05:00
"slab",
2020-12-25 20:08:15 -06:00
]
[[package]]
name = "tokio"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d258221f566b6c803c7b4714abadc080172b272090cdc5e244a6d4dd13c3a6bd"
dependencies = [
"autocfg",
"bytes 1.0.1",
2020-12-25 20:08:15 -06:00
"libc",
"memchr",
2020-12-30 16:52:14 -06:00
"mio 0.7.7",
2020-12-25 20:08:15 -06:00
"num_cpus",
"once_cell",
"pin-project-lite 0.2.4",
2020-12-25 20:08:15 -06:00
"signal-hook-registry",
"tokio-macros",
"winapi 0.3.9",
]
[[package]]
name = "tokio-macros"
2020-12-25 20:08:15 -06:00
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-25 20:08:15 -06:00
checksum = "42517d2975ca3114b22a16192634e8241dc5cc1f130be194645970cc1c371494"
dependencies = [
"proc-macro2",
"quote",
"syn",
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",
"tokio 1.0.1",
]
2020-12-25 20:08:15 -06:00
[[package]]
name = "tokio-stream"
version = "0.1.2"
2020-12-25 20:08:15 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76066865172052eb8796c686f0b441a93df8b08d40a950b062ffb9a426f00edd"
2020-12-25 20:08:15 -06:00
dependencies = [
"futures-core",
"pin-project-lite 0.2.4",
2020-12-25 20:08:15 -06:00
"tokio 1.0.1",
]
2020-11-06 08:21:10 -06:00
[[package]]
name = "tokio-tls"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343"
dependencies = [
"native-tls",
2020-12-25 20:08:15 -06:00
"tokio 0.2.24",
2020-11-06 08:21:10 -06:00
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "tokio-tungstenite"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1a5f475f1b9d077ea1017ecbc60890fda8e54942d680ca0b1d2b47cfa2d861b"
2020-05-07 08:13:55 -05:00
dependencies = [
2020-11-03 07:47:02 -06:00
"futures-util",
"log",
"pin-project 1.0.4",
2020-12-25 20:08:15 -06:00
"tokio 1.0.1",
2020-05-07 08:13:55 -05:00
"tungstenite",
]
[[package]]
name = "tokio-util"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
dependencies = [
"bytes 0.5.6",
2020-05-07 08:13:55 -05:00
"futures-core",
"futures-sink",
2020-11-03 07:47:02 -06:00
"log",
"pin-project-lite 0.1.11",
2020-12-25 20:08:15 -06:00
"tokio 0.2.24",
]
[[package]]
name = "tokio-util"
version = "0.6.1"
2020-12-25 20:08:15 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12ae4751faa60b9f96dd8344d74592e5a17c0c9a220413dbc6942d14139bbfcc"
2020-12-25 20:08:15 -06:00
dependencies = [
"bytes 1.0.1",
2020-12-25 20:08:15 -06:00
"futures-core",
"futures-sink",
"log",
"pin-project-lite 0.2.4",
2020-12-25 20:08:15 -06:00
"tokio 1.0.1",
"tokio-stream",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "toml"
version = "0.5.8"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
2020-05-07 08:13:55 -05:00
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09391a441b373597cf0888d2b052dcf82c5be4fee05da3636ae30fb57aad8484"
dependencies = [
"chrono",
2020-11-06 08:21:10 -06:00
"combine 3.8.1",
"linked-hash-map",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "tower-service"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860"
[[package]]
name = "tracing"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f47026cdc4080c07e49b37087de021820269d996f581aac150ef9e5583eefe3"
dependencies = [
"cfg-if 1.0.0",
2020-11-03 07:47:02 -06:00
"log",
"pin-project-lite 0.2.4",
"tracing-core",
]
[[package]]
name = "tracing-core"
version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f"
dependencies = [
"lazy_static",
]
[[package]]
name = "tracing-futures"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab7bb6f14721aa00656086e9335d363c5c8747bae02ebe32ea2c7dece5689b4c"
dependencies = [
"pin-project 0.4.27",
"tracing",
]
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"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e5d7cd7ab3e47dda6e56542f4bbf3824c15234958c6e1bd6aaa347e93499fdc"
2020-05-07 08:13:55 -05:00
[[package]]
name = "tungstenite"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ada8297e8d70872fa9a551d93250a9f407beb9f37ef86494eb20012a2ff7c24"
2020-05-07 08:13:55 -05:00
dependencies = [
2020-12-25 20:08:15 -06:00
"base64 0.13.0",
2020-05-07 08:13:55 -05:00
"byteorder",
"bytes 1.0.1",
2020-05-07 08:13:55 -05:00
"http",
"httparse",
"input_buffer",
2020-11-03 07:47:02 -06:00
"log",
"rand 0.8.2",
"sha-1 0.9.2",
"url",
2020-05-07 08:13:55 -05:00
"utf-8",
]
[[package]]
name = "type-map"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d2741b1474c327d95c1f1e3b0a2c3977c8e128409c572a33af2914e7d636717"
dependencies = [
"fxhash",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "typenum"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
[[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-11-06 08:21:10 -06:00
[[package]]
name = "unicase"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
dependencies = [
"version_check",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "unicode-bidi"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
dependencies = [
"matches",
]
[[package]]
name = "unicode-normalization"
version = "0.1.16"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a13e63ab62dbe32aeee58d1c5408d35c36c392bba5d9d3142287219721afe606"
2020-05-07 08:13:55 -05:00
dependencies = [
"tinyvec",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "unicode-segmentation"
2020-11-25 07:43:39 -06:00
version = "1.7.1"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-25 07:43:39 -06:00
checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
2020-05-07 08:13:55 -05:00
2020-06-06 15:00:49 -05:00
[[package]]
name = "unicode-width"
2020-07-06 18:30:58 -05:00
version = "0.1.8"
2020-06-06 15:00:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-06 18:30:58 -05:00
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
2020-06-06 15:00:49 -05:00
2020-05-07 08:13:55 -05:00
[[package]]
name = "unicode-xid"
version = "0.2.1"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
2020-05-07 08:13:55 -05:00
[[package]]
name = "unreachable"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
dependencies = [
"void",
]
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 = "1.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "294b85ef5dbc3670a72e82a89971608a1fcc4ed5c7c5a2895230d31a95f0569b"
dependencies = [
"base64 0.13.0",
"chunked_transfer",
"cookie",
"cookie_store",
"log",
"once_cell",
"qstring",
"rustls",
"url",
"webpki",
"webpki-roots",
]
[[package]]
name = "ureq"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96014ded8c85822677daee4f909d18acccca744810fd4f8ffc492c284f2324bc"
dependencies = [
"base64 0.13.0",
"chunked_transfer",
"log",
"once_cell",
"rustls",
"url",
"webpki",
"webpki-roots",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "url"
2020-11-07 14:16:53 -06:00
version = "2.2.0"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 14:16:53 -06:00
checksum = "5909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e"
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"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7"
[[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"
2020-12-10 17:37:42 -06:00
version = "0.2.11"
2020-11-06 08:21:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-10 17:37:42 -06:00
checksum = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb"
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"
2020-05-07 08:13:55 -05:00
[[package]]
name = "version_check"
version = "0.9.2"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
2020-05-07 08:13:55 -05:00
[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
2020-05-25 08:29:58 -05:00
[[package]]
name = "walkdir"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
dependencies = [
"same-file",
"winapi 0.3.9",
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.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
[[package]]
name = "wasi"
version = "0.10.1+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93c6c3420963c5c64bca373b25e77acb562081b9bb4dd5bb864187742186cea9"
[[package]]
name = "wasm-bindgen"
2020-11-30 14:09:31 -06:00
version = "0.2.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-30 14:09:31 -06:00
checksum = "3cd364751395ca0f68cafb17666eee36b63077fb5ecd972bbcd74c90c4bf736e"
dependencies = [
2020-11-30 14:09:31 -06:00
"cfg-if 1.0.0",
2020-11-06 08:21:10 -06:00
"serde",
"serde_json",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2020-11-30 14:09:31 -06:00
version = "0.2.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-30 14:09:31 -06:00
checksum = "1114f89ab1f4106e5b55e688b828c0ab0ea593a1ea7c094b141b14cbaaec2d62"
dependencies = [
"bumpalo",
"lazy_static",
2020-11-03 07:47:02 -06:00
"log",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
2020-11-06 08:21:10 -06:00
[[package]]
name = "wasm-bindgen-futures"
2020-11-30 14:09:31 -06:00
version = "0.4.19"
2020-11-06 08:21:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-30 14:09:31 -06:00
checksum = "1fe9756085a84584ee9457a002b7cdfe0bfff169f45d2591d8be1345a6780e35"
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"
2020-11-30 14:09:31 -06:00
version = "0.2.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-30 14:09:31 -06:00
checksum = "7a6ac8995ead1f084a8dea1e65f194d0973800c7f571f6edd70adf06ecf77084"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2020-11-30 14:09:31 -06:00
version = "0.2.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-30 14:09:31 -06:00
checksum = "b5a48c72f299d80557c7c62e37e7225369ecc0c963964059509fbafe917c7549"
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2020-11-30 14:09:31 -06:00
version = "0.2.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-30 14:09:31 -06:00
checksum = "7e7811dd7f9398f14cc76efd356f98f03aa30419dea46aa810d71e819fc97158"
[[package]]
name = "wayland-client"
version = "0.28.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdbdbe01d03b2267809f3ed99495b37395387fde789e0f2ebb78e8b43f75b6d7"
dependencies = [
"bitflags",
"downcast-rs",
"libc",
"nix 0.18.0",
"scoped-tls",
"wayland-commons",
"wayland-scanner",
"wayland-sys",
]
[[package]]
name = "wayland-commons"
version = "0.28.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "480450f76717edd64ad04a4426280d737fc3d10a236b982df7b1aee19f0e2d56"
dependencies = [
"nix 0.18.0",
"once_cell",
"smallvec",
"wayland-sys",
]
[[package]]
name = "wayland-cursor"
version = "0.28.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6eb122c160223a7660feeaf949d0100281d1279acaaed3720eb3c9894496e5f"
dependencies = [
"nix 0.18.0",
"wayland-client",
"xcursor",
]
[[package]]
name = "wayland-protocols"
version = "0.28.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "319a82b4d3054dd25acc32d9aee0f84fa95b63bc983fffe4703b6b8d47e01a30"
dependencies = [
"bitflags",
"wayland-client",
"wayland-commons",
"wayland-scanner",
]
[[package]]
name = "wayland-scanner"
version = "0.28.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7010ba5767b3fcd350decc59055390b4ebe6bd1b9279a9feb1f1888987f1133d"
dependencies = [
"proc-macro2",
"quote",
"xml-rs",
]
[[package]]
name = "wayland-sys"
version = "0.28.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6793834e0c35d11fd96a97297abe03d37be627e1847da52e17d7e0e3b51cc099"
dependencies = [
"dlib",
"lazy_static",
"pkg-config",
]
[[package]]
name = "web-sys"
2020-11-30 14:09:31 -06:00
version = "0.3.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-30 14:09:31 -06:00
checksum = "222b1ef9334f92a21d3fb53dc3fd80f30836959a90f9274a626d7e06315ba3c3"
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webbrowser"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ecad156490d6b620308ed411cfee90d280b3cbd13e189ea0d3fada8acc89158a"
dependencies = [
"web-sys",
"widestring 0.4.3",
"winapi 0.3.9",
]
[[package]]
name = "webpki"
version = "0.21.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "webpki-roots"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82015b7e0b8bad8185994674a13a93306bea76cf5a16c5a181382fd3a5ec2376"
dependencies = [
"webpki",
]
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",
]
[[package]]
name = "widestring"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7157704c2e12e3d2189c507b7482c52820a16dfa4465ba91add92f266667cadb"
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
2020-05-07 08:13:55 -05:00
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
[[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-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
[[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 0.3.9",
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"
[[package]]
name = "winit"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da4eda6fce0eb84bd0a33e3c8794eb902e1033d0a1d5a31bc4f19b1b4bbff597"
dependencies = [
"bitflags",
"cocoa",
"core-foundation 0.9.1",
"core-graphics 0.22.2",
"core-video-sys",
"dispatch",
"instant",
"lazy_static",
"libc",
"log",
"mio 0.6.23",
"mio-extras",
"ndk",
"ndk-glue",
"ndk-sys",
"objc",
"parking_lot",
"percent-encoding",
"raw-window-handle",
"smithay-client-toolkit",
"wayland-client",
"winapi 0.3.9",
"x11-dl",
]
[[package]]
name = "winreg"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "winres"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff4fb510bbfe5b8992ff15f77a2e6fe6cf062878f0eda00c0f44963a807ca5dc"
dependencies = [
"toml",
]
[[package]]
name = "wio"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
dependencies = [
"winapi 0.3.9",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
dependencies = [
"winapi 0.2.8",
"winapi-build",
]
2020-05-25 08:29:58 -05:00
[[package]]
name = "x11-dl"
version = "2.18.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bf981e3a5b3301209754218f962052d4d9ee97e478f4d26d4a6eced34c1fef8"
dependencies = [
"lazy_static",
"libc",
"maybe-uninit",
"pkg-config",
]
2020-11-06 08:21:10 -06:00
[[package]]
name = "xattr"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
dependencies = [
"libc",
]
[[package]]
name = "xcursor"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a9a231574ae78801646617cefd13bfe94be907c0e4fa979cfd8b770aa3c5d08"
dependencies = [
"nom 6.0.1",
]
[[package]]
name = "xdg"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d089681aa106a86fade1b0128fb5daf07d5867a509ab036d99988dec80429a57"
[[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"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b07db065a5cf61a7e4ba64f29e67db906fb1787316516c4e6e5ff0fea1efcd8a"
2020-11-30 04:51:44 -06:00
[[package]]
name = "yasna"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0de7bff972b4f2a06c85f6d8454b09df153af7e3a4ec2aac81db1b105b684ddb"
dependencies = [
"chrono",
]
2020-05-25 08:29:58 -05:00
[[package]]
name = "zip"
version = "0.5.9"
2020-05-25 08:29:58 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc2896475a242c41366941faa27264df2cb935185a92e059a004d0048feb2ac5"
2020-05-25 08:29:58 -05:00
dependencies = [
"byteorder",
2020-05-25 08:29:58 -05:00
"bzip2",
"crc32fast",
"flate2",
"thiserror",
"time 0.1.43",
2020-05-25 08:29:58 -05:00
]
2020-11-06 08:21:10 -06:00
[[package]]
name = "zip-extensions"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd7b6215e7933f19dd3c5fd17ecb8b0433318ea96862925a68a8c01ad920e3b9"
dependencies = [
"zip",
]