2020-04-08 23:44:29 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-06-26 06:14:44 +00:00
|
|
|
version = 3
|
|
|
|
|
2020-05-15 02:22:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2023-08-27 01:16:43 +00:00
|
|
|
version = "0.21.0"
|
2020-05-15 02:22:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-27 01:16:43 +00:00
|
|
|
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
|
2020-05-15 02:22:29 +00:00
|
|
|
dependencies = [
|
2020-05-17 02:38:19 +00:00
|
|
|
"gimli",
|
2020-05-15 02:22:29 +00:00
|
|
|
]
|
|
|
|
|
2020-11-02 20:04:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
2021-09-18 16:26:30 +00:00
|
|
|
version = "1.0.2"
|
2020-11-02 20:04:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-18 16:26:30 +00:00
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
2020-11-02 20:04:54 +00:00
|
|
|
|
2023-04-12 04:03:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-04-08 23:44:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2023-08-20 20:02:27 +00:00
|
|
|
version = "1.0.4"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 20:02:27 +00:00
|
|
|
checksum = "6748e8def348ed4d14996fa801f4122cd763fff530258cdc03f64b25f89d3a5a"
|
2020-04-08 23:44:29 +00:00
|
|
|
dependencies = [
|
2020-05-17 02:38:19 +00:00
|
|
|
"memchr",
|
2020-04-08 23:44:29 +00:00
|
|
|
]
|
|
|
|
|
2023-06-09 04:26:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "allocator-api2"
|
2023-08-20 20:02:27 +00:00
|
|
|
version = "0.2.16"
|
2023-06-09 04:26:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 20:02:27 +00:00
|
|
|
checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
|
2023-06-09 04:26:01 +00:00
|
|
|
|
2023-04-21 04:07:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
2023-09-12 07:36:45 +00:00
|
|
|
version = "0.5.0"
|
2023-04-21 04:07:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 07:36:45 +00:00
|
|
|
checksum = "b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c"
|
2023-04-21 04:07:34 +00:00
|
|
|
dependencies = [
|
2023-04-27 04:19:32 +00:00
|
|
|
"anstyle",
|
2023-04-21 04:07:34 +00:00
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-query",
|
|
|
|
"anstyle-wincon",
|
|
|
|
"colorchoice",
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2023-07-03 04:47:02 +00:00
|
|
|
version = "1.0.1"
|
2023-04-21 04:07:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-03 04:47:02 +00:00
|
|
|
checksum = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd"
|
2023-04-21 04:07:34 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2023-07-03 04:47:02 +00:00
|
|
|
version = "0.2.1"
|
2023-04-21 04:07:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-03 04:47:02 +00:00
|
|
|
checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333"
|
2023-04-21 04:07:34 +00:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
|
|
|
|
dependencies = [
|
2023-06-12 04:13:29 +00:00
|
|
|
"windows-sys",
|
2023-04-21 04:07:34 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2023-09-12 07:36:45 +00:00
|
|
|
version = "2.1.0"
|
2023-04-21 04:07:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 07:36:45 +00:00
|
|
|
checksum = "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd"
|
2023-04-21 04:07:34 +00:00
|
|
|
dependencies = [
|
2023-04-27 04:19:32 +00:00
|
|
|
"anstyle",
|
2023-06-12 04:13:29 +00:00
|
|
|
"windows-sys",
|
2023-04-21 04:07:34 +00:00
|
|
|
]
|
|
|
|
|
2020-09-01 03:59:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2023-08-20 20:02:27 +00:00
|
|
|
version = "1.0.75"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 20:02:27 +00:00
|
|
|
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
|
2020-04-08 23:44:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "assert_cmd"
|
2023-07-20 06:25:02 +00:00
|
|
|
version = "2.0.12"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-20 06:25:02 +00:00
|
|
|
checksum = "88903cb14723e4d4003335bb7f8a14f27691649105346a0f0957466c096adfe6"
|
2020-04-08 23:44:29 +00:00
|
|
|
dependencies = [
|
2023-04-27 04:19:32 +00:00
|
|
|
"anstyle",
|
2021-02-19 22:57:39 +00:00
|
|
|
"bstr",
|
2020-05-17 02:38:19 +00:00
|
|
|
"doc-comment",
|
2023-04-11 07:22:32 +00:00
|
|
|
"predicates",
|
2020-05-17 02:38:19 +00:00
|
|
|
"predicates-core",
|
|
|
|
"predicates-tree",
|
|
|
|
"wait-timeout",
|
2020-04-08 23:44:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-04-27 23:23:34 +00:00
|
|
|
version = "1.1.0"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-27 23:23:34 +00:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2020-04-08 23:44:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2023-08-27 01:16:43 +00:00
|
|
|
version = "0.3.69"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-27 01:16:43 +00:00
|
|
|
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
|
2020-04-08 23:44:29 +00:00
|
|
|
dependencies = [
|
2020-05-17 02:38:19 +00:00
|
|
|
"addr2line",
|
2021-05-08 23:55:01 +00:00
|
|
|
"cc",
|
2021-09-18 16:26:30 +00:00
|
|
|
"cfg-if",
|
2020-05-17 02:38:19 +00:00
|
|
|
"libc",
|
2020-11-02 20:04:54 +00:00
|
|
|
"miniz_oxide",
|
2020-05-17 02:38:19 +00:00
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
2020-04-08 23:44:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-10-18 01:33:07 +00:00
|
|
|
version = "1.3.2"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-18 01:33:07 +00:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2020-04-08 23:44:29 +00:00
|
|
|
|
2023-06-29 04:48:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2023-08-20 20:02:27 +00:00
|
|
|
version = "2.4.0"
|
2023-06-29 04:48:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 20:02:27 +00:00
|
|
|
checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
|
2023-06-29 04:48:49 +00:00
|
|
|
|
2020-04-08 23:44:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bottom"
|
2023-08-27 01:02:22 +00:00
|
|
|
version = "0.9.6"
|
2020-04-08 23:44:29 +00:00
|
|
|
dependencies = [
|
2020-09-01 03:59:33 +00:00
|
|
|
"anyhow",
|
2020-05-17 02:38:19 +00:00
|
|
|
"assert_cmd",
|
|
|
|
"backtrace",
|
2020-08-12 00:22:39 +00:00
|
|
|
"cargo-husky",
|
2021-09-18 16:26:30 +00:00
|
|
|
"cfg-if",
|
2020-05-17 02:38:19 +00:00
|
|
|
"clap",
|
2022-03-11 11:45:05 +00:00
|
|
|
"clap_complete",
|
2023-09-12 07:36:45 +00:00
|
|
|
"clap_complete_fig",
|
|
|
|
"clap_complete_nushell",
|
2022-03-11 11:45:05 +00:00
|
|
|
"clap_mangen",
|
refactor: consolidate time graph components
This consolidates all the time graph drawing to one main location, as well
as some small improvements. This is helpful in that I don't have to
reimplement the same thing across three locations if I have to make one
change that in theory should affect them all. In particular, the CPU
graph, memory graph, and network graph are all now using the same,
generic implementation for drawing, which we call (for now) a component.
Note this only affects drawing - it accepts some parameters affecting style
and labels, as well as data points, and draw similarly to how it used to
before. Widget-specific actions, or things affecting widget state,
should all be handled by the widget-specific code instead. For example,
our current implementation of x-axis autohide is still controlled by the
widget, not the component, even if some of the code is shared. Components
are, again, only responsible for drawing (at least for now). For that
matter, the graph component does not have mutable access to any form of
state outside of tui-rs' `Frame`. Note this *might* change in the
future, where we might give the component state.
Note that while functionally, the graph behaviour for now is basically
the same, a few changes were made internally other than the move to
components. The big change is that rather than using tui-rs' `Chart`
for the underlying drawing, we now use a tweaked custom `TimeChart`
tui-rs widget, which also handles all interpolation steps and some extra
customization. Personally, I don't like having to deviate from the
library's implementation, but this gives us more flexibility and allows
greater control. For example, this allows me to move away from the old
hacks required to do interpolation (where I had to mutate the existing
list to avoid having to reallocate an extra vector just to insert one
extra interpolated point). I can also finally allow customizable
legends (which will be added in the future).
2022-04-27 06:13:48 +00:00
|
|
|
"concat-string",
|
2023-04-14 04:13:00 +00:00
|
|
|
"core-foundation",
|
2023-08-09 05:27:56 +00:00
|
|
|
"crossterm 0.27.0",
|
2020-08-21 20:00:14 +00:00
|
|
|
"ctrlc",
|
2021-06-06 22:58:53 +00:00
|
|
|
"dirs",
|
2020-05-17 02:38:19 +00:00
|
|
|
"fern",
|
2022-11-17 08:18:05 +00:00
|
|
|
"filedescriptor",
|
2023-06-28 14:45:56 +00:00
|
|
|
"hashbrown",
|
2022-11-13 06:51:10 +00:00
|
|
|
"humantime",
|
2020-09-07 03:03:03 +00:00
|
|
|
"indexmap",
|
2023-06-28 14:45:56 +00:00
|
|
|
"itertools 0.11.0",
|
2022-10-12 20:25:38 +00:00
|
|
|
"kstring",
|
2020-08-21 05:33:12 +00:00
|
|
|
"libc",
|
2020-05-17 02:38:19 +00:00
|
|
|
"log",
|
2022-10-11 23:49:39 +00:00
|
|
|
"mach2",
|
2022-02-12 21:40:33 +00:00
|
|
|
"nvml-wrapper",
|
2020-11-22 21:44:40 +00:00
|
|
|
"once_cell",
|
2023-04-11 07:22:32 +00:00
|
|
|
"predicates",
|
2023-04-16 04:04:16 +00:00
|
|
|
"ratatui",
|
2020-05-17 02:38:19 +00:00
|
|
|
"regex",
|
2023-08-27 01:16:43 +00:00
|
|
|
"rustix 0.38.9",
|
2020-05-17 02:38:19 +00:00
|
|
|
"serde",
|
2022-07-24 00:44:29 +00:00
|
|
|
"serde_json",
|
2022-05-06 21:16:57 +00:00
|
|
|
"starship-battery",
|
2022-08-22 06:47:22 +00:00
|
|
|
"sysctl",
|
2020-05-17 02:38:19 +00:00
|
|
|
"sysinfo",
|
2020-09-01 03:59:33 +00:00
|
|
|
"thiserror",
|
2021-10-18 01:33:07 +00:00
|
|
|
"time",
|
2023-03-01 05:14:47 +00:00
|
|
|
"toml_edit",
|
2020-05-17 02:38:19 +00:00
|
|
|
"unicode-segmentation",
|
|
|
|
"unicode-width",
|
2023-01-18 06:43:08 +00:00
|
|
|
"windows",
|
2020-04-08 23:44:29 +00:00
|
|
|
]
|
|
|
|
|
2021-02-19 22:57:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bstr"
|
2023-08-20 20:02:27 +00:00
|
|
|
version = "1.6.0"
|
2021-02-19 22:57:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 20:02:27 +00:00
|
|
|
checksum = "6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05"
|
2021-02-19 22:57:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
2023-08-20 20:02:27 +00:00
|
|
|
"regex-automata",
|
2023-04-11 07:22:32 +00:00
|
|
|
"serde",
|
2021-02-19 22:57:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2021-09-18 16:26:30 +00:00
|
|
|
version = "1.4.3"
|
2021-02-19 22:57:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-18 16:26:30 +00:00
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
2021-02-19 22:57:39 +00:00
|
|
|
|
2020-08-12 00:22:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cargo-husky"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7b02b629252fe8ef6460461409564e2c21d0c8e77e0944f3d189ff06c4e932ad"
|
|
|
|
|
2020-04-08 23:44:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cassowary"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-17 02:38:19 +00:00
|
|
|
checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53"
|
2020-04-08 23:44:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-08-20 20:02:27 +00:00
|
|
|
version = "1.0.82"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 20:02:27 +00:00
|
|
|
checksum = "305fe645edc1442a0fa8b6726ba61d422798d37a52e12eaecf4b022ebbb88f01"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2020-04-08 23:44:29 +00:00
|
|
|
|
2020-11-02 03:03:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2020-04-08 23:44:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2023-09-12 07:36:45 +00:00
|
|
|
version = "4.4.2"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 07:36:45 +00:00
|
|
|
checksum = "6a13b88d2c62ff462f88e4a121f17a82c1af05693a2f192b5c38d14de73c19f6"
|
2020-04-08 23:44:29 +00:00
|
|
|
dependencies = [
|
2023-04-21 04:07:34 +00:00
|
|
|
"clap_builder",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2023-09-12 07:36:45 +00:00
|
|
|
version = "4.4.2"
|
2023-04-21 04:07:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 07:36:45 +00:00
|
|
|
checksum = "2bb9faaa7c2ef94b2743a21f5a29e6f0010dff4caa69ac8e9d6cf8b6fa74da08"
|
2023-04-21 04:07:34 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
2023-04-27 04:19:32 +00:00
|
|
|
"anstyle",
|
2022-04-27 23:23:34 +00:00
|
|
|
"clap_lex",
|
2022-03-08 03:53:02 +00:00
|
|
|
"strsim 0.10.0",
|
|
|
|
"terminal_size",
|
|
|
|
]
|
|
|
|
|
2022-03-11 11:45:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap_complete"
|
2023-09-12 07:36:45 +00:00
|
|
|
version = "4.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4110a1e6af615a9e6d0a36f805d5c99099f8bab9b8042f5bc1fa220a4a89e36f"
|
|
|
|
dependencies = [
|
|
|
|
"clap",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_complete_fig"
|
|
|
|
version = "4.4.0"
|
2022-03-11 11:45:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 07:36:45 +00:00
|
|
|
checksum = "9e9bae21b3f6eb417ad3054c8b1094aa0542116eba4979b1b271baefbfa6b965"
|
2022-03-11 11:45:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"clap",
|
2023-09-12 07:36:45 +00:00
|
|
|
"clap_complete",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_complete_nushell"
|
|
|
|
version = "4.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "787093c7ce9278e9f7ae55cbdba76a2d6610fe809e54db4c6d61a65bc0258d15"
|
|
|
|
dependencies = [
|
|
|
|
"clap",
|
|
|
|
"clap_complete",
|
2022-03-11 11:45:05 +00:00
|
|
|
]
|
|
|
|
|
2022-04-27 23:23:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2023-05-22 04:25:44 +00:00
|
|
|
version = "0.5.0"
|
2022-04-27 23:23:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-22 04:25:44 +00:00
|
|
|
checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"
|
2022-04-27 23:23:34 +00:00
|
|
|
|
2022-03-11 11:45:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap_mangen"
|
2023-09-12 07:36:45 +00:00
|
|
|
version = "0.2.13"
|
2022-03-11 11:45:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-12 07:36:45 +00:00
|
|
|
checksum = "cf8e5f34d85d9e0bbe2491d100a7a7c1007bb2467b518080bfe311e8947197a9"
|
2022-03-11 11:45:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"clap",
|
|
|
|
"roff",
|
|
|
|
]
|
|
|
|
|
2023-04-21 04:07:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "colorchoice"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
|
|
|
|
|
refactor: consolidate time graph components
This consolidates all the time graph drawing to one main location, as well
as some small improvements. This is helpful in that I don't have to
reimplement the same thing across three locations if I have to make one
change that in theory should affect them all. In particular, the CPU
graph, memory graph, and network graph are all now using the same,
generic implementation for drawing, which we call (for now) a component.
Note this only affects drawing - it accepts some parameters affecting style
and labels, as well as data points, and draw similarly to how it used to
before. Widget-specific actions, or things affecting widget state,
should all be handled by the widget-specific code instead. For example,
our current implementation of x-axis autohide is still controlled by the
widget, not the component, even if some of the code is shared. Components
are, again, only responsible for drawing (at least for now). For that
matter, the graph component does not have mutable access to any form of
state outside of tui-rs' `Frame`. Note this *might* change in the
future, where we might give the component state.
Note that while functionally, the graph behaviour for now is basically
the same, a few changes were made internally other than the move to
components. The big change is that rather than using tui-rs' `Chart`
for the underlying drawing, we now use a tweaked custom `TimeChart`
tui-rs widget, which also handles all interpolation steps and some extra
customization. Personally, I don't like having to deviate from the
library's implementation, but this gives us more flexibility and allows
greater control. For example, this allows me to move away from the old
hacks required to do interpolation (where I had to mutate the existing
list to avoid having to reallocate an extra vector just to insert one
extra interpolated point). I can also finally allow customizable
legends (which will be added in the future).
2022-04-27 06:13:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "concat-string"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7439becb5fafc780b6f4de382b1a7a3e70234afe783854a4702ee8adbb838609"
|
|
|
|
|
2020-12-16 02:34:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2022-04-27 23:23:34 +00:00
|
|
|
version = "0.9.3"
|
2020-12-16 02:34:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-27 23:23:34 +00:00
|
|
|
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
2020-12-16 02:34:45 +00:00
|
|
|
dependencies = [
|
2023-04-14 04:13:00 +00:00
|
|
|
"core-foundation-sys",
|
2020-05-17 02:38:19 +00:00
|
|
|
"libc",
|
2020-04-08 23:44:29 +00:00
|
|
|
]
|
|
|
|
|
2020-12-16 02:34:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2023-04-10 09:52:46 +00:00
|
|
|
version = "0.8.4"
|
2020-12-16 02:34:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-10 09:52:46 +00:00
|
|
|
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
|
2020-12-16 02:34:45 +00:00
|
|
|
|
2020-04-08 23:44:29 +00:00
|
|
|
[[package]]
|
2020-11-02 20:04:54 +00:00
|
|
|
name = "crossbeam-channel"
|
2023-05-10 00:36:35 +00:00
|
|
|
version = "0.5.8"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-10 00:36:35 +00:00
|
|
|
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
|
2020-04-08 23:44:29 +00:00
|
|
|
dependencies = [
|
2021-09-18 16:26:30 +00:00
|
|
|
"cfg-if",
|
2020-05-17 02:38:19 +00:00
|
|
|
"crossbeam-utils",
|
2020-04-08 23:44:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-11-02 20:04:54 +00:00
|
|
|
name = "crossbeam-deque"
|
2023-05-10 00:36:35 +00:00
|
|
|
version = "0.8.3"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-10 00:36:35 +00:00
|
|
|
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
|
2020-04-08 23:44:29 +00:00
|
|
|
dependencies = [
|
2021-09-18 16:26:30 +00:00
|
|
|
"cfg-if",
|
2020-11-02 20:04:54 +00:00
|
|
|
"crossbeam-epoch",
|
2020-05-17 02:38:19 +00:00
|
|
|
"crossbeam-utils",
|
2020-04-08 23:44:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-11-02 20:04:54 +00:00
|
|
|
name = "crossbeam-epoch"
|
2023-07-03 04:47:02 +00:00
|
|
|
version = "0.9.15"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-03 04:47:02 +00:00
|
|
|
checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
|
2020-04-08 23:44:29 +00:00
|
|
|
dependencies = [
|
2022-04-27 23:23:34 +00:00
|
|
|
"autocfg",
|
2021-09-18 16:26:30 +00:00
|
|
|
"cfg-if",
|
2020-05-17 02:38:19 +00:00
|
|
|
"crossbeam-utils",
|
2020-11-02 20:04:54 +00:00
|
|
|
"memoffset",
|
|
|
|
"scopeguard",
|
2020-04-08 23:44:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2023-07-03 04:47:02 +00:00
|
|
|
version = "0.8.16"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-03 04:47:02 +00:00
|
|
|
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
|
2020-04-08 23:44:29 +00:00
|
|
|
dependencies = [
|
2021-09-18 16:26:30 +00:00
|
|
|
"cfg-if",
|
2020-04-08 23:44:29 +00:00
|
|
|
]
|
|
|
|
|
2023-03-16 00:47:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossterm"
|
|
|
|
version = "0.26.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a84cda67535339806297f1b331d6dd6320470d2a0fe65381e79ee9e156dd3d13"
|
|
|
|
dependencies = [
|
2023-06-29 04:48:49 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-03-16 00:47:10 +00:00
|
|
|
"crossterm_winapi",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"parking_lot",
|
|
|
|
"signal-hook",
|
|
|
|
"signal-hook-mio",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-08-09 05:27:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossterm"
|
|
|
|
version = "0.27.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df"
|
|
|
|
dependencies = [
|
2023-08-20 20:02:27 +00:00
|
|
|
"bitflags 2.4.0",
|
2023-08-09 05:27:56 +00:00
|
|
|
"crossterm_winapi",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"parking_lot",
|
|
|
|
"signal-hook",
|
|
|
|
"signal-hook-mio",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-04-08 23:44:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossterm_winapi"
|
2023-07-03 04:47:02 +00:00
|
|
|
version = "0.9.1"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-03 04:47:02 +00:00
|
|
|
checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
|
2020-04-08 23:44:29 +00:00
|
|
|
dependencies = [
|
2020-11-02 20:04:54 +00:00
|
|
|
"winapi",
|
2020-08-21 20:00:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ctrlc"
|
2023-06-04 04:50:21 +00:00
|
|
|
version = "3.4.0"
|
2020-08-21 20:00:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-04 04:50:21 +00:00
|
|
|
checksum = "2a011bbe2c35ce9c1f143b7af6f94f29a167beb4cd1d29e6740ce836f723120e"
|
2020-08-21 20:00:14 +00:00
|
|
|
dependencies = [
|
2023-04-14 04:13:00 +00:00
|
|
|
"nix",
|
2023-06-12 04:13:29 +00:00
|
|
|
"windows-sys",
|
2020-04-08 23:44:29 +00:00
|
|
|
]
|
|
|
|
|
2022-02-12 21:40:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858"
|
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b"
|
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"strsim 0.9.3",
|
2023-05-10 00:36:35 +00:00
|
|
|
"syn 1.0.109",
|
2022-02-12 21:40:33 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72"
|
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"quote",
|
2023-05-10 00:36:35 +00:00
|
|
|
"syn 1.0.109",
|
2022-02-12 21:40:33 +00:00
|
|
|
]
|
|
|
|
|
2023-08-09 05:27:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "deranged"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7684a49fb1af197853ef7b2ee694bc1f5b4179556f1e5710e1760c5db6f5e929"
|
|
|
|
|
2021-09-18 16:26:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "difflib"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
|
|
|
|
|
2020-04-08 23:44:29 +00:00
|
|
|
[[package]]
|
2021-06-06 22:58:53 +00:00
|
|
|
name = "dirs"
|
2023-05-03 05:23:48 +00:00
|
|
|
version = "5.0.1"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-03 05:23:48 +00:00
|
|
|
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
|
2020-04-08 23:44:29 +00:00
|
|
|
dependencies = [
|
2021-06-06 22:58:53 +00:00
|
|
|
"dirs-sys",
|
2020-04-08 23:44:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-06-06 22:58:53 +00:00
|
|
|
name = "dirs-sys"
|
2023-05-03 05:23:48 +00:00
|
|
|
version = "0.4.1"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-03 05:23:48 +00:00
|
|
|
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
|
2020-04-08 23:44:29 +00:00
|
|
|
dependencies = [
|
2020-05-17 02:38:19 +00:00
|
|
|
"libc",
|
2023-05-03 05:23:48 +00:00
|
|
|
"option-ext",
|
2020-05-17 02:38:19 +00:00
|
|
|
"redox_users",
|
2023-06-12 04:13:29 +00:00
|
|
|
"windows-sys",
|
2020-04-08 23:44:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "doc-comment"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-17 02:38:19 +00:00
|
|
|
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
|
2020-04-08 23:44:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2023-08-20 20:02:27 +00:00
|
|
|
version = "1.9.0"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 20:02:27 +00:00
|
|
|
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
|
2020-04-08 23:44:29 +00:00
|
|
|
|
2023-02-19 23:44:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "enum-as-inner"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c9720bba047d567ffc8a3cba48bf19126600e249ab7f128e9233e6376976a116"
|
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-10 00:36:35 +00:00
|
|
|
"syn 1.0.109",
|
2022-11-13 22:43:55 +00:00
|
|
|
]
|
|
|
|
|
2023-06-28 14:45:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
2023-08-20 20:02:27 +00:00
|
|
|
version = "1.0.1"
|
2023-06-28 14:45:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 20:02:27 +00:00
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
2023-06-28 14:45:56 +00:00
|
|
|
|
2023-04-21 04:07:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2023-08-20 20:02:27 +00:00
|
|
|
version = "0.3.2"
|
2023-04-21 04:07:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 20:02:27 +00:00
|
|
|
checksum = "6b30f669a7961ef1631673d2766cc92f52d64f7ef354d4fe0ddfd30ed52f0f4f"
|
2023-04-21 04:07:34 +00:00
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
2023-06-12 04:13:29 +00:00
|
|
|
"windows-sys",
|
2023-04-21 04:07:34 +00:00
|
|
|
]
|
|
|
|
|
2022-11-13 22:43:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-04-08 23:44:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fern"
|
2023-03-28 05:14:10 +00:00
|
|
|
version = "0.6.2"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-28 05:14:10 +00:00
|
|
|
checksum = "d9f0c14694cbd524c8720dd69b0e3179344f04ebb5f90f2e4a440c6ea3b2f1ee"
|
2020-04-08 23:44:29 +00:00
|
|
|
dependencies = [
|
2020-05-17 02:38:19 +00:00
|
|
|
"log",
|
2020-04-08 23:44:29 +00:00
|
|
|
]
|
|
|
|
|
2022-11-17 08:18:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "filedescriptor"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"thiserror",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-04-08 23:44:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "float-cmp"
|
2022-02-25 10:02:15 +00:00
|
|
|
version = "0.9.0"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-25 10:02:15 +00:00
|
|
|
checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
|
2020-04-08 23:44:29 +00:00
|
|
|
dependencies = [
|
2020-05-17 02:38:19 +00:00
|
|
|
"num-traits",
|
2020-04-08 23:44:29 +00:00
|
|
|
]
|
|
|
|
|
2022-02-12 21:40:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
2020-04-08 23:44:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2023-06-12 04:13:29 +00:00
|
|
|
version = "0.2.10"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-12 04:13:29 +00:00
|
|
|
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
|
2020-04-08 23:44:29 +00:00
|
|
|
dependencies = [
|
2021-09-18 16:26:30 +00:00
|
|
|
"cfg-if",
|
2020-05-17 02:38:19 +00:00
|
|
|
"libc",
|
2023-05-10 00:36:35 +00:00
|
|
|
"wasi",
|
2020-04-08 23:44:29 +00:00
|
|
|
]
|
|
|
|
|
2020-05-15 02:22:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2023-08-27 01:16:43 +00:00
|
|
|
version = "0.28.0"
|
2020-05-15 02:22:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-27 01:16:43 +00:00
|
|
|
checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
|
2020-05-15 02:22:29 +00:00
|
|
|
|
2023-04-12 04:03:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2023-06-09 04:26:01 +00:00
|
|
|
version = "0.14.0"
|
2023-04-12 04:03:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-09 04:26:01 +00:00
|
|
|
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
|
2023-04-12 04:03:27 +00:00
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
2023-06-09 04:26:01 +00:00
|
|
|
"allocator-api2",
|
2023-04-12 04:03:27 +00:00
|
|
|
]
|
|
|
|
|
2023-02-19 23:44:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
|
|
|
|
2023-04-21 04:07:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2023-08-20 20:02:27 +00:00
|
|
|
version = "0.3.2"
|
2023-04-21 04:07:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 20:02:27 +00:00
|
|
|
checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
|
2023-04-21 04:07:34 +00:00
|
|
|
|
2022-11-13 06:51:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
|
|
2022-02-12 21:40:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
|
2020-09-07 03:03:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-06-28 14:45:56 +00:00
|
|
|
version = "2.0.0"
|
2020-09-07 03:03:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-28 14:45:56 +00:00
|
|
|
checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
|
2020-09-07 03:03:03 +00:00
|
|
|
dependencies = [
|
2023-06-28 14:45:56 +00:00
|
|
|
"equivalent",
|
|
|
|
"hashbrown",
|
2020-09-07 03:03:03 +00:00
|
|
|
]
|
|
|
|
|
2023-07-21 04:19:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indoc"
|
|
|
|
version = "2.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2c785eefb63ebd0e33416dfcb8d6da0bf27ce752843a45632a67bf10d4d4b5c4"
|
|
|
|
|
2022-11-13 22:43:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "io-lifetimes"
|
2023-06-12 04:13:29 +00:00
|
|
|
version = "1.0.11"
|
2022-11-13 22:43:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-12 04:13:29 +00:00
|
|
|
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
|
2023-01-14 23:37:29 +00:00
|
|
|
dependencies = [
|
2023-07-03 04:47:02 +00:00
|
|
|
"hermit-abi",
|
2023-01-14 23:37:29 +00:00
|
|
|
"libc",
|
2023-06-12 04:13:29 +00:00
|
|
|
"windows-sys",
|
2023-01-14 23:37:29 +00:00
|
|
|
]
|
2022-11-13 22:43:55 +00:00
|
|
|
|
2020-04-08 23:44:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2023-01-14 23:37:29 +00:00
|
|
|
version = "0.10.5"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-14 23:37:29 +00:00
|
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
2020-04-08 23:44:29 +00:00
|
|
|
dependencies = [
|
2020-05-17 02:38:19 +00:00
|
|
|
"either",
|
2020-04-08 23:44:29 +00:00
|
|
|
]
|
|
|
|
|
2023-06-28 14:45:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2021-10-18 01:33:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2023-08-20 20:02:27 +00:00
|
|
|
version = "1.0.9"
|
2021-10-18 01:33:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 20:02:27 +00:00
|
|
|
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
|
2021-10-18 01:33:07 +00:00
|
|
|
|
2022-10-12 20:25:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "kstring"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec3066350882a1cd6d950d055997f379ac37fd39f81cd4d8ed186032eb3c5747"
|
|
|
|
dependencies = [
|
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
2020-04-17 00:06:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
2020-08-30 00:41:41 +00:00
|
|
|
version = "1.3.0"
|
2020-04-17 00:06:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-30 00:41:41 +00:00
|
|
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
2020-04-17 00:06:50 +00:00
|
|
|
|
2020-04-08 23:44:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-06-28 14:45:56 +00:00
|
|
|
version = "0.2.147"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-28 14:45:56 +00:00
|
|
|
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
|
2020-04-08 23:44:29 +00:00
|
|
|
|
2022-02-12 21:40:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2023-05-10 00:36:35 +00:00
|
|
|
version = "0.7.4"
|
2022-02-12 21:40:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-10 00:36:35 +00:00
|
|
|
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
|
2022-02-12 21:40:33 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-04-21 04:07:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2023-05-23 04:22:17 +00:00
|
|
|
version = "0.3.8"
|
2023-04-21 04:07:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-23 04:22:17 +00:00
|
|
|
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
|
2023-04-21 04:07:34 +00:00
|
|
|
|
2023-06-29 04:48:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2023-08-20 20:02:27 +00:00
|
|
|
version = "0.4.5"
|
2023-06-29 04:48:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 20:02:27 +00:00
|
|
|
checksum = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503"
|
2023-06-29 04:48:49 +00:00
|
|
|
|
2020-11-03 04:52:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2023-06-12 04:13:29 +00:00
|
|
|
version = "0.4.10"
|
2020-11-03 04:52:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-12 04:13:29 +00:00
|
|
|
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
|
2020-11-03 04:52:45 +00:00
|
|
|
dependencies = [
|
2022-04-27 23:23:34 +00:00
|
|
|
"autocfg",
|
2020-11-03 04:52:45 +00:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2020-04-08 23:44:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2023-08-20 20:02:27 +00:00
|
|
|
version = "0.4.20"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 20:02:27 +00:00
|
|
|
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
2020-04-08 23:44:29 +00:00
|
|
|
|
2022-10-11 23:49:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mach2"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6d0d1830bcd151a6fc4aea1369af235b36c1528fe976b8ff678683c9995eade8"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-04-08 23:44:29 +00:00
|
|
|
[[package]]
|
2020-11-02 20:04:54 +00:00
|
|
|
name = "memchr"
|
2023-04-22 04:19:12 +00:00
|
|
|
version = "2.5.0"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-22 04:19:12 +00:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2020-04-08 23:44:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-11-02 20:04:54 +00:00
|
|
|
name = "memoffset"
|
2023-07-03 04:47:02 +00:00
|
|
|
version = "0.9.0"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-03 04:47:02 +00:00
|
|
|
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
|
2020-11-02 20:04:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2020-04-08 23:44:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-11-02 20:04:54 +00:00
|
|
|
name = "miniz_oxide"
|
2023-07-03 04:47:02 +00:00
|
|
|
version = "0.7.1"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-03 04:47:02 +00:00
|
|
|
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
|
2020-04-08 23:44:29 +00:00
|
|
|
dependencies = [
|
2020-11-02 20:04:54 +00:00
|
|
|
"adler",
|
2020-04-08 23:44:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2023-06-12 04:13:29 +00:00
|
|
|
version = "0.8.8"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-12 04:13:29 +00:00
|
|
|
checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
|
2020-04-08 23:44:29 +00:00
|
|
|
dependencies = [
|
2020-05-17 02:38:19 +00:00
|
|
|
"libc",
|
|
|
|
"log",
|
2023-05-10 00:36:35 +00:00
|
|
|
"wasi",
|
2023-06-12 04:13:29 +00:00
|
|
|
"windows-sys",
|
2020-04-08 23:44:29 +00:00
|
|
|
]
|
|
|
|
|
2020-11-02 20:04:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2023-05-10 00:36:35 +00:00
|
|
|
version = "0.26.2"
|
2020-11-02 20:04:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-10 00:36:35 +00:00
|
|
|
checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
|
2020-04-08 23:44:29 +00:00
|
|
|
dependencies = [
|
2023-06-29 04:48:49 +00:00
|
|
|
"bitflags 1.3.2",
|
2021-09-18 16:26:30 +00:00
|
|
|
"cfg-if",
|
2020-05-17 02:38:19 +00:00
|
|
|
"libc",
|
2023-01-14 23:37:29 +00:00
|
|
|
"static_assertions",
|
2020-04-08 23:44:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "normalize-line-endings"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-17 02:38:19 +00:00
|
|
|
checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
|
2020-04-08 23:44:29 +00:00
|
|
|
|
2022-10-07 23:15:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ntapi"
|
2023-05-10 00:36:35 +00:00
|
|
|
version = "0.4.1"
|
2022-10-07 23:15:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-10 00:36:35 +00:00
|
|
|
checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
|
2022-10-07 23:15:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-04-08 23:44:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2023-08-20 20:02:27 +00:00
|
|
|
version = "0.2.16"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 20:02:27 +00:00
|
|
|
checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
|
2020-04-08 23:44:29 +00:00
|
|
|
dependencies = [
|
2020-05-17 02:38:19 +00:00
|
|
|
"autocfg",
|
2020-04-08 23:44:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2023-07-03 04:47:02 +00:00
|
|
|
version = "1.16.0"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-03 04:47:02 +00:00
|
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
2020-04-08 23:44:29 +00:00
|
|
|
dependencies = [
|
2023-07-03 04:47:02 +00:00
|
|
|
"hermit-abi",
|
2020-05-17 02:38:19 +00:00
|
|
|
"libc",
|
2020-04-08 23:44:29 +00:00
|
|
|
]
|
|
|
|
|
2022-02-12 21:40:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nvml-wrapper"
|
2023-02-28 00:37:35 +00:00
|
|
|
version = "0.9.0"
|
2022-02-12 21:40:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-28 00:37:35 +00:00
|
|
|
checksum = "7cd21b9f5a1cce3c3515c9ffa85f5c7443e07162dae0ccf4339bb7ca38ad3454"
|
2022-02-12 21:40:33 +00:00
|
|
|
dependencies = [
|
2023-06-29 04:48:49 +00:00
|
|
|
"bitflags 1.3.2",
|
2022-02-12 21:40:33 +00:00
|
|
|
"libloading",
|
|
|
|
"nvml-wrapper-sys",
|
|
|
|
"static_assertions",
|
|
|
|
"thiserror",
|
|
|
|
"wrapcenum-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nvml-wrapper-sys"
|
2023-02-28 00:37:35 +00:00
|
|
|
version = "0.7.0"
|
2022-02-12 21:40:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-28 00:37:35 +00:00
|
|
|
checksum = "c961a2ea9e91c59a69b78e69090f6f5b867bb46c0c56de9482da232437c4987e"
|
2022-02-12 21:40:33 +00:00
|
|
|
dependencies = [
|
|
|
|
"libloading",
|
|
|
|
]
|
|
|
|
|
2020-05-15 02:22:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2023-08-27 01:16:43 +00:00
|
|
|
version = "0.32.0"
|
2020-05-15 02:22:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-27 01:16:43 +00:00
|
|
|
checksum = "77ac5bbd07aea88c60a577a1ce218075ffd59208b2d7ca97adf9bfc5aeb21ebe"
|
2021-09-18 16:26:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
2020-05-15 02:22:29 +00:00
|
|
|
|
2020-04-08 23:44:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-06-09 04:26:01 +00:00
|
|
|
version = "1.18.0"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-09 04:26:01 +00:00
|
|
|
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
2020-04-08 23:44:29 +00:00
|
|
|
|
2023-05-03 05:23:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "option-ext"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
|
|
|
|
2020-11-03 04:52:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2022-11-08 05:56:39 +00:00
|
|
|
version = "0.12.1"
|
2020-11-03 04:52:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-08 05:56:39 +00:00
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
2020-11-03 04:52:45 +00:00
|
|
|
dependencies = [
|
2020-11-15 10:16:47 +00:00
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
2020-11-03 04:52:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2023-06-12 04:13:29 +00:00
|
|
|
version = "0.9.8"
|
2020-11-03 04:52:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-12 04:13:29 +00:00
|
|
|
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
|
2020-11-03 04:52:45 +00:00
|
|
|
dependencies = [
|
2021-09-18 16:26:30 +00:00
|
|
|
"cfg-if",
|
2020-05-17 02:38:19 +00:00
|
|
|
"libc",
|
2023-06-12 04:13:29 +00:00
|
|
|
"redox_syscall 0.3.5",
|
2020-05-17 02:38:19 +00:00
|
|
|
"smallvec",
|
2023-06-12 04:13:29 +00:00
|
|
|
"windows-targets",
|
2020-04-08 23:44:29 +00:00
|
|
|
]
|
|
|
|
|
2023-07-21 04:19:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
|
|
|
version = "1.0.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
|
|
|
|
|
2023-03-28 05:14:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "predicates"
|
2023-04-27 04:19:32 +00:00
|
|
|
version = "3.0.3"
|
2023-03-28 05:14:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-27 04:19:32 +00:00
|
|
|
checksum = "09963355b9f467184c04017ced4a2ba2d75cbcb4e7462690d388233253d4b1a9"
|
2023-03-28 05:14:10 +00:00
|
|
|
dependencies = [
|
2023-04-27 04:19:32 +00:00
|
|
|
"anstyle",
|
2022-02-25 10:02:15 +00:00
|
|
|
"difflib",
|
2020-05-17 02:38:19 +00:00
|
|
|
"float-cmp",
|
2023-06-28 14:45:56 +00:00
|
|
|
"itertools 0.10.5",
|
2020-05-17 02:38:19 +00:00
|
|
|
"normalize-line-endings",
|
|
|
|
"predicates-core",
|
|
|
|
"regex",
|
2020-04-08 23:44:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "predicates-core"
|
2023-04-11 07:22:32 +00:00
|
|
|
version = "1.0.6"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-11 07:22:32 +00:00
|
|
|
checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174"
|
2020-04-08 23:44:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "predicates-tree"
|
2023-05-10 00:36:35 +00:00
|
|
|
version = "1.0.9"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-10 00:36:35 +00:00
|
|
|
checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf"
|
2020-04-08 23:44:29 +00:00
|
|
|
dependencies = [
|
2020-05-17 02:38:19 +00:00
|
|
|
"predicates-core",
|
2021-10-18 01:33:07 +00:00
|
|
|
"termtree",
|
2020-04-08 23:44:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-08-20 20:02:27 +00:00
|
|
|
version = "1.0.66"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 20:02:27 +00:00
|
|
|
checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
|
2020-04-08 23:44:29 +00:00
|
|
|
dependencies = [
|
2023-01-15 00:13:31 +00:00
|
|
|
"unicode-ident",
|
2020-04-08 23:44:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-08-20 20:02:27 +00:00
|
|
|
version = "1.0.33"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 20:02:27 +00:00
|
|
|
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
|
2020-04-08 23:44:29 +00:00
|
|
|
dependencies = [
|
2020-05-17 02:38:19 +00:00
|
|
|
"proc-macro2",
|
2020-04-08 23:44:29 +00:00
|
|
|
]
|
|
|
|
|
2023-04-16 04:04:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ratatui"
|
2023-07-21 04:19:25 +00:00
|
|
|
version = "0.22.0"
|
2023-04-16 04:04:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-21 04:19:25 +00:00
|
|
|
checksum = "8285baa38bdc9f879d92c0e37cb562ef38aa3aeefca22b3200186bc39242d3d5"
|
2023-04-16 04:04:16 +00:00
|
|
|
dependencies = [
|
2023-08-20 20:02:27 +00:00
|
|
|
"bitflags 2.4.0",
|
2023-04-16 04:04:16 +00:00
|
|
|
"cassowary",
|
2023-08-09 05:27:56 +00:00
|
|
|
"crossterm 0.26.1",
|
2023-07-21 04:19:25 +00:00
|
|
|
"indoc",
|
|
|
|
"paste",
|
2023-04-16 04:04:16 +00:00
|
|
|
"unicode-segmentation",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2020-04-08 23:44:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2023-05-10 00:36:35 +00:00
|
|
|
version = "1.7.0"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-10 00:36:35 +00:00
|
|
|
checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
|
2020-04-08 23:44:29 +00:00
|
|
|
dependencies = [
|
2020-05-17 02:38:19 +00:00
|
|
|
"either",
|
|
|
|
"rayon-core",
|
2020-04-08 23:44:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2023-05-10 00:36:35 +00:00
|
|
|
version = "1.11.0"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-10 00:36:35 +00:00
|
|
|
checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
|
2020-04-08 23:44:29 +00:00
|
|
|
dependencies = [
|
2020-11-02 20:04:54 +00:00
|
|
|
"crossbeam-channel",
|
2020-05-17 02:38:19 +00:00
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"num_cpus",
|
2020-04-08 23:44:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2023-05-10 00:36:35 +00:00
|
|
|
version = "0.2.16"
|
2021-06-06 22:58:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-10 00:36:35 +00:00
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
2021-06-06 22:58:53 +00:00
|
|
|
dependencies = [
|
2023-06-29 04:48:49 +00:00
|
|
|
"bitflags 1.3.2",
|
2021-06-06 22:58:53 +00:00
|
|
|
]
|
|
|
|
|
2023-06-12 04:13:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
|
|
|
|
dependencies = [
|
2023-06-29 04:48:49 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-06-12 04:13:29 +00:00
|
|
|
]
|
|
|
|
|
2020-04-08 23:44:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2022-04-27 23:23:34 +00:00
|
|
|
version = "0.4.3"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-27 23:23:34 +00:00
|
|
|
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
|
2020-04-08 23:44:29 +00:00
|
|
|
dependencies = [
|
2020-05-17 02:38:19 +00:00
|
|
|
"getrandom",
|
2023-06-12 04:13:29 +00:00
|
|
|
"redox_syscall 0.2.16",
|
2022-04-27 23:23:34 +00:00
|
|
|
"thiserror",
|
2020-04-08 23:44:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-08-27 01:16:43 +00:00
|
|
|
version = "1.9.4"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-27 01:16:43 +00:00
|
|
|
checksum = "12de2eff854e5fa4b1295edd650e227e9d8fb0c9e90b12e7f36d6a6811791a29"
|
2020-04-08 23:44:29 +00:00
|
|
|
dependencies = [
|
2020-05-17 02:38:19 +00:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2023-08-20 20:02:27 +00:00
|
|
|
"regex-automata",
|
2020-05-17 02:38:19 +00:00
|
|
|
"regex-syntax",
|
2020-04-08 23:44:29 +00:00
|
|
|
]
|
|
|
|
|
2023-07-06 11:33:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2023-08-27 01:16:43 +00:00
|
|
|
version = "0.3.7"
|
2023-07-06 11:33:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-27 01:16:43 +00:00
|
|
|
checksum = "49530408a136e16e5b486e883fbb6ba058e8e4e8ae6621a77b048b314336e629"
|
2023-07-06 11:33:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
2020-04-08 23:44:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-08-27 01:16:43 +00:00
|
|
|
version = "0.7.5"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-27 01:16:43 +00:00
|
|
|
checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
|
2020-04-08 23:44:29 +00:00
|
|
|
|
2022-03-11 11:45:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "roff"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b833d8d034ea094b1ea68aa6d5c740e0d04bad9d16568d08ba6f76823a114316"
|
|
|
|
|
2020-04-08 23:44:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2023-05-10 00:36:35 +00:00
|
|
|
version = "0.1.23"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-10 00:36:35 +00:00
|
|
|
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
|
2020-04-08 23:44:29 +00:00
|
|
|
|
2023-04-21 04:07:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2023-08-20 20:02:27 +00:00
|
|
|
version = "0.37.23"
|
2023-04-21 04:07:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 20:02:27 +00:00
|
|
|
checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06"
|
2023-04-21 04:07:34 +00:00
|
|
|
dependencies = [
|
2023-06-29 04:48:49 +00:00
|
|
|
"bitflags 1.3.2",
|
2023-05-10 00:36:35 +00:00
|
|
|
"errno",
|
2023-04-21 04:07:34 +00:00
|
|
|
"io-lifetimes",
|
|
|
|
"libc",
|
2023-06-29 04:48:49 +00:00
|
|
|
"linux-raw-sys 0.3.8",
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2023-08-27 01:16:43 +00:00
|
|
|
version = "0.38.9"
|
2023-06-29 04:48:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-27 01:16:43 +00:00
|
|
|
checksum = "9bfe0f2582b4931a45d1fa608f8a8722e8b3c7ac54dd6d5f3b3212791fedef49"
|
2023-06-29 04:48:49 +00:00
|
|
|
dependencies = [
|
2023-08-20 20:02:27 +00:00
|
|
|
"bitflags 2.4.0",
|
2023-06-29 04:48:49 +00:00
|
|
|
"errno",
|
|
|
|
"libc",
|
2023-08-20 20:02:27 +00:00
|
|
|
"linux-raw-sys 0.4.5",
|
2023-06-12 04:13:29 +00:00
|
|
|
"windows-sys",
|
2023-04-21 04:07:34 +00:00
|
|
|
]
|
|
|
|
|
2022-07-24 00:44:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2023-08-20 20:02:27 +00:00
|
|
|
version = "1.0.15"
|
2022-07-24 00:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 20:02:27 +00:00
|
|
|
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
|
2022-07-24 00:44:29 +00:00
|
|
|
|
2022-08-22 06:47:22 +00: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-04-08 23:44:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2023-08-20 20:02:27 +00:00
|
|
|
version = "1.2.0"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 20:02:27 +00:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2020-04-08 23:44:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-08-27 01:02:22 +00:00
|
|
|
version = "1.0.188"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-27 01:02:22 +00:00
|
|
|
checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e"
|
2020-04-08 23:44:29 +00:00
|
|
|
dependencies = [
|
2020-05-17 02:38:19 +00:00
|
|
|
"serde_derive",
|
2020-04-08 23:44:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-08-27 01:02:22 +00:00
|
|
|
version = "1.0.188"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-27 01:02:22 +00:00
|
|
|
checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2"
|
2020-04-08 23:44:29 +00:00
|
|
|
dependencies = [
|
2020-05-17 02:38:19 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-20 20:02:27 +00:00
|
|
|
"syn 2.0.29",
|
2020-04-08 23:44:29 +00:00
|
|
|
]
|
|
|
|
|
2022-07-24 00:44:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-08-20 20:02:27 +00:00
|
|
|
version = "1.0.105"
|
2022-07-24 00:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 20:02:27 +00:00
|
|
|
checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360"
|
2022-07-24 00:44:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-03-01 05:14:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_spanned"
|
2023-11-16 22:24:45 +00:00
|
|
|
version = "0.6.4"
|
2023-03-01 05:14:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-16 22:24:45 +00:00
|
|
|
checksum = "12022b835073e5b11e90a14f86838ceb1c8fb0325b72416845c487ac0fa95e80"
|
2023-03-01 05:14:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-04-08 23:44:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook"
|
2023-08-09 05:27:56 +00:00
|
|
|
version = "0.3.17"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-09 05:27:56 +00:00
|
|
|
checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
|
2020-04-08 23:44:29 +00:00
|
|
|
dependencies = [
|
2020-05-17 02:38:19 +00:00
|
|
|
"libc",
|
|
|
|
"signal-hook-registry",
|
2020-04-08 23:44:29 +00:00
|
|
|
]
|
|
|
|
|
2021-09-18 16:26:30 +00:00
|
|
|
[[package]]
|
2022-11-08 05:56:39 +00:00
|
|
|
name = "signal-hook-mio"
|
|
|
|
version = "0.2.3"
|
2021-09-18 16:26:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-08 05:56:39 +00:00
|
|
|
checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af"
|
2021-09-18 16:26:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-11-08 05:56:39 +00:00
|
|
|
"mio",
|
|
|
|
"signal-hook",
|
2021-09-18 16:26:30 +00:00
|
|
|
]
|
|
|
|
|
2020-04-08 23:44:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2023-05-10 00:36:35 +00:00
|
|
|
version = "1.4.1"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-10 00:36:35 +00:00
|
|
|
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
|
2020-04-08 23:44:29 +00:00
|
|
|
dependencies = [
|
2020-05-17 02:38:19 +00:00
|
|
|
"libc",
|
2020-04-08 23:44:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2023-08-20 20:02:27 +00:00
|
|
|
version = "1.11.0"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 20:02:27 +00:00
|
|
|
checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
|
2020-11-02 20:04:54 +00:00
|
|
|
|
2022-05-06 21:16:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "starship-battery"
|
2023-08-09 05:27:56 +00:00
|
|
|
version = "0.8.2"
|
2022-05-06 21:16:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-09 05:27:56 +00:00
|
|
|
checksum = "36335b5b5ba5328b4ad2024807423010b7f533a7e5315dfd9df0acbc9d2c550e"
|
2022-05-06 21:16:57 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2023-04-14 04:13:00 +00:00
|
|
|
"core-foundation",
|
2022-05-06 21:16:57 +00:00
|
|
|
"lazycell",
|
|
|
|
"libc",
|
2023-04-14 04:13:00 +00:00
|
|
|
"mach2",
|
|
|
|
"nix",
|
2022-05-06 21:16:57 +00:00
|
|
|
"num-traits",
|
|
|
|
"uom",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-02-12 21:40:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
|
2020-04-08 23:44:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2022-03-08 03:53:02 +00:00
|
|
|
version = "0.9.3"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-08 03:53:02 +00:00
|
|
|
checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
|
2020-04-08 23:44:29 +00:00
|
|
|
|
2022-02-12 21:40:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2022-03-08 03:53:02 +00:00
|
|
|
version = "0.10.0"
|
2022-02-12 21:40:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-08 03:53:02 +00:00
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
2022-02-12 21:40:33 +00:00
|
|
|
|
2020-04-08 23:44:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-05-10 00:36:35 +00:00
|
|
|
version = "1.0.109"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-10 00:36:35 +00:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2020-04-08 23:44:29 +00:00
|
|
|
dependencies = [
|
2020-05-17 02:38:19 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-01-15 00:13:31 +00:00
|
|
|
"unicode-ident",
|
2020-04-08 23:44:29 +00:00
|
|
|
]
|
|
|
|
|
2023-03-28 05:14:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-08-20 20:02:27 +00:00
|
|
|
version = "2.0.29"
|
2023-03-28 05:14:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 20:02:27 +00:00
|
|
|
checksum = "c324c494eba9d92503e6f1ef2e6df781e78f6a7705a0202d9801b198807d518a"
|
2023-03-28 05:14:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2022-08-22 06:47:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sysctl"
|
2023-02-19 23:44:35 +00:00
|
|
|
version = "0.5.4"
|
2022-08-22 06:47:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-19 23:44:35 +00:00
|
|
|
checksum = "ed66d6a2ccbd656659289bc90767895b7abbdec897a0fc6031aca3ed1cb51d3e"
|
2022-08-22 06:47:22 +00:00
|
|
|
dependencies = [
|
2023-06-29 04:48:49 +00:00
|
|
|
"bitflags 1.3.2",
|
2022-08-22 06:47:22 +00:00
|
|
|
"byteorder",
|
2023-02-19 23:44:35 +00:00
|
|
|
"enum-as-inner",
|
2022-08-22 06:47:22 +00:00
|
|
|
"libc",
|
|
|
|
"thiserror",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2020-04-08 23:44:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sysinfo"
|
2023-11-28 03:37:50 +00:00
|
|
|
version = "0.29.11"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-28 03:37:50 +00:00
|
|
|
checksum = "cd727fc423c2060f6c92d9534cef765c65a6ed3f428a03d7def74a8c4348e666"
|
2020-04-08 23:44:29 +00:00
|
|
|
dependencies = [
|
2021-09-18 16:26:30 +00:00
|
|
|
"cfg-if",
|
2023-04-14 04:13:00 +00:00
|
|
|
"core-foundation-sys",
|
2020-05-17 02:38:19 +00:00
|
|
|
"libc",
|
2023-03-02 05:03:54 +00:00
|
|
|
"ntapi",
|
2020-05-17 02:38:19 +00:00
|
|
|
"once_cell",
|
|
|
|
"rayon",
|
2020-11-02 20:04:54 +00:00
|
|
|
"winapi",
|
2020-04-08 23:44:29 +00:00
|
|
|
]
|
|
|
|
|
2022-03-08 03:53:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "terminal_size"
|
2023-04-21 04:07:34 +00:00
|
|
|
version = "0.2.6"
|
2022-03-08 03:53:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-21 04:07:34 +00:00
|
|
|
checksum = "8e6bf6f19e9f8ed8d4048dc22981458ebcf406d67e94cd422e5ecd73d63b3237"
|
2022-03-08 03:53:02 +00:00
|
|
|
dependencies = [
|
2023-08-20 20:02:27 +00:00
|
|
|
"rustix 0.37.23",
|
2023-06-12 04:13:29 +00:00
|
|
|
"windows-sys",
|
2022-03-08 03:53:02 +00:00
|
|
|
]
|
|
|
|
|
2021-10-18 01:33:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "termtree"
|
2023-05-10 00:36:35 +00:00
|
|
|
version = "0.4.1"
|
2021-10-18 01:33:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-10 00:36:35 +00:00
|
|
|
checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"
|
2021-10-18 01:33:07 +00:00
|
|
|
|
2020-09-01 03:59:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2023-08-20 20:02:27 +00:00
|
|
|
version = "1.0.47"
|
2020-09-01 03:59:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 20:02:27 +00:00
|
|
|
checksum = "97a802ec30afc17eee47b2855fc72e0c4cd62be9b4efe6591edde0ec5bd68d8f"
|
2020-09-01 03:59:33 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-08-20 20:02:27 +00:00
|
|
|
version = "1.0.47"
|
2020-09-01 03:59:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 20:02:27 +00:00
|
|
|
checksum = "6bb623b56e39ab7dcd4b1b98bb6c8f8d907ed255b18de254088016b27a8ee19b"
|
2020-09-01 03:59:33 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-08-20 20:02:27 +00:00
|
|
|
"syn 2.0.29",
|
2020-09-01 03:59:33 +00:00
|
|
|
]
|
|
|
|
|
2020-04-08 23:44:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2023-08-27 01:02:22 +00:00
|
|
|
version = "0.3.27"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-27 01:02:22 +00:00
|
|
|
checksum = "0bb39ee79a6d8de55f48f2293a830e040392f1c5f16e336bdd1788cd0aadce07"
|
2020-04-08 23:44:29 +00:00
|
|
|
dependencies = [
|
2023-08-09 05:27:56 +00:00
|
|
|
"deranged",
|
2021-10-18 01:33:07 +00:00
|
|
|
"itoa",
|
2023-02-27 06:44:15 +00:00
|
|
|
"serde",
|
|
|
|
"time-core",
|
2021-10-18 01:33:07 +00:00
|
|
|
"time-macros",
|
2020-04-08 23:44:29 +00:00
|
|
|
]
|
|
|
|
|
2023-02-27 06:44:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
2023-05-10 00:36:35 +00:00
|
|
|
version = "0.1.1"
|
2023-02-27 06:44:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-10 00:36:35 +00:00
|
|
|
checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
|
2023-02-27 06:44:15 +00:00
|
|
|
|
2021-10-18 01:33:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2023-08-27 01:02:22 +00:00
|
|
|
version = "0.2.13"
|
2021-10-18 01:33:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-27 01:02:22 +00:00
|
|
|
checksum = "733d258752e9303d392b94b75230d07b0b9c489350c69b851fc6c065fde3e8f9"
|
2023-02-27 06:44:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"time-core",
|
|
|
|
]
|
2021-10-18 01:33:07 +00:00
|
|
|
|
2020-04-08 23:44:29 +00:00
|
|
|
[[package]]
|
2023-03-01 05:14:47 +00:00
|
|
|
name = "toml_datetime"
|
2023-11-16 22:24:45 +00:00
|
|
|
version = "0.6.5"
|
2023-03-01 05:14:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-16 22:24:45 +00:00
|
|
|
checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
|
2023-03-01 05:14:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2023-11-16 22:24:45 +00:00
|
|
|
version = "0.21.0"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-16 22:24:45 +00:00
|
|
|
checksum = "d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03"
|
2020-04-08 23:44:29 +00:00
|
|
|
dependencies = [
|
2023-03-01 05:14:47 +00:00
|
|
|
"indexmap",
|
2020-05-17 02:38:19 +00:00
|
|
|
"serde",
|
2023-03-01 05:14:47 +00:00
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"winnow",
|
2020-04-08 23:44:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2023-05-10 00:36:35 +00:00
|
|
|
version = "1.16.0"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-10 00:36:35 +00:00
|
|
|
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
|
2020-04-08 23:44:29 +00:00
|
|
|
|
2023-01-15 00:13:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-08-20 20:02:27 +00:00
|
|
|
version = "1.0.11"
|
2023-01-15 00:13:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 20:02:27 +00:00
|
|
|
checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
|
2023-01-15 00:13:31 +00:00
|
|
|
|
2020-04-08 23:44:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2023-02-27 06:44:15 +00:00
|
|
|
version = "1.10.1"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-27 06:44:15 +00:00
|
|
|
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
|
2020-04-08 23:44:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2023-01-15 02:05:58 +00:00
|
|
|
version = "0.1.10"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-15 02:05:58 +00:00
|
|
|
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
|
2020-04-08 23:44:29 +00:00
|
|
|
|
2020-04-17 00:06:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uom"
|
2023-08-09 05:27:56 +00:00
|
|
|
version = "0.35.0"
|
2020-04-17 00:06:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-09 05:27:56 +00:00
|
|
|
checksum = "8362194c7a9845a7a7f3562173d6e1da3f24f7132018cb78fe77a5b4474187b2"
|
2020-04-17 00:06:50 +00:00
|
|
|
dependencies = [
|
2020-05-17 02:38:19 +00:00
|
|
|
"num-traits",
|
|
|
|
"typenum",
|
2020-04-17 00:06:50 +00:00
|
|
|
]
|
|
|
|
|
2023-04-21 04:07:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
|
|
|
|
2023-04-12 04:03:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
|
2020-04-08 23:44:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wait-timeout"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-17 02:38:19 +00:00
|
|
|
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
|
2020-04-08 23:44:29 +00:00
|
|
|
dependencies = [
|
2020-05-17 02:38:19 +00:00
|
|
|
"libc",
|
2020-04-08 23:44:29 +00:00
|
|
|
]
|
|
|
|
|
2022-08-22 06:47:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2023-05-10 00:36:35 +00:00
|
|
|
version = "2.3.3"
|
2022-08-22 06:47:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-10 00:36:35 +00:00
|
|
|
checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
|
2022-08-22 06:47:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2022-11-08 05:56:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2020-04-08 23:44:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-08-21 20:00:14 +00:00
|
|
|
version = "0.3.9"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-21 20:00:14 +00:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2020-04-08 23:44:29 +00:00
|
|
|
dependencies = [
|
2020-05-17 02:38:19 +00:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2020-04-08 23:44:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-17 02:38:19 +00:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2020-04-08 23:44:29 +00:00
|
|
|
|
2022-03-08 03:53:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-04-08 23:44:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-17 02:38:19 +00:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2022-02-12 21:40:33 +00:00
|
|
|
|
2023-01-18 06:43:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows"
|
2023-08-22 21:27:36 +00:00
|
|
|
version = "0.51.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca229916c5ee38c2f2bc1e9d8f04df975b4bd93f9955dc69fabb5d91270045c9"
|
|
|
|
dependencies = [
|
|
|
|
"windows-core",
|
|
|
|
"windows-targets",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-core"
|
|
|
|
version = "0.51.1"
|
2023-01-18 06:43:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 21:27:36 +00:00
|
|
|
checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64"
|
2023-01-18 06:43:08 +00:00
|
|
|
dependencies = [
|
2023-06-12 04:13:29 +00:00
|
|
|
"windows-targets",
|
2023-02-27 06:44:15 +00:00
|
|
|
]
|
|
|
|
|
2023-04-21 04:07:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
2023-06-12 04:13:29 +00:00
|
|
|
"windows-targets",
|
2023-04-07 07:48:35 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-08-20 20:02:27 +00:00
|
|
|
version = "0.48.5"
|
2023-04-07 07:48:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 20:02:27 +00:00
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
2023-04-07 07:48:35 +00:00
|
|
|
dependencies = [
|
2023-06-12 04:13:29 +00:00
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
2023-01-18 06:43:08 +00:00
|
|
|
]
|
|
|
|
|
2023-04-07 07:48:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-08-20 20:02:27 +00:00
|
|
|
version = "0.48.5"
|
2023-04-07 07:48:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 20:02:27 +00:00
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
2023-04-07 07:48:35 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-08-20 20:02:27 +00:00
|
|
|
version = "0.48.5"
|
2023-04-07 07:48:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 20:02:27 +00:00
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2023-04-07 07:48:35 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-08-20 20:02:27 +00:00
|
|
|
version = "0.48.5"
|
2023-04-07 07:48:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 20:02:27 +00:00
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2023-04-07 07:48:35 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-08-20 20:02:27 +00:00
|
|
|
version = "0.48.5"
|
2023-04-07 07:48:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 20:02:27 +00:00
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2023-04-07 07:48:35 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-08-20 20:02:27 +00:00
|
|
|
version = "0.48.5"
|
2023-04-07 07:48:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 20:02:27 +00:00
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2023-04-07 07:48:35 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-08-20 20:02:27 +00:00
|
|
|
version = "0.48.5"
|
2023-04-07 07:48:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 20:02:27 +00:00
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2023-04-07 07:48:35 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-08-20 20:02:27 +00:00
|
|
|
version = "0.48.5"
|
2023-04-07 07:48:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 20:02:27 +00:00
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
2023-04-07 07:48:35 +00:00
|
|
|
|
2023-03-01 05:14:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
2023-08-20 20:02:27 +00:00
|
|
|
version = "0.5.14"
|
2023-03-01 05:14:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-20 20:02:27 +00:00
|
|
|
checksum = "d09770118a7eb1ccaf4a594a221334119a44a814fcb0d31c5b85e83e97227a97"
|
2023-03-01 05:14:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-02-12 21:40:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wrapcenum-derive"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6bcc065c85ad2c3bd12aa4118bf164835712e25080c392557801a13292c60aec"
|
|
|
|
dependencies = [
|
|
|
|
"darling",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-10 00:36:35 +00:00
|
|
|
"syn 1.0.109",
|
2022-02-12 21:40:33 +00:00
|
|
|
]
|