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-05-10 13:17:44 +03:00
|
|
|
version = "0.15.1"
|
2020-05-13 11:07:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-10 13:17:44 +03:00
|
|
|
checksum = "03345e98af8f3d786b6d9f656ccfa6ac316d954e92bc4841f0bba20789d5fb5a"
|
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"
|
2021-03-01 01:42:11 +03:00
|
|
|
version = "1.0.2"
|
2020-06-16 10:43:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 01:42:11 +03:00
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
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
|
|
|
]
|
|
|
|
|
2021-05-18 01:21:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-05-23 18:12:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2021-03-29 09:41:16 +03:00
|
|
|
version = "1.0.40"
|
2020-05-23 18:12:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-29 09:41:16 +03:00
|
|
|
checksum = "28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b"
|
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"
|
2021-04-27 16:07:12 +03:00
|
|
|
version = "0.15.0"
|
2020-03-22 23:08:48 +03:00
|
|
|
dependencies = [
|
2020-10-22 09:19:32 +03:00
|
|
|
"crossbeam-channel",
|
2021-04-18 01:08:35 +03:00
|
|
|
"easy-cast",
|
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",
|
2021-05-18 01:21:05 +03:00
|
|
|
"pretty_assertions",
|
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",
|
2021-03-25 11:43:30 +03:00
|
|
|
"unicode-truncate",
|
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-05-10 13:17:44 +03:00
|
|
|
version = "0.3.59"
|
2020-03-29 17:34:29 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-10 13:17:44 +03:00
|
|
|
checksum = "4717cfcbfaa661a0fd48f8453951837ae7e8f81e481fbb136e3202d72805a744"
|
2020-03-29 17:34:29 +03:00
|
|
|
dependencies = [
|
2020-05-13 11:07:41 +03:00
|
|
|
"addr2line",
|
2021-04-27 18:47:46 +03:00
|
|
|
"cc",
|
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"
|
|
|
|
|
2021-05-14 18:50:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bugreport"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a0e97e538864a7c95d33accbf64c8d354018ba3b6e032502fd0fe7259cf1aa3d"
|
|
|
|
dependencies = [
|
|
|
|
"git-version",
|
|
|
|
"shell-escape",
|
|
|
|
"sys-info",
|
|
|
|
]
|
|
|
|
|
2020-07-06 22:18:37 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2021-03-01 01:42:11 +03:00
|
|
|
version = "1.5.1"
|
2020-07-06 22:18:37 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 01:42:11 +03:00
|
|
|
checksum = "bed57e2090563b83ba8f83366628ce535a7584c9afa4c9fc0612a03925c6df58"
|
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"
|
2021-03-01 01:42:11 +03:00
|
|
|
version = "1.0.67"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 01:42:11 +03:00
|
|
|
checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd"
|
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-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"
|
2021-04-12 00:31:59 +03:00
|
|
|
version = "0.5.1"
|
2020-10-12 09:25:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-12 00:31:59 +03:00
|
|
|
checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4"
|
2020-10-12 09:25:53 +03:00
|
|
|
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"
|
2021-05-02 20:44:02 +03:00
|
|
|
version = "0.9.4"
|
2020-03-22 23:08:48 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-02 20:44:02 +03:00
|
|
|
checksum = "52fb27eab85b17fbb9f6fd667089e07d6a2eb8743d02639ee7f6a7a7729c9c94"
|
2020-03-22 23:08:48 +03:00
|
|
|
dependencies = [
|
2021-02-09 00:40:58 +03:00
|
|
|
"cfg-if",
|
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"
|
2021-05-02 20:44:02 +03:00
|
|
|
version = "0.8.4"
|
2020-10-12 09:25:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-02 20:44:02 +03:00
|
|
|
checksum = "4feb231f0d4d6af81aed15928e58ecf5816aa62a2393e2c82f46973e92a9a278"
|
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-12-29 19:53:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crossterm"
|
|
|
|
version = "0.19.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7c36c10130df424b2f3552fcc2ddcd9b28a27b1e54b358b45874f88d1ca6888c"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2021-05-02 20:44:02 +03:00
|
|
|
"crossterm_winapi",
|
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
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2021-05-18 01:21:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ctor"
|
|
|
|
version = "0.1.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5e98e2ad1a782e33928b96fc3948e7c355e5af34ba4de7670fe8bac2a3b2006d"
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2021-05-18 01:21:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "diff"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
|
|
|
|
|
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
|
|
|
]
|
|
|
|
|
2021-04-18 01:08:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "easy-cast"
|
|
|
|
version = "0.4.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4bd102ee8c418348759919b83b81cdbdc933ffe29740b903df448b4bafaa348e"
|
|
|
|
|
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
|
|
|
|
2021-05-21 15:52:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "filetree"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"pretty_assertions",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2020-11-09 09:23:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2021-03-01 01:42:11 +03:00
|
|
|
version = "1.0.1"
|
2020-11-09 09:23:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 01:42:11 +03:00
|
|
|
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
|
2020-11-09 09:23:30 +03:00
|
|
|
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"
|
2021-05-10 13:17:44 +03:00
|
|
|
version = "0.24.0"
|
2020-05-13 11:07:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-10 13:17:44 +03:00
|
|
|
checksum = "0e4075386626662786ddb0ec9081e7c7eeb1ba31951f447ca780ef9f5d568189"
|
2020-05-13 11:07:41 +03:00
|
|
|
|
2021-05-14 18:50:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "git-version"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "94918e83f1e01dedc2e361d00ce9487b14c58c7f40bab148026fa39d42cb41e2"
|
|
|
|
dependencies = [
|
|
|
|
"git-version-macro",
|
|
|
|
"proc-macro-hack",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "git-version-macro"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34a97a52fdee1870a34fa6e4b77570cba531b27d1838874fef4429a791a3d657"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-03-16 15:34:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "git2"
|
2021-05-11 19:26:12 +03:00
|
|
|
version = "0.13.19"
|
2020-10-10 02:55:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-11 19:26:12 +03:00
|
|
|
checksum = "17929de7239dea9f68aa14f94b2ab4974e7b24c1314275ffcc12a7758172fa18"
|
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"
|
2021-04-27 16:07:12 +03:00
|
|
|
version = "0.15.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",
|
2021-05-14 18:50:48 +03:00
|
|
|
"bugreport",
|
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",
|
2021-05-02 20:44:02 +03:00
|
|
|
"crossterm",
|
2020-10-25 20:18:03 +03:00
|
|
|
"dirs-next",
|
2021-04-27 15:51:42 +03:00
|
|
|
"easy-cast",
|
2021-05-21 15:52:05 +03:00
|
|
|
"filetree",
|
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-24 09:03:08 +03:00
|
|
|
"textwrap 0.13.4",
|
2020-03-16 15:34:01 +03:00
|
|
|
"tui",
|
2021-03-24 13:16:01 +03:00
|
|
|
"unicode-truncate",
|
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-04-18 01:07:56 +03:00
|
|
|
version = "0.2.3"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-18 01:07:56 +03:00
|
|
|
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
|
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-03-13 20:43:01 +03:00
|
|
|
version = "1.6.2"
|
2020-07-04 15:59:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-13 20:43:01 +03:00
|
|
|
checksum = "824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3"
|
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-05-07 00:40:39 +03:00
|
|
|
version = "0.10.5"
|
2020-07-04 15:59:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-07 00:40:39 +03:00
|
|
|
checksum = "37fb405dbcc505ed20838c4f8dad7b901094de90add237755df54bd5dcda2fdd"
|
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"
|
2021-04-27 18:47:46 +03:00
|
|
|
version = "0.1.22"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-27 18:47:46 +03:00
|
|
|
checksum = "972f5ae5d1cb9c6ae417789196c803205313edde988685da5e3aae0827b9e7fd"
|
2020-03-16 15:34:01 +03:00
|
|
|
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-04-27 18:47:46 +03:00
|
|
|
version = "0.2.94"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-27 18:47:46 +03:00
|
|
|
checksum = "18794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e"
|
2020-03-16 15:34:01 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libgit2-sys"
|
2021-05-11 19:26:12 +03:00
|
|
|
version = "0.12.20+1.1.0"
|
2020-10-10 02:55:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-11 19:26:12 +03:00
|
|
|
checksum = "1e2f09917e00b9ad194ae72072bb5ada2cca16d8171a43e91ddba2afbb02664b"
|
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"
|
2021-05-02 20:44:02 +03:00
|
|
|
version = "1.1.3"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-02 20:44:02 +03:00
|
|
|
checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66"
|
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"
|
2021-05-02 20:44:02 +03:00
|
|
|
version = "0.4.4"
|
2020-07-09 10:25:04 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-02 20:44:02 +03:00
|
|
|
checksum = "0382880606dff6d15c9476c416d18690b72742aa7b605bb6dd6ec9030fbf07eb"
|
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"
|
2021-05-02 20:44:02 +03:00
|
|
|
version = "2.4.0"
|
2020-07-04 15:59:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-02 20:44:02 +03:00
|
|
|
checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc"
|
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"
|
2021-04-12 00:31:59 +03:00
|
|
|
version = "0.6.3"
|
2020-03-22 23:08:48 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-12 00:31:59 +03:00
|
|
|
checksum = "f83fb6581e8ed1f85fd45c116db8405483899489e38406156c25eb743554361d"
|
2020-03-22 23:08:48 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2020-06-16 10:43:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2021-03-01 01:42:11 +03:00
|
|
|
version = "0.4.4"
|
2020-06-16 10:43:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 01:42:11 +03:00
|
|
|
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
|
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-04-12 00:31:59 +03:00
|
|
|
version = "0.7.11"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-12 00:31:59 +03:00
|
|
|
checksum = "cf80d3e903b34e0bd7282b218398aec54e082c840d9baf8339e0080a0c542956"
|
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"
|
2021-04-12 00:31:59 +03:00
|
|
|
version = "0.3.7"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-12 00:31:59 +03:00
|
|
|
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
|
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-07-04 15:59:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2021-03-19 09:03:10 +03:00
|
|
|
version = "0.20.0"
|
2020-07-04 15:59:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-19 09:03:10 +03:00
|
|
|
checksum = "fa9b4819da1bc61c0ea48b63b7bc8604064dd43013e7cc325df098d49cd7c18a"
|
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-05-10 13:17:44 +03:00
|
|
|
version = "0.24.0"
|
2020-05-13 11:07:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-10 13:17:44 +03:00
|
|
|
checksum = "1a5b3dd1c072ee7963717671d1ca129f1048fda25edea6b752bfc71ac8854170"
|
2020-05-13 11:07:41 +03:00
|
|
|
|
2021-02-09 00:40:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2021-03-03 21:16:59 +03:00
|
|
|
version = "1.7.2"
|
2021-02-09 00:40:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-03 21:16:59 +03:00
|
|
|
checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3"
|
2021-02-09 00:40:58 +03:00
|
|
|
|
2020-09-02 03:08:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
2021-05-11 19:26:12 +03:00
|
|
|
version = "0.1.4"
|
2020-09-02 03:08:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-11 19:26:12 +03:00
|
|
|
checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a"
|
2020-09-02 03:08:41 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-src"
|
2021-04-12 00:31:59 +03:00
|
|
|
version = "111.15.0+1.1.1k"
|
2020-09-02 03:08:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-12 00:31:59 +03:00
|
|
|
checksum = "b1a5f6ae2ac04393b217ea9f700cd04fa9bf3d93fae2872069f3d15d908af70a"
|
2020-09-02 03:08:41 +03:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2021-05-07 00:40:39 +03:00
|
|
|
version = "0.9.63"
|
2020-09-02 03:08:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-07 00:40:39 +03:00
|
|
|
checksum = "b6b0d6fb7d80f877617dfcb014e605e2b5ab2fb0afdf27935219bb6bd984cb98"
|
2020-09-02 03:08:41 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"openssl-src",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2021-05-18 01:21:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "output_vt100"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
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-03-01 01:42:11 +03:00
|
|
|
version = "0.8.3"
|
2020-07-09 10:25:04 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 01:42:11 +03:00
|
|
|
checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018"
|
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-03-01 01:42:11 +03:00
|
|
|
"redox_syscall",
|
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"
|
2021-03-19 09:03:10 +03:00
|
|
|
version = "0.4.3"
|
2020-07-04 15:59:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-19 09:03:10 +03:00
|
|
|
checksum = "234cb1ca0d59aa771d9bc7e268739d7aef6ca7e9e8d3b78d92f266cd663fd0c1"
|
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
|
|
|
|
2021-05-18 01:21:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pretty_assertions"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1cab0e7c02cf376875e9335e0ba1da535775beb5450d21e1dffca068818ed98b"
|
|
|
|
dependencies = [
|
|
|
|
"ansi_term",
|
|
|
|
"ctor",
|
|
|
|
"diff",
|
|
|
|
"output_vt100",
|
|
|
|
]
|
|
|
|
|
2021-05-14 18:50:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-hack"
|
|
|
|
version = "0.5.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
|
|
|
|
|
2020-05-15 16:15:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2021-04-12 00:31:59 +03:00
|
|
|
version = "1.0.26"
|
2020-05-15 16:15:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-12 00:31:59 +03:00
|
|
|
checksum = "a152013215dca273577e18d2bf00fa862b89b24169fb78c4c95aeb07992c9cec"
|
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-03-01 01:42:11 +03:00
|
|
|
version = "1.0.9"
|
2020-05-15 16:15:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 01:42:11 +03:00
|
|
|
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
|
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-03-01 01:42:11 +03:00
|
|
|
version = "0.6.2"
|
2020-03-24 20:02:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 01:42:11 +03:00
|
|
|
checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
|
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"
|
2021-05-19 09:53:41 +03:00
|
|
|
version = "1.9.1"
|
2020-03-22 23:08:48 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-19 09:53:41 +03:00
|
|
|
checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"
|
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"
|
2021-05-07 00:40:39 +03:00
|
|
|
version = "0.2.8"
|
2021-01-12 09:11:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-07 00:40:39 +03:00
|
|
|
checksum = "742739e41cd49414de871ea5e549afb7e2a3ac77b589bcbebe8c82fab37147fc"
|
2021-01-12 09:11:38 +03:00
|
|
|
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",
|
2021-03-01 01:42:11 +03:00
|
|
|
"redox_syscall",
|
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"
|
2021-04-12 00:31:59 +03:00
|
|
|
version = "0.8.27"
|
2020-07-04 15:59:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-12 00:31:59 +03:00
|
|
|
checksum = "8fddb3b23626145d1776addfc307e1a1851f60ef6ca64f376bcb889697144cf0"
|
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"
|
2021-05-07 00:40:39 +03:00
|
|
|
version = "0.1.19"
|
2020-03-29 17:34:29 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-07 00:40:39 +03:00
|
|
|
checksum = "410f7acf3cb3a44527c5d9546bad4bf4e6c460915d5f9f2fc524498bfe8f70ce"
|
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-05-13 09:58:48 +03:00
|
|
|
version = "1.0.126"
|
2020-05-19 21:19:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-13 09:58:48 +03:00
|
|
|
checksum = "ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03"
|
2020-05-19 21:19:30 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2021-05-13 09:58:48 +03:00
|
|
|
version = "1.0.126"
|
2020-05-19 21:19:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-13 09:58:48 +03:00
|
|
|
checksum = "963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43"
|
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",
|
|
|
|
]
|
|
|
|
|
2021-05-14 18:50:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "shell-escape"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
|
|
|
|
|
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"
|
2021-03-29 14:10:53 +03:00
|
|
|
version = "0.10.0"
|
2020-03-20 20:28:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-29 14:10:53 +03:00
|
|
|
checksum = "59d0fe306a0ced1c88a58042dc22fc2ddd000982c26d75f6aa09a394547c41e0"
|
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-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-05-07 00:40:39 +03:00
|
|
|
version = "8.1.0"
|
2020-07-04 15:59:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-07 00:40:39 +03:00
|
|
|
checksum = "be7dfa630954f18297ceae1ff2890cb7f5008a0b2d2106b0468dafc45b0b6b12"
|
2020-07-04 15:59:30 +03:00
|
|
|
dependencies = [
|
|
|
|
"debugid",
|
|
|
|
"memmap",
|
|
|
|
"stable_deref_trait",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "symbolic-demangle"
|
2021-05-07 00:40:39 +03:00
|
|
|
version = "8.1.0"
|
2020-07-04 15:59:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-07 00:40:39 +03:00
|
|
|
checksum = "0b4ba42bd1221803e965054767b1899f2db9a12c89969965c6cb3a02af7014eb"
|
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-05-07 00:40:39 +03:00
|
|
|
version = "1.0.72"
|
2020-05-15 16:15:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-07 00:40:39 +03:00
|
|
|
checksum = "a1e8cdbefb79a9a5a65e0db8b47b723ee907b7c7f8496c76a1770b5c310bab82"
|
2020-05-15 16:15:26 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
2021-05-14 18:50:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sys-info"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "33fcecee49339531cf6bd84ecf3ed94f9c8ef4a7e700f2a1cac9cc1ca485383a"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
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-03-01 01:42:11 +03:00
|
|
|
"redox_syscall",
|
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-24 09:03:08 +03:00
|
|
|
version = "0.13.4"
|
2020-07-20 22:06:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-24 09:03:08 +03:00
|
|
|
checksum = "cd05616119e612a8041ef58f2b578906cc2531a6069047ae092cfb86a325d835"
|
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-04-12 00:31:59 +03:00
|
|
|
version = "1.2.0"
|
2020-06-23 12:08:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-12 00:31:59 +03:00
|
|
|
checksum = "5b5220f05bb7de7f3f53c7c065e1199b3172696fe2db9f9c4d8ad9b4ee74c342"
|
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-05-02 20:44:02 +03:00
|
|
|
version = "0.15.0"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-02 20:44:02 +03:00
|
|
|
checksum = "861d8f3ad314ede6219bcb2ab844054b1de279ee37a9bc38e3d606f9d3fb2a71"
|
2020-03-16 15:34:01 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cassowary",
|
2021-05-02 20:44:02 +03:00
|
|
|
"crossterm",
|
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"
|
2021-04-12 00:31:59 +03:00
|
|
|
version = "0.3.5"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-12 00:31:59 +03:00
|
|
|
checksum = "eeb8be209bb1c96b7c177c7420d26e04eccacb0eeae6b980e35fcb74678107e0"
|
2020-03-16 15:34:01 +03:00
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2021-03-01 01:42:11 +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-03-01 01:42:11 +03:00
|
|
|
checksum = "07fbfce1c8a97d547e8b5334978438d9d6ec8c20e38f56d4a4374d181493eaef"
|
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
|
|
|
|
2021-03-24 13:16:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-truncate"
|
|
|
|
version = "0.2.0"
|
2021-03-25 11:43:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a04be5ca5f7a4a7270ffea82bc41c59b87c611ed04f20e77c338e8d3c2348e42"
|
2021-03-24 13:16:01 +03:00
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
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"
|
2021-05-02 20:44:02 +03:00
|
|
|
version = "0.2.2"
|
2020-05-15 16:15:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-02 20:44:02 +03:00
|
|
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
2020-05-15 16:15:26 +03:00
|
|
|
|
2020-03-16 15:34:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2021-05-10 13:17:41 +03:00
|
|
|
version = "2.2.2"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-10 13:17:41 +03:00
|
|
|
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
|
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-04-18 01:07:56 +03:00
|
|
|
version = "0.2.12"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-18 01:07:56 +03:00
|
|
|
checksum = "cbdbff6266a24120518560b5dc983096efb98462e51d0d68169895b237be3e5d"
|
2020-03-16 15:34:01 +03:00
|
|
|
|
2020-12-09 01:39:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2021-04-12 00:31:59 +03:00
|
|
|
version = "0.9.3"
|
2020-12-09 01:39:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-12 00:31:59 +03:00
|
|
|
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
|
2020-12-09 01:39:30 +03:00
|
|
|
|
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"
|
2021-03-29 14:10:42 +03:00
|
|
|
version = "4.1.0"
|
2020-11-01 03:22:03 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-29 14:10:42 +03:00
|
|
|
checksum = "b55551e42cbdf2ce2bedd2203d0cc08dba002c27510f86dab6d0ce304cba3dfe"
|
2020-11-01 03:22:03 +03:00
|
|
|
dependencies = [
|
2021-03-29 14:10:42 +03:00
|
|
|
"either",
|
2020-11-01 03:22:03 +03:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
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"
|