2020-03-15 20:42:15 +03:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2020-05-13 11:07:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2021-01-22 09:00:18 +03:00
|
|
|
version = "0.14.1"
|
2020-05-13 11:07:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 09:00:18 +03:00
|
|
|
checksum = "a55f82cfe485775d02112886f4169bde0c5894d75e79ead7eafe7e40a25e45f7"
|
2020-05-13 11:07:41 +03:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
2020-06-16 10:43:46 +03:00
|
|
|
[[package]]
|
2020-07-08 10:36:56 +03:00
|
|
|
name = "adler"
|
2020-12-09 01:39:30 +03:00
|
|
|
version = "0.2.3"
|
2020-06-16 10:43:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-09 01:39:30 +03:00
|
|
|
checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
|
2020-06-16 10:43:46 +03:00
|
|
|
|
2020-07-04 15:59:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2021-02-09 00:40:58 +03:00
|
|
|
version = "0.6.3"
|
2020-07-04 15:59:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 00:40:58 +03:00
|
|
|
checksum = "796540673305a66d127804eef19ad696f1f204b8c1025aaca4958c17eab32877"
|
2020-07-04 15:59:30 +03:00
|
|
|
dependencies = [
|
2021-02-09 00:40:58 +03:00
|
|
|
"getrandom",
|
|
|
|
"once_cell",
|
2020-12-09 01:39:30 +03:00
|
|
|
"version_check",
|
2020-07-04 15:59:30 +03:00
|
|
|
]
|
|
|
|
|
2020-05-23 18:12:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2021-01-11 09:24:22 +03:00
|
|
|
version = "1.0.38"
|
2020-05-23 18:12:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-11 09:24:22 +03:00
|
|
|
checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1"
|
2020-05-23 18:12:38 +03:00
|
|
|
|
2020-07-04 15:59:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.4.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"
|
|
|
|
dependencies = [
|
|
|
|
"nodrop",
|
|
|
|
]
|
|
|
|
|
2020-03-22 23:08:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "asyncgit"
|
2020-12-20 18:55:49 +03:00
|
|
|
version = "0.11.0"
|
2020-03-22 23:08:48 +03:00
|
|
|
dependencies = [
|
2020-10-22 09:19:32 +03:00
|
|
|
"crossbeam-channel",
|
2020-03-22 23:08:48 +03:00
|
|
|
"git2",
|
2020-06-24 11:11:27 +03:00
|
|
|
"invalidstring",
|
2020-03-22 23:08:48 +03:00
|
|
|
"log",
|
2020-03-23 01:53:14 +03:00
|
|
|
"rayon-core",
|
2020-03-22 23:08:48 +03:00
|
|
|
"scopetime",
|
2020-10-25 12:50:20 +03:00
|
|
|
"serial_test",
|
2020-03-24 20:02:58 +03:00
|
|
|
"tempfile",
|
2020-05-15 16:15:26 +03:00
|
|
|
"thiserror",
|
2020-10-25 12:50:20 +03:00
|
|
|
"url",
|
2020-03-22 23:08:48 +03:00
|
|
|
]
|
|
|
|
|
2021-02-09 00:40:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-03-16 15:34:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2020-12-09 01:39:30 +03:00
|
|
|
version = "1.0.1"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-09 01:39:30 +03:00
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
2020-03-16 15:34:01 +03:00
|
|
|
|
2020-03-29 17:34:29 +03:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2021-01-22 09:00:18 +03:00
|
|
|
version = "0.3.56"
|
2020-03-29 17:34:29 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 09:00:18 +03:00
|
|
|
checksum = "9d117600f438b1707d4e4ae15d3595657288f8235a0eb593e80ecc98ab34e1bc"
|
2020-03-29 17:34:29 +03:00
|
|
|
dependencies = [
|
2020-05-13 11:07:41 +03:00
|
|
|
"addr2line",
|
2021-02-09 00:40:58 +03:00
|
|
|
"cfg-if",
|
2020-03-29 17:34:29 +03:00
|
|
|
"libc",
|
2020-06-16 10:43:46 +03:00
|
|
|
"miniz_oxide",
|
2020-05-13 11:07:41 +03:00
|
|
|
"object",
|
2020-03-29 17:34:29 +03:00
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
|
2020-03-20 20:28:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2020-12-21 09:31:34 +03:00
|
|
|
version = "0.13.0"
|
2020-03-20 20:28:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-21 09:31:34 +03:00
|
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
2020-03-20 20:28:42 +03:00
|
|
|
|
2020-03-16 15:34:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
|
|
|
|
2020-07-06 22:18:37 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2021-02-09 00:40:58 +03:00
|
|
|
version = "1.5.0"
|
2020-07-06 22:18:37 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 00:40:58 +03:00
|
|
|
checksum = "5a4bad0c5981acc24bc09e532f35160f952e35422603f0563cd7a73c2c2e65a0"
|
2020-07-06 22:18:37 +03:00
|
|
|
|
2020-06-22 21:01:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bytesize"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "81a18687293a1546b67c246452202bbbf143d239cb43494cc163da14979082da"
|
|
|
|
|
2020-03-16 15:34:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cassowary"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2020-12-09 01:39:30 +03:00
|
|
|
version = "1.0.66"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-09 01:39:30 +03:00
|
|
|
checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48"
|
2020-03-16 15:34:01 +03:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
|
|
|
]
|
|
|
|
|
2020-10-12 09:25:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2020-03-20 20:28:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2020-10-01 09:18:42 +03:00
|
|
|
version = "0.4.19"
|
2020-03-20 20:28:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-01 09:18:42 +03:00
|
|
|
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
|
2020-03-20 20:28:42 +03:00
|
|
|
dependencies = [
|
2020-09-28 09:27:27 +03:00
|
|
|
"libc",
|
2020-03-20 20:28:42 +03:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"time",
|
2020-09-28 09:27:27 +03:00
|
|
|
"winapi",
|
2020-03-20 20:28:42 +03:00
|
|
|
]
|
|
|
|
|
2020-05-28 00:52:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2020-08-14 10:38:02 +03:00
|
|
|
version = "2.33.3"
|
2020-05-28 00:52:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-14 10:38:02 +03:00
|
|
|
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
|
2020-05-28 00:52:53 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2020-07-20 22:06:12 +03:00
|
|
|
"textwrap 0.11.0",
|
2020-05-28 00:52:53 +03:00
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2020-10-12 09:25:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "const_fn"
|
2021-02-09 00:40:58 +03:00
|
|
|
version = "0.4.5"
|
2020-10-12 09:25:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 00:40:58 +03:00
|
|
|
checksum = "28b9d6de7f49e22cf97ad17fc4036ece69300032f45f78f30b4a4482cdc3f4a6"
|
2020-03-20 20:28:42 +03:00
|
|
|
|
2020-07-04 15:59:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cpp_demangle"
|
2020-12-09 01:39:30 +03:00
|
|
|
version = "0.3.2"
|
2020-07-04 15:59:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-09 01:39:30 +03:00
|
|
|
checksum = "44919ecaf6f99e8e737bc239408931c9a01e9a6c74814fee8242dd2506b65390"
|
2020-07-04 15:59:30 +03:00
|
|
|
dependencies = [
|
2021-02-09 00:40:58 +03:00
|
|
|
"cfg-if",
|
2020-07-04 15:59:30 +03:00
|
|
|
"glob",
|
|
|
|
]
|
|
|
|
|
2020-10-12 09:25:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775"
|
|
|
|
dependencies = [
|
2021-02-09 00:40:58 +03:00
|
|
|
"cfg-if",
|
2020-12-09 01:39:30 +03:00
|
|
|
"crossbeam-utils",
|
2020-10-12 09:25:53 +03:00
|
|
|
]
|
|
|
|
|
2020-03-22 23:08:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2020-10-22 09:19:32 +03:00
|
|
|
version = "0.8.0"
|
2020-03-22 23:08:48 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-22 09:19:32 +03:00
|
|
|
checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"
|
2020-03-22 23:08:48 +03:00
|
|
|
dependencies = [
|
2021-02-09 00:40:58 +03:00
|
|
|
"cfg-if",
|
2020-03-22 23:08:48 +03:00
|
|
|
"crossbeam-epoch",
|
2020-12-09 01:39:30 +03:00
|
|
|
"crossbeam-utils",
|
2020-03-22 23:08:48 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2020-12-09 01:39:30 +03:00
|
|
|
version = "0.9.1"
|
2020-03-22 23:08:48 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-09 01:39:30 +03:00
|
|
|
checksum = "a1aaa739f95311c2c7887a76863f500026092fb1dce0161dab577e559ef3569d"
|
2020-03-22 23:08:48 +03:00
|
|
|
dependencies = [
|
2021-02-09 00:40:58 +03:00
|
|
|
"cfg-if",
|
2020-10-22 09:19:32 +03:00
|
|
|
"const_fn",
|
2020-12-09 01:39:30 +03:00
|
|
|
"crossbeam-utils",
|
2020-03-22 23:08:48 +03:00
|
|
|
"lazy_static",
|
|
|
|
"memoffset",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2020-03-20 20:28:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2020-12-09 01:39:30 +03:00
|
|
|
version = "0.8.1"
|
2020-10-12 09:25:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-09 01:39:30 +03:00
|
|
|
checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d"
|
2020-10-12 09:25:53 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2021-02-09 00:40:58 +03:00
|
|
|
"cfg-if",
|
2020-03-20 20:28:42 +03:00
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2020-10-08 10:58:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crossterm"
|
2020-10-31 14:27:56 +03:00
|
|
|
version = "0.18.2"
|
2020-10-08 10:58:21 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-31 14:27:56 +03:00
|
|
|
checksum = "4e86d73f2a0b407b5768d10a8c720cf5d2df49a9efc10ca09176d201ead4b7fb"
|
2020-10-08 10:58:21 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2020-12-29 19:53:15 +03:00
|
|
|
"crossterm_winapi 0.6.2",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"parking_lot",
|
|
|
|
"signal-hook",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossterm"
|
|
|
|
version = "0.19.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7c36c10130df424b2f3552fcc2ddcd9b28a27b1e54b358b45874f88d1ca6888c"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"crossterm_winapi 0.7.0",
|
2020-10-08 10:58:21 +03:00
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
2020-12-08 03:31:06 +03:00
|
|
|
"parking_lot",
|
2020-08-26 19:23:53 +03:00
|
|
|
"serde",
|
2020-03-16 15:34:01 +03:00
|
|
|
"signal-hook",
|
2020-07-06 22:18:14 +03:00
|
|
|
"winapi",
|
2020-03-16 15:34:01 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossterm_winapi"
|
2020-10-26 09:24:56 +03:00
|
|
|
version = "0.6.2"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-26 09:24:56 +03:00
|
|
|
checksum = "c2265c3f8e080075d9b6417aa72293fc71662f34b4af2612d8d1b074d29510db"
|
2020-03-16 15:34:01 +03:00
|
|
|
dependencies = [
|
2020-07-06 22:18:14 +03:00
|
|
|
"winapi",
|
2020-03-16 15:34:01 +03:00
|
|
|
]
|
|
|
|
|
2020-12-29 19:53:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crossterm_winapi"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0da8964ace4d3e4a044fd027919b2237000b24315a37c916f61809f1ff2140b9"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-07-04 15:59:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "debugid"
|
2020-07-09 10:25:04 +03:00
|
|
|
version = "0.7.2"
|
2020-07-04 15:59:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-09 10:25:04 +03:00
|
|
|
checksum = "f91cf5a8c2f2097e2a32627123508635d47ce10563d999ec1a95addf08b502ba"
|
2020-07-04 15:59:30 +03:00
|
|
|
dependencies = [
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
2020-03-20 20:28:42 +03:00
|
|
|
[[package]]
|
2020-10-25 20:18:03 +03:00
|
|
|
name = "dirs-next"
|
|
|
|
version = "2.0.0"
|
2020-03-20 20:28:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-25 20:18:03 +03:00
|
|
|
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
|
2020-03-20 20:28:42 +03:00
|
|
|
dependencies = [
|
2021-02-09 00:40:58 +03:00
|
|
|
"cfg-if",
|
2020-10-25 20:18:03 +03:00
|
|
|
"dirs-sys-next",
|
2020-03-20 20:28:42 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-10-25 20:18:03 +03:00
|
|
|
name = "dirs-sys-next"
|
2021-02-09 00:40:58 +03:00
|
|
|
version = "0.1.2"
|
2020-03-20 20:28:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 00:40:58 +03:00
|
|
|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
2020-03-20 20:28:42 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
2020-07-06 22:18:14 +03:00
|
|
|
"winapi",
|
2020-03-20 20:28:42 +03:00
|
|
|
]
|
|
|
|
|
2020-03-16 15:34:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2020-12-09 01:39:30 +03:00
|
|
|
version = "1.6.1"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-09 01:39:30 +03:00
|
|
|
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
2020-03-16 15:34:01 +03:00
|
|
|
|
2020-11-09 09:23:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ece68d15c92e84fa4f19d3780f1294e5ca82a78a6d515f1efaabcc144688be00"
|
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2020-03-20 20:28:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2021-02-09 00:40:58 +03:00
|
|
|
version = "0.2.2"
|
2020-03-20 20:28:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 00:40:58 +03:00
|
|
|
checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8"
|
2020-03-20 20:28:42 +03:00
|
|
|
dependencies = [
|
2021-02-09 00:40:58 +03:00
|
|
|
"cfg-if",
|
2020-03-20 20:28:42 +03:00
|
|
|
"libc",
|
2021-02-09 00:40:58 +03:00
|
|
|
"wasi",
|
2020-03-20 20:28:42 +03:00
|
|
|
]
|
|
|
|
|
2020-05-13 11:07:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2020-11-02 09:22:17 +03:00
|
|
|
version = "0.23.0"
|
2020-05-13 11:07:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-02 09:22:17 +03:00
|
|
|
checksum = "f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce"
|
2020-05-13 11:07:41 +03:00
|
|
|
|
2020-03-16 15:34:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "git2"
|
2021-01-25 09:03:36 +03:00
|
|
|
version = "0.13.17"
|
2020-10-10 02:55:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-25 09:03:36 +03:00
|
|
|
checksum = "1d250f5f82326884bd39c2853577e70a121775db76818ffa452ed1e80de12986"
|
2020-03-16 15:34:01 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"libc",
|
|
|
|
"libgit2-sys",
|
|
|
|
"log",
|
2020-09-02 03:08:41 +03:00
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
2020-03-16 15:34:01 +03:00
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2020-03-15 20:42:15 +03:00
|
|
|
[[package]]
|
2020-03-18 15:29:03 +03:00
|
|
|
name = "gitui"
|
2020-12-20 18:55:49 +03:00
|
|
|
version = "0.11.0"
|
2020-03-16 15:34:01 +03:00
|
|
|
dependencies = [
|
2020-05-23 18:12:38 +03:00
|
|
|
"anyhow",
|
2020-03-22 23:08:48 +03:00
|
|
|
"asyncgit",
|
2020-03-29 17:34:29 +03:00
|
|
|
"backtrace",
|
2020-04-13 01:29:36 +03:00
|
|
|
"bitflags",
|
2020-06-22 21:01:04 +03:00
|
|
|
"bytesize",
|
2020-05-05 14:47:21 +03:00
|
|
|
"chrono",
|
2020-05-28 00:52:53 +03:00
|
|
|
"clap",
|
2020-10-22 09:19:32 +03:00
|
|
|
"crossbeam-channel",
|
2020-12-29 19:53:15 +03:00
|
|
|
"crossterm 0.19.0",
|
2020-10-25 20:18:03 +03:00
|
|
|
"dirs-next",
|
2020-04-15 23:38:09 +03:00
|
|
|
"itertools",
|
2020-03-20 20:28:42 +03:00
|
|
|
"log",
|
2020-07-04 15:59:30 +03:00
|
|
|
"pprof",
|
2020-03-26 01:37:00 +03:00
|
|
|
"rayon-core",
|
2020-05-19 21:19:30 +03:00
|
|
|
"ron",
|
2020-03-29 17:34:29 +03:00
|
|
|
"scopeguard",
|
2020-03-22 04:17:03 +03:00
|
|
|
"scopetime",
|
2020-05-19 21:19:30 +03:00
|
|
|
"serde",
|
2020-03-20 20:28:42 +03:00
|
|
|
"simplelog",
|
2021-02-23 13:06:00 +03:00
|
|
|
"textwrap 0.13.3",
|
2020-03-16 15:34:01 +03:00
|
|
|
"tui",
|
2020-06-01 23:02:40 +03:00
|
|
|
"unicode-width",
|
2020-11-01 03:22:03 +03:00
|
|
|
"which",
|
2020-03-16 15:34:01 +03:00
|
|
|
]
|
|
|
|
|
2020-07-04 15:59:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
|
|
|
|
2020-12-09 01:39:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
|
|
|
|
|
2020-03-22 23:08:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-02-09 00:40:58 +03:00
|
|
|
version = "0.1.18"
|
2020-03-22 23:08:48 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 00:40:58 +03:00
|
|
|
checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
|
2020-03-22 23:08:48 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-03-16 15:34:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2021-02-09 00:40:58 +03:00
|
|
|
version = "0.2.1"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 00:40:58 +03:00
|
|
|
checksum = "de910d521f7cc3135c4de8db1cb910e0b5ed1dc6f57c381cd07e8e661ce10094"
|
2020-03-16 15:34:01 +03:00
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2020-07-04 15:59:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2021-02-09 00:40:58 +03:00
|
|
|
version = "1.6.1"
|
2020-07-04 15:59:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 00:40:58 +03:00
|
|
|
checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b"
|
2020-07-04 15:59:30 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2020-12-09 01:39:30 +03:00
|
|
|
"hashbrown",
|
2020-07-04 15:59:30 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "inferno"
|
2021-02-09 00:40:58 +03:00
|
|
|
version = "0.10.3"
|
2020-07-04 15:59:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 00:40:58 +03:00
|
|
|
checksum = "67bcf81cd7094c6827cec657c53f0d22dec1afed5eeccb16118f5763a7bbd869"
|
2020-07-04 15:59:30 +03:00
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
2021-02-09 00:40:58 +03:00
|
|
|
"atty",
|
2020-07-04 15:59:30 +03:00
|
|
|
"indexmap",
|
|
|
|
"itoa",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"num-format",
|
|
|
|
"quick-xml",
|
|
|
|
"rgb",
|
|
|
|
"str_stack",
|
|
|
|
]
|
|
|
|
|
2020-07-09 10:25:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
2020-12-09 01:39:30 +03:00
|
|
|
version = "0.1.9"
|
2020-07-09 10:25:04 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-09 01:39:30 +03:00
|
|
|
checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec"
|
|
|
|
dependencies = [
|
2021-02-09 00:40:58 +03:00
|
|
|
"cfg-if",
|
2020-12-09 01:39:30 +03:00
|
|
|
]
|
2020-07-09 10:25:04 +03:00
|
|
|
|
2020-06-24 11:11:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "invalidstring"
|
2020-07-06 20:55:15 +03:00
|
|
|
version = "0.1.2"
|
2020-06-24 11:11:27 +03:00
|
|
|
|
2020-03-18 16:58:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2020-12-28 09:09:18 +03:00
|
|
|
version = "0.10.0"
|
2020-03-18 16:58:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-28 09:09:18 +03:00
|
|
|
checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319"
|
2020-03-18 16:58:09 +03:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2020-07-04 15:59:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2021-02-09 00:40:58 +03:00
|
|
|
version = "0.4.7"
|
2020-07-04 15:59:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 00:40:58 +03:00
|
|
|
checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
|
2020-07-04 15:59:30 +03:00
|
|
|
|
2020-03-16 15:34:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
|
|
|
version = "0.1.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2021-02-09 00:40:58 +03:00
|
|
|
version = "0.2.86"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 00:40:58 +03:00
|
|
|
checksum = "b7282d924be3275cec7f6756ff4121987bc6481325397dde6ba3e7802b1a8b1c"
|
2020-03-16 15:34:01 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libgit2-sys"
|
2021-01-25 09:03:36 +03:00
|
|
|
version = "0.12.18+1.1.0"
|
2020-10-10 02:55:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-25 09:03:36 +03:00
|
|
|
checksum = "3da6a42da88fc37ee1ecda212ffa254c25713532980005d5f7c0b0fbe7e6e885"
|
2020-03-16 15:34:01 +03:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
2020-09-02 03:08:41 +03:00
|
|
|
"libssh2-sys",
|
2020-03-16 15:34:01 +03:00
|
|
|
"libz-sys",
|
2020-09-02 03:08:41 +03:00
|
|
|
"openssl-sys",
|
2020-03-16 15:34:01 +03:00
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2020-09-02 03:08:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "libssh2-sys"
|
2021-02-09 00:40:58 +03:00
|
|
|
version = "0.2.21"
|
2020-09-02 03:08:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 00:40:58 +03:00
|
|
|
checksum = "e0186af0d8f171ae6b9c4c90ec51898bad5d08a2d5e470903a50d9ad8959cbee"
|
2020-09-02 03:08:41 +03:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"libz-sys",
|
|
|
|
"openssl-sys",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2020-03-16 15:34:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "libz-sys"
|
2020-12-09 01:39:30 +03:00
|
|
|
version = "1.1.2"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-09 01:39:30 +03:00
|
|
|
checksum = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655"
|
2020-03-16 15:34:01 +03:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2020-07-09 10:25:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2020-12-09 01:39:30 +03:00
|
|
|
version = "0.4.2"
|
2020-07-09 10:25:04 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-09 01:39:30 +03:00
|
|
|
checksum = "dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312"
|
2020-07-09 10:25:04 +03:00
|
|
|
dependencies = [
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2020-03-16 15:34:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2021-01-27 23:52:12 +03:00
|
|
|
version = "0.4.14"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-27 23:52:12 +03:00
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
2020-03-16 15:34:01 +03:00
|
|
|
dependencies = [
|
2021-02-09 00:40:58 +03:00
|
|
|
"cfg-if",
|
2020-03-16 15:34:01 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
|
|
|
|
2020-07-04 15:59:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2020-12-09 01:39:30 +03:00
|
|
|
version = "2.3.4"
|
2020-07-04 15:59:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-09 01:39:30 +03:00
|
|
|
checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
|
2020-07-04 15:59:30 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memmap"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2020-07-06 22:18:14 +03:00
|
|
|
"winapi",
|
2020-07-04 15:59:30 +03:00
|
|
|
]
|
|
|
|
|
2020-03-22 23:08:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2020-12-09 01:39:30 +03:00
|
|
|
version = "0.6.1"
|
2020-03-22 23:08:48 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-09 01:39:30 +03:00
|
|
|
checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87"
|
2020-03-22 23:08:48 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2020-06-16 10:43:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2020-12-09 01:39:30 +03:00
|
|
|
version = "0.4.3"
|
2020-06-16 10:43:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-09 01:39:30 +03:00
|
|
|
checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d"
|
2020-06-16 10:43:46 +03:00
|
|
|
dependencies = [
|
2020-07-08 10:36:56 +03:00
|
|
|
"adler",
|
2020-12-09 01:39:30 +03:00
|
|
|
"autocfg",
|
2020-06-16 10:43:46 +03:00
|
|
|
]
|
|
|
|
|
2020-03-16 15:34:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2021-02-09 00:40:58 +03:00
|
|
|
version = "0.7.7"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 00:40:58 +03:00
|
|
|
checksum = "e50ae3f04d169fcc9bde0b547d1c205219b7157e07ded9c5aff03e0637cb3ed7"
|
2020-03-16 15:34:01 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"miow",
|
2020-07-06 22:18:14 +03:00
|
|
|
"ntapi",
|
|
|
|
"winapi",
|
2020-03-16 15:34:01 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
2020-12-09 01:39:30 +03:00
|
|
|
version = "0.3.6"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-09 01:39:30 +03:00
|
|
|
checksum = "5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897"
|
2020-03-16 15:34:01 +03:00
|
|
|
dependencies = [
|
2020-07-06 22:18:14 +03:00
|
|
|
"socket2",
|
|
|
|
"winapi",
|
2020-03-16 15:34:01 +03:00
|
|
|
]
|
|
|
|
|
2020-07-04 15:59:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2020-12-28 09:08:54 +03:00
|
|
|
version = "0.19.1"
|
2020-07-04 15:59:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-28 09:08:54 +03:00
|
|
|
checksum = "b2ccba0cfe4fdf15982d1674c69b1fd80bad427d293849982668dfe454bd61f2"
|
2020-07-04 15:59:30 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cc",
|
2021-02-09 00:40:58 +03:00
|
|
|
"cfg-if",
|
2020-07-04 15:59:30 +03:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nodrop"
|
|
|
|
version = "0.1.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
|
|
|
|
|
2020-07-06 22:18:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ntapi"
|
2020-12-09 01:39:30 +03:00
|
|
|
version = "0.3.6"
|
2020-07-06 22:18:14 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-09 01:39:30 +03:00
|
|
|
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
|
2020-07-06 22:18:14 +03:00
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-07-04 15:59:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num-format"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bafe4179722c2894288ee77a9f044f02811c86af699344c498b0840c698a2465"
|
|
|
|
dependencies = [
|
2020-12-09 01:39:30 +03:00
|
|
|
"arrayvec",
|
2020-07-04 15:59:30 +03:00
|
|
|
"itoa",
|
|
|
|
]
|
|
|
|
|
2020-03-20 20:28:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2020-12-09 01:39:30 +03:00
|
|
|
version = "0.1.44"
|
2020-03-20 20:28:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-09 01:39:30 +03:00
|
|
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
|
2020-03-20 20:28:42 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2020-12-09 01:39:30 +03:00
|
|
|
version = "0.2.14"
|
2020-03-20 20:28:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-09 01:39:30 +03:00
|
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
2020-03-20 20:28:42 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2020-03-22 23:08:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2020-05-05 14:50:04 +03:00
|
|
|
version = "1.13.0"
|
2020-03-22 23:08:48 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-05 14:50:04 +03:00
|
|
|
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
|
2020-03-22 23:08:48 +03:00
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-05-13 11:07:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2021-01-22 09:00:18 +03:00
|
|
|
version = "0.23.0"
|
2020-05-13 11:07:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 09:00:18 +03:00
|
|
|
checksum = "a9a7ab5d64814df0fe4a4b5ead45ed6c5f181ee3ff04ba344313a6c80446c5d4"
|
2020-05-13 11:07:41 +03:00
|
|
|
|
2021-02-09 00:40:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
|
|
|
version = "1.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0"
|
|
|
|
|
2020-09-02 03:08:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-src"
|
2021-02-09 00:40:58 +03:00
|
|
|
version = "111.13.0+1.1.1i"
|
2020-09-02 03:08:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 00:40:58 +03:00
|
|
|
checksum = "045e4dc48af57aad93d665885789b43222ae26f4886494da12d1ed58d309dcb6"
|
2020-09-02 03:08:41 +03:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2021-02-09 00:40:58 +03:00
|
|
|
version = "0.9.60"
|
2020-09-02 03:08:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 00:40:58 +03:00
|
|
|
checksum = "921fc71883267538946025deffb622905ecad223c28efbfdef9bb59a0175f3e6"
|
2020-09-02 03:08:41 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"openssl-src",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2020-07-09 10:25:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2020-12-09 01:39:30 +03:00
|
|
|
version = "0.11.1"
|
2020-07-09 10:25:04 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-09 01:39:30 +03:00
|
|
|
checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
|
2020-07-09 10:25:04 +03:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
2020-12-08 03:31:06 +03:00
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
2020-07-09 10:25:04 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2021-02-09 00:40:58 +03:00
|
|
|
version = "0.8.2"
|
2020-07-09 10:25:04 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 00:40:58 +03:00
|
|
|
checksum = "9ccb628cad4f84851442432c60ad8e1f607e29752d0bf072cbd0baf28aa34272"
|
2020-07-09 10:25:04 +03:00
|
|
|
dependencies = [
|
2021-02-09 00:40:58 +03:00
|
|
|
"cfg-if",
|
2020-07-09 10:25:04 +03:00
|
|
|
"instant",
|
2020-03-16 15:34:01 +03:00
|
|
|
"libc",
|
2021-01-12 09:11:38 +03:00
|
|
|
"redox_syscall 0.1.57",
|
2020-03-16 15:34:01 +03:00
|
|
|
"smallvec",
|
2020-07-06 22:18:14 +03:00
|
|
|
"winapi",
|
2020-03-16 15:34:01 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2020-12-09 01:39:30 +03:00
|
|
|
version = "0.3.19"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-09 01:39:30 +03:00
|
|
|
checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
|
2020-03-16 15:34:01 +03:00
|
|
|
|
2020-07-04 15:59:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pprof"
|
2020-12-30 09:50:41 +03:00
|
|
|
version = "0.4.0"
|
2020-07-04 15:59:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-30 09:50:41 +03:00
|
|
|
checksum = "ffccebf7f721f18477a39f99a7bae543edd02a9850a2cbfe6c407f8cc291dd89"
|
2020-07-04 15:59:30 +03:00
|
|
|
dependencies = [
|
|
|
|
"backtrace",
|
|
|
|
"inferno",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"nix",
|
2020-12-08 03:31:06 +03:00
|
|
|
"parking_lot",
|
2020-07-04 15:59:30 +03:00
|
|
|
"symbolic-demangle",
|
|
|
|
"tempfile",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2020-03-24 20:02:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2020-12-09 01:39:30 +03:00
|
|
|
version = "0.2.10"
|
2020-07-04 15:59:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-09 01:39:30 +03:00
|
|
|
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
|
2020-07-04 15:59:30 +03:00
|
|
|
|
2020-05-15 16:15:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2020-11-04 09:16:59 +03:00
|
|
|
version = "1.0.24"
|
2020-05-15 16:15:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-04 09:16:59 +03:00
|
|
|
checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
|
2020-05-15 16:15:26 +03:00
|
|
|
dependencies = [
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
2020-07-04 15:59:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "quick-xml"
|
2020-12-09 01:39:30 +03:00
|
|
|
version = "0.20.0"
|
2020-07-04 15:59:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-09 01:39:30 +03:00
|
|
|
checksum = "26aab6b48e2590e4a64d1ed808749ba06257882b461d01ca71baeb747074a6dd"
|
2020-07-04 15:59:30 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2020-05-15 16:15:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2021-02-09 00:40:58 +03:00
|
|
|
version = "1.0.8"
|
2020-05-15 16:15:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 00:40:58 +03:00
|
|
|
checksum = "991431c3519a3f36861882da93630ce66b52918dcf1b8e2fd66b397fc96f28df"
|
2020-05-15 16:15:26 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2020-03-24 20:02:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2021-02-09 00:40:58 +03:00
|
|
|
version = "0.8.3"
|
2020-03-24 20:02:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 00:40:58 +03:00
|
|
|
checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e"
|
2020-03-24 20:02:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
"rand_hc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2021-01-12 09:11:38 +03:00
|
|
|
version = "0.3.0"
|
2020-03-24 20:02:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-12 09:11:38 +03:00
|
|
|
checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
|
2020-03-24 20:02:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2021-01-12 09:11:38 +03:00
|
|
|
version = "0.6.1"
|
2020-03-24 20:02:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-12 09:11:38 +03:00
|
|
|
checksum = "c026d7df8b298d90ccbbc5190bd04d85e159eaf5576caeacf8741da93ccbd2e5"
|
2020-03-24 20:02:58 +03:00
|
|
|
dependencies = [
|
2021-02-09 00:40:58 +03:00
|
|
|
"getrandom",
|
2020-03-24 20:02:58 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
2021-01-12 09:11:38 +03:00
|
|
|
version = "0.3.0"
|
2020-03-24 20:02:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-12 09:11:38 +03:00
|
|
|
checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
|
2020-03-24 20:02:58 +03:00
|
|
|
dependencies = [
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
2020-03-22 23:08:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2020-10-22 09:19:32 +03:00
|
|
|
version = "1.9.0"
|
2020-03-22 23:08:48 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-22 09:19:32 +03:00
|
|
|
checksum = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a"
|
2020-03-22 23:08:48 +03:00
|
|
|
dependencies = [
|
2020-10-22 09:19:32 +03:00
|
|
|
"crossbeam-channel",
|
2020-03-22 23:08:48 +03:00
|
|
|
"crossbeam-deque",
|
2020-12-09 01:39:30 +03:00
|
|
|
"crossbeam-utils",
|
2020-03-22 23:08:48 +03:00
|
|
|
"lazy_static",
|
|
|
|
"num_cpus",
|
|
|
|
]
|
|
|
|
|
2020-03-16 15:34:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2020-12-09 01:39:30 +03:00
|
|
|
version = "0.1.57"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-09 01:39:30 +03:00
|
|
|
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
2020-03-16 15:34:01 +03:00
|
|
|
|
2021-01-12 09:11:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "05ec8ca9416c5ea37062b502703cd7fcb207736bc294f6e0cf367ac6fc234570"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2020-03-20 20:28:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2021-02-09 00:40:58 +03:00
|
|
|
version = "0.4.0"
|
2020-03-20 20:28:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 00:40:58 +03:00
|
|
|
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
|
2020-03-20 20:28:42 +03:00
|
|
|
dependencies = [
|
2021-02-09 00:40:58 +03:00
|
|
|
"getrandom",
|
|
|
|
"redox_syscall 0.2.4",
|
2020-03-20 20:28:42 +03:00
|
|
|
]
|
|
|
|
|
2020-03-24 20:02:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
2020-06-15 13:30:48 +03:00
|
|
|
version = "0.5.3"
|
2020-03-24 20:02:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-15 13:30:48 +03:00
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
2020-03-24 20:02:58 +03:00
|
|
|
dependencies = [
|
2020-07-06 22:18:14 +03:00
|
|
|
"winapi",
|
2020-03-24 20:02:58 +03:00
|
|
|
]
|
|
|
|
|
2020-07-04 15:59:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rgb"
|
2020-12-09 01:39:30 +03:00
|
|
|
version = "0.8.25"
|
2020-07-04 15:59:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-09 01:39:30 +03:00
|
|
|
checksum = "287f3c3f8236abb92d8b7e36797f19159df4b58f0a658cc3fb6dd3004b1f3bd3"
|
2020-07-06 22:18:37 +03:00
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
]
|
2020-07-04 15:59:30 +03:00
|
|
|
|
2020-05-19 21:19:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ron"
|
2020-12-21 09:31:34 +03:00
|
|
|
version = "0.6.4"
|
2020-05-19 21:19:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-21 09:31:34 +03:00
|
|
|
checksum = "064ea8613fb712a19faf920022ec8ddf134984f100090764a4e1d768f3827f1f"
|
2020-05-19 21:19:30 +03:00
|
|
|
dependencies = [
|
2020-12-09 01:39:30 +03:00
|
|
|
"base64",
|
2020-05-19 21:19:30 +03:00
|
|
|
"bitflags",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-03-29 17:34:29 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2020-12-09 01:39:30 +03:00
|
|
|
version = "0.1.18"
|
2020-03-29 17:34:29 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-09 01:39:30 +03:00
|
|
|
checksum = "6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232"
|
2020-03-29 17:34:29 +03:00
|
|
|
|
2020-03-16 15:34:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
2020-03-22 04:17:03 +03:00
|
|
|
[[package]]
|
|
|
|
name = "scopetime"
|
2020-03-24 23:01:58 +03:00
|
|
|
version = "0.1.1"
|
2020-03-22 04:17:03 +03:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
2020-05-19 21:19:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2021-01-26 09:08:45 +03:00
|
|
|
version = "1.0.123"
|
2020-05-19 21:19:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-26 09:08:45 +03:00
|
|
|
checksum = "92d5161132722baa40d802cc70b15262b98258453e85e5d1d365c757c73869ae"
|
2020-05-19 21:19:30 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2021-01-26 09:08:45 +03:00
|
|
|
version = "1.0.123"
|
2020-05-19 21:19:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-26 09:08:45 +03:00
|
|
|
checksum = "9391c295d64fc0abb2c556bad848f33cb8296276b1ad2677d1ae1ace4f258f31"
|
2020-05-19 21:19:30 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-10-25 12:50:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serial_test"
|
2020-12-08 03:00:56 +03:00
|
|
|
version = "0.5.1"
|
2020-10-25 12:50:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-08 03:00:56 +03:00
|
|
|
checksum = "e0bccbcf40c8938196944a3da0e133e031a33f4d6b72db3bda3cc556e361905d"
|
2020-10-25 12:50:20 +03:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
2020-12-08 03:31:06 +03:00
|
|
|
"parking_lot",
|
2020-10-25 12:50:20 +03:00
|
|
|
"serial_test_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serial_test_derive"
|
2020-12-08 03:00:56 +03:00
|
|
|
version = "0.5.1"
|
2020-10-25 12:50:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-08 03:00:56 +03:00
|
|
|
checksum = "b2acd6defeddb41eb60bb468f8825d0cfd0c2a76bc03bfd235b6a1dc4f6a1ad5"
|
2020-10-25 12:50:20 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-03-16 15:34:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook"
|
2021-02-09 00:40:58 +03:00
|
|
|
version = "0.1.17"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 00:40:58 +03:00
|
|
|
checksum = "7e31d442c16f047a671b5a71e2161d6e68814012b7f5379d269ebd915fac2729"
|
2020-03-16 15:34:01 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"signal-hook-registry",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2021-02-09 00:40:58 +03:00
|
|
|
version = "1.3.0"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 00:40:58 +03:00
|
|
|
checksum = "16f1d0fef1604ba8f7a073c7e701f213e056707210e9020af4528e0101ce11a6"
|
2020-03-16 15:34:01 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-03-20 20:28:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "simplelog"
|
2020-12-21 14:54:29 +03:00
|
|
|
version = "0.9.0"
|
2020-03-20 20:28:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-21 14:54:29 +03:00
|
|
|
checksum = "4bc0ffd69814a9b251d43afcabf96dad1b29f5028378056257be9e3fecc9f720"
|
2020-03-20 20:28:42 +03:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
2020-03-16 15:34:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2021-02-09 00:40:58 +03:00
|
|
|
version = "1.6.1"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 00:40:58 +03:00
|
|
|
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
|
2020-03-16 15:34:01 +03:00
|
|
|
|
2020-12-08 03:17:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "smawk"
|
2021-02-09 00:40:58 +03:00
|
|
|
version = "0.3.1"
|
2020-12-08 03:17:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 00:40:58 +03:00
|
|
|
checksum = "f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043"
|
2020-12-08 03:17:53 +03:00
|
|
|
|
2020-07-06 22:18:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2021-02-09 00:40:58 +03:00
|
|
|
version = "0.3.19"
|
2020-07-06 22:18:14 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 00:40:58 +03:00
|
|
|
checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
|
2020-07-06 22:18:14 +03:00
|
|
|
dependencies = [
|
2021-02-09 00:40:58 +03:00
|
|
|
"cfg-if",
|
2020-07-06 22:18:14 +03:00
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-07-04 15:59:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
2020-12-09 01:39:30 +03:00
|
|
|
version = "1.2.0"
|
2020-07-04 15:59:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-09 01:39:30 +03:00
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
2020-07-04 15:59:30 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "str_stack"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9091b6114800a5f2141aee1d1b9d6ca3592ac062dc5decb3764ec5895a47b4eb"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "symbolic-common"
|
2021-02-09 00:40:58 +03:00
|
|
|
version = "8.0.3"
|
2020-07-04 15:59:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 00:40:58 +03:00
|
|
|
checksum = "51f0207497ae35f612cda9567980b25460286fb942575f0af3cbcef69f519c64"
|
2020-07-04 15:59:30 +03:00
|
|
|
dependencies = [
|
|
|
|
"debugid",
|
|
|
|
"memmap",
|
|
|
|
"stable_deref_trait",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "symbolic-demangle"
|
2021-02-09 00:40:58 +03:00
|
|
|
version = "8.0.3"
|
2020-07-04 15:59:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 00:40:58 +03:00
|
|
|
checksum = "c189a37d3fc0dd410cf3df19e4b77bbff65ec104c19b2fa6eab7025e428e139f"
|
2020-07-04 15:59:30 +03:00
|
|
|
dependencies = [
|
|
|
|
"cpp_demangle",
|
|
|
|
"rustc-demangle",
|
|
|
|
"symbolic-common",
|
|
|
|
]
|
|
|
|
|
2020-05-15 16:15:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2021-01-26 09:08:45 +03:00
|
|
|
version = "1.0.60"
|
2020-05-15 16:15:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-26 09:08:45 +03:00
|
|
|
checksum = "c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081"
|
2020-05-15 16:15:26 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
2020-03-24 20:02:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2021-01-12 09:11:38 +03:00
|
|
|
version = "3.2.0"
|
2020-03-24 20:02:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-12 09:11:38 +03:00
|
|
|
checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
|
2020-03-24 20:02:58 +03:00
|
|
|
dependencies = [
|
2021-02-09 00:40:58 +03:00
|
|
|
"cfg-if",
|
2020-03-24 20:02:58 +03:00
|
|
|
"libc",
|
|
|
|
"rand",
|
2021-01-12 09:11:38 +03:00
|
|
|
"redox_syscall 0.2.4",
|
2020-03-24 20:02:58 +03:00
|
|
|
"remove_dir_all",
|
2020-07-06 22:18:14 +03:00
|
|
|
"winapi",
|
2020-03-24 20:02:58 +03:00
|
|
|
]
|
|
|
|
|
2020-05-28 00:52:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2020-07-20 22:06:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2021-02-23 13:06:00 +03:00
|
|
|
version = "0.13.3"
|
2020-07-20 22:06:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-23 13:06:00 +03:00
|
|
|
checksum = "a89bc85084ac4e273c6bbf99050d932821af166392aaedc5038a38e1f229cdf5"
|
2020-07-20 22:06:12 +03:00
|
|
|
dependencies = [
|
2020-12-08 03:17:53 +03:00
|
|
|
"smawk",
|
2020-07-20 22:06:12 +03:00
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2020-05-15 16:15:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2021-02-23 13:05:31 +03:00
|
|
|
version = "1.0.24"
|
2020-05-15 16:15:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-23 13:05:31 +03:00
|
|
|
checksum = "e0f4a65597094d4483ddaed134f409b2cb7c1beccf25201a9f73c719254fa98e"
|
2020-05-15 16:15:26 +03:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2021-02-23 13:05:31 +03:00
|
|
|
version = "1.0.24"
|
2020-05-15 16:15:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-23 13:05:31 +03:00
|
|
|
checksum = "7765189610d8241a44529806d6fd1f2e0a08734313a35d5b3a556f92b381f3c0"
|
2020-05-15 16:15:26 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-03-20 20:28:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2021-02-09 00:40:58 +03:00
|
|
|
version = "0.1.43"
|
2020-03-20 20:28:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 00:40:58 +03:00
|
|
|
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
|
2020-03-20 20:28:42 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2020-07-06 22:18:14 +03:00
|
|
|
"winapi",
|
2020-03-20 20:28:42 +03:00
|
|
|
]
|
|
|
|
|
2020-06-23 12:08:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2021-02-09 00:40:58 +03:00
|
|
|
version = "1.1.1"
|
2020-06-23 12:08:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 00:40:58 +03:00
|
|
|
checksum = "317cca572a0e89c3ce0ca1f1bdc9369547fe318a683418e42ac8f59d14701023"
|
2020-12-09 01:39:30 +03:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
2020-06-23 12:08:26 +03:00
|
|
|
|
2020-03-16 15:34:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tui"
|
2021-01-08 13:59:17 +03:00
|
|
|
version = "0.14.0"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-08 13:59:17 +03:00
|
|
|
checksum = "9ced152a8e9295a5b168adc254074525c17ac4a83c90b2716274cc38118bddc9"
|
2020-03-16 15:34:01 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cassowary",
|
2020-12-29 19:53:15 +03:00
|
|
|
"crossterm 0.18.2",
|
2020-10-31 14:26:30 +03:00
|
|
|
"serde",
|
2020-03-16 15:34:01 +03:00
|
|
|
"unicode-segmentation",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
2020-12-09 01:39:30 +03:00
|
|
|
version = "0.1.16"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-09 01:39:30 +03:00
|
|
|
checksum = "a13e63ab62dbe32aeee58d1c5408d35c36c392bba5d9d3142287219721afe606"
|
2020-03-16 15:34:01 +03:00
|
|
|
dependencies = [
|
2020-06-23 12:08:26 +03:00
|
|
|
"tinyvec",
|
2020-03-16 15:34:01 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2020-12-09 01:39:30 +03:00
|
|
|
version = "1.7.1"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-09 01:39:30 +03:00
|
|
|
checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
|
2020-03-16 15:34:01 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2020-06-30 10:42:19 +03:00
|
|
|
version = "0.1.8"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-30 10:42:19 +03:00
|
|
|
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
|
2020-03-16 15:34:01 +03:00
|
|
|
|
2020-05-15 16:15:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2020-07-06 10:16:13 +03:00
|
|
|
version = "0.2.1"
|
2020-05-15 16:15:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-06 10:16:13 +03:00
|
|
|
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
|
2020-05-15 16:15:26 +03:00
|
|
|
|
2020-03-16 15:34:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2020-11-09 09:23:30 +03:00
|
|
|
version = "2.2.0"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-09 09:23:30 +03:00
|
|
|
checksum = "5909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e"
|
2020-03-16 15:34:01 +03:00
|
|
|
dependencies = [
|
2020-11-09 09:23:30 +03:00
|
|
|
"form_urlencoded",
|
2020-03-16 15:34:01 +03:00
|
|
|
"idna",
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2020-07-04 15:59:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2021-02-09 00:40:58 +03:00
|
|
|
version = "0.8.2"
|
2020-07-04 15:59:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 00:40:58 +03:00
|
|
|
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
|
2020-07-04 15:59:30 +03:00
|
|
|
|
2020-03-16 15:34:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
2021-02-09 00:40:58 +03:00
|
|
|
version = "0.2.11"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 00:40:58 +03:00
|
|
|
checksum = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb"
|
2020-03-16 15:34:01 +03:00
|
|
|
|
2020-12-09 01:39:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
|
|
|
|
|
2020-03-20 20:28:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2021-02-09 00:40:58 +03:00
|
|
|
version = "0.10.2+wasi-snapshot-preview1"
|
2020-12-09 01:39:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 00:40:58 +03:00
|
|
|
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
2020-12-09 01:39:30 +03:00
|
|
|
|
2020-11-01 03:22:03 +03:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
|
|
|
version = "4.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "87c14ef7e1b8b8ecfc75d5eca37949410046e66f15d185c01d70824f1f8111ef"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2020-03-16 15:34:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-07-06 10:16:13 +03:00
|
|
|
version = "0.3.9"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-06 10:16:13 +03:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2020-03-16 15:34:01 +03:00
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|