2020-03-15 20:42:15 +03:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-06-26 14:24:29 +03:00
|
|
|
version = 3
|
|
|
|
|
2020-05-13 11:07:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2021-11-02 05:10:45 +03:00
|
|
|
version = "0.17.0"
|
2020-05-13 11:07:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-02 05:10:45 +03:00
|
|
|
checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
|
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-10-15 19:54:57 +03:00
|
|
|
version = "0.7.6"
|
2020-07-04 15:59:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-15 19:54:57 +03:00
|
|
|
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
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-23 03:45:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2022-09-18 15:57:26 +03:00
|
|
|
version = "0.7.19"
|
2021-05-23 03:45:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-18 15:57:26 +03:00
|
|
|
checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e"
|
2021-05-23 03:45:22 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-08-17 17:30:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
2022-08-30 14:48:23 +03:00
|
|
|
version = "0.1.5"
|
2022-08-17 17:30:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-30 14:48:23 +03:00
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
2022-08-17 17:30:54 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-05-23 18:12:38 +03:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2022-09-14 05:15:04 +03:00
|
|
|
version = "1.0.65"
|
2020-05-23 18:12:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-14 05:15:04 +03:00
|
|
|
checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602"
|
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"
|
2022-01-30 21:28:45 +03:00
|
|
|
version = "0.21.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",
|
2022-08-31 11:51:08 +03:00
|
|
|
"env_logger",
|
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-06-07 15:58:49 +03:00
|
|
|
"openssl-sys",
|
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",
|
2022-09-20 09:23:04 +03:00
|
|
|
"serde",
|
2020-10-25 12:50:20 +03:00
|
|
|
"serial_test",
|
2022-01-17 17:06:54 +03:00
|
|
|
"shellexpand",
|
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"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "1.1.0"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2020-03-16 15:34:01 +03:00
|
|
|
|
2020-03-29 17:34:29 +03:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2022-07-08 05:13:59 +03:00
|
|
|
version = "0.3.66"
|
2020-03-29 17:34:29 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-08 05:13:59 +03:00
|
|
|
checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7"
|
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",
|
2022-08-17 17:30:54 +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
|
|
|
|
2021-05-23 03:45:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bincode"
|
|
|
|
version = "1.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit-set"
|
2022-08-15 13:50:10 +03:00
|
|
|
version = "0.5.3"
|
2021-05-23 03:45:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-15 13:50:10 +03:00
|
|
|
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
|
2021-05-23 03:45:22 +03:00
|
|
|
dependencies = [
|
|
|
|
"bit-vec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit-vec"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
|
|
|
|
|
2020-03-16 15:34:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-11-22 00:05:30 +03:00
|
|
|
version = "1.3.2"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-22 00:05:30 +03:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2020-03-16 15:34:01 +03:00
|
|
|
|
2021-05-14 18:50:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bugreport"
|
2022-08-06 18:00:19 +03:00
|
|
|
version = "0.5.0"
|
2021-05-14 18:50:48 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-06 18:00:19 +03:00
|
|
|
checksum = "535120b8182547808081a66f1f77a64533c780b23da26763e0ee34dfb94f98c9"
|
2021-05-14 18:50:48 +03:00
|
|
|
dependencies = [
|
|
|
|
"git-version",
|
|
|
|
"shell-escape",
|
|
|
|
"sys-info",
|
|
|
|
]
|
|
|
|
|
2022-08-05 14:43:02 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2022-08-17 21:05:06 +03:00
|
|
|
version = "3.11.0"
|
2022-08-05 14:43:02 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 21:05:06 +03:00
|
|
|
checksum = "c1ad822118d20d2c234f427000d5acc36eabe1e29a348c89b63dd60b13f28e5d"
|
2022-08-05 14:43:02 +03:00
|
|
|
|
2020-07-06 22:18:37 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "1.12.1"
|
2020-07-06 22:18:37 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "2f5715e491b5a1598fc2bef5a606847b5dc1d48ea625bd3c02c00de8285591da"
|
2020-07-06 22:18:37 +03:00
|
|
|
|
2020-06-22 21:01:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bytesize"
|
2021-08-04 00:00:59 +03:00
|
|
|
version = "1.1.0"
|
2020-06-22 21:01:04 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-04 00:00:59 +03:00
|
|
|
checksum = "6c58ec36aac5066d5ca17df51b3e70279f5670a72102f5752cb7e7c856adfc70"
|
2020-06-22 21:01:04 +03:00
|
|
|
|
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"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "1.0.73"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
|
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"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "0.4.22"
|
2020-03-20 20:28:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1"
|
2020-03-20 20:28:42 +03:00
|
|
|
dependencies = [
|
2022-08-17 17:30:54 +03:00
|
|
|
"iana-time-zone",
|
2020-03-20 20:28:42 +03:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
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"
|
2022-09-18 15:57:26 +03:00
|
|
|
version = "3.2.22"
|
2020-05-28 00:52:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-18 15:57:26 +03:00
|
|
|
checksum = "86447ad904c7fb335a790c9d7fe3d0d971dc523b8ccd1561a520de9a85302750"
|
2020-05-28 00:52:53 +03:00
|
|
|
dependencies = [
|
2022-08-17 17:30:54 +03:00
|
|
|
"atty",
|
2020-05-28 00:52:53 +03:00
|
|
|
"bitflags",
|
2022-08-17 17:30:54 +03:00
|
|
|
"clap_lex",
|
|
|
|
"indexmap",
|
|
|
|
"once_cell",
|
|
|
|
"strsim",
|
|
|
|
"termcolor",
|
|
|
|
"textwrap",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
|
|
|
|
dependencies = [
|
|
|
|
"os_str_bytes",
|
2020-05-28 00:52:53 +03:00
|
|
|
]
|
|
|
|
|
2022-08-17 17:30:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
|
|
|
|
2020-07-04 15:59:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cpp_demangle"
|
2021-12-11 01:31:30 +03:00
|
|
|
version = "0.3.5"
|
2020-07-04 15:59:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-11 01:31:30 +03:00
|
|
|
checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"
|
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
|
|
|
]
|
|
|
|
|
2021-05-23 03:45:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "1.3.2"
|
2021-05-23 03:45:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
2021-05-23 03:45:22 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2020-10-12 09:25:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "0.5.6"
|
2020-10-12 09:25:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
|
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"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "0.8.2"
|
2020-03-22 23:08:48 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
|
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"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "0.9.10"
|
2020-03-22 23:08:48 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "045ebe27666471bb549370b4b0b3e51b07f56325befa4284db65fc89c02511b1"
|
2020-03-22 23:08:48 +03:00
|
|
|
dependencies = [
|
2022-08-17 17:30:54 +03:00
|
|
|
"autocfg",
|
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
|
|
|
"memoffset",
|
2022-08-17 17:30:54 +03:00
|
|
|
"once_cell",
|
2020-03-22 23:08:48 +03:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2020-03-20 20:28:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "0.8.11"
|
2020-10-12 09:25:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "51887d4adc7b564537b15adcfb307936f8075dfcd5f00dde9a9f1d29383682bc"
|
2020-10-12 09:25:53 +03:00
|
|
|
dependencies = [
|
2021-02-09 00:40:58 +03:00
|
|
|
"cfg-if",
|
2022-08-17 17:30:54 +03:00
|
|
|
"once_cell",
|
2020-03-20 20:28:42 +03:00
|
|
|
]
|
|
|
|
|
2020-12-29 19:53:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crossterm"
|
2022-08-17 22:46:55 +03:00
|
|
|
version = "0.25.0"
|
2020-12-29 19:53:15 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 22:46:55 +03:00
|
|
|
checksum = "e64e6c0fbe2c17357405f7c758c1ef960fce08bdfb2c03d88d2a18d7e09c4b67"
|
2020-12-29 19:53:15 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2021-05-02 20:44:02 +03:00
|
|
|
"crossterm_winapi",
|
2020-10-08 10:58:21 +03:00
|
|
|
"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",
|
2021-08-03 23:56:39 +03:00
|
|
|
"signal-hook-mio",
|
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"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "0.9.0"
|
2020-12-29 19:53:15 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "2ae1b35a484aa10e07fe0638d02301c5ad24de82d310ccbd2f3693da5f09bf1c"
|
2020-12-29 19:53:15 +03:00
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-05-18 01:21:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ctor"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "0.1.23"
|
2021-05-18 01:21:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "cdffe87e1d521a10f9696f833fe502293ea446d7f256c06128293a4119bdf4cb"
|
2021-05-18 01:21:05 +03:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-08-17 17:30:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dashmap"
|
2022-09-02 21:10:17 +03:00
|
|
|
version = "5.4.0"
|
2022-08-17 17:30:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-02 21:10:17 +03:00
|
|
|
checksum = "907076dfda823b0b36d2a1bb5f90c96660a5bbcd7729e10727f07858f22c4edc"
|
2022-08-17 17:30:54 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"hashbrown",
|
|
|
|
"lock_api",
|
2022-09-02 21:10:17 +03:00
|
|
|
"once_cell",
|
2022-08-17 17:30:54 +03:00
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
2020-07-04 15:59:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "debugid"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "0.8.0"
|
2020-07-04 15:59:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
|
2020-07-04 15:59:30 +03:00
|
|
|
dependencies = [
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
2021-05-18 01:21:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "diff"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "0.1.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
|
|
|
version = "4.0.0"
|
2021-05-18 01:21:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
|
|
|
|
dependencies = [
|
|
|
|
"dirs-sys",
|
|
|
|
]
|
2021-05-18 01:21:05 +03:00
|
|
|
|
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
|
|
|
]
|
|
|
|
|
2022-08-17 17:30:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
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"
|
2022-08-22 05:10:53 +03:00
|
|
|
version = "0.5.0"
|
2021-04-18 01:08:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-22 05:10:53 +03:00
|
|
|
checksum = "df411bcae1eadd758a3a4d005db3ba7c73bff8500e64a7f8efa4fdcc8afa7acc"
|
2021-04-18 01:08:35 +03:00
|
|
|
|
2020-03-16 15:34:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2022-08-20 15:51:18 +03:00
|
|
|
version = "1.8.0"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-20 15:51:18 +03:00
|
|
|
checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
|
2020-03-16 15:34:01 +03:00
|
|
|
|
2022-08-31 11:51:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2022-09-18 15:57:26 +03:00
|
|
|
version = "0.9.1"
|
2022-08-31 11:51:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-18 15:57:26 +03:00
|
|
|
checksum = "c90bf5f19754d10198ccb95b70664fc925bd1fc090a0fd9a6ebc54acc8cd6272"
|
2022-08-31 11:51:08 +03:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"humantime",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2021-05-23 03:45:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fancy-regex"
|
2021-08-04 00:00:59 +03:00
|
|
|
version = "0.7.1"
|
2021-05-23 03:45:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-04 00:00:59 +03:00
|
|
|
checksum = "9d6b8560a05112eb52f04b00e5d3790c0dd75d9d980eb8a122fb23b92a623ccf"
|
2021-05-23 03:45:22 +03:00
|
|
|
dependencies = [
|
|
|
|
"bit-set",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2022-01-12 14:52:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "1.8.0"
|
2022-01-12 14:52:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
|
2022-01-12 14:52:35 +03:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
2022-09-02 10:59:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
|
|
|
version = "0.2.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e94a7bbaa59354bc20dd75b67f23e2797b4490e9d6928203fb105c79e448c86c"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
2021-05-21 15:52:05 +03:00
|
|
|
[[package]]
|
2021-05-28 12:10:11 +03:00
|
|
|
name = "filetreelist"
|
2022-01-30 21:28:45 +03:00
|
|
|
version = "0.5.0"
|
2021-05-21 15:52:05 +03:00
|
|
|
dependencies = [
|
|
|
|
"pretty_assertions",
|
2021-06-02 01:14:51 +03:00
|
|
|
"scopetime",
|
2021-05-21 15:52:05 +03:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2021-11-22 00:05:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "findshlibs"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "40b9e59cd0f7e0806cca4be089683ecb6434e602038df21fe6bf6711b2f07f64"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-05-23 03:45:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "1.0.24"
|
2021-05-23 03:45:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
|
2021-05-23 03:45:22 +03:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
2022-08-17 17:30:54 +03:00
|
|
|
"miniz_oxide",
|
2021-05-23 03:45:22 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
2020-11-09 09:23:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2022-09-09 05:13:54 +03:00
|
|
|
version = "1.1.0"
|
2020-11-09 09:23:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-09 05:13:54 +03:00
|
|
|
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
|
2020-11-09 09:23:30 +03:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2022-09-02 10:59:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fsevent-sys"
|
|
|
|
version = "4.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-08-17 17:30:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2022-08-30 14:48:23 +03:00
|
|
|
version = "0.3.24"
|
2022-08-17 17:30:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-30 14:48:23 +03:00
|
|
|
checksum = "7f21eda599937fba36daeb58a22e8f5cee2d14c4a17b5b7739c7c8e5e3b8230c"
|
2022-08-17 17:30:54 +03:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2022-08-30 14:48:23 +03:00
|
|
|
version = "0.3.24"
|
2022-08-17 17:30:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-30 14:48:23 +03:00
|
|
|
checksum = "30bdd20c28fadd505d0fd6712cdfcb0d4b5648baf45faef7f852afb2399bb050"
|
2022-08-17 17:30:54 +03:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2022-08-30 14:48:23 +03:00
|
|
|
version = "0.3.24"
|
2022-08-17 17:30:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-30 14:48:23 +03:00
|
|
|
checksum = "4e5aa3de05362c3fb88de6531e6296e85cde7739cccad4b9dfeeb7f6ebce56bf"
|
2022-08-17 17:30:54 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2022-08-30 14:48:23 +03:00
|
|
|
version = "0.3.24"
|
2022-08-17 17:30:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-30 14:48:23 +03:00
|
|
|
checksum = "9ff63c23854bee61b6e9cd331d523909f238fc7636290b96826e9cfa5faa00ab"
|
2022-08-17 17:30:54 +03:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2022-08-30 14:48:23 +03:00
|
|
|
version = "0.3.24"
|
2022-08-17 17:30:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-30 14:48:23 +03:00
|
|
|
checksum = "bbf4d2a7a308fd4578637c0b17c7e1c7ba127b8f6ba00b29f717e9655d85eb68"
|
2022-08-17 17:30:54 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2022-08-30 14:48:23 +03:00
|
|
|
version = "0.3.24"
|
2022-08-17 17:30:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-30 14:48:23 +03:00
|
|
|
checksum = "21b20ba5a92e727ba30e72834706623d94ac93a725410b6a6b6fbc1b07f7ba56"
|
2022-08-17 17:30:54 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2022-08-30 14:48:23 +03:00
|
|
|
version = "0.3.24"
|
2022-08-17 17:30:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-30 14:48:23 +03:00
|
|
|
checksum = "a6508c467c73851293f390476d4491cf4d227dbabcd4170f3bb6044959b294f1"
|
2022-08-17 17:30:54 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2022-08-30 14:48:23 +03:00
|
|
|
version = "0.3.24"
|
2022-08-17 17:30:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-30 14:48:23 +03:00
|
|
|
checksum = "44fb6cb1be61cc1d2e43b262516aafcf63b241cffdb1d3fa115f91d9c7b09c90"
|
2022-08-17 17:30:54 +03:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
2021-09-04 11:50:03 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fuzzy-matcher"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
|
|
|
|
dependencies = [
|
|
|
|
"thread_local",
|
|
|
|
]
|
|
|
|
|
2020-03-20 20:28:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "0.2.7"
|
2020-03-20 20:28:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
|
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",
|
2022-08-17 20:05:12 +03:00
|
|
|
"wasi",
|
2020-03-20 20:28:42 +03:00
|
|
|
]
|
|
|
|
|
2021-08-23 13:09:00 +03:00
|
|
|
[[package]]
|
|
|
|
name = "gh-emoji"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "1.0.7"
|
2021-08-23 13:09:00 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "30ad64b43d48c1745c0059e5ba223816eb599eec8956c668fc0a31f6b9cd799e"
|
2021-08-23 13:09:00 +03:00
|
|
|
dependencies = [
|
|
|
|
"phf",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2020-05-13 11:07:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "0.26.2"
|
2020-05-13 11:07:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
|
2020-05-13 11:07:41 +03:00
|
|
|
|
2021-05-14 18:50:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "git-version"
|
2021-08-04 00:00:59 +03:00
|
|
|
version = "0.3.5"
|
2021-05-14 18:50:48 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-04 00:00:59 +03:00
|
|
|
checksum = "f6b0decc02f4636b9ccad390dcbe77b722a77efedfa393caf8379a51d5c61899"
|
2021-05-14 18:50:48 +03:00
|
|
|
dependencies = [
|
|
|
|
"git-version-macro",
|
|
|
|
"proc-macro-hack",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "git-version-macro"
|
2021-08-04 00:00:59 +03:00
|
|
|
version = "0.3.5"
|
2021-05-14 18:50:48 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-04 00:00:59 +03:00
|
|
|
checksum = "fe69f1cbdb6e28af2bac214e943b99ce8a0a06b447d15d3e61161b0423139f3f"
|
2021-05-14 18:50:48 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-03-16 15:34:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "git2"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "0.15.0"
|
2020-10-10 02:55:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "2994bee4a3a6a51eb90c218523be382fd7ea09b16380b9312e9dbe955ff7c7d1"
|
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"
|
2022-08-17 18:30:08 +03:00
|
|
|
version = "0.21.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-28 12:10:11 +03:00
|
|
|
"filetreelist",
|
2021-09-04 11:50:03 +03:00
|
|
|
"fuzzy-matcher",
|
2021-08-23 13:09:00 +03:00
|
|
|
"gh-emoji",
|
2020-04-15 23:38:09 +03:00
|
|
|
"itertools",
|
2020-03-20 20:28:42 +03:00
|
|
|
"log",
|
2022-09-02 10:59:13 +03:00
|
|
|
"notify",
|
|
|
|
"notify-debouncer-mini",
|
2022-09-02 10:17:34 +03:00
|
|
|
"once_cell",
|
2020-07-04 15:59:30 +03:00
|
|
|
"pprof",
|
2021-06-05 23:52:46 +03:00
|
|
|
"pretty_assertions",
|
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-05-23 03:45:22 +03:00
|
|
|
"syntect",
|
2022-08-17 17:30:54 +03:00
|
|
|
"textwrap",
|
2020-03-16 15:34:01 +03:00
|
|
|
"tui",
|
2021-05-24 00:42:49 +03:00
|
|
|
"unicode-segmentation",
|
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-12-09 01:39:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "0.12.3"
|
2020-12-09 01:39:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2022-09-18 15:57:26 +03:00
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
]
|
2020-12-09 01:39:30 +03:00
|
|
|
|
2020-03-22 23:08:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-06-26 14:23:05 +03:00
|
|
|
version = "0.1.19"
|
2020-03-22 23:08:48 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 14:23:05 +03:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2020-03-22 23:08:48 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-08-31 11:51:08 +03:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
|
|
2022-08-17 17:30:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2022-09-18 15:57:26 +03:00
|
|
|
version = "0.1.48"
|
2022-08-17 17:30:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-18 15:57:26 +03:00
|
|
|
checksum = "237a0714f28b1ee39ccec0770ccb544eb02c9ef2c82bb096230eefcffa6468b0"
|
2022-08-17 17:30:54 +03:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"js-sys",
|
2022-09-02 21:10:17 +03:00
|
|
|
"once_cell",
|
2022-08-17 17:30:54 +03:00
|
|
|
"wasm-bindgen",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-03-16 15:34:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2022-09-09 05:13:54 +03:00
|
|
|
version = "0.3.0"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-09 05:13:54 +03:00
|
|
|
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
|
2020-03-16 15:34:01 +03:00
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2020-07-04 15:59:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "1.9.1"
|
2020-07-04 15:59:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
|
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"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "0.11.7"
|
2020-07-04 15:59:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "9709543bd6c25fdc748da2bed0f6855b07b7e93a203ae31332ac2101ab2f4782"
|
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",
|
2022-08-17 17:30:54 +03:00
|
|
|
"itoa 1.0.3",
|
2020-07-04 15:59:30 +03:00
|
|
|
"log",
|
|
|
|
"num-format",
|
2022-08-17 17:30:54 +03:00
|
|
|
"once_cell",
|
2020-07-04 15:59:30 +03:00
|
|
|
"quick-xml",
|
|
|
|
"rgb",
|
|
|
|
"str_stack",
|
|
|
|
]
|
|
|
|
|
2022-09-02 10:59:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "inotify"
|
|
|
|
version = "0.9.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"inotify-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "inotify-sys"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-07-09 10:25:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
2021-10-23 15:29:18 +03:00
|
|
|
version = "0.1.12"
|
2020-07-09 10:25:04 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-23 15:29:18 +03:00
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
2020-12-09 01:39:30 +03:00
|
|
|
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"
|
2022-09-18 15:13:01 +03:00
|
|
|
version = "0.10.4"
|
2020-03-18 16:58:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-18 15:13:01 +03:00
|
|
|
checksum = "d8bf247779e67a9082a4790b45e71ac7cfd1321331a5c856a74a9faebdab78d0"
|
2020-03-18 16:58:09 +03:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2020-07-04 15:59:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2021-08-22 13:30:23 +03:00
|
|
|
version = "0.4.8"
|
2020-07-04 15:59:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-22 13:30:23 +03:00
|
|
|
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
|
2020-07-04 15:59:30 +03:00
|
|
|
|
2022-08-17 17:30:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c8af84674fe1f223a982c933a0ee1086ac4d4052aa0fb8060c12c6ad838e754"
|
|
|
|
|
2020-03-16 15:34:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
2021-08-17 14:45:19 +03:00
|
|
|
version = "0.1.24"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-17 14:45:19 +03:00
|
|
|
checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
|
2020-03-16 15:34:01 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-08-05 14:43:02 +03:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2022-09-18 15:57:26 +03:00
|
|
|
version = "0.3.60"
|
2022-08-05 14:43:02 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-18 15:57:26 +03:00
|
|
|
checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
|
2022-08-05 14:43:02 +03:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2022-09-02 10:59:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "kqueue"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4d6112e8f37b59803ac47a42d14f1f3a59bbf72fc6857ffc5be455e28a691f8e"
|
|
|
|
dependencies = [
|
|
|
|
"kqueue-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kqueue-sys"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8367585489f01bc55dd27404dcf56b95e6da061a256a666ab23be9ba96a2e587"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-03-16 15:34:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "0.2.132"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "8371e4e5341c3a96db127eb2465ac681ced4c433e01dd0e938adbef26ba93ba5"
|
2020-03-16 15:34:01 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libgit2-sys"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "0.14.0+1.5.0"
|
2020-10-10 02:55:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "47a00859c70c8a4f7218e6d1cc32875c4b55f6799445b842b0d8ed5e4c3d959b"
|
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-10-11 12:02:27 +03:00
|
|
|
version = "0.2.23"
|
2020-09-02 03:08:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-11 12:02:27 +03:00
|
|
|
checksum = "b094a36eb4b8b8c8a7b4b8ae43b2944502be3e59cd87687595cf6b0a71b3f4ca"
|
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"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "1.1.8"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"
|
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"
|
2022-08-30 14:48:23 +03:00
|
|
|
version = "0.4.8"
|
2020-07-09 10:25:04 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-30 14:48:23 +03:00
|
|
|
checksum = "9f80bf5aacaf25cbfc8210d1cfb718f2bf3b11c4c54e5afe36c236853a8ec390"
|
2020-07-09 10:25:04 +03:00
|
|
|
dependencies = [
|
2022-08-17 17:30:54 +03:00
|
|
|
"autocfg",
|
2020-07-09 10:25:04 +03:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2020-03-16 15:34:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "0.4.17"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
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
|
|
|
]
|
|
|
|
|
2020-07-04 15:59:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "2.5.0"
|
2020-07-04 15:59:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2020-07-04 15:59:30 +03:00
|
|
|
|
|
|
|
[[package]]
|
2022-08-17 17:30:54 +03:00
|
|
|
name = "memmap2"
|
|
|
|
version = "0.5.7"
|
2020-07-04 15:59:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "95af15f345b17af2efc8ead6080fb8bc376f8cec1b35277b935637595fe77498"
|
2020-07-04 15:59:30 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-03-22 23:08:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2021-12-11 01:31:30 +03:00
|
|
|
version = "0.6.5"
|
2020-03-22 23:08:48 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-11 01:31:30 +03:00
|
|
|
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
|
2020-03-22 23:08:48 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2022-07-08 05:13:59 +03:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2022-09-18 15:57:26 +03:00
|
|
|
version = "0.5.4"
|
2022-07-08 05:13:59 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-18 15:57:26 +03:00
|
|
|
checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34"
|
2022-07-08 05:13:59 +03:00
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
2020-03-16 15:34:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "0.8.4"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf"
|
2020-03-16 15:34:01 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
2022-08-17 20:05:12 +03:00
|
|
|
"wasi",
|
2022-08-17 17:30:54 +03:00
|
|
|
"windows-sys",
|
2020-03-16 15:34:01 +03:00
|
|
|
]
|
|
|
|
|
2020-07-04 15:59:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "0.24.2"
|
2020-07-04 15:59:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc"
|
2020-07-04 15:59:30 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
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"
|
|
|
|
|
2022-09-02 10:59:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "notify"
|
|
|
|
version = "5.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ed2c66da08abae1c024c01d635253e402341b4060a12e99b31c7594063bf490a"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"crossbeam-channel",
|
|
|
|
"filetime",
|
|
|
|
"fsevent-sys",
|
|
|
|
"inotify",
|
|
|
|
"kqueue",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"walkdir",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "notify-debouncer-mini"
|
2022-09-05 15:56:04 +03:00
|
|
|
version = "0.2.1"
|
2022-09-02 10:59:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-05 15:56:04 +03:00
|
|
|
checksum = "e23e9fa24f094b143c1eb61f90ac6457de87be6987bc70746e0179f7dbc9007b"
|
2022-09-02 10:59:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-channel",
|
|
|
|
"notify",
|
|
|
|
]
|
|
|
|
|
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",
|
2022-08-17 17:30:54 +03:00
|
|
|
"itoa 0.4.8",
|
2020-07-04 15:59:30 +03:00
|
|
|
]
|
|
|
|
|
2020-03-20 20:28:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "0.1.45"
|
2020-03-20 20:28:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
2020-03-20 20:28:42 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "0.2.15"
|
2020-03-20 20:28:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
2020-03-20 20:28:42 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2020-03-22 23:08:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2021-12-25 23:27:24 +03:00
|
|
|
version = "1.13.1"
|
2020-03-22 23:08:48 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-25 23:27:24 +03:00
|
|
|
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
|
2020-03-22 23:08:48 +03:00
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-08-17 17:30:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num_threads"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-05-13 11:07:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2022-07-08 05:13:59 +03:00
|
|
|
version = "0.29.0"
|
2020-05-13 11:07:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-08 05:13:59 +03:00
|
|
|
checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"
|
2021-06-06 11:24:05 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
2020-05-13 11:07:41 +03:00
|
|
|
|
2021-02-09 00:40:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2022-09-02 21:10:17 +03:00
|
|
|
version = "1.14.0"
|
2021-02-09 00:40:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-02 21:10:17 +03:00
|
|
|
checksum = "2f7254b99e31cad77da24b08ebf628882739a608578bb1bcdfc1f9c21260d7c0"
|
2021-02-09 00:40:58 +03:00
|
|
|
|
2022-09-18 16:02:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "onig"
|
|
|
|
version = "6.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"onig_sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "onig_sys"
|
|
|
|
version = "69.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7b829e3d7e9cc74c7e315ee8edb185bf4190da5acde74afd7fc59c35b1f086e7"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2020-09-02 03:08:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
2022-01-16 22:52:33 +03:00
|
|
|
version = "0.1.5"
|
2020-09-02 03:08:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-16 22:52:33 +03:00
|
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
2020-09-02 03:08:41 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-src"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "111.22.0+1.1.1q"
|
2020-09-02 03:08:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "8f31f0d509d1c1ae9cada2f9539ff8f37933831fd5098879e482aa687d659853"
|
2020-09-02 03:08:41 +03:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "0.9.75"
|
2020-09-02 03:08:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "e5f9bd0c2710541a3cda73d6f9ac4f1b240de4ae261065d309dbe73d9dceb42f"
|
2020-09-02 03:08:41 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"openssl-src",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2022-08-17 17:30:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "os_str_bytes"
|
|
|
|
version = "6.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff"
|
|
|
|
|
2021-05-18 01:21:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "output_vt100"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "0.1.3"
|
2021-05-18 01:21:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66"
|
2021-05-18 01:21:05 +03:00
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-07-09 10:25:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "0.12.1"
|
2020-07-09 10:25:04 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
2020-07-09 10:25:04 +03:00
|
|
|
dependencies = [
|
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"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "0.9.3"
|
2020-07-09 10:25:04 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
|
2020-07-09 10:25:04 +03:00
|
|
|
dependencies = [
|
2021-02-09 00:40:58 +03:00
|
|
|
"cfg-if",
|
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",
|
2022-08-17 17:30:54 +03:00
|
|
|
"windows-sys",
|
2020-03-16 15:34:01 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2022-09-09 05:13:54 +03:00
|
|
|
version = "2.2.0"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-09 05:13:54 +03:00
|
|
|
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
|
2020-03-16 15:34:01 +03:00
|
|
|
|
2021-08-23 13:09:00 +03:00
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "0.11.1"
|
2021-08-23 13:09:00 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "928c6535de93548188ef63bb7c4036bd415cd8f36ad25af44b9789b2ee72a48c"
|
2021-08-23 13:09:00 +03:00
|
|
|
dependencies = [
|
|
|
|
"phf_shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "0.11.1"
|
2021-08-23 13:09:00 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676"
|
2021-08-23 13:09:00 +03:00
|
|
|
dependencies = [
|
|
|
|
"siphasher",
|
|
|
|
]
|
|
|
|
|
2022-08-17 17:30:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
|
|
|
version = "0.2.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
2020-03-16 15:34:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "0.3.25"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
|
2020-03-16 15:34:01 +03:00
|
|
|
|
2020-07-04 15:59:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pprof"
|
2022-08-30 05:10:15 +03:00
|
|
|
version = "0.10.1"
|
2020-07-04 15:59:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-30 05:10:15 +03:00
|
|
|
checksum = "d6472bfed9475542ac46c518734a8d06d71b0f6cb2c17f904aa301711a57786f"
|
2020-07-04 15:59:30 +03:00
|
|
|
dependencies = [
|
|
|
|
"backtrace",
|
2021-11-22 00:05:30 +03:00
|
|
|
"cfg-if",
|
|
|
|
"findshlibs",
|
2020-07-04 15:59:30 +03:00
|
|
|
"inferno",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"nix",
|
2022-08-17 17:30:54 +03:00
|
|
|
"once_cell",
|
2020-12-08 03:31:06 +03:00
|
|
|
"parking_lot",
|
2022-08-17 17:30:54 +03:00
|
|
|
"smallvec",
|
2020-07-04 15:59:30 +03:00
|
|
|
"symbolic-demangle",
|
|
|
|
"tempfile",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2021-05-18 01:21:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pretty_assertions"
|
2022-08-30 14:46:06 +03:00
|
|
|
version = "1.3.0"
|
2021-05-18 01:21:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-30 14:46:06 +03:00
|
|
|
checksum = "a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755"
|
2021-05-18 01:21:05 +03:00
|
|
|
dependencies = [
|
|
|
|
"ctor",
|
|
|
|
"diff",
|
|
|
|
"output_vt100",
|
2022-08-30 14:46:06 +03:00
|
|
|
"yansi",
|
2021-05-18 01:21:05 +03:00
|
|
|
]
|
|
|
|
|
2022-02-21 05:13:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
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"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "1.0.43"
|
2020-05-15 16:15:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab"
|
2020-05-15 16:15:26 +03:00
|
|
|
dependencies = [
|
2022-08-17 17:30:54 +03:00
|
|
|
"unicode-ident",
|
2020-05-15 16:15:26 +03:00
|
|
|
]
|
|
|
|
|
2020-07-04 15:59:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "quick-xml"
|
2022-09-18 15:57:26 +03:00
|
|
|
version = "0.23.1"
|
2020-07-04 15:59:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-18 15:57:26 +03:00
|
|
|
checksum = "11bafc859c6815fbaffbbbf4229ecb767ac913fecb27f9ad4343662e9ef099ea"
|
2020-07-04 15:59:30 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2020-05-15 16:15:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "1.0.21"
|
2020-05-15 16:15:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
|
2020-05-15 16:15:26 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2020-03-22 23:08:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "1.9.3"
|
2020-03-22 23:08:48 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"
|
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
|
|
|
"num_cpus",
|
|
|
|
]
|
|
|
|
|
2020-03-16 15:34:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "0.2.16"
|
2021-01-12 09:11:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
2021-01-12 09:11:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2020-03-20 20:28:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "0.4.3"
|
2020-03-20 20:28:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
|
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",
|
2022-08-17 17:30:54 +03:00
|
|
|
"thiserror",
|
2020-03-20 20:28:42 +03:00
|
|
|
]
|
|
|
|
|
2021-05-23 03:45:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "1.6.0"
|
2021-05-23 03:45:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
|
2021-05-23 03:45:22 +03:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "0.6.27"
|
2021-05-23 03:45:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
|
2021-05-23 03:45:22 +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"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "0.8.33"
|
2020-07-04 15:59:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "c3b221de559e4a29df3b957eec92bc0de6bc8eaf6ca9cfed43e5e1d67ff65a34"
|
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"
|
2022-08-17 17:40:08 +03:00
|
|
|
version = "0.8.0"
|
2020-05-19 21:19:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:40:08 +03:00
|
|
|
checksum = "300a51053b1cb55c80b7a9fde4120726ddf25ca241a1cbb926626f62fb136bff"
|
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-08-28 15:35:28 +03:00
|
|
|
version = "0.1.21"
|
2020-03-29 17:34:29 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-28 15:35:28 +03:00
|
|
|
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
|
2020-03-29 17:34:29 +03:00
|
|
|
|
2021-05-23 03:45:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "1.0.11"
|
2021-05-23 03:45:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
|
2021-05-23 03:45:22 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2020-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"
|
2022-08-22 05:10:45 +03:00
|
|
|
version = "1.0.144"
|
2020-05-19 21:19:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-22 05:10:45 +03:00
|
|
|
checksum = "0f747710de3dcd43b88c9168773254e809d8ddbdf9653b84e2554ab219f17860"
|
2020-05-19 21:19:30 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2022-08-22 05:10:45 +03:00
|
|
|
version = "1.0.144"
|
2020-05-19 21:19:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-22 05:10:45 +03:00
|
|
|
checksum = "94ed3a816fb1d101812f83e789f888322c34e291f894f19590dc310963e87a00"
|
2020-05-19 21:19:30 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-05-23 03:45:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2022-08-27 18:56:12 +03:00
|
|
|
version = "1.0.85"
|
2021-05-23 03:45:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-27 18:56:12 +03:00
|
|
|
checksum = "e55a28e3aaef9d5ce0506d0a14dbba8054ddc7e499ef522dd8b26859ec9d4a44"
|
2021-05-23 03:45:22 +03:00
|
|
|
dependencies = [
|
2022-08-17 17:30:54 +03:00
|
|
|
"itoa 1.0.3",
|
2021-05-23 03:45:22 +03:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-10-25 12:50:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serial_test"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "0.9.0"
|
2020-10-25 12:50:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "92761393ee4dc3ff8f4af487bd58f4307c9329bbedea02cac0089ad9c411e153"
|
2020-10-25 12:50:20 +03:00
|
|
|
dependencies = [
|
2022-08-17 17:30:54 +03:00
|
|
|
"dashmap",
|
|
|
|
"futures",
|
2020-10-25 12:50:20 +03:00
|
|
|
"lazy_static",
|
2022-08-17 17:30:54 +03:00
|
|
|
"log",
|
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"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "0.9.0"
|
2020-10-25 12:50:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "4b6f5d1c3087fb119617cff2966fe3808a80e5eb59a8c1601d5994d66f4346a5"
|
2020-10-25 12:50:20 +03:00
|
|
|
dependencies = [
|
2022-02-21 05:13:06 +03:00
|
|
|
"proc-macro-error",
|
2020-10-25 12:50:20 +03:00
|
|
|
"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"
|
|
|
|
|
2022-01-17 17:06:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "shellexpand"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "2.1.2"
|
2022-01-17 17:06:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
|
2022-01-17 17:06:54 +03:00
|
|
|
dependencies = [
|
2022-08-17 17:30:54 +03:00
|
|
|
"dirs",
|
2022-01-17 17:06:54 +03:00
|
|
|
]
|
|
|
|
|
2020-03-16 15:34:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "0.3.14"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"
|
2020-03-16 15:34:01 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"signal-hook-registry",
|
|
|
|
]
|
|
|
|
|
2021-08-03 23:56:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-mio"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "0.2.3"
|
2021-08-03 23:56:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af"
|
2021-08-03 23:56:39 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"signal-hook",
|
|
|
|
]
|
|
|
|
|
2020-03-16 15:34:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2021-06-06 11:24:05 +03:00
|
|
|
version = "1.4.0"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-06 11:24:05 +03:00
|
|
|
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
|
2020-03-16 15:34:01 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-03-20 20:28:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "simplelog"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "0.12.0"
|
2020-03-20 20:28:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "48dfff04aade74dd495b007c831cd6f4e0cee19c344dd9dc0884c0289b70a786"
|
2020-03-20 20:28:42 +03:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
2022-08-17 20:05:12 +03:00
|
|
|
"time",
|
2020-03-20 20:28:42 +03:00
|
|
|
]
|
|
|
|
|
2021-08-23 13:09:00 +03:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "0.3.10"
|
2021-08-23 13:09:00 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
|
|
|
version = "0.4.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2021-08-23 13:09:00 +03:00
|
|
|
|
2020-03-16 15:34:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "1.9.0"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"
|
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"
|
|
|
|
|
2022-08-17 17:30:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
2020-07-04 15:59:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "symbolic-common"
|
2022-09-18 15:57:26 +03:00
|
|
|
version = "9.1.4"
|
2020-07-04 15:59:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-18 15:57:26 +03:00
|
|
|
checksum = "d431a4117e17192ca2d46b9261919bc34561b7dd2dcba4ab4c93801826fcbd33"
|
2020-07-04 15:59:30 +03:00
|
|
|
dependencies = [
|
|
|
|
"debugid",
|
2022-08-17 17:30:54 +03:00
|
|
|
"memmap2",
|
2020-07-04 15:59:30 +03:00
|
|
|
"stable_deref_trait",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "symbolic-demangle"
|
2022-09-18 15:57:26 +03:00
|
|
|
version = "9.1.4"
|
2020-07-04 15:59:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-18 15:57:26 +03:00
|
|
|
checksum = "93b77867bcc7fb2a4e9fc02b58b965858f5e4c35ad86da89ec6d9b2a00b64ece"
|
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"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "1.0.99"
|
2020-05-15 16:15:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13"
|
2020-05-15 16:15:26 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-08-17 17:30:54 +03:00
|
|
|
"unicode-ident",
|
2020-05-15 16:15:26 +03:00
|
|
|
]
|
|
|
|
|
2021-05-23 03:45:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "syntect"
|
2022-08-15 13:50:10 +03:00
|
|
|
version = "5.0.0"
|
2021-05-23 03:45:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-15 13:50:10 +03:00
|
|
|
checksum = "c6c454c27d9d7d9a84c7803aaa3c50cd088d2906fe3c6e42da3209aa623576a8"
|
2021-05-23 03:45:22 +03:00
|
|
|
dependencies = [
|
|
|
|
"bincode",
|
|
|
|
"bitflags",
|
|
|
|
"fancy-regex",
|
|
|
|
"flate2",
|
|
|
|
"fnv",
|
|
|
|
"lazy_static",
|
2022-08-15 13:50:10 +03:00
|
|
|
"once_cell",
|
2022-09-18 16:02:01 +03:00
|
|
|
"onig",
|
2021-05-23 03:45:22 +03:00
|
|
|
"regex-syntax",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
2022-08-15 13:50:10 +03:00
|
|
|
"thiserror",
|
2021-05-23 03:45:22 +03:00
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2021-05-14 18:50:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sys-info"
|
2021-10-23 15:29:18 +03:00
|
|
|
version = "0.9.1"
|
2021-05-14 18:50:48 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-23 15:29:18 +03:00
|
|
|
checksum = "0b3a0d0aba8bf96a0e1ddfdc352fc53b3df7f39318c71854910c3c4b024ae52c"
|
2021-05-14 18:50:48 +03:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-03-24 20:02:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2022-01-12 14:52:35 +03:00
|
|
|
version = "3.3.0"
|
2020-03-24 20:02:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 14:52:35 +03:00
|
|
|
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
|
2020-03-24 20:02:58 +03:00
|
|
|
dependencies = [
|
2021-02-09 00:40:58 +03:00
|
|
|
"cfg-if",
|
2022-01-12 14:52:35 +03:00
|
|
|
"fastrand",
|
2020-03-24 20:02:58 +03:00
|
|
|
"libc",
|
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]]
|
2022-08-17 17:30:54 +03:00
|
|
|
name = "termcolor"
|
|
|
|
version = "1.1.3"
|
2020-05-28 00:52:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
|
2020-05-28 00:52:53 +03:00
|
|
|
dependencies = [
|
2022-08-17 17:30:54 +03:00
|
|
|
"winapi-util",
|
2020-05-28 00:52:53 +03:00
|
|
|
]
|
|
|
|
|
2020-07-20 22:06:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2022-09-16 05:19:14 +03:00
|
|
|
version = "0.15.1"
|
2020-07-20 22:06:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-16 05:19:14 +03:00
|
|
|
checksum = "949517c0cf1bf4ee812e2e07e08ab448e3ae0d23472aee8a06c985f0c8815b16"
|
2020-07-20 22:06:12 +03:00
|
|
|
dependencies = [
|
2020-12-08 03:17:53 +03:00
|
|
|
"smawk",
|
2021-06-07 10:51:27 +03:00
|
|
|
"unicode-linebreak",
|
2020-07-20 22:06:12 +03:00
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2020-05-15 16:15:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2022-09-14 05:14:58 +03:00
|
|
|
version = "1.0.35"
|
2020-05-15 16:15:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-14 05:14:58 +03:00
|
|
|
checksum = "c53f98874615aea268107765aa1ed8f6116782501d18e53d08b471733bea6c85"
|
2020-05-15 16:15:26 +03:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2022-09-14 05:14:58 +03:00
|
|
|
version = "1.0.35"
|
2020-05-15 16:15:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-14 05:14:58 +03:00
|
|
|
checksum = "f8b463991b4eab2d801e724172285ec4195c650e8ec79b149e6c2a8e6dd3f783"
|
2020-05-15 16:15:26 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-09-04 11:50:03 +03:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2022-01-25 21:47:54 +03:00
|
|
|
version = "1.1.4"
|
2021-09-04 11:50:03 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-25 21:47:54 +03:00
|
|
|
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
|
2021-09-04 11:50:03 +03:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2022-08-17 17:30:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2022-08-27 18:56:12 +03:00
|
|
|
version = "0.3.14"
|
2022-08-17 17:30:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-27 18:56:12 +03:00
|
|
|
checksum = "3c3f9a28b618c3a6b9251b6908e9c99e04b9e5c02e6581ccbb67d59c34ef7f9b"
|
2022-08-17 17:30:54 +03:00
|
|
|
dependencies = [
|
|
|
|
"itoa 1.0.3",
|
|
|
|
"libc",
|
|
|
|
"num_threads",
|
|
|
|
"time-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792"
|
|
|
|
|
2020-06-23 12:08:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "1.6.0"
|
2020-06-23 12:08:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
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"
|
2022-08-17 22:46:55 +03:00
|
|
|
version = "0.19.0"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 22:46:55 +03:00
|
|
|
checksum = "ccdd26cbd674007e649a272da4475fb666d3aa0ad0531da7136db6fab0e5bad1"
|
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"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "0.3.8"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2022-09-18 15:57:26 +03:00
|
|
|
version = "1.0.4"
|
2022-08-17 17:30:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-18 15:57:26 +03:00
|
|
|
checksum = "dcc811dc4066ac62f84f11307873c4850cb653bfa9b1719cee2bd2204a4bc5dd"
|
2020-03-16 15:34:01 +03:00
|
|
|
|
2021-06-07 10:51:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-linebreak"
|
2022-09-18 15:57:26 +03:00
|
|
|
version = "0.1.3"
|
2021-06-07 10:51:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-18 15:57:26 +03:00
|
|
|
checksum = "ba853b89cad55680dd3cf06f2798cb1ad8d483f0e2dfa14138d7e789ecee5c4e"
|
2021-06-07 10:51:27 +03:00
|
|
|
dependencies = [
|
2022-09-18 15:57:26 +03:00
|
|
|
"hashbrown",
|
2021-06-07 10:51:27 +03:00
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2020-03-16 15:34:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2022-09-18 15:57:26 +03:00
|
|
|
version = "0.1.22"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-18 15:57:26 +03:00
|
|
|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
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"
|
2022-09-14 05:14:55 +03:00
|
|
|
version = "1.10.0"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-14 05:14:55 +03:00
|
|
|
checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"
|
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"
|
2022-09-14 11:31:32 +03:00
|
|
|
version = "0.1.10"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-14 11:31:32 +03:00
|
|
|
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
|
2020-03-16 15:34:01 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2022-09-09 05:13:54 +03:00
|
|
|
version = "2.3.1"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-09 05:13:54 +03:00
|
|
|
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
|
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",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2020-07-04 15:59:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2022-08-17 17:30:54 +03:00
|
|
|
version = "1.1.2"
|
2020-07-04 15:59:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "dd6469f4314d5f1ffec476e05f17cc9a78bc7a27a6a857842170bdf8d6f98d2f"
|
2020-07-04 15:59:30 +03:00
|
|
|
|
2020-03-16 15:34:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
2021-06-26 14:23:05 +03:00
|
|
|
version = "0.2.15"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-26 14:23:05 +03:00
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
2020-03-16 15:34:01 +03:00
|
|
|
|
2020-12-09 01:39:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-01-12 14:52:35 +03:00
|
|
|
version = "0.9.4"
|
2020-12-09 01:39:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-12 14:52:35 +03:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2020-12-09 01:39:30 +03:00
|
|
|
|
2021-05-23 03:45:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
|
|
|
version = "2.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
|
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2022-08-17 17:30:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
2020-12-09 01:39:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-17 17:30:54 +03:00
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2020-12-09 01:39:30 +03:00
|
|
|
|
2022-08-05 14:43:02 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2022-09-18 15:57:26 +03:00
|
|
|
version = "0.2.83"
|
2022-08-05 14:43:02 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-18 15:57:26 +03:00
|
|
|
checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
|
2022-08-05 14:43:02 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2022-09-18 15:57:26 +03:00
|
|
|
version = "0.2.83"
|
2022-08-05 14:43:02 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-18 15:57:26 +03:00
|
|
|
checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
|
2022-08-05 14:43:02 +03:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
2022-08-17 17:30:54 +03:00
|
|
|
"once_cell",
|
2022-08-05 14:43:02 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2022-09-18 15:57:26 +03:00
|
|
|
version = "0.2.83"
|
2022-08-05 14:43:02 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-18 15:57:26 +03:00
|
|
|
checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
|
2022-08-05 14:43:02 +03:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2022-09-18 15:57:26 +03:00
|
|
|
version = "0.2.83"
|
2022-08-05 14:43:02 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-18 15:57:26 +03:00
|
|
|
checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
|
2022-08-05 14:43:02 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2022-09-18 15:57:26 +03:00
|
|
|
version = "0.2.83"
|
2022-08-05 14:43:02 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-18 15:57:26 +03:00
|
|
|
checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
|
2022-08-05 14:43:02 +03:00
|
|
|
|
2020-11-01 03:22:03 +03:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
2022-09-01 05:17:28 +03:00
|
|
|
version = "4.3.0"
|
2020-11-01 03:22:03 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-01 05:17:28 +03:00
|
|
|
checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b"
|
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",
|
2022-09-01 05:17:28 +03:00
|
|
|
"once_cell",
|
2020-11-01 03:22:03 +03:00
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
2021-05-23 03:45:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-03-16 15:34:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2022-08-17 17:30:54 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_msvc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
|
2022-08-30 14:46:06 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yansi"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
|