gitui/Cargo.lock

1624 lines
39 KiB
Plaintext
Raw Normal View History

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
[[package]]
name = "addr2line"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
dependencies = [
"gimli",
]
[[package]]
name = "adler"
2021-03-01 01:42:11 +03:00
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-01 01:42:11 +03:00
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2020-07-04 15:59:30 +03:00
[[package]]
name = "ahash"
2021-10-15 19:54:57 +03:00
version = "0.7.6"
2020-07-04 15:59:30 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-15 19:54:57 +03:00
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
2020-07-04 15:59:30 +03:00
dependencies = [
2021-02-09 00:40:58 +03:00
"getrandom",
"once_cell",
2020-12-09 01:39:30 +03:00
"version_check",
2020-07-04 15:59:30 +03:00
]
2021-05-23 03:45:22 +03:00
[[package]]
name = "aho-corasick"
version = "0.7.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
dependencies = [
"memchr",
]
2021-05-18 01:21:05 +03:00
[[package]]
name = "ansi_term"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
dependencies = [
"winapi",
]
2020-05-23 18:12:38 +03:00
[[package]]
name = "anyhow"
version = "1.0.54"
2020-05-23 18:12:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a99269dff3bc004caa411f38845c20303f1e393ca2bd6581576fa3a7f59577d"
2020-05-23 18:12:38 +03:00
2020-07-04 15:59:30 +03:00
[[package]]
name = "arrayvec"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"
dependencies = [
"nodrop",
]
2020-03-22 23:08:48 +03:00
[[package]]
name = "asyncgit"
2022-01-30 21:28:45 +03:00
version = "0.21.0"
2020-03-22 23:08:48 +03:00
dependencies = [
"crossbeam-channel",
2021-04-18 01:08:35 +03:00
"easy-cast",
2020-03-22 23:08:48 +03:00
"git2",
"invalidstring",
2020-03-22 23:08:48 +03:00
"log",
"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",
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",
"thiserror",
"unicode-truncate",
2020-10-25 12:50:20 +03:00
"url",
2020-03-22 23:08:48 +03:00
]
2021-02-09 00:40:58 +03:00
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
"hermit-abi",
"libc",
"winapi",
]
2020-03-16 15:34:01 +03:00
[[package]]
name = "autocfg"
2020-12-09 01:39:30 +03:00
version = "1.0.1"
2020-03-16 15:34:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-09 01:39:30 +03:00
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
2020-03-16 15:34:01 +03:00
[[package]]
name = "backtrace"
version = "0.3.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e121dee8023ce33ab248d9ce1493df03c3b38a659b240096fcbd7048ff9c31f"
dependencies = [
"addr2line",
2021-04-27 18:47:46 +03:00
"cc",
2021-02-09 00:40:58 +03:00
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
2020-03-20 20:28:42 +03:00
[[package]]
name = "base64"
version = "0.13.0"
2020-03-20 20:28:42 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
2020-03-20 20:28:42 +03:00
2021-05-23 03:45:22 +03:00
[[package]]
name = "bincode"
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
dependencies = [
"serde",
]
[[package]]
name = "bit-set"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e11e16035ea35e4e5997b393eacbf6f63983188f7a2ad25bfb13465f5ad59de"
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
[[package]]
name = "bugreport"
2021-08-04 00:00:59 +03:00
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-04 00:00:59 +03:00
checksum = "0014b4b2b4f63bfe69c3838470121290cc437fdc79785d408a761a21e8b2404c"
dependencies = [
"git-version",
"shell-escape",
"sys-info",
]
2020-07-06 22:18:37 +03:00
[[package]]
name = "bytemuck"
2021-12-25 23:27:24 +03:00
version = "1.7.3"
2020-07-06 22:18:37 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-25 23:27:24 +03:00
checksum = "439989e6b8c38d1b6570a384ef1e49c8848128f5a97f3914baef02920842712f"
2020-07-06 22:18:37 +03:00
[[package]]
name = "bytesize"
2021-08-04 00:00:59 +03:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-04 00:00:59 +03:00
checksum = "6c58ec36aac5066d5ca17df51b3e70279f5670a72102f5752cb7e7c856adfc70"
2020-03-16 15:34:01 +03:00
[[package]]
name = "cassowary"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53"
[[package]]
name = "cc"
2021-11-17 11:19:42 +03:00
version = "1.0.72"
2020-03-16 15:34:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-17 11:19:42 +03:00
checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee"
2020-03-16 15:34:01 +03:00
dependencies = [
"jobserver",
]
[[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"
version = "0.4.19"
2020-03-20 20:28:42 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
2020-03-20 20:28:42 +03:00
dependencies = [
"libc",
2020-03-20 20:28:42 +03:00
"num-integer",
"num-traits",
"time",
"winapi",
2020-03-20 20:28:42 +03:00
]
[[package]]
name = "clap"
2021-12-01 11:10:24 +03:00
version = "2.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-01 11:10:24 +03:00
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
dependencies = [
"bitflags",
"textwrap 0.11.0",
"unicode-width",
]
2020-07-04 15:59:30 +03:00
[[package]]
name = "cpp_demangle"
2021-12-11 01:31:30 +03:00
version = "0.3.5"
2020-07-04 15:59:30 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-11 01:31:30 +03:00
checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"
2020-07-04 15:59:30 +03:00
dependencies = [
2021-02-09 00:40:58 +03:00
"cfg-if",
2020-07-04 15:59:30 +03:00
]
2021-05-23 03:45:22 +03:00
[[package]]
name = "crc32fast"
2022-01-21 23:20:47 +03:00
version = "1.3.1"
2021-05-23 03:45:22 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-21 23:20:47 +03:00
checksum = "a2209c310e29876f7f0b2721e7e26b84aff178aa3da5d091f9bfbf47669e60e3"
2021-05-23 03:45:22 +03:00
dependencies = [
"cfg-if",
]
[[package]]
name = "crossbeam-channel"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e54ea8bc3fb1ee042f5aace6e3c6e025d3874866da222930f70ce62aceba0bfa"
dependencies = [
2021-02-09 00:40:58 +03:00
"cfg-if",
2020-12-09 01:39:30 +03:00
"crossbeam-utils",
]
2020-03-22 23:08:48 +03:00
[[package]]
name = "crossbeam-deque"
2021-08-04 00:00:59 +03:00
version = "0.8.1"
2020-03-22 23:08:48 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-04 00:00:59 +03:00
checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
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-01-12 14:52:35 +03:00
version = "0.9.6"
2020-03-22 23:08:48 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-12 14:52:35 +03:00
checksum = "97242a70df9b89a65d0b6df3c4bf5b9ce03c5b7309019777fbde37e7537f8762"
2020-03-22 23:08:48 +03:00
dependencies = [
2021-02-09 00:40:58 +03:00
"cfg-if",
2020-12-09 01:39:30 +03:00
"crossbeam-utils",
2020-03-22 23:08:48 +03:00
"lazy_static",
"memoffset",
"scopeguard",
]
2020-03-20 20:28:42 +03:00
[[package]]
name = "crossbeam-utils"
2022-01-12 14:52:35 +03:00
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-12 14:52:35 +03:00
checksum = "cfcae03edb34f947e64acdb1c33ec169824e20657e9ecb61cef6c8c74dcb8120"
dependencies = [
2021-02-09 00:40:58 +03:00
"cfg-if",
2020-03-20 20:28:42 +03:00
"lazy_static",
]
[[package]]
name = "crossterm"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0ebde6a9dd5e331cd6c6f48253254d117642c31653baa475e394657c59c1f7d"
dependencies = [
"bitflags",
2021-05-02 20:44:02 +03:00
"crossterm_winapi",
"libc",
"mio",
2020-12-08 03:31:06 +03:00
"parking_lot",
"serde",
2020-03-16 15:34:01 +03:00
"signal-hook",
2021-08-03 23:56:39 +03:00
"signal-hook-mio",
"winapi",
2020-03-16 15:34:01 +03:00
]
[[package]]
name = "crossterm_winapi"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a6966607622438301997d3dac0d2f6e9a90c68bb6bc1785ea98456ab93c0507"
dependencies = [
"winapi",
]
2021-05-18 01:21:05 +03:00
[[package]]
name = "ctor"
2021-09-05 11:51:36 +03:00
version = "0.1.21"
2021-05-18 01:21:05 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-05 11:51:36 +03:00
checksum = "ccc0a48a9b826acdf4028595adc9db92caea352f7af011a3034acd172a52a0aa"
2021-05-18 01:21:05 +03:00
dependencies = [
"quote",
"syn",
]
2020-07-04 15:59:30 +03:00
[[package]]
name = "debugid"
2020-07-09 10:25:04 +03:00
version = "0.7.2"
2020-07-04 15:59:30 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-09 10:25:04 +03:00
checksum = "f91cf5a8c2f2097e2a32627123508635d47ce10563d999ec1a95addf08b502ba"
2020-07-04 15:59:30 +03:00
dependencies = [
"uuid",
]
2021-05-18 01:21:05 +03:00
[[package]]
name = "diff"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
2020-03-20 20:28:42 +03:00
[[package]]
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"
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
2020-03-20 20:28:42 +03:00
dependencies = [
2021-02-09 00:40:58 +03:00
"cfg-if",
"dirs-sys-next",
2020-03-20 20:28:42 +03:00
]
[[package]]
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",
"winapi",
2020-03-20 20:28:42 +03:00
]
2021-04-18 01:08:35 +03:00
[[package]]
name = "easy-cast"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bd102ee8c418348759919b83b81cdbdc933ffe29740b903df448b4bafaa348e"
2020-03-16 15:34:01 +03:00
[[package]]
name = "either"
2020-12-09 01:39:30 +03:00
version = "1.6.1"
2020-03-16 15:34:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-09 01:39:30 +03:00
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
2020-03-16 15:34:01 +03:00
2021-05-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-01-25 21:47:54 +03:00
version = "1.7.0"
2022-01-12 14:52:35 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-25 21:47:54 +03:00
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
2022-01-12 14:52:35 +03:00
dependencies = [
"instant",
]
2021-05-21 15:52:05 +03:00
[[package]]
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",
"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"
2021-09-24 13:31:25 +03:00
version = "1.0.22"
2021-05-23 03:45:22 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-24 13:31:25 +03:00
checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f"
2021-05-23 03:45:22 +03:00
dependencies = [
"cfg-if",
"crc32fast",
"libc",
"miniz_oxide",
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "form_urlencoded"
2021-03-01 01:42:11 +03:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-01 01:42:11 +03:00
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
dependencies = [
"matches",
"percent-encoding",
]
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-01-16 22:52:33 +03:00
version = "0.2.4"
2020-03-20 20:28:42 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-16 22:52:33 +03:00
checksum = "418d37c8b1d42553c93648be529cb70f920d3baf8ef469b74b9638df426e0b4c"
2020-03-20 20:28:42 +03:00
dependencies = [
2021-02-09 00:40:58 +03:00
"cfg-if",
2020-03-20 20:28:42 +03:00
"libc",
2021-02-09 00:40:58 +03:00
"wasi",
2020-03-20 20:28:42 +03:00
]
[[package]]
name = "gh-emoji"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6af39cf9a679d7195b3370f5454381ba49c4791bc7ce3ae2a7bf1a2a89c7adf"
dependencies = [
"phf",
"regex",
]
[[package]]
name = "gimli"
2021-11-09 16:23:45 +03:00
version = "0.26.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-09 16:23:45 +03:00
checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"
[[package]]
name = "git-version"
2021-08-04 00:00:59 +03:00
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-04 00:00:59 +03:00
checksum = "f6b0decc02f4636b9ccad390dcbe77b722a77efedfa393caf8379a51d5c61899"
dependencies = [
"git-version-macro",
"proc-macro-hack",
]
[[package]]
name = "git-version-macro"
2021-08-04 00:00:59 +03:00
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-04 00:00:59 +03:00
checksum = "fe69f1cbdb6e28af2bac214e943b99ce8a0a06b447d15d3e61161b0423139f3f"
dependencies = [
"proc-macro-hack",
"proc-macro2",
"quote",
"syn",
]
2020-03-16 15:34:01 +03:00
[[package]]
name = "git2"
2021-12-01 21:32:48 +03:00
version = "0.13.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-01 21:32:48 +03:00
checksum = "f29229cc1b24c0e6062f6e742aa3e256492a5323365e5ed3413599f8a5eff7d6"
2020-03-16 15:34:01 +03:00
dependencies = [
"bitflags",
"libc",
"libgit2-sys",
"log",
"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-01-26 02:33:21 +03:00
version = "0.20.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",
"backtrace",
2020-04-13 01:29:36 +03:00
"bitflags",
"bugreport",
"bytesize",
2020-05-05 14:47:21 +03:00
"chrono",
"clap",
"crossbeam-channel",
2021-05-02 20:44:02 +03:00
"crossterm",
"dirs-next",
2021-04-27 15:51:42 +03:00
"easy-cast",
"filetreelist",
2021-09-04 11:50:03 +03:00
"fuzzy-matcher",
"gh-emoji",
2020-04-15 23:38:09 +03:00
"itertools",
2021-05-23 03:45:22 +03:00
"lazy_static",
2020-03-20 20:28:42 +03:00
"log",
2020-07-04 15:59:30 +03:00
"pprof",
"pretty_assertions",
2020-03-26 01:37:00 +03:00
"rayon-core",
"ron",
"scopeguard",
"scopetime",
"serde",
2020-03-20 20:28:42 +03:00
"simplelog",
2021-05-23 03:45:22 +03:00
"syntect",
"textwrap 0.14.2",
2020-03-16 15:34:01 +03:00
"tui",
"unicode-segmentation",
"unicode-truncate",
"unicode-width",
"which",
2020-03-16 15:34:01 +03:00
]
2020-12-09 01:39:30 +03:00
[[package]]
name = "hashbrown"
2021-07-05 10:43:19 +03:00
version = "0.11.2"
2020-12-09 01:39:30 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-05 10:43:19 +03:00
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
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",
]
2020-03-16 15:34:01 +03:00
[[package]]
name = "idna"
2021-04-18 01:07:56 +03:00
version = "0.2.3"
2020-03-16 15:34:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-18 01:07:56 +03:00
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
2020-03-16 15:34:01 +03:00
dependencies = [
"matches",
"unicode-bidi",
"unicode-normalization",
]
2020-07-04 15:59:30 +03:00
[[package]]
name = "indexmap"
2022-01-12 14:52:35 +03:00
version = "1.8.0"
2020-07-04 15:59:30 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-12 14:52:35 +03:00
checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223"
2020-07-04 15:59:30 +03:00
dependencies = [
"autocfg",
2020-12-09 01:39:30 +03:00
"hashbrown",
2020-07-04 15:59:30 +03:00
]
[[package]]
name = "inferno"
2021-12-25 23:27:24 +03:00
version = "0.10.9"
2020-07-04 15:59:30 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-25 23:27:24 +03:00
checksum = "0fe3ba15e9cce341de198353aebd07d8009d211fb5556920bd4bdd3bb79fafd7"
2020-07-04 15:59:30 +03:00
dependencies = [
"ahash",
2021-02-09 00:40:58 +03:00
"atty",
2020-07-04 15:59:30 +03:00
"indexmap",
"itoa",
"lazy_static",
"log",
"num-format",
"quick-xml",
"rgb",
"str_stack",
]
2020-07-09 10:25:04 +03:00
[[package]]
name = "instant"
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
[[package]]
name = "invalidstring"
version = "0.1.2"
[[package]]
name = "itertools"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
dependencies = [
"either",
]
2020-07-04 15:59:30 +03:00
[[package]]
name = "itoa"
2021-08-22 13:30:23 +03:00
version = "0.4.8"
2020-07-04 15:59:30 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-22 13:30:23 +03:00
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
2020-07-04 15:59:30 +03:00
2020-03-16 15:34:01 +03:00
[[package]]
name = "jobserver"
2021-08-17 14:45:19 +03:00
version = "0.1.24"
2020-03-16 15:34:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-17 14:45:19 +03:00
checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
2020-03-16 15:34:01 +03:00
dependencies = [
"libc",
]
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2021-05-23 03:45:22 +03:00
[[package]]
name = "lazycell"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2020-03-16 15:34:01 +03:00
[[package]]
name = "libc"
2022-02-02 01:49:19 +03:00
version = "0.2.116"
2020-03-16 15:34:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-02 01:49:19 +03:00
checksum = "565dbd88872dbe4cc8a46e527f26483c1d1f7afa6b884a3bd6cd893d4f98da74"
2020-03-16 15:34:01 +03:00
[[package]]
name = "libgit2-sys"
2021-12-01 21:32:48 +03:00
version = "0.12.26+1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-01 21:32:48 +03:00
checksum = "19e1c899248e606fbfe68dcb31d8b0176ebab833b103824af31bddf4b7457494"
2020-03-16 15:34:01 +03:00
dependencies = [
"cc",
"libc",
"libssh2-sys",
2020-03-16 15:34:01 +03:00
"libz-sys",
"openssl-sys",
2020-03-16 15:34:01 +03:00
"pkg-config",
]
[[package]]
name = "libssh2-sys"
2021-10-11 12:02:27 +03:00
version = "0.2.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-11 12:02:27 +03:00
checksum = "b094a36eb4b8b8c8a7b4b8ae43b2944502be3e59cd87687595cf6b0a71b3f4ca"
dependencies = [
"cc",
"libc",
"libz-sys",
"openssl-sys",
"pkg-config",
"vcpkg",
]
2020-03-16 15:34:01 +03:00
[[package]]
name = "libz-sys"
2021-05-02 20:44:02 +03:00
version = "1.1.3"
2020-03-16 15:34:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-02 20:44:02 +03:00
checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66"
2020-03-16 15:34:01 +03:00
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
2021-05-23 03:45:22 +03:00
[[package]]
name = "line-wrap"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9"
dependencies = [
"safemem",
]
[[package]]
name = "linked-hash-map"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
2020-07-09 10:25:04 +03:00
[[package]]
name = "lock_api"
2022-02-02 01:49:19 +03:00
version = "0.4.6"
2020-07-09 10:25:04 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-02 01:49:19 +03:00
checksum = "88943dd7ef4a2e5a4bfa2753aaab3013e34ce2533d1996fb18ef591e315e2b3b"
2020-07-09 10:25:04 +03:00
dependencies = [
"scopeguard",
]
2020-03-16 15:34:01 +03:00
[[package]]
name = "log"
version = "0.4.14"
2020-03-16 15:34:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
2020-03-16 15:34:01 +03:00
dependencies = [
2021-02-09 00:40:58 +03:00
"cfg-if",
2020-03-16 15:34:01 +03:00
]
[[package]]
name = "matches"
2021-08-15 14:48:26 +03:00
version = "0.1.9"
2020-03-16 15:34:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-15 14:48:26 +03:00
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
2020-03-16 15:34:01 +03:00
2020-07-04 15:59:30 +03:00
[[package]]
name = "memchr"
2021-08-21 02:03:54 +03:00
version = "2.4.1"
2020-07-04 15:59:30 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-21 02:03:54 +03:00
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
2020-07-04 15:59:30 +03:00
[[package]]
name = "memmap"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
dependencies = [
"libc",
"winapi",
2020-07-04 15:59:30 +03:00
]
2020-03-22 23:08:48 +03:00
[[package]]
name = "memoffset"
2021-12-11 01:31:30 +03:00
version = "0.6.5"
2020-03-22 23:08:48 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-11 01:31:30 +03:00
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
2020-03-22 23:08:48 +03:00
dependencies = [
"autocfg",
]
[[package]]
name = "miniz_oxide"
2021-03-01 01:42:11 +03:00
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-01 01:42:11 +03:00
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
dependencies = [
"adler",
2020-12-09 01:39:30 +03:00
"autocfg",
]
2020-03-16 15:34:01 +03:00
[[package]]
name = "mio"
2021-10-23 15:29:18 +03:00
version = "0.7.14"
2020-03-16 15:34:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-23 15:29:18 +03:00
checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
2020-03-16 15:34:01 +03:00
dependencies = [
"libc",
"log",
"miow",
"ntapi",
"winapi",
2020-03-16 15:34:01 +03:00
]
[[package]]
name = "miow"
2021-04-12 00:31:59 +03:00
version = "0.3.7"
2020-03-16 15:34:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-12 00:31:59 +03:00
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
2020-03-16 15:34:01 +03:00
dependencies = [
"winapi",
2020-03-16 15:34:01 +03:00
]
2020-07-04 15:59:30 +03:00
[[package]]
name = "nix"
2021-12-25 23:27:24 +03:00
version = "0.23.1"
2020-07-04 15:59:30 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-25 23:27:24 +03:00
checksum = "9f866317acbd3a240710c63f065ffb1e4fd466259045ccb504130b7f668f35c6"
2020-07-04 15:59:30 +03:00
dependencies = [
"bitflags",
"cc",
2021-02-09 00:40:58 +03:00
"cfg-if",
2020-07-04 15:59:30 +03:00
"libc",
2021-08-28 15:35:28 +03:00
"memoffset",
2020-07-04 15:59:30 +03:00
]
[[package]]
name = "nodrop"
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
[[package]]
name = "ntapi"
2020-12-09 01:39:30 +03:00
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-09 01:39:30 +03:00
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
dependencies = [
"winapi",
]
2020-07-04 15:59:30 +03:00
[[package]]
name = "num-format"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bafe4179722c2894288ee77a9f044f02811c86af699344c498b0840c698a2465"
dependencies = [
2020-12-09 01:39:30 +03:00
"arrayvec",
2020-07-04 15:59:30 +03:00
"itoa",
]
2020-03-20 20:28:42 +03:00
[[package]]
name = "num-integer"
2020-12-09 01:39:30 +03:00
version = "0.1.44"
2020-03-20 20:28:42 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-09 01:39:30 +03:00
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
2020-03-20 20:28:42 +03:00
dependencies = [
"autocfg",
"num-traits",
]
[[package]]
name = "num-traits"
2020-12-09 01:39:30 +03:00
version = "0.2.14"
2020-03-20 20:28:42 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-09 01:39:30 +03:00
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
2020-03-20 20:28:42 +03:00
dependencies = [
"autocfg",
]
2020-03-22 23:08:48 +03:00
[[package]]
name = "num_cpus"
2021-12-25 23:27:24 +03:00
version = "1.13.1"
2020-03-22 23:08:48 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-25 23:27:24 +03:00
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
2020-03-22 23:08:48 +03:00
dependencies = [
"hermit-abi",
"libc",
]
[[package]]
name = "object"
2021-10-23 15:29:18 +03:00
version = "0.27.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-23 15:29:18 +03:00
checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"
2021-06-06 11:24:05 +03:00
dependencies = [
"memchr",
]
2021-02-09 00:40:58 +03:00
[[package]]
name = "once_cell"
2021-12-15 12:29:01 +03:00
version = "1.9.0"
2021-02-09 00:40:58 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-15 12:29:01 +03:00
checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5"
2021-02-09 00:40:58 +03:00
[[package]]
name = "openssl-probe"
2022-01-16 22:52:33 +03:00
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-16 22:52:33 +03:00
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
[[package]]
name = "openssl-src"
2021-12-15 12:29:01 +03:00
version = "111.17.0+1.1.1m"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-15 12:29:01 +03:00
checksum = "05d6a336abd10814198f66e2a91ccd7336611f30334119ca8ce300536666fcf4"
dependencies = [
"cc",
]
[[package]]
name = "openssl-sys"
2021-12-15 12:29:01 +03:00
version = "0.9.72"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-15 12:29:01 +03:00
checksum = "7e46109c383602735fa0a2e48dd2b7c892b048e1bf69e5c3b1d804b7d9c203cb"
dependencies = [
"autocfg",
"cc",
"libc",
"openssl-src",
"pkg-config",
"vcpkg",
]
2021-05-18 01:21:05 +03:00
[[package]]
name = "output_vt100"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
dependencies = [
"winapi",
]
2020-07-09 10:25:04 +03:00
[[package]]
name = "parking_lot"
2021-08-28 15:35:28 +03:00
version = "0.11.2"
2020-07-09 10:25:04 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-28 15:35:28 +03:00
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
2020-07-09 10:25:04 +03:00
dependencies = [
"instant",
2020-12-08 03:31:06 +03:00
"lock_api",
"parking_lot_core",
2020-07-09 10:25:04 +03:00
]
[[package]]
name = "parking_lot_core"
2021-08-30 13:15:18 +03:00
version = "0.8.5"
2020-07-09 10:25:04 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-30 13:15:18 +03:00
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
2020-07-09 10:25:04 +03:00
dependencies = [
2021-02-09 00:40:58 +03:00
"cfg-if",
2020-07-09 10:25:04 +03:00
"instant",
2020-03-16 15:34:01 +03:00
"libc",
2021-03-01 01:42:11 +03:00
"redox_syscall",
2020-03-16 15:34:01 +03:00
"smallvec",
"winapi",
2020-03-16 15:34:01 +03:00
]
[[package]]
name = "percent-encoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
[[package]]
name = "phf"
2021-12-15 12:29:01 +03:00
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-15 12:29:01 +03:00
checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
dependencies = [
"phf_shared",
]
[[package]]
name = "phf_shared"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
dependencies = [
"siphasher",
]
2020-03-16 15:34:01 +03:00
[[package]]
name = "pkg-config"
2021-12-15 12:29:01 +03:00
version = "0.3.24"
2020-03-16 15:34:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-15 12:29:01 +03:00
checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe"
2020-03-16 15:34:01 +03:00
2021-05-23 03:45:22 +03:00
[[package]]
name = "plist"
2021-08-15 14:48:26 +03:00
version = "1.2.1"
2021-05-23 03:45:22 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-15 14:48:26 +03:00
checksum = "a38d026d73eeaf2ade76309d0c65db5a35ecf649e3cec428db316243ea9d6711"
2021-05-23 03:45:22 +03:00
dependencies = [
"base64",
"chrono",
"indexmap",
"line-wrap",
"serde",
"xml-rs",
]
2020-07-04 15:59:30 +03:00
[[package]]
name = "pprof"
2022-01-12 15:17:08 +03:00
version = "0.6.1"
2020-07-04 15:59:30 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-12 15:17:08 +03:00
checksum = "9d47237f290398d4cfcd293fcc9dcc53cdb1f9bde65b78fcbfaafa7f8190d9e9"
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",
"lazy_static",
"libc",
"log",
"nix",
2020-12-08 03:31:06 +03:00
"parking_lot",
2020-07-04 15:59:30 +03:00
"symbolic-demangle",
"tempfile",
"thiserror",
]
2021-05-18 01:21:05 +03:00
[[package]]
name = "pretty_assertions"
2022-02-02 01:49:19 +03:00
version = "1.1.0"
2021-05-18 01:21:05 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-02 01:49:19 +03:00
checksum = "76d5b548b725018ab5496482b45cb8bef21e9fed1858a6d674e3a8a0f0bb5d50"
2021-05-18 01:21:05 +03:00
dependencies = [
"ansi_term",
"ctor",
"diff",
"output_vt100",
]
[[package]]
name = "proc-macro-hack"
version = "0.5.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
[[package]]
name = "proc-macro2"
2022-01-12 14:52:35 +03:00
version = "1.0.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-12 14:52:35 +03:00
checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
dependencies = [
"unicode-xid",
]
2020-07-04 15:59:30 +03:00
[[package]]
name = "quick-xml"
2021-09-05 11:51:36 +03:00
version = "0.22.0"
2020-07-04 15:59:30 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-05 11:51:36 +03:00
checksum = "8533f14c8382aaad0d592c812ac3b826162128b65662331e1127b45c3d18536b"
2020-07-04 15:59:30 +03:00
dependencies = [
"memchr",
]
[[package]]
name = "quote"
2022-01-25 21:47:54 +03:00
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-25 21:47:54 +03:00
checksum = "864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145"
dependencies = [
"proc-macro2",
]
2020-03-22 23:08:48 +03:00
[[package]]
name = "rayon-core"
version = "1.9.1"
2020-03-22 23:08:48 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"
2020-03-22 23:08:48 +03:00
dependencies = [
"crossbeam-channel",
2020-03-22 23:08:48 +03:00
"crossbeam-deque",
2020-12-09 01:39:30 +03:00
"crossbeam-utils",
2020-03-22 23:08:48 +03:00
"lazy_static",
"num_cpus",
]
2020-03-16 15:34:01 +03:00
[[package]]
name = "redox_syscall"
2021-08-15 14:48:26 +03:00
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-15 14:48:26 +03:00
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
dependencies = [
"bitflags",
]
2020-03-20 20:28:42 +03:00
[[package]]
name = "redox_users"
2021-02-09 00:40:58 +03:00
version = "0.4.0"
2020-03-20 20:28:42 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-09 00:40:58 +03:00
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
2020-03-20 20:28:42 +03:00
dependencies = [
2021-02-09 00:40:58 +03:00
"getrandom",
2021-03-01 01:42:11 +03:00
"redox_syscall",
2020-03-20 20:28:42 +03:00
]
2021-05-23 03:45:22 +03:00
[[package]]
name = "regex"
version = "1.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
version = "0.6.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
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 = [
"winapi",
2020-03-24 20:02:58 +03:00
]
2020-07-04 15:59:30 +03:00
[[package]]
name = "rgb"
2021-12-25 23:27:24 +03:00
version = "0.8.31"
2020-07-04 15:59:30 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-25 23:27:24 +03:00
checksum = "9a374af9a0e5fdcdd98c1c7b64f05004f9ea2555b6c75f211daa81268a3c50f1"
2020-07-06 22:18:37 +03:00
dependencies = [
"bytemuck",
]
2020-07-04 15:59:30 +03:00
[[package]]
name = "ron"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b861ecaade43ac97886a512b360d01d66be9f41f3c61088b42cedf92e03d678"
dependencies = [
2020-12-09 01:39:30 +03:00
"base64",
"bitflags",
"serde",
]
[[package]]
name = "rustc-demangle"
2021-08-28 15:35:28 +03:00
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-28 15:35:28 +03:00
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
2021-05-23 03:45:22 +03:00
[[package]]
name = "ryu"
2021-12-15 12:29:01 +03:00
version = "1.0.9"
2021-05-23 03:45:22 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-15 12:29:01 +03:00
checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
2021-05-23 03:45:22 +03:00
[[package]]
name = "safemem"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
[[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"
[[package]]
name = "scopetime"
2020-03-24 23:01:58 +03:00
version = "0.1.1"
dependencies = [
"log",
]
[[package]]
name = "serde"
version = "1.0.136"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.136"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2021-05-23 03:45:22 +03:00
[[package]]
name = "serde_json"
2021-11-28 16:41:17 +03:00
version = "1.0.72"
2021-05-23 03:45:22 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-28 16:41:17 +03:00
checksum = "d0ffa0837f2dfa6fb90868c2b5468cad482e175f7dad97e7421951e663f2b527"
2021-05-23 03:45:22 +03:00
dependencies = [
"itoa",
"ryu",
"serde",
]
2020-10-25 12:50:20 +03:00
[[package]]
name = "serial_test"
version = "0.5.1"
2020-10-25 12:50:20 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0bccbcf40c8938196944a3da0e133e031a33f4d6b72db3bda3cc556e361905d"
2020-10-25 12:50:20 +03:00
dependencies = [
"lazy_static",
2020-12-08 03:31:06 +03:00
"parking_lot",
2020-10-25 12:50:20 +03:00
"serial_test_derive",
]
[[package]]
name = "serial_test_derive"
version = "0.5.1"
2020-10-25 12:50:20 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2acd6defeddb41eb60bb468f8825d0cfd0c2a76bc03bfd235b6a1dc4f6a1ad5"
2020-10-25 12:50:20 +03:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[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"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83bdb7831b2d85ddf4a7b148aa19d0587eddbe8671a436b7bd1182eaad0f2829"
dependencies = [
"dirs-next",
]
2020-03-16 15:34:01 +03:00
[[package]]
name = "signal-hook"
2021-12-25 23:27:24 +03:00
version = "0.3.13"
2020-03-16 15:34:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-25 23:27:24 +03:00
checksum = "647c97df271007dcea485bb74ffdb57f2e683f1306c854f468a0c244badabf2d"
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"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29fd5867f1c4f2c5be079aee7a2adf1152ebb04a4bc4d341f504b7dece607ed4"
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"
version = "0.11.2"
2020-03-20 20:28:42 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1348164456f72ca0116e4538bdaabb0ddb622c7d9f16387c725af3e96d6001c"
2020-03-20 20:28:42 +03:00
dependencies = [
"chrono",
"log",
]
[[package]]
name = "siphasher"
2022-01-25 21:47:54 +03:00
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-25 21:47:54 +03:00
checksum = "a86232ab60fa71287d7f2ddae4a7073f6b7aac33631c3015abb556f08c6d0a3e"
2020-03-16 15:34:01 +03:00
[[package]]
name = "smallvec"
2022-01-16 22:52:33 +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-01-16 22:52:33 +03:00
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
2020-03-16 15:34:01 +03:00
[[package]]
name = "smawk"
2021-02-09 00:40:58 +03:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-09 00:40:58 +03:00
checksum = "f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043"
2020-07-04 15:59:30 +03:00
[[package]]
name = "stable_deref_trait"
2020-12-09 01:39:30 +03:00
version = "1.2.0"
2020-07-04 15:59:30 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-09 01:39:30 +03:00
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2020-07-04 15:59:30 +03:00
[[package]]
name = "str_stack"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9091b6114800a5f2141aee1d1b9d6ca3592ac062dc5decb3764ec5895a47b4eb"
[[package]]
name = "symbolic-common"
2021-11-20 03:41:28 +03:00
version = "8.5.0"
2020-07-04 15:59:30 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-20 03:41:28 +03:00
checksum = "cfc8618f0f31ed048f8e66aa2caecedfbdbbca962ff9ad87107ba4171de0742b"
2020-07-04 15:59:30 +03:00
dependencies = [
"debugid",
"memmap",
"stable_deref_trait",
"uuid",
]
[[package]]
name = "symbolic-demangle"
2021-11-20 03:41:28 +03:00
version = "8.5.0"
2020-07-04 15:59:30 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-20 03:41:28 +03:00
checksum = "8be790f170c892899802aa1d382b7b5b65baf692b1357864c74e92bbbbdabfbe"
2020-07-04 15:59:30 +03:00
dependencies = [
"cpp_demangle",
"rustc-demangle",
"symbolic-common",
]
[[package]]
name = "syn"
2022-01-25 21:47:54 +03:00
version = "1.0.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-25 21:47:54 +03:00
checksum = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b"
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
]
2021-05-23 03:45:22 +03:00
[[package]]
name = "syntect"
2021-08-04 00:00:59 +03:00
version = "4.6.0"
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 = "8b20815bbe80ee0be06e6957450a841185fcf690fe0178f14d77a05ce2caa031"
2021-05-23 03:45:22 +03:00
dependencies = [
"bincode",
"bitflags",
"fancy-regex",
"flate2",
"fnv",
"lazy_static",
"lazycell",
"plist",
"regex-syntax",
"serde",
"serde_derive",
"serde_json",
"walkdir",
"yaml-rust",
]
[[package]]
name = "sys-info"
2021-10-23 15:29:18 +03:00
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-23 15:29:18 +03:00
checksum = "0b3a0d0aba8bf96a0e1ddfdc352fc53b3df7f39318c71854910c3c4b024ae52c"
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",
"winapi",
2020-03-24 20:02:58 +03:00
]
[[package]]
name = "textwrap"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
dependencies = [
"unicode-width",
]
[[package]]
name = "textwrap"
version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80"
dependencies = [
"smawk",
"unicode-linebreak",
"unicode-width",
]
[[package]]
name = "thiserror"
2021-10-11 12:02:27 +03:00
version = "1.0.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-11 12:02:27 +03:00
checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2021-10-11 12:02:27 +03:00
version = "1.0.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-11 12:02:27 +03:00
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
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",
]
2020-03-20 20:28:42 +03:00
[[package]]
name = "time"
2021-02-09 00:40:58 +03:00
version = "0.1.43"
2020-03-20 20:28:42 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-09 00:40:58 +03:00
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
2020-03-20 20:28:42 +03:00
dependencies = [
"libc",
"winapi",
2020-03-20 20:28:42 +03:00
]
2020-06-23 12:08:26 +03:00
[[package]]
name = "tinyvec"
2021-11-17 11:19:42 +03:00
version = "1.5.1"
2020-06-23 12:08:26 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-17 11:19:42 +03:00
checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"
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"
version = "0.16.0"
2020-03-16 15:34:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39c8ce4e27049eed97cfa363a5048b09d995e209994634a0efc26a14ab6c0c23"
2020-03-16 15:34:01 +03:00
dependencies = [
"bitflags",
"cassowary",
2021-05-02 20:44:02 +03:00
"crossterm",
"serde",
2020-03-16 15:34:01 +03:00
"unicode-segmentation",
"unicode-width",
]
[[package]]
name = "unicode-bidi"
2021-10-11 12:02:27 +03:00
version = "0.3.7"
2020-03-16 15:34:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-11 12:02:27 +03:00
checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"
2020-03-16 15:34:01 +03:00
[[package]]
name = "unicode-linebreak"
2021-08-04 00:00:59 +03:00
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-04 00:00:59 +03:00
checksum = "3a52dcaab0c48d931f7cc8ef826fa51690a08e1ea55117ef26f89864f532383f"
dependencies = [
"regex",
]
2020-03-16 15:34:01 +03:00
[[package]]
name = "unicode-normalization"
2021-06-06 11:24:05 +03:00
version = "0.1.19"
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 = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
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"
version = "1.9.0"
2020-03-16 15:34:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
2020-03-16 15:34:01 +03:00
[[package]]
name = "unicode-truncate"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a04be5ca5f7a4a7270ffea82bc41c59b87c611ed04f20e77c338e8d3c2348e42"
dependencies = [
"unicode-width",
]
2020-03-16 15:34:01 +03:00
[[package]]
name = "unicode-width"
version = "0.1.9"
2020-03-16 15:34:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
2020-03-16 15:34:01 +03:00
[[package]]
name = "unicode-xid"
2021-05-02 20:44:02 +03:00
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-02 20:44:02 +03:00
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
2020-03-16 15:34:01 +03:00
[[package]]
name = "url"
version = "2.2.2"
2020-03-16 15:34:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
2020-03-16 15:34:01 +03:00
dependencies = [
"form_urlencoded",
2020-03-16 15:34:01 +03:00
"idna",
"matches",
"percent-encoding",
]
2020-07-04 15:59:30 +03:00
[[package]]
name = "uuid"
2021-02-09 00:40:58 +03:00
version = "0.8.2"
2020-07-04 15:59:30 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-09 00:40:58 +03:00
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
2020-07-04 15:59:30 +03:00
2020-03-16 15:34:01 +03:00
[[package]]
name = "vcpkg"
2021-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",
]
2020-03-20 20:28:42 +03:00
[[package]]
name = "wasi"
2021-02-09 00:40:58 +03:00
version = "0.10.2+wasi-snapshot-preview1"
2020-12-09 01:39:30 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-09 00:40:58 +03:00
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
2020-12-09 01:39:30 +03:00
[[package]]
name = "which"
version = "4.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a5a7e487e921cf220206864a94a89b6c6905bfc19f1057fa26a4cb360e5c1d2"
dependencies = [
"either",
2021-08-04 00:00:59 +03:00
"lazy_static",
"libc",
]
2020-03-16 15:34:01 +03:00
[[package]]
name = "winapi"
2020-07-06 10:16:13 +03:00
version = "0.3.9"
2020-03-16 15:34:01 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-06 10:16:13 +03:00
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2020-03-16 15:34:01 +03:00
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
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"
2021-05-23 03:45:22 +03:00
[[package]]
name = "xml-rs"
2021-08-04 00:00:59 +03:00
version = "0.8.4"
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 = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
2021-05-23 03:45:22 +03:00
[[package]]
name = "yaml-rust"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
dependencies = [
"linked-hash-map",
]