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
|
|
|
]
|
|
|
|
|
2022-12-10 13:31:10 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bf6ccdb167abbf410dcb915cabd428929d7f6a04980b54a11f26a39f1c7f7107"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"getrandom",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-05-23 03:45:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2022-11-22 13:09:19 +03:00
|
|
|
version = "0.7.20"
|
2021-05-23 03:45:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-22 13:09:19 +03:00
|
|
|
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
|
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-10-24 12:41:46 +03:00
|
|
|
version = "1.0.66"
|
2020-05-23 18:12:38 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-24 12:41:46 +03:00
|
|
|
checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"
|
2020-05-23 18:12:38 +03:00
|
|
|
|
2020-07-04 15:59:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2022-11-22 13:09:19 +03:00
|
|
|
version = "0.7.2"
|
2020-07-04 15:59:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-22 13:09:19 +03:00
|
|
|
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
|
2020-07-04 15:59:30 +03:00
|
|
|
|
2020-03-22 23:08:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "asyncgit"
|
2022-11-22 13:07:41 +03:00
|
|
|
version = "0.22.1"
|
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 = [
|
2022-12-10 13:31:10 +03:00
|
|
|
"hermit-abi 0.1.19",
|
2021-02-09 00:40:58 +03:00
|
|
|
"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-12-10 13:31:10 +03:00
|
|
|
"miniz_oxide 0.5.4",
|
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"
|
2022-11-22 13:09:19 +03:00
|
|
|
version = "0.13.1"
|
2020-03-20 20:28:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-22 13:09:19 +03:00
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
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-11-22 13:09:19 +03:00
|
|
|
version = "3.11.1"
|
2022-08-05 14:43:02 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-22 13:09:19 +03:00
|
|
|
checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
|
2022-08-05 14:43:02 +03:00
|
|
|
|
2020-07-06 22:18:37 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2022-11-22 13:09:19 +03:00
|
|
|
version = "1.12.3"
|
2020-07-06 22:18:37 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-22 13:09:19 +03:00
|
|
|
checksum = "aaa3a8d9a1ca92e282c96a32d6511b695d7d994d1d102ba85d279f9b2756947f"
|
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-11-22 13:09:19 +03:00
|
|
|
version = "1.0.77"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-22 13:09:19 +03:00
|
|
|
checksum = "e9f73505338f7d905b19d18738976aae232eb46b8efc15554ffc56deb5d9ebe4"
|
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-11-14 05:04:20 +03:00
|
|
|
version = "0.4.23"
|
2020-03-20 20:28:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-14 05:04:20 +03:00
|
|
|
checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"
|
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-12-10 13:31:10 +03:00
|
|
|
version = "4.0.29"
|
2020-05-28 00:52:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-10 13:31:10 +03:00
|
|
|
checksum = "4d63b9e9c07271b9957ad22c173bae2a4d9a81127680962039296abcd2f8251d"
|
2020-05-28 00:52:53 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2022-08-17 17:30:54 +03:00
|
|
|
"clap_lex",
|
2022-12-10 13:31:10 +03:00
|
|
|
"is-terminal",
|
2022-08-17 17:30:54 +03:00
|
|
|
"once_cell",
|
|
|
|
"strsim",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2022-11-14 16:57:30 +03:00
|
|
|
version = "0.3.0"
|
2022-08-17 17:30:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-14 16:57:30 +03:00
|
|
|
checksum = "0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8"
|
2022-08-17 17:30:54 +03:00
|
|
|
dependencies = [
|
|
|
|
"os_str_bytes",
|
2020-05-28 00:52:53 +03:00
|
|
|
]
|
|
|
|
|
2022-11-22 13:09:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "codespan-reporting"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
|
|
|
|
dependencies = [
|
|
|
|
"termcolor",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
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"
|
2022-11-22 13:09:19 +03:00
|
|
|
version = "0.4.0"
|
2020-07-04 15:59:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-22 13:09:19 +03:00
|
|
|
checksum = "b446fd40bcc17eddd6a4a78f24315eb90afdb3334999ddfd4909985c47722442"
|
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-11-22 13:09:19 +03:00
|
|
|
version = "0.9.13"
|
2020-03-22 23:08:48 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-22 13:09:19 +03:00
|
|
|
checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a"
|
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",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2020-03-20 20:28:42 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2022-11-22 13:09:19 +03:00
|
|
|
version = "0.8.14"
|
2020-10-12 09:25:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-22 13:09:19 +03:00
|
|
|
checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"
|
2020-10-12 09:25:53 +03:00
|
|
|
dependencies = [
|
2021-02-09 00:40:58 +03:00
|
|
|
"cfg-if",
|
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-10-24 12:41:46 +03:00
|
|
|
version = "0.1.26"
|
2021-05-18 01:21:05 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-24 12:41:46 +03:00
|
|
|
checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
|
2021-05-18 01:21:05 +03:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-11-22 13:09:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cxx"
|
2022-12-10 13:31:10 +03:00
|
|
|
version = "1.0.83"
|
2022-11-22 13:09:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-10 13:31:10 +03:00
|
|
|
checksum = "bdf07d07d6531bfcdbe9b8b739b104610c6508dcc4d63b410585faf338241daf"
|
2022-11-22 13:09:19 +03:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"cxxbridge-flags",
|
|
|
|
"cxxbridge-macro",
|
|
|
|
"link-cplusplus",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxx-build"
|
2022-12-10 13:31:10 +03:00
|
|
|
version = "1.0.83"
|
2022-11-22 13:09:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-10 13:31:10 +03:00
|
|
|
checksum = "d2eb5b96ecdc99f72657332953d4d9c50135af1bac34277801cc3937906ebd39"
|
2022-11-22 13:09:19 +03:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"codespan-reporting",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"scratch",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxxbridge-flags"
|
2022-12-10 13:31:10 +03:00
|
|
|
version = "1.0.83"
|
2022-11-22 13:09:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-10 13:31:10 +03:00
|
|
|
checksum = "ac040a39517fd1674e0f32177648334b0f4074625b5588a64519804ba0553b12"
|
2022-11-22 13:09:19 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cxxbridge-macro"
|
2022-12-10 13:31:10 +03:00
|
|
|
version = "1.0.83"
|
2022-11-22 13:09:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-10 13:31:10 +03:00
|
|
|
checksum = "1362b0ddcfc4eb0a1f57b68bd77dd99f0e826958a96abd0ae9bd092e114ffed6"
|
2022-11-22 13:09:19 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"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-10-17 05:09:51 +03:00
|
|
|
version = "0.5.1"
|
2021-04-18 01:08:35 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-17 05:09:51 +03:00
|
|
|
checksum = "d2953e4bb4103fd7db41b83431f681a583e2c18e529beb4ca6c679a0dad16c8d"
|
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-11-08 05:04:44 +03:00
|
|
|
version = "0.9.3"
|
2022-08-31 11:51:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-08 05:04:44 +03:00
|
|
|
checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
|
2022-08-31 11:51:08 +03:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"humantime",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2022-12-10 13:31:10 +03:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
|
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
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"
|
2022-12-10 13:31:10 +03:00
|
|
|
version = "0.2.19"
|
2022-09-02 10:59:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-10 13:31:10 +03:00
|
|
|
checksum = "4e884668cd0c7480504233e951174ddc3b382f7c2666e3b7310b5c4e7b0c37f9"
|
2022-09-02 10:59:13 +03:00
|
|
|
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-12-10 13:31:10 +03:00
|
|
|
version = "1.0.25"
|
2021-05-23 03:45:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-10 13:31:10 +03:00
|
|
|
checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
|
2021-05-23 03:45:22 +03:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
2022-12-10 13:31:10 +03:00
|
|
|
"miniz_oxide 0.6.2",
|
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-11-22 13:09:19 +03:00
|
|
|
version = "0.3.25"
|
2022-08-17 17:30:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-22 13:09:19 +03:00
|
|
|
checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0"
|
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-11-22 13:09:19 +03:00
|
|
|
version = "0.3.25"
|
2022-08-17 17:30:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-22 13:09:19 +03:00
|
|
|
checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed"
|
2022-08-17 17:30:54 +03:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2022-11-22 13:09:19 +03:00
|
|
|
version = "0.3.25"
|
2022-08-17 17:30:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-22 13:09:19 +03:00
|
|
|
checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"
|
2022-08-17 17:30:54 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2022-11-22 13:09:19 +03:00
|
|
|
version = "0.3.25"
|
2022-08-17 17:30:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-22 13:09:19 +03:00
|
|
|
checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2"
|
2022-08-17 17:30:54 +03:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2022-11-22 13:09:19 +03:00
|
|
|
version = "0.3.25"
|
2022-08-17 17:30:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-22 13:09:19 +03:00
|
|
|
checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"
|
2022-08-17 17:30:54 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2022-11-22 13:09:19 +03:00
|
|
|
version = "0.3.25"
|
2022-08-17 17:30:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-22 13:09:19 +03:00
|
|
|
checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"
|
2022-08-17 17:30:54 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2022-11-22 13:09:19 +03:00
|
|
|
version = "0.3.25"
|
2022-08-17 17:30:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-22 13:09:19 +03:00
|
|
|
checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"
|
2022-08-17 17:30:54 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2022-11-22 13:09:19 +03:00
|
|
|
version = "0.3.25"
|
2022-08-17 17:30:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-22 13:09:19 +03:00
|
|
|
checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"
|
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-10-24 12:41:46 +03:00
|
|
|
version = "0.2.8"
|
2020-03-20 20:28:42 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-24 12:41:46 +03:00
|
|
|
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
|
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-11-22 13:07:41 +03:00
|
|
|
version = "0.22.1"
|
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 = [
|
2022-12-10 13:31:10 +03:00
|
|
|
"ahash 0.7.6",
|
2022-09-18 15:57:26 +03:00
|
|
|
]
|
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-12-10 13:31:10 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
|
|
|
|
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-11-22 13:09:19 +03:00
|
|
|
version = "0.1.53"
|
2022-08-17 17:30:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-22 13:09:19 +03:00
|
|
|
checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
|
2022-08-17 17:30:54 +03:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
2022-11-22 13:09:19 +03:00
|
|
|
"iana-time-zone-haiku",
|
2022-08-17 17:30:54 +03:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-11-22 13:09:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
|
|
|
|
dependencies = [
|
|
|
|
"cxx",
|
|
|
|
"cxx-build",
|
|
|
|
]
|
|
|
|
|
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-11-22 13:09:19 +03:00
|
|
|
version = "1.9.2"
|
2020-07-04 15:59:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-22 13:09:19 +03:00
|
|
|
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
|
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-12-10 13:31:10 +03:00
|
|
|
version = "0.11.13"
|
2020-07-04 15:59:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-10 13:31:10 +03:00
|
|
|
checksum = "d7207d75fcf6c1868f1390fc1c610431fe66328e9ee6813330a041ef6879eca1"
|
2020-07-04 15:59:30 +03:00
|
|
|
dependencies = [
|
2022-12-10 13:31:10 +03:00
|
|
|
"ahash 0.8.2",
|
2021-02-09 00:40:58 +03:00
|
|
|
"atty",
|
2020-07-04 15:59:30 +03:00
|
|
|
"indexmap",
|
2022-11-22 13:09:19 +03:00
|
|
|
"itoa",
|
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
|
|
|
|
2022-12-10 13:31:10 +03:00
|
|
|
[[package]]
|
|
|
|
name = "io-lifetimes"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "46112a93252b123d31a119a8d1a1ac19deac4fac6e0e8b0df58f0d4e5870e63c"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "is-terminal"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "927609f78c2913a6f6ac3c27a4fe87f43e2a35367c0c4b0f8265e8f49a104330"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi 0.2.6",
|
|
|
|
"io-lifetimes",
|
|
|
|
"rustix",
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
2020-03-18 16:58:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2022-09-21 05:13:26 +03:00
|
|
|
version = "0.10.5"
|
2020-03-18 16:58:09 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-21 05:13:26 +03:00
|
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
2020-03-18 16:58:09 +03:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2020-07-04 15:59:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2022-11-22 13:09:19 +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-11-22 13:09:19 +03:00
|
|
|
checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc"
|
2022-08-17 17:30:54 +03:00
|
|
|
|
2020-03-16 15:34:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
2022-11-22 13:09:19 +03:00
|
|
|
version = "0.1.25"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-22 13:09:19 +03:00
|
|
|
checksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b"
|
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"
|
2022-11-22 13:09:19 +03:00
|
|
|
version = "1.0.7"
|
2022-09-02 10:59:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-22 13:09:19 +03:00
|
|
|
checksum = "2c8fc60ba15bf51257aa9807a48a61013db043fcf3a78cb0d916e8e396dcad98"
|
2022-09-02 10:59:13 +03:00
|
|
|
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-12-10 13:31:10 +03:00
|
|
|
version = "0.2.138"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-10 13:31:10 +03:00
|
|
|
checksum = "db6d7e329c562c5dfab7a46a2afabc8b987ab9a4834c9d1ca04dc54c1546cef8"
|
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",
|
|
|
|
]
|
|
|
|
|
2022-11-22 13:09:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "link-cplusplus"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9272ab7b96c9046fbc5bc56c06c117cb639fe2d509df0c421cad82d2915cf369"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2022-12-10 13:31:10 +03:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f9f08d8963a6c613f4b1a78f4f4a4dbfadf8e6545b2d72861731e4858b8b47f"
|
|
|
|
|
2020-07-09 10:25:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2022-11-22 13:09:19 +03:00
|
|
|
version = "0.4.9"
|
2020-07-09 10:25:04 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-22 13:09:19 +03:00
|
|
|
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
|
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"
|
2022-11-22 13:09:19 +03:00
|
|
|
version = "0.5.8"
|
2020-07-04 15:59:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-22 13:09:19 +03:00
|
|
|
checksum = "4b182332558b18d807c4ce1ca8ca983b34c3ee32765e47b3f0f69b90355cc1dc"
|
2020-07-04 15:59:30 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-03-22 23:08:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2022-11-22 13:09:19 +03:00
|
|
|
version = "0.7.1"
|
2020-03-22 23:08:48 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-22 13:09:19 +03:00
|
|
|
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
|
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",
|
|
|
|
]
|
|
|
|
|
2022-12-10 13:31:10 +03:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
|
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
2020-03-16 15:34:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2022-11-22 13:09:19 +03:00
|
|
|
version = "0.8.5"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-22 13:09:19 +03:00
|
|
|
checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"
|
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-12-10 13:31:10 +03:00
|
|
|
version = "0.24.3"
|
2020-07-04 15:59:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-10 13:31:10 +03:00
|
|
|
checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
|
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",
|
|
|
|
]
|
|
|
|
|
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"
|
2022-12-10 13:31:10 +03:00
|
|
|
version = "0.4.4"
|
2020-07-04 15:59:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-10 13:31:10 +03:00
|
|
|
checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
|
2020-07-04 15:59:30 +03:00
|
|
|
dependencies = [
|
2020-12-09 01:39:30 +03:00
|
|
|
"arrayvec",
|
2022-11-22 13:09:19 +03:00
|
|
|
"itoa",
|
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"
|
2022-11-22 13:09:19 +03:00
|
|
|
version = "1.14.0"
|
2020-03-22 23:08:48 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-22 13:09:19 +03:00
|
|
|
checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5"
|
2020-03-22 23:08:48 +03:00
|
|
|
dependencies = [
|
2022-12-10 13:31:10 +03:00
|
|
|
"hermit-abi 0.1.19",
|
2020-03-22 23:08:48 +03:00
|
|
|
"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-11-05 18:35:34 +03:00
|
|
|
version = "1.16.0"
|
2021-02-09 00:40:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-05 18:35:34 +03:00
|
|
|
checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
|
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-11-22 13:09:19 +03:00
|
|
|
version = "111.24.0+1.1.1s"
|
2020-09-02 03:08:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-22 13:09:19 +03:00
|
|
|
checksum = "3498f259dab01178c6228c6b00dcef0ed2a2d5e20d648c017861227773ea4abd"
|
2020-09-02 03:08:41 +03:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2022-12-07 05:03:29 +03:00
|
|
|
version = "0.9.79"
|
2020-09-02 03:08:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-07 05:03:29 +03:00
|
|
|
checksum = "5454462c0eced1e97f2ec09036abc8da362e66802f66fd20f86854d9d8cbcbc4"
|
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"
|
2022-11-22 13:09:19 +03:00
|
|
|
version = "6.4.1"
|
2022-08-17 17:30:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-22 13:09:19 +03:00
|
|
|
checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
|
2022-08-17 17:30:54 +03:00
|
|
|
|
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-12-10 13:31:10 +03:00
|
|
|
version = "0.9.5"
|
2020-07-09 10:25:04 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-10 13:31:10 +03:00
|
|
|
checksum = "7ff9f3fef3968a3ec5945535ed654cb38ff72d7495a25619e2247fb15a2ed9ba"
|
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-11-22 13:09:19 +03:00
|
|
|
version = "0.3.26"
|
2020-03-16 15:34:01 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-22 13:09:19 +03:00
|
|
|
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
|
2020-03-16 15:34:01 +03:00
|
|
|
|
2020-07-04 15:59:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pprof"
|
2022-11-08 05:04:34 +03:00
|
|
|
version = "0.11.0"
|
2020-07-04 15:59:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-08 05:04:34 +03:00
|
|
|
checksum = "e20150f965e0e4c925982b9356da71c84bcd56cb66ef4e894825837cbcf6613e"
|
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-10-24 12:41:46 +03:00
|
|
|
version = "1.0.47"
|
2020-05-15 16:15:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-24 12:41:46 +03:00
|
|
|
checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
|
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-12-10 13:31:10 +03:00
|
|
|
version = "0.26.0"
|
2020-07-04 15:59:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-10 13:31:10 +03:00
|
|
|
checksum = "7f50b1c63b38611e7d4d7f68b82d3ad0cc71a2ad2e7f61fc10f1328d917c93cd"
|
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-11-22 13:09:19 +03:00
|
|
|
version = "1.10.1"
|
2020-03-22 23:08:48 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-22 13:09:19 +03:00
|
|
|
checksum = "cac410af5d00ab6884528b4ab69d1e8e146e8d471201800fa1b4524126de6ad3"
|
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-11-22 13:09:19 +03:00
|
|
|
version = "1.7.0"
|
2021-05-23 03:45:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-22 13:09:19 +03:00
|
|
|
checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"
|
2021-05-23 03:45:22 +03:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2022-11-22 13:09:19 +03:00
|
|
|
version = "0.6.28"
|
2021-05-23 03:45:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-22 13:09:19 +03:00
|
|
|
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
|
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-10-24 12:41:46 +03:00
|
|
|
version = "0.8.34"
|
2020-07-04 15:59:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-24 12:41:46 +03:00
|
|
|
checksum = "3603b7d71ca82644f79b5a06d1220e9a58ede60bd32255f698cb1af8838b8db3"
|
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
|
|
|
|
2022-12-10 13:31:10 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
|
|
|
version = "0.36.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a3807b5d10909833d3e9acd1eb5fb988f79376ff10fce42937de71a449c4c588"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"errno",
|
|
|
|
"io-lifetimes",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys",
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2022-11-22 13:09:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "scratch"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898"
|
|
|
|
|
2020-05-19 21:19:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2022-12-10 13:31:10 +03:00
|
|
|
version = "1.0.149"
|
2020-05-19 21:19:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-10 13:31:10 +03:00
|
|
|
checksum = "256b9932320c590e707b94576e3cc1f7c9024d0ee6612dfbcf1cb106cbe8e055"
|
2020-05-19 21:19:30 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2022-12-10 13:31:10 +03:00
|
|
|
version = "1.0.149"
|
2020-05-19 21:19:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-10 13:31:10 +03:00
|
|
|
checksum = "b4eae9b04cbffdfd550eb462ed33bc6a1b68c935127d008b27444d08380f94e4"
|
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-11-22 13:09:19 +03:00
|
|
|
version = "1.0.89"
|
2021-05-23 03:45:22 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-22 13:09:19 +03:00
|
|
|
checksum = "020ff22c755c2ed3f8cf162dbb41a7268d934702f3ed3631656ea597e08fc3db"
|
2021-05-23 03:45:22 +03:00
|
|
|
dependencies = [
|
2022-11-22 13:09:19 +03:00
|
|
|
"itoa",
|
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-12-02 05:02:49 +03:00
|
|
|
version = "3.0.0"
|
2022-01-17 17:06:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-02 05:02:49 +03:00
|
|
|
checksum = "dd1c7ddea665294d484c39fd0c0d2b7e35bbfe10035c5fe1854741a57f6880e1"
|
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-10-24 12:41:46 +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-10-24 12:41:46 +03:00
|
|
|
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
|
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-12-10 13:31:10 +03:00
|
|
|
version = "10.2.1"
|
2020-07-04 15:59:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-10 13:31:10 +03:00
|
|
|
checksum = "1b55cdc318ede251d0957f07afe5fed912119b8c1bc5a7804151826db999e737"
|
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-12-10 13:31:10 +03:00
|
|
|
version = "10.2.1"
|
2020-07-04 15:59:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-10 13:31:10 +03:00
|
|
|
checksum = "79be897be8a483a81fff6a3a4e195b4ac838ef73ca42d348b3f722da9902e489"
|
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-12-02 09:37:14 +03:00
|
|
|
version = "1.0.105"
|
2020-05-15 16:15:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-02 09:37:14 +03:00
|
|
|
checksum = "60b9b43d45702de4c839cb9b51d9f529c5dd26a4aff255b42b1ebc03e88ee908"
|
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-11-19 19:14:06 +03:00
|
|
|
version = "0.16.0"
|
2020-07-20 22:06:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-19 19:14:06 +03:00
|
|
|
checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
|
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-28 05:13:36 +03:00
|
|
|
version = "1.0.37"
|
2020-05-15 16:15:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-28 05:13:36 +03:00
|
|
|
checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"
|
2020-05-15 16:15:26 +03:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2022-09-28 05:13:36 +03:00
|
|
|
version = "1.0.37"
|
2020-05-15 16:15:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-09-28 05:13:36 +03:00
|
|
|
checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"
|
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-11-22 13:09:19 +03:00
|
|
|
version = "0.3.17"
|
2022-08-17 17:30:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-22 13:09:19 +03:00
|
|
|
checksum = "a561bf4617eebd33bca6434b988f39ed798e527f51a1e797d0ee4f61c0a38376"
|
2022-08-17 17:30:54 +03:00
|
|
|
dependencies = [
|
2022-11-22 13:09:19 +03:00
|
|
|
"itoa",
|
2022-10-24 12:41:46 +03:00
|
|
|
"serde",
|
|
|
|
"time-core",
|
2022-08-17 17:30:54 +03:00
|
|
|
"time-macros",
|
|
|
|
]
|
|
|
|
|
2022-10-24 12:41:46 +03:00
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
|
|
|
|
|
2022-08-17 17:30:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2022-11-22 13:09:19 +03:00
|
|
|
version = "0.2.6"
|
2022-08-17 17:30:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-22 13:09:19 +03:00
|
|
|
checksum = "d967f99f534ca7e495c575c62638eebc2898a8c84c119b89e250477bc4ba16b2"
|
2022-10-24 12:41:46 +03:00
|
|
|
dependencies = [
|
|
|
|
"time-core",
|
|
|
|
]
|
2022-08-17 17:30:54 +03:00
|
|
|
|
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-10-24 12:41:46 +03:00
|
|
|
version = "1.0.5"
|
2022-08-17 17:30:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-24 12:41:46 +03:00
|
|
|
checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
|
2020-03-16 15:34:01 +03:00
|
|
|
|
2021-06-07 10:51:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-linebreak"
|
2022-10-24 12:41:46 +03:00
|
|
|
version = "0.1.4"
|
2021-06-07 10:51:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-24 12:41:46 +03:00
|
|
|
checksum = "c5faade31a542b8b35855fff6e8def199853b2da8da256da52f52f1316ee3137"
|
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-11-22 13:09:19 +03:00
|
|
|
version = "1.2.2"
|
2020-07-04 15:59:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-22 13:09:19 +03:00
|
|
|
checksum = "422ee0de9031b5b948b97a8fc04e3aa35230001a722ddd27943e0be31564ce4c"
|
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"
|
2022-11-22 13:09:19 +03:00
|
|
|
version = "0.42.0"
|
2022-08-17 17:30:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-22 13:09:19 +03:00
|
|
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
2022-08-17 17:30:54 +03:00
|
|
|
dependencies = [
|
2022-11-22 13:09:19 +03:00
|
|
|
"windows_aarch64_gnullvm",
|
2022-08-17 17:30:54 +03:00
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
2022-11-22 13:09:19 +03:00
|
|
|
"windows_x86_64_gnullvm",
|
2022-08-17 17:30:54 +03:00
|
|
|
"windows_x86_64_msvc",
|
|
|
|
]
|
|
|
|
|
2022-11-22 13:09:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
|
|
|
|
|
2022-08-17 17:30:54 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2022-11-22 13:09:19 +03:00
|
|
|
version = "0.42.0"
|
2022-08-17 17:30:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-22 13:09:19 +03:00
|
|
|
checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
|
2022-08-17 17:30:54 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2022-11-22 13:09:19 +03:00
|
|
|
version = "0.42.0"
|
2022-08-17 17:30:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-22 13:09:19 +03:00
|
|
|
checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
|
2022-08-17 17:30:54 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2022-11-22 13:09:19 +03:00
|
|
|
version = "0.42.0"
|
2022-08-17 17:30:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-22 13:09:19 +03:00
|
|
|
checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
|
2022-08-17 17:30:54 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2022-11-22 13:09:19 +03:00
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.42.0"
|
2022-08-17 17:30:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-22 13:09:19 +03:00
|
|
|
checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
|
2022-08-17 17:30:54 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2022-11-22 13:09:19 +03:00
|
|
|
version = "0.42.0"
|
2022-08-17 17:30:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-22 13:09:19 +03:00
|
|
|
checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
|
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"
|