ALVR-IPv6/Cargo.lock

3653 lines
87 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 = "addr2line"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c0929d69e78dd9bf5408269919fcbcaeb2e35e5d43e5815517cdc6a8e11a423"
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.3.3"
2020-11-25 10:16:44 -06:00
source = "git+https://github.com/Srinivasa314/alcro.git#7cac4d5d8abe61de1b6cc085b2dfa8ef3c228b51"
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
]
2020-11-06 08:21:10 -06:00
[[package]]
name = "alvr_client"
2020-11-22 14:59:13 -06:00
version = "13.0.0"
2020-11-06 08:21:10 -06:00
dependencies = [
"bindgen",
"cc",
"jni",
"walkdir",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "alvr_common"
version = "1.0.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",
"dirs",
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-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",
"sysinfo",
2020-11-25 10:44:36 -06:00
"tokio",
"widestring 0.4.3",
"winapi 0.3.9",
2020-08-04 10:00:00 -05:00
"winreg 0.7.0",
"wio",
2020-05-07 08:13:55 -05:00
]
[[package]]
2020-11-04 07:18:45 -06:00
name = "alvr_launcher"
2020-08-04 10:00:00 -05:00
version = "12.0.0"
2020-05-07 08:13:55 -05:00
dependencies = [
2020-05-25 08:29:58 -05:00
"alcro",
2020-05-07 08:13:55 -05:00
"alvr_common",
"fs_extra",
"reqwest",
"self_update",
"semver 0.11.0",
"serde_json",
"single-instance",
"tempfile",
"winres",
"zip",
2020-05-07 08:13:55 -05:00
]
[[package]]
2020-11-04 07:18:45 -06:00
name = "alvr_server"
2020-11-22 14:59:13 -06:00
version = "13.0.0"
2020-05-07 08:13:55 -05:00
dependencies = [
"alvr_common",
"bindgen",
2020-06-06 15:00:49 -05:00
"cc",
"fern",
2020-06-16 09:41:01 -05:00
"lazy-static-include",
"lazy_static",
2020-11-03 07:47:02 -06:00
"log",
2020-05-25 08:29:58 -05:00
"serde_json",
2020-06-06 15:00:49 -05:00
"walkdir",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "alvr_web_server"
version = "12.1.0"
2020-05-07 08:13:55 -05:00
dependencies = [
"alvr_common",
"bincode",
"bytes 0.5.6",
"chrono",
"fern",
"futures",
2020-11-03 07:47:02 -06:00
"headers",
"hyper",
2020-06-16 09:41:01 -05:00
"ipconfig",
2020-11-03 07:47:02 -06:00
"log",
"msgbox",
"semver 0.11.0",
"serde",
2020-05-07 08:13:55 -05:00
"serde_json",
2020-06-16 09:41:01 -05:00
"settings-schema",
"single-instance",
2020-05-07 08:13:55 -05:00
"tokio",
2020-11-03 07:47:02 -06:00
"tokio-tungstenite",
"tokio-util",
"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-05-07 08:13:55 -05:00
"dirs",
"fs_extra",
"lazy_static",
2020-05-07 08:13:55 -05:00
"pico-args",
"regex",
2020-05-07 08:13:55 -05:00
"runas",
"semver 0.11.0",
2020-05-07 08:13:55 -05:00
"termion",
"toml_edit",
2020-05-25 08:29:58 -05:00
"walkdir",
"zip",
2020-05-07 08:13:55 -05:00
]
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"
2020-11-03 07:47:02 -06:00
version = "1.0.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-03 07:47:02 -06:00
checksum = "bf8dcb5b4bbaa28653b647d8c77bd4ed40183b48882e130c1f1ffb73de069fd7"
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"
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 = "base64"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643"
dependencies = [
"byteorder",
"safemem",
]
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.55.1"
2020-06-06 15:00:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75b13ce559e6433d360c26305643803cb52cfbabbc2b9c47ce04a58493dfb443"
2020-06-06 15:00:49 -05:00
dependencies = [
"bitflags",
"cexpr",
2020-10-13 12:12:47 -05:00
"cfg-if 0.1.10",
2020-06-06 15:00:49 -05:00
"clang-sys",
"clap",
"env_logger",
"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.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
[[package]]
name = "bytes"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
dependencies = [
"byteorder",
"iovec",
]
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
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 0.15.0",
2020-11-06 08:21:10 -06:00
"log",
"rand 0.7.3",
"reqwest",
"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 = "cc"
version = "1.0.65"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95752358c8f7552394baf48cd82695b345628ad3f170d607de3ca03b8dacca15"
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",
]
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",
"winapi 0.3.9",
]
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",
"textwrap",
"unicode-width",
"vec_map",
]
2020-10-26 16:48:04 -05:00
[[package]]
name = "cloudabi"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4344512281c643ae7638bbabc3af17a11307803ec8f0fcad9fae512a8bf36467"
dependencies = [
"bitflags",
]
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",
2020-11-07 14:16:53 -06:00
"core-foundation",
2020-05-07 08:13:55 -05:00
"core-graphics",
"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",
2020-11-07 14:16:53 -06:00
"core-foundation",
"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.4.0"
2020-11-06 08:21:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9417a0c314565e2abffaece67e95a8cb51f9238cd39f3764d9dfdf09e72b20c"
2020-11-06 08:21:10 -06:00
dependencies = [
"bytes 0.5.6",
2020-11-06 08:21:10 -06:00
"memchr",
"pin-project-lite 0.1.11",
2020-11-06 08:21:10 -06:00
]
[[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.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a50aab2529019abfabfa93f1e6c41ef392f91fbf179b347a7e96abb524884a08"
dependencies = [
"encode_unicode",
"lazy_static",
"libc",
"regex",
"terminal_size",
"unicode-width",
"winapi 0.3.9",
"winapi-util",
]
[[package]]
name = "console_error_panic_hook"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8d976903543e0c48546a91908f21588a680a8c8f984df9a5d69feccb2b2a211"
dependencies = [
"cfg-if 0.1.10",
"wasm-bindgen",
]
[[package]]
name = "const-random"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "486d435a7351580347279f374cb8a3c16937485441db80181357b7c4d70f17ed"
dependencies = [
"const-random-macro",
"proc-macro-hack",
]
[[package]]
name = "const-random-macro"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49a84d8ff70e3ec52311109b019c27672b4c1929e4cf7c18bcf0cd9fb5e230be"
dependencies = [
"getrandom 0.2.0",
"lazy_static",
"proc-macro-hack",
"tiny-keccak",
]
2020-10-22 12:12:30 -05:00
[[package]]
name = "const_fn"
2020-11-03 07:47:02 -06:00
version = "0.4.3"
2020-10-22 12:12:30 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-03 07:47:02 -06:00
checksum = "c478836e029dcef17fb47c89023448c64f781a046e0300e257ad8225ae59afab"
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 = "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 = [
2020-11-07 14:16:53 -06:00
"core-foundation-sys",
2020-05-07 08:13:55 -05:00
"libc",
]
[[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.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc239bba52bab96649441699533a68de294a101533b0270b2d65aa402b29a7f9"
dependencies = [
"bitflags",
2020-11-07 14:16:53 -06:00
"core-foundation",
"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",
2020-11-07 14:16:53 -06:00
"core-foundation",
2020-05-07 08:13:55 -05:00
"foreign-types",
"libc",
]
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"
2020-10-22 12:12:30 -05:00
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-22 12:12:30 -05:00
checksum = "ec0f606a85340376eef0d6d8fec399e6d4a544d648386c6645eb6d0653b27d9f"
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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec91540d98355f690a86367e566ecad2e9e579f230230eb7c21398372be73ea5"
dependencies = [
2020-11-03 07:47:02 -06:00
"autocfg",
2020-10-22 12:12:30 -05:00
"cfg-if 1.0.0",
"const_fn",
"lazy_static",
]
[[package]]
name = "crunchy"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
[[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",
]
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 = "doc-comment"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
[[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-06-06 15:00:49 -05:00
[[package]]
name = "env_logger"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
dependencies = [
"atty",
"humantime",
2020-11-03 07:47:02 -06:00
"log",
2020-06-06 15:00:49 -05:00
"regex",
"termcolor",
]
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",
]
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",
"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
]
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 2.1.0",
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"
2020-11-10 12:30:15 -06:00
version = "0.3.8"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-10 12:30:15 -06:00
checksum = "9b3b0c040a1fe6529d30b3c5944b280c7f0dcb2930d2c3062bca967b602583d0"
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"
2020-11-10 12:30:15 -06:00
version = "0.3.8"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-10 12:30:15 -06:00
checksum = "4b7109687aa4e177ef6fe84553af6280ef2778bdb7783ba44c9dc3399110fe64"
2020-05-07 08:13:55 -05:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
2020-11-10 12:30:15 -06:00
version = "0.3.8"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-10 12:30:15 -06:00
checksum = "847ce131b72ffb13b6109a221da9ad97a64cbe48feb1028356b836b47b8f1748"
2020-05-07 08:13:55 -05:00
[[package]]
name = "futures-executor"
2020-11-10 12:30:15 -06:00
version = "0.3.8"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-10 12:30:15 -06:00
checksum = "4caa2b2b68b880003057c1dd49f1ed937e38f22fcf6c212188a121f08cf40a65"
2020-05-07 08:13:55 -05:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
2020-11-10 12:30:15 -06:00
version = "0.3.8"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-10 12:30:15 -06:00
checksum = "611834ce18aaa1bd13c4b374f5d653e1027cf99b6b502584ff8c9a64413b30bb"
2020-05-07 08:13:55 -05:00
[[package]]
name = "futures-macro"
2020-11-10 12:30:15 -06:00
version = "0.3.8"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-10 12:30:15 -06:00
checksum = "77408a692f1f97bcc61dc001d752e00643408fbc922e4d634c655df50d595556"
2020-05-07 08:13:55 -05:00
dependencies = [
"proc-macro-hack",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "futures-sink"
2020-11-10 12:30:15 -06:00
version = "0.3.8"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-10 12:30:15 -06:00
checksum = "f878195a49cee50e006b02b93cf7e0a95a38ac7b776b4c4d9cc1207cd20fcb3d"
2020-05-07 08:13:55 -05:00
[[package]]
name = "futures-task"
2020-11-10 12:30:15 -06:00
version = "0.3.8"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-10 12:30:15 -06:00
checksum = "7c554eb5bf48b2426c4771ab68c6b14468b6e76cc90996f528c3338d761a4d0d"
dependencies = [
"once_cell",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "futures-util"
2020-11-10 12:30:15 -06:00
version = "0.3.8"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-10 12:30:15 -06:00
checksum = "d304cff4a7b99cfb7986f7d43fbe93d175e72e704a8860787cc95e9ffd85cbd2"
2020-05-07 08:13:55 -05:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project 1.0.2",
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.15"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
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",
"wasi 0.9.0+wasi-snapshot-preview1",
2020-05-07 08:13:55 -05:00
]
[[package]]
name = "getrandom"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee8025cf36f917e6a52cce185b7c7177689b838b7ec138364e50cc2277a56cf4"
dependencies = [
2020-10-13 12:12:47 -05:00
"cfg-if 0.1.10",
"libc",
"wasi 0.9.0+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"
2020-11-03 07:47:02 -06:00
version = "0.6.15"
2020-10-26 16:48:04 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-03 07:47:02 -06:00
checksum = "52b0c3b8b2e0a60c1380a7c27652cd86b791e5d8312fb9592a7a59bd437e9532"
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",
"tokio",
"tokio-util",
"tracing",
"tracing-futures",
2020-05-07 08:13:55 -05:00
]
[[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",
2020-05-07 08:13:55 -05:00
"time",
]
[[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.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
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"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9"
dependencies = [
"bytes 0.5.6",
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",
]
[[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 = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
dependencies = [
"quick-error",
]
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",
"http",
"http-body",
"httparse",
"httpdate",
2020-05-07 08:13:55 -05:00
"itoa",
"pin-project 1.0.2",
"socket2",
2020-05-07 08:13:55 -05:00
"tokio",
"tower-service",
"tracing",
2020-05-07 08:13:55 -05:00
"want",
]
[[package]]
name = "hyper-old-types"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6896be51ecf3966c0fa14ff2da3233dbb9aef57ccea1be1afe55f105f4d4c9c4"
dependencies = [
"base64 0.9.3",
"bytes 0.4.12",
"httparse",
"language-tags",
"log",
"mime",
"percent-encoding 1.0.1",
"time",
"unicase",
]
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-11-06 08:21:10 -06:00
"hyper",
"native-tls",
"tokio",
"tokio-tls",
]
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"
version = "1.6.0"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55e2e4c765aa53a0424761bf9f41aa7a6ac1efa87238f59560640e27fca028f2"
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
]
[[package]]
name = "indicatif"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8572bccfb0665e70b7faf44ee28841b8e0823450cd4ad562a76b5a3c4bf48487"
dependencies = [
"console",
"lazy_static",
"number_prefix",
"regex",
]
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"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19a8a95243d5a0398cae618ec29477c6e3cb631152be5c19481f80bc71559754"
dependencies = [
"bytes 0.5.6",
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",
]
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-06-16 09:41:01 -05:00
[[package]]
name = "ipconfig"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7"
dependencies = [
"socket2",
"widestring 0.4.3",
"winapi 0.3.9",
"winreg 0.6.2",
2020-06-16 09:41:01 -05:00
]
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"
version = "0.4.6"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
2020-05-07 08:13:55 -05:00
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.4.0",
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"
version = "0.3.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca059e81d9486668f12d455a4ea6daa600bd408134cd17e3d3fb5a32d1f016f8"
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 = "language-tags"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a"
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.80"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d58d1b70b004888f764dfbf6a26a3b0342a1632d33968e4a179d8011c760614"
2020-05-07 08:13:55 -05:00
2020-10-26 16:48:04 -05:00
[[package]]
name = "libloading"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1090080fe06ec2648d0da3881d9453d97e71a45f00eb179af7fdd7e3f686fdb0"
dependencies = [
"cfg-if 1.0.0",
"winapi 0.3.9",
]
[[package]]
name = "linked-hash-map"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a"
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.11"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
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 = "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"
[[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 = "memoffset"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa"
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.22"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430"
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.1",
2020-05-07 08:13:55 -05:00
"net2",
"slab",
"winapi 0.2.8",
]
[[package]]
name = "mio-named-pipes"
2020-07-06 18:30:58 -05:00
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-06 18:30:58 -05:00
checksum = "0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656"
dependencies = [
2020-11-03 07:47:02 -06:00
"log",
"mio",
"miow 0.3.6",
"winapi 0.3.9",
]
[[package]]
name = "mio-uds"
version = "0.6.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
dependencies = [
"iovec",
"libc",
"mio",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "miow"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
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 = "git+https://github.com/bekker/msgbox-rs#4dc1348db7d43c77dca0b6c43e63529513ddbd9b"
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-11-06 08:21:10 -06:00
[[package]]
name = "native-tls"
2020-11-10 12:30:15 -06:00
version = "0.2.6"
2020-11-06 08:21:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-10 12:30:15 -06:00
checksum = "6fcc7939b5edc4e4f86b1b4a04bb1498afaaf871b1a6691838ed06fcb48d3a3f"
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",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "net2"
version = "0.2.35"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ebc3ec692ed7c9a255596c67808dee269f64655d8baf7b4f0638e51ba1d6853"
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
]
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 = "ntapi"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
dependencies = [
"winapi 0.3.9",
]
[[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",
]
[[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",
]
[[package]]
name = "num_cpus"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
dependencies = [
"hermit-abi",
"libc",
]
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 = "numtoa"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
[[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 = "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.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d575eff3665419f9b83678ff2815858ad9d11567e082f5ac1814baba4e2bcb4"
dependencies = [
"bitflags",
"cfg-if 0.1.10",
"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.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a842db4709b604f0fe5d1170ae3565899be2ad3d9cbc72dedc789ac0511f78de"
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
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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b"
dependencies = [
"cfg-if 0.1.10",
2020-11-03 07:47:02 -06:00
"cloudabi",
2020-10-26 16:48:04 -05:00
"instant",
"libc",
"redox_syscall",
"smallvec",
"winapi 0.3.9",
]
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"
[[package]]
name = "percent-encoding"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
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"
2020-08-09 05:10:01 -05:00
version = "0.3.4"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-09 05:10:01 -05:00
checksum = "28b9b4df73455c861d7cbf8be42f01d3b373ed7f02e378d55fa84eafc6f638b1"
2020-05-07 08:13:55 -05:00
[[package]]
name = "pin-project"
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 = "2ffbc8e94b38ea3d2d8ba92aea2983b503cd75d0888d75b86bb37970b5698e15"
2020-05-07 08:13:55 -05:00
dependencies = [
"pin-project-internal 0.4.27",
]
[[package]]
name = "pin-project"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ccc2237c2c489783abd8c4c80e5450fc0e98644555b1364da68cc29aa151ca7"
dependencies = [
"pin-project-internal 1.0.2",
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.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8e8d2bf0b23038a4424865103a4df472855692821aab4e4f5c3312d461d9e5f"
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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b063f57ec186e6140e2b8b6921e5f1bd89c7356dda5b33acc5401203ca6131c"
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 = "quick-error"
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
[[package]]
name = "quick-xml"
version = "0.17.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe1e430bdcf30c9fdc25053b9c459bb1a4672af4617b6c783d7d91dc17c6bbb0"
dependencies = [
"memchr",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "quote"
version = "1.0.7"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
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.15",
2020-05-07 08:13:55 -05:00
"libc",
2020-11-03 07:47:02 -06:00
"rand_chacha",
2020-05-07 08:13:55 -05:00
"rand_core 0.5.1",
2020-11-03 07:47:02 -06:00
"rand_hc",
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_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.15",
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",
]
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",
]
[[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-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_termios"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
dependencies = [
"redox_syscall",
]
[[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.15",
2020-05-07 08:13:55 -05:00
"redox_syscall",
"rust-argon2",
]
[[package]]
name = "regex"
version = "1.4.2"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c"
2020-05-07 08:13:55 -05:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
"thread_local",
]
[[package]]
name = "regex-syntax"
version = "0.6.21"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189"
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
]
2020-11-06 08:21:10 -06:00
[[package]]
name = "reqwest"
version = "0.10.9"
2020-11-06 08:21:10 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb15d6255c792356a0f578d8a645c677904dc02e862bebe2ecc18e0c01b9a0ce"
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",
"http-body",
"hyper",
"hyper-tls",
"ipnet",
"js-sys",
"lazy_static",
"log",
"mime",
"mime_guess",
"native-tls",
"percent-encoding 2.1.0",
"pin-project-lite 0.2.0",
2020-11-06 08:21:10 -06:00
"serde",
"serde_json",
2020-11-06 08:21:10 -06:00
"serde_urlencoded",
"tokio",
"tokio-tls",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"wasm-bindgen-test",
2020-11-06 08:21:10 -06:00
"web-sys",
"winreg 0.7.0",
]
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"
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
[[package]]
name = "safemem"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
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"
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",
2020-11-07 14:16:53 -06:00
"core-foundation",
"core-foundation-sys",
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 = [
2020-11-07 14:16:53 -06:00
"core-foundation-sys",
2020-11-06 08:21:10 -06:00
"libc",
]
[[package]]
name = "self_update"
2020-11-25 10:16:44 -06:00
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-25 10:16:44 -06:00
checksum = "3a3e2710f2c0cbed5efa188b8304ab83755f26478663176dd8020291744e66a5"
dependencies = [
"hyper-old-types",
"indicatif 0.13.0",
"log",
"quick-xml",
"regex",
"reqwest",
"semver 0.9.0",
"serde_json",
"tempfile",
"zip",
]
[[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.1",
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.1"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42ef146c2ad5e5f4b037cd6ce2ebb775401729b19a82040c1beac9d36c7d1428"
dependencies = [
"pest",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "serde"
version = "1.0.117"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b88fa983de7720629c9387e9f517353ed404164b1e482c970a90c1a4aaf7dc1a"
2020-05-07 08:13:55 -05:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.117"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbd1ae72adb44aab48f325a02444a5fc079349a8d804c1fc922aed3f7454c74e"
2020-05-07 08:13:55 -05:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_json"
2020-10-13 12:12:47 -05:00
version = "1.0.59"
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 = "dcac07dbffa1c65e7f816ab9eba78eb142c6d44410f4eeba1e26e4f5dfa56b95"
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"
source = "git+https://github.com/zarik5/settings-schema-rs#a7e450ba1d48d00324a6ec1b8cf7a3213f320e81"
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-08-06 08:40:16 -05:00
source = "git+https://github.com/zarik5/settings-schema-rs#a7e450ba1d48d00324a6ec1b8cf7a3213f320e81"
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
]
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.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce32ea0c6c56d5eacaeb814fbed9960547021d3edd010ded1425f180536b20ab"
dependencies = [
"libc",
]
[[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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac19a36b14a56cfd89fbf13264fddbcedf43aa2373e26a5f122b346a07e4b8b5"
dependencies = [
"concat-with",
]
2020-10-26 16:48:04 -05:00
[[package]]
name = "smallvec"
version = "1.5.0"
2020-10-26 16:48:04 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7acad6f34eb9e8a259d3283d1e8c1d34d7415943d4895f65cc73813c7396fc85"
2020-10-26 16:48:04 -05:00
[[package]]
name = "socket2"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c29947abdee2a218277abeca306f25789c938e500ea5a9d4b12a5a504466902"
dependencies = [
"cfg-if 1.0.0",
"libc",
"redox_syscall",
"winapi 0.3.9",
]
2020-10-26 16:48:04 -05:00
[[package]]
name = "spirv_cross"
version = "0.22.1"
2020-10-26 16:48:04 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea964c42ce40326fe96111918abe71fa45076da1ea85769f3f1ab1cda9a1d496"
2020-10-26 16:48:04 -05:00
dependencies = [
"cc",
"js-sys",
"wasm-bindgen",
]
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 = "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.51"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b4f34193997d92804d359ed09953e25d5138df6bcc055a71bf68ee89fdf9223"
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.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67330cbee3b2a819e3365a773f05e884a136603687f812bf24db5b6c3d76b696"
dependencies = [
2020-10-13 12:12:47 -05:00
"cfg-if 0.1.10",
"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",
"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.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
dependencies = [
"cfg-if 0.1.10",
"libc",
"rand 0.7.3",
"redox_syscall",
"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-05-07 08:13:55 -05:00
[[package]]
name = "termion"
version = "1.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c22cec9d8978d906be5ac94bceb5a010d885c626c4c8855721a4dbd20e3ac905"
dependencies = [
"libc",
"numtoa",
"redox_syscall",
"redox_termios",
]
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"
2020-11-04 07:18:45 -06:00
version = "1.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-04 07:18:45 -06:00
checksum = "0e9ae34b84616eedaaf1e9dd6026dbe00dcafa92aa0c8077cb69df1fcfe5e53e"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2020-11-04 07:18:45 -06:00
version = "1.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-04 07:18:45 -06:00
checksum = "9ba20f23e85b10754cd195504aebf6a27e2e6cbe28c17778a0c930724628dd56"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "thread_local"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
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.44"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
2020-05-07 08:13:55 -05:00
dependencies = [
"libc",
"wasi 0.10.0+wasi-snapshot-preview1",
"winapi 0.3.9",
2020-05-07 08:13:55 -05:00
]
[[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 = "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"
version = "0.2.23"
2020-05-07 08:13:55 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6d7ad61edd59bfcc7e80dababf0f4aed2e6d5e0ba1659356ae889752dfc12ff"
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",
"libc",
2020-05-07 08:13:55 -05:00
"memchr",
"mio",
"mio-named-pipes",
"mio-uds",
2020-11-06 08:21:10 -06:00
"num_cpus",
"pin-project-lite 0.1.11",
"signal-hook-registry",
2020-05-07 08:13:55 -05:00
"slab",
"tokio-macros",
"winapi 0.3.9",
]
[[package]]
name = "tokio-macros"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"
dependencies = [
"proc-macro2",
"quote",
"syn",
2020-05-07 08:13:55 -05:00
]
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",
"tokio",
]
2020-05-07 08:13:55 -05:00
[[package]]
name = "tokio-tungstenite"
2020-11-03 07:47:02 -06:00
version = "0.11.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 = "6d9e878ad426ca286e4dcae09cbd4e1973a7f8987d97570e2469703dd7f5720c"
2020-05-07 08:13:55 -05:00
dependencies = [
2020-11-03 07:47:02 -06:00
"futures-util",
"log",
"pin-project 0.4.27",
2020-05-07 08:13:55 -05:00
"tokio",
"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-05-07 08:13:55 -05:00
"tokio",
]
[[package]]
name = "toml"
2020-10-13 12:12:47 -05:00
version = "0.5.7"
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 = "75cf45bb0bef80604d001caaec0d09da99611b3c0fd39d3080468875cdb65645"
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.0",
"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 = "tungstenite"
2020-11-03 07:47:02 -06:00
version = "0.11.1"
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 = "f0308d80d86700c5878b9ef6321f020f29b1bb9d5ff3cab25e75e23f3a492a23"
2020-05-07 08:13:55 -05:00
dependencies = [
"base64 0.12.3",
2020-05-07 08:13:55 -05:00
"byteorder",
"bytes 0.5.6",
2020-05-07 08:13:55 -05:00
"http",
"httparse",
"input_buffer",
2020-11-03 07:47:02 -06:00
"log",
2020-05-07 08:13:55 -05:00
"rand 0.7.3",
"sha-1 0.9.2",
"url",
2020-05-07 08:13:55 -05:00
"utf-8",
]
[[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"
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-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 2.1.0",
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"
2020-11-06 08:21:10 -06:00
[[package]]
name = "vcpkg"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
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.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
[[package]]
name = "wasm-bindgen"
version = "0.2.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ac64ead5ea5f05873d7c12b545865ca2b8d28adfc50a49b84770a3a97265d42"
dependencies = [
"cfg-if 0.1.10",
2020-11-06 08:21:10 -06:00
"serde",
"serde_json",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f22b422e2a757c35a73774860af8e112bff612ce6cb604224e8e47641a9e4f68"
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"
version = "0.4.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7866cab0aa01de1edf8b5d7936938a7e397ee50ce24119aef3e1eaa3b6171da"
dependencies = [
"cfg-if 0.1.10",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b13312a745c08c469f0b292dd2fcd6411dba5f7160f593da6ef69b64e407038"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f249f06ef7ee334cc3b8ff031bfc11ec99d00f34d86da7498396dc1e3b1498fe"
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d649a3145108d7d3fbcde896a468d1bd636791823c9921135218ad89be08307"
[[package]]
name = "wasm-bindgen-test"
version = "0.3.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34d1cdc8b98a557f24733d50a1199c4b0635e465eecba9c45b214544da197f64"
dependencies = [
"console_error_panic_hook",
"js-sys",
"scoped-tls",
"wasm-bindgen",
"wasm-bindgen-futures",
"wasm-bindgen-test-macro",
]
[[package]]
name = "wasm-bindgen-test-macro"
version = "0.3.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8fb9c67be7439ee8ab1b7db502a49c05e51e2835b66796c705134d9b8e1a585"
dependencies = [
"proc-macro2",
"quote",
]
[[package]]
name = "web-sys"
version = "0.3.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bf6ef87ad7ae8008e15a355ce696bed26012b7caa21605188cfd8214ab51e2d"
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",
]
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"
2020-06-16 09:41:01 -05:00
[[package]]
name = "winreg"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"
dependencies = [
"winapi 0.3.9",
2020-06-16 09:41:01 -05:00
]
[[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
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",
]
2020-05-25 08:29:58 -05:00
[[package]]
name = "zip"
version = "0.5.8"
2020-05-25 08:29:58 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "543adf038106b64cfca4711c82c917d785e3540e04f7996554488f988ec43124"
2020-05-25 08:29:58 -05:00
dependencies = [
"byteorder",
2020-05-25 08:29:58 -05:00
"bzip2",
"crc32fast",
"flate2",
"thiserror",
2020-05-25 08:29:58 -05:00
"time",
]
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",
]