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"
|
2024-06-05 06:00:21 +00:00
|
|
|
version = "0.22.0"
|
2020-05-15 02:22:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-05 06:00:21 +00:00
|
|
|
checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
|
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"
|
2024-03-05 03:58:15 +00:00
|
|
|
version = "0.8.11"
|
2023-04-12 04:03:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 03:58:15 +00:00
|
|
|
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
|
2023-04-12 04:03:27 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
2023-11-28 04:06:51 +00:00
|
|
|
"zerocopy",
|
2023-04-12 04:03:27 +00:00
|
|
|
]
|
|
|
|
|
2020-04-08 23:44:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2024-04-28 19:48:41 +00:00
|
|
|
version = "1.1.3"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:48:41 +00:00
|
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
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"
|
2024-04-28 19:48:41 +00:00
|
|
|
version = "0.2.18"
|
2023-06-09 04:26:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:48:41 +00:00
|
|
|
checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
|
2023-06-09 04:26:01 +00:00
|
|
|
|
2023-04-21 04:07:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
2024-06-19 18:04:51 +00:00
|
|
|
version = "0.6.14"
|
2023-04-21 04:07:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-19 18:04:51 +00:00
|
|
|
checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b"
|
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",
|
2024-06-19 18:04:51 +00:00
|
|
|
"is_terminal_polyfill",
|
2023-04-21 04:07:34 +00:00
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2024-06-19 18:04:51 +00:00
|
|
|
version = "1.0.7"
|
2023-04-21 04:07:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-19 18:04:51 +00:00
|
|
|
checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
|
2023-04-21 04:07:34 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2024-06-19 18:04:51 +00:00
|
|
|
version = "0.2.4"
|
2023-04-21 04:07:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-19 18:04:51 +00:00
|
|
|
checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4"
|
2023-04-21 04:07:34 +00:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
2024-06-19 18:04:51 +00:00
|
|
|
version = "1.1.0"
|
2023-04-21 04:07:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-19 18:04:51 +00:00
|
|
|
checksum = "ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391"
|
2023-04-21 04:07:34 +00:00
|
|
|
dependencies = [
|
2023-12-25 22:28:54 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-04-21 04:07:34 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2024-06-19 18:04:51 +00:00
|
|
|
version = "3.0.3"
|
2023-04-21 04:07:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-19 18:04:51 +00:00
|
|
|
checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19"
|
2023-04-21 04:07:34 +00:00
|
|
|
dependencies = [
|
2023-04-27 04:19:32 +00:00
|
|
|
"anstyle",
|
2023-12-25 22:28:54 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-04-21 04:07:34 +00:00
|
|
|
]
|
|
|
|
|
2020-09-01 03:59:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2024-05-27 03:39:54 +00:00
|
|
|
version = "1.0.86"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-27 03:39:54 +00:00
|
|
|
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
|
2020-04-08 23:44:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "assert_cmd"
|
2024-03-05 00:57:15 +00:00
|
|
|
version = "2.0.14"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 00:57:15 +00:00
|
|
|
checksum = "ed72493ac66d5804837f480ab3766c72bdfab91a65e565fc54fa9e42db0073a8"
|
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"
|
2024-06-19 18:04:51 +00:00
|
|
|
version = "1.3.0"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-19 18:04:51 +00:00
|
|
|
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
|
2020-04-08 23:44:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2024-06-19 18:04:51 +00:00
|
|
|
version = "0.3.73"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-19 18:04:51 +00:00
|
|
|
checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
|
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"
|
2024-06-28 03:40:05 +00:00
|
|
|
version = "2.6.0"
|
2023-06-29 04:48:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-28 03:40:05 +00:00
|
|
|
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
2023-06-29 04:48:49 +00:00
|
|
|
|
2020-04-08 23:44:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bottom"
|
2024-06-07 02:06:53 +00:00
|
|
|
version = "0.10.0"
|
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-12-25 22:28:54 +00:00
|
|
|
"crossterm",
|
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",
|
2024-01-21 10:47:13 +00:00
|
|
|
"indoc",
|
2024-05-27 03:39:54 +00:00
|
|
|
"itertools 0.13.0",
|
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",
|
2024-01-15 09:19:18 +00:00
|
|
|
"portable-pty",
|
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-11-28 04:06:51 +00:00
|
|
|
"rustix",
|
2024-06-16 23:28:24 +00:00
|
|
|
"schemars",
|
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",
|
2024-06-17 04:59:36 +00:00
|
|
|
"strum",
|
2022-08-22 06:47:22 +00:00
|
|
|
"sysctl",
|
2020-05-17 02:38:19 +00:00
|
|
|
"sysinfo",
|
2021-10-18 01:33:07 +00:00
|
|
|
"time",
|
2023-03-01 05:14:47 +00:00
|
|
|
"toml_edit",
|
2024-05-08 02:53:51 +00:00
|
|
|
"unicode-ellipsis",
|
2020-05-17 02:38:19 +00:00
|
|
|
"unicode-segmentation",
|
|
|
|
"unicode-width",
|
2024-07-04 08:50:05 +00:00
|
|
|
"windows 0.58.0",
|
2020-04-08 23:44:29 +00:00
|
|
|
]
|
|
|
|
|
2021-02-19 22:57:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bstr"
|
2024-03-05 03:58:15 +00:00
|
|
|
version = "1.9.1"
|
2021-02-19 22:57:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 03:58:15 +00:00
|
|
|
checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706"
|
2021-02-19 22:57:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
2023-12-25 22:28:54 +00:00
|
|
|
"regex-automata",
|
2023-04-11 07:22:32 +00:00
|
|
|
"serde",
|
2021-02-19 22:57:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2023-12-25 22:28:54 +00:00
|
|
|
version = "1.5.0"
|
2021-02-19 22:57:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-25 22:28:54 +00:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
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
|
|
|
|
2024-02-04 00:59:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "castaway"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a17ed5635fc8536268e5d4de1e22e81ac34419e5f052d4d51f4e01dcc263fcc"
|
|
|
|
dependencies = [
|
|
|
|
"rustversion",
|
|
|
|
]
|
|
|
|
|
2020-04-08 23:44:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2024-07-04 08:50:05 +00:00
|
|
|
version = "1.0.104"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-04 08:50:05 +00:00
|
|
|
checksum = "74b6a57f98764a267ff415d50a25e6e166f3831a5071af4995296ea97d210490"
|
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"
|
|
|
|
|
2024-03-23 06:33:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg_aliases"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
|
|
|
|
|
2020-04-08 23:44:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2024-07-04 08:50:05 +00:00
|
|
|
version = "4.5.8"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-04 08:50:05 +00:00
|
|
|
checksum = "84b3edb18336f4df585bc9aa31dd99c036dfa5dc5e9a2939a722a188f3a8970d"
|
2020-04-08 23:44:29 +00:00
|
|
|
dependencies = [
|
2023-04-21 04:07:34 +00:00
|
|
|
"clap_builder",
|
2024-05-27 05:16:37 +00:00
|
|
|
"clap_derive",
|
2023-04-21 04:07:34 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2024-07-04 08:50:05 +00:00
|
|
|
version = "4.5.8"
|
2023-04-21 04:07:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-04 08:50:05 +00:00
|
|
|
checksum = "c1c09dd5ada6c6c78075d6fd0da3f90d8080651e2d6cc8eb2f1aaa4034ced708"
|
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",
|
2024-06-19 18:04:51 +00:00
|
|
|
"strsim",
|
2022-03-08 03:53:02 +00:00
|
|
|
"terminal_size",
|
|
|
|
]
|
|
|
|
|
2022-03-11 11:45:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap_complete"
|
2024-07-04 08:50:05 +00:00
|
|
|
version = "4.5.7"
|
2023-09-12 07:36:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-04 08:50:05 +00:00
|
|
|
checksum = "1d598e88f6874d4b888ed40c71efbcbf4076f1dfbae128a08a8c9e45f710605d"
|
2023-09-12 07:36:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"clap",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_complete_fig"
|
2024-06-19 18:04:51 +00:00
|
|
|
version = "4.5.1"
|
2022-03-11 11:45:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-19 18:04:51 +00:00
|
|
|
checksum = "fb4bc503cddc1cd320736fb555d6598309ad07c2ddeaa23891a10ffb759ee612"
|
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"
|
2024-06-19 18:04:51 +00:00
|
|
|
version = "4.5.2"
|
2023-09-12 07:36:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-19 18:04:51 +00:00
|
|
|
checksum = "1accf1b463dee0d3ab2be72591dccdab8bef314958340447c882c4c72acfe2a3"
|
2023-09-12 07:36:45 +00:00
|
|
|
dependencies = [
|
|
|
|
"clap",
|
|
|
|
"clap_complete",
|
2022-03-11 11:45:05 +00:00
|
|
|
]
|
|
|
|
|
2024-05-27 05:16:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2024-07-04 08:50:05 +00:00
|
|
|
version = "4.5.8"
|
2024-05-27 05:16:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-04 08:50:05 +00:00
|
|
|
checksum = "2bac35c6dafb060fd4d275d9a4ffae97917c13a6327903a8be2153cd964f7085"
|
2024-05-27 05:16:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"heck 0.5.0",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-04-27 23:23:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2024-06-19 18:04:51 +00:00
|
|
|
version = "0.7.1"
|
2022-04-27 23:23:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-19 18:04:51 +00:00
|
|
|
checksum = "4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70"
|
2022-04-27 23:23:34 +00:00
|
|
|
|
2022-03-11 11:45:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap_mangen"
|
2024-07-04 08:50:05 +00:00
|
|
|
version = "0.2.22"
|
2022-03-11 11:45:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-04 08:50:05 +00:00
|
|
|
checksum = "f50dde5bc0c853d6248de457e5eb6e5a674a54b93810a34ded88d882ca1fe2de"
|
2022-03-11 11:45:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"clap",
|
|
|
|
"roff",
|
|
|
|
]
|
|
|
|
|
2023-04-21 04:07:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "colorchoice"
|
2024-06-19 18:04:51 +00:00
|
|
|
version = "1.0.1"
|
2023-04-21 04:07:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-19 18:04:51 +00:00
|
|
|
checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422"
|
2023-04-21 04:07:34 +00:00
|
|
|
|
2024-02-04 00:59:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "compact_str"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f86b9c4c00838774a6d902ef931eff7470720c51d90c2e32cfe15dc304737b3f"
|
|
|
|
dependencies = [
|
|
|
|
"castaway",
|
|
|
|
"cfg-if",
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
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"
|
2023-12-25 22:28:54 +00:00
|
|
|
version = "0.9.4"
|
2020-12-16 02:34:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-25 22:28:54 +00:00
|
|
|
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
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-12-25 22:28:54 +00:00
|
|
|
version = "0.8.6"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-25 22:28:54 +00:00
|
|
|
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
|
2020-04-08 23:44:29 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-11-02 20:04:54 +00:00
|
|
|
name = "crossbeam-deque"
|
2024-01-15 10:06:24 +00:00
|
|
|
version = "0.8.5"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-15 10:06:24 +00:00
|
|
|
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
|
2020-04-08 23:44:29 +00:00
|
|
|
dependencies = [
|
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"
|
2024-01-15 10:06:24 +00:00
|
|
|
version = "0.9.18"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-15 10:06:24 +00:00
|
|
|
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
2020-04-08 23:44:29 +00:00
|
|
|
dependencies = [
|
2020-05-17 02:38:19 +00:00
|
|
|
"crossbeam-utils",
|
2020-04-08 23:44:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2024-06-19 18:04:51 +00:00
|
|
|
version = "0.8.20"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-19 18:04:51 +00:00
|
|
|
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
|
2020-04-08 23:44:29 +00:00
|
|
|
|
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 = [
|
2024-06-28 03:40:05 +00:00
|
|
|
"bitflags 2.6.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"
|
2024-03-23 06:33:15 +00:00
|
|
|
version = "3.4.4"
|
2020-08-21 20:00:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-23 06:33:15 +00:00
|
|
|
checksum = "672465ae37dc1bc6380a6547a8883d5dd397b0f1faaad4f265726cc7042a5345"
|
2020-08-21 20:00:14 +00:00
|
|
|
dependencies = [
|
2024-03-23 06:33:15 +00:00
|
|
|
"nix 0.28.0",
|
2023-12-25 22:28:54 +00:00
|
|
|
"windows-sys 0.52.0",
|
2020-04-08 23:44:29 +00:00
|
|
|
]
|
|
|
|
|
2022-02-12 21:40:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
2024-06-19 18:04:51 +00:00
|
|
|
version = "0.20.9"
|
2022-02-12 21:40:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-19 18:04:51 +00:00
|
|
|
checksum = "83b2eb4d90d12bdda5ed17de686c2acb4c57914f8f921b8da7e112b5a36f3fe1"
|
2022-02-12 21:40:33 +00:00
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
2024-06-19 18:04:51 +00:00
|
|
|
version = "0.20.9"
|
2022-02-12 21:40:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-19 18:04:51 +00:00
|
|
|
checksum = "622687fe0bac72a04e5599029151f5796111b90f1baaa9b544d807a5e31cd120"
|
2022-02-12 21:40:33 +00:00
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-06-19 18:04:51 +00:00
|
|
|
"strsim",
|
2024-04-28 19:27:33 +00:00
|
|
|
"syn",
|
2022-02-12 21:40:33 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
2024-06-19 18:04:51 +00:00
|
|
|
version = "0.20.9"
|
2022-02-12 21:40:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-19 18:04:51 +00:00
|
|
|
checksum = "733cabb43482b1a1b53eee8583c2b9e8684d592215ea83efd305dd31bc2f0178"
|
2022-02-12 21:40:33 +00:00
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"quote",
|
2024-04-28 19:27:33 +00:00
|
|
|
"syn",
|
2022-02-12 21:40:33 +00:00
|
|
|
]
|
|
|
|
|
2023-08-09 05:27:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "deranged"
|
2024-01-15 10:06:24 +00:00
|
|
|
version = "0.3.11"
|
2023-08-09 05:27:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-15 10:06:24 +00:00
|
|
|
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
2023-11-28 04:06:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"powerfmt",
|
|
|
|
]
|
2023-08-09 05:27:56 +00:00
|
|
|
|
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-12-25 22:28:54 +00:00
|
|
|
"windows-sys 0.48.0",
|
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
|
|
|
|
2024-01-15 09:19:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "downcast-rs"
|
2024-04-28 19:48:41 +00:00
|
|
|
version = "1.2.1"
|
2024-01-15 09:19:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:48:41 +00:00
|
|
|
checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
|
2024-01-15 09:19:18 +00:00
|
|
|
|
2024-06-16 23:28:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dyn-clone"
|
|
|
|
version = "1.0.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
|
|
|
|
|
2020-04-08 23:44:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2024-06-28 03:40:05 +00:00
|
|
|
version = "1.13.0"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-28 03:40:05 +00:00
|
|
|
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
2020-04-08 23:44:29 +00:00
|
|
|
|
2023-02-19 23:44:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "enum-as-inner"
|
2023-11-28 04:06:51 +00:00
|
|
|
version = "0.6.0"
|
2023-02-19 23:44:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-28 04:06:51 +00:00
|
|
|
checksum = "5ffccbb6966c05b32ef8fbac435df276c4ae4d3dc55a8cd0eb9745e6c12f546a"
|
2023-02-19 23:44:35 +00:00
|
|
|
dependencies = [
|
2024-05-27 05:16:37 +00:00
|
|
|
"heck 0.4.1",
|
2023-02-19 23:44:35 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-28 19:27:33 +00:00
|
|
|
"syn",
|
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"
|
2024-06-19 18:04:51 +00:00
|
|
|
version = "0.3.9"
|
2022-11-13 22:43:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-19 18:04:51 +00:00
|
|
|
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
|
2022-11-13 22:43:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-12-25 22:28:54 +00:00
|
|
|
"windows-sys 0.52.0",
|
2022-11-13 22:43:55 +00:00
|
|
|
]
|
|
|
|
|
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"
|
2024-06-19 18:04:51 +00:00
|
|
|
version = "0.2.15"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-19 18:04:51 +00:00
|
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
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"
|
2024-06-05 06:00:21 +00:00
|
|
|
version = "0.29.0"
|
2020-05-15 02:22:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-05 06:00:21 +00:00
|
|
|
checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
|
2020-05-15 02:22:29 +00:00
|
|
|
|
2023-04-12 04:03:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2024-05-27 03:39:54 +00:00
|
|
|
version = "0.14.5"
|
2023-04-12 04:03:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-27 03:39:54 +00:00
|
|
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
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"
|
|
|
|
|
2024-05-27 05:16:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
|
|
|
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"
|
2024-03-23 06:33:15 +00:00
|
|
|
version = "2.2.6"
|
2020-09-07 03:03:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-23 06:33:15 +00:00
|
|
|
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
|
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"
|
2024-03-23 06:33:15 +00:00
|
|
|
version = "2.0.5"
|
2023-07-21 04:19:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-23 06:33:15 +00:00
|
|
|
checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
|
2023-07-21 04:19:25 +00:00
|
|
|
|
2024-01-15 09:19:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ioctl-rs"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f7970510895cee30b3e9128319f2cefd4bde883a39f38baa279567ba3a7eb97d"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2024-06-19 18:04:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "is_terminal_polyfill"
|
|
|
|
version = "1.70.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800"
|
|
|
|
|
2020-04-08 23:44:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2024-02-15 05:01:47 +00:00
|
|
|
version = "0.12.1"
|
2023-06-28 14:45:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-15 05:01:47 +00:00
|
|
|
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
|
2023-06-28 14:45:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2024-05-27 03:39:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2021-10-18 01:33:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2024-04-28 19:48:41 +00:00
|
|
|
version = "1.0.11"
|
2021-10-18 01:33:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:48:41 +00:00
|
|
|
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
2021-10-18 01:33:07 +00:00
|
|
|
|
2024-01-15 09:19:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2024-06-28 03:40:05 +00:00
|
|
|
version = "1.5.0"
|
2024-01-15 09:19:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-28 03:40:05 +00:00
|
|
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
2024-01-15 09:19:18 +00:00
|
|
|
|
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"
|
2024-05-27 03:39:54 +00:00
|
|
|
version = "0.2.155"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-27 03:39:54 +00:00
|
|
|
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
|
2020-04-08 23:44:29 +00:00
|
|
|
|
2022-02-12 21:40:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2024-06-28 03:40:05 +00:00
|
|
|
version = "0.8.4"
|
2022-02-12 21:40:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-28 03:40:05 +00:00
|
|
|
checksum = "e310b3a6b5907f99202fcdb4960ff45b93735d7c7d96b760fcff8db2dc0e103d"
|
2022-02-12 21:40:33 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2024-07-04 08:50:05 +00:00
|
|
|
"windows-targets 0.52.6",
|
2022-02-12 21:40:33 +00:00
|
|
|
]
|
|
|
|
|
2023-12-25 22:28:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libredox"
|
2024-04-28 19:48:41 +00:00
|
|
|
version = "0.1.3"
|
2023-12-25 22:28:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:48:41 +00:00
|
|
|
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
|
2023-12-25 22:28:54 +00:00
|
|
|
dependencies = [
|
2024-06-28 03:40:05 +00:00
|
|
|
"bitflags 2.6.0",
|
2023-12-25 22:28:54 +00:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-04-21 04:07:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2024-06-19 18:04:51 +00:00
|
|
|
version = "0.4.14"
|
2023-06-29 04:48:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-19 18:04:51 +00:00
|
|
|
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
|
2023-06-29 04:48:49 +00:00
|
|
|
|
2020-11-03 04:52:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2024-04-28 19:48:41 +00:00
|
|
|
version = "0.4.12"
|
2020-11-03 04:52:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:48:41 +00:00
|
|
|
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
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"
|
2024-06-28 03:40:05 +00:00
|
|
|
version = "0.4.22"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-28 03:40:05 +00:00
|
|
|
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
2020-04-08 23:44:29 +00:00
|
|
|
|
2023-12-25 22:28:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lru"
|
2024-03-05 03:58:15 +00:00
|
|
|
version = "0.12.3"
|
2023-12-25 22:28:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 03:58:15 +00:00
|
|
|
checksum = "d3262e75e648fce39813cb56ac41f3c3e3f65217ebf3844d818d1f9398cfb0dc"
|
2023-12-25 22:28:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"hashbrown",
|
|
|
|
]
|
|
|
|
|
2022-10-11 23:49:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mach2"
|
2023-12-25 22:28:54 +00:00
|
|
|
version = "0.4.2"
|
2022-10-11 23:49:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-25 22:28:54 +00:00
|
|
|
checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
|
2022-10-11 23:49:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-04-08 23:44:29 +00:00
|
|
|
[[package]]
|
2020-11-02 20:04:54 +00:00
|
|
|
name = "memchr"
|
2024-06-19 18:04:51 +00:00
|
|
|
version = "2.7.4"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-19 18:04:51 +00:00
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
2020-04-08 23:44:29 +00:00
|
|
|
|
2024-01-15 09:19:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.6.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2020-04-08 23:44:29 +00:00
|
|
|
[[package]]
|
2020-11-02 20:04:54 +00:00
|
|
|
name = "miniz_oxide"
|
2024-06-19 18:04:51 +00:00
|
|
|
version = "0.7.4"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-19 18:04:51 +00:00
|
|
|
checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
|
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"
|
2024-03-04 22:11:52 +00:00
|
|
|
version = "0.8.11"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-04 22:11:52 +00:00
|
|
|
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
|
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-12-25 22:28:54 +00:00
|
|
|
"windows-sys 0.48.0",
|
2020-04-08 23:44:29 +00:00
|
|
|
]
|
|
|
|
|
2024-01-15 09:19:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
|
|
|
version = "0.25.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2024-01-15 10:06:24 +00:00
|
|
|
"memoffset",
|
2024-01-15 09:19:18 +00:00
|
|
|
"pin-utils",
|
|
|
|
]
|
|
|
|
|
2023-11-28 04:06:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2024-03-23 06:33:15 +00:00
|
|
|
version = "0.28.0"
|
2023-11-28 04:06:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-23 06:33:15 +00:00
|
|
|
checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
|
2023-11-28 04:06:51 +00:00
|
|
|
dependencies = [
|
2024-06-28 03:40:05 +00:00
|
|
|
"bitflags 2.6.0",
|
2023-11-28 04:06:51 +00:00
|
|
|
"cfg-if",
|
2024-03-23 06:33:15 +00:00
|
|
|
"cfg_aliases",
|
2023-11-28 04:06:51 +00:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2024-02-15 05:01:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-conv"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
|
|
|
2020-04-08 23:44:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2024-06-19 18:04:51 +00:00
|
|
|
version = "0.2.19"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-19 18:04:51 +00:00
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
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
|
|
|
]
|
|
|
|
|
2023-12-02 09:53:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num_threads"
|
2024-02-15 06:00:23 +00:00
|
|
|
version = "0.1.7"
|
2023-12-02 09:53:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-15 06:00:23 +00:00
|
|
|
checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
|
2023-12-02 09:53:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-02-12 21:40:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nvml-wrapper"
|
2024-02-15 05:01:47 +00:00
|
|
|
version = "0.10.0"
|
2022-02-12 21:40:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-15 05:01:47 +00:00
|
|
|
checksum = "0c9bff0aa1d48904a1385ea2a8b97576fbdcbc9a3cfccd0d31fe978e1c4038c5"
|
2022-02-12 21:40:33 +00:00
|
|
|
dependencies = [
|
2024-06-28 03:40:05 +00:00
|
|
|
"bitflags 2.6.0",
|
2022-02-12 21:40:33 +00:00
|
|
|
"libloading",
|
|
|
|
"nvml-wrapper-sys",
|
|
|
|
"static_assertions",
|
|
|
|
"thiserror",
|
|
|
|
"wrapcenum-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nvml-wrapper-sys"
|
2024-02-15 05:01:47 +00:00
|
|
|
version = "0.8.0"
|
2022-02-12 21:40:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-15 05:01:47 +00:00
|
|
|
checksum = "698d45156f28781a4e79652b6ebe2eaa0589057d588d3aec1333f6466f13fcb5"
|
2022-02-12 21:40:33 +00:00
|
|
|
dependencies = [
|
|
|
|
"libloading",
|
|
|
|
]
|
|
|
|
|
2020-05-15 02:22:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2024-07-04 08:50:05 +00:00
|
|
|
version = "0.36.1"
|
2020-05-15 02:22:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-04 08:50:05 +00:00
|
|
|
checksum = "081b846d1d56ddfc18fdf1a922e4f6e07a11768ea1b92dec44e42b72712ccfce"
|
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-12-25 22:28:54 +00:00
|
|
|
version = "1.19.0"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-25 22:28:54 +00:00
|
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
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"
|
2024-06-19 18:04:51 +00:00
|
|
|
version = "0.12.3"
|
2020-11-03 04:52:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-19 18:04:51 +00:00
|
|
|
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
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"
|
2024-04-28 19:48:41 +00:00
|
|
|
version = "0.9.10"
|
2020-11-03 04:52:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:48:41 +00:00
|
|
|
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
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-12-25 22:28:54 +00:00
|
|
|
"redox_syscall",
|
2020-05-17 02:38:19 +00:00
|
|
|
"smallvec",
|
2024-07-04 08:50:05 +00:00
|
|
|
"windows-targets 0.52.6",
|
2020-04-08 23:44:29 +00:00
|
|
|
]
|
|
|
|
|
2023-07-21 04:19:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2024-06-19 18:04:51 +00:00
|
|
|
version = "1.0.15"
|
2023-07-21 04:19:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-19 18:04:51 +00:00
|
|
|
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
2023-07-21 04:19:25 +00:00
|
|
|
|
2024-01-15 09:19:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "portable-pty"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "806ee80c2a03dbe1a9fb9534f8d19e4c0546b790cde8fd1fea9d6390644cb0be"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"downcast-rs",
|
|
|
|
"filedescriptor",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"nix 0.25.1",
|
|
|
|
"serial",
|
|
|
|
"shared_library",
|
|
|
|
"shell-words",
|
|
|
|
"winapi",
|
|
|
|
"winreg",
|
|
|
|
]
|
|
|
|
|
2023-11-28 04:06:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "powerfmt"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
|
|
|
2023-03-28 05:14:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "predicates"
|
2024-02-15 05:01:47 +00:00
|
|
|
version = "3.1.0"
|
2023-03-28 05:14:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-15 05:01:47 +00:00
|
|
|
checksum = "68b87bfd4605926cdfefc1c3b5f8fe560e3feca9d5552cf68c466d3d8236c7e8"
|
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",
|
|
|
|
"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"
|
2024-06-28 03:40:05 +00:00
|
|
|
version = "1.0.86"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-28 03:40:05 +00:00
|
|
|
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
|
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"
|
2024-04-28 19:48:41 +00:00
|
|
|
version = "1.0.36"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:48:41 +00:00
|
|
|
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
|
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"
|
2024-06-28 03:40:05 +00:00
|
|
|
version = "0.27.0"
|
2023-04-16 04:04:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-28 03:40:05 +00:00
|
|
|
checksum = "d16546c5b5962abf8ce6e2881e722b4e0ae3b6f1a08a26ae3573c55853ca68d3"
|
2023-04-16 04:04:16 +00:00
|
|
|
dependencies = [
|
2024-06-28 03:40:05 +00:00
|
|
|
"bitflags 2.6.0",
|
2023-04-16 04:04:16 +00:00
|
|
|
"cassowary",
|
2024-02-04 00:59:12 +00:00
|
|
|
"compact_str",
|
2023-12-25 22:28:54 +00:00
|
|
|
"crossterm",
|
2024-06-28 03:40:05 +00:00
|
|
|
"itertools 0.13.0",
|
2023-12-25 22:28:54 +00:00
|
|
|
"lru",
|
2023-07-21 04:19:25 +00:00
|
|
|
"paste",
|
2023-12-25 22:28:54 +00:00
|
|
|
"stability",
|
|
|
|
"strum",
|
2024-06-28 03:40:05 +00:00
|
|
|
"strum_macros",
|
2023-04-16 04:04:16 +00:00
|
|
|
"unicode-segmentation",
|
2024-05-27 03:39:54 +00:00
|
|
|
"unicode-truncate",
|
2023-04-16 04:04:16 +00:00
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2020-04-08 23:44:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2024-04-28 19:48:41 +00:00
|
|
|
version = "1.10.0"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:48:41 +00:00
|
|
|
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
|
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"
|
2024-02-15 06:00:23 +00:00
|
|
|
version = "1.12.1"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-15 06:00:23 +00:00
|
|
|
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
|
2020-04-08 23:44:29 +00:00
|
|
|
dependencies = [
|
2020-05-17 02:38:19 +00:00
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
2021-06-06 22:58:53 +00:00
|
|
|
]
|
|
|
|
|
2023-06-12 04:13:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2024-06-19 18:04:51 +00:00
|
|
|
version = "0.5.2"
|
2023-06-12 04:13:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-19 18:04:51 +00:00
|
|
|
checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd"
|
2023-06-12 04:13:29 +00:00
|
|
|
dependencies = [
|
2024-06-28 03:40:05 +00:00
|
|
|
"bitflags 2.6.0",
|
2023-06-12 04:13:29 +00:00
|
|
|
]
|
|
|
|
|
2020-04-08 23:44:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2024-04-28 19:48:41 +00:00
|
|
|
version = "0.4.5"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:48:41 +00:00
|
|
|
checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891"
|
2020-04-08 23:44:29 +00:00
|
|
|
dependencies = [
|
2020-05-17 02:38:19 +00:00
|
|
|
"getrandom",
|
2023-12-25 22:28:54 +00:00
|
|
|
"libredox",
|
2022-04-27 23:23:34 +00:00
|
|
|
"thiserror",
|
2020-04-08 23:44:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2024-06-19 18:04:51 +00:00
|
|
|
version = "1.10.5"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-19 18:04:51 +00:00
|
|
|
checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
|
2020-04-08 23:44:29 +00:00
|
|
|
dependencies = [
|
2020-05-17 02:38:19 +00:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2023-12-25 22:28:54 +00:00
|
|
|
"regex-automata",
|
2020-05-17 02:38:19 +00:00
|
|
|
"regex-syntax",
|
2020-04-08 23:44:29 +00:00
|
|
|
]
|
|
|
|
|
2023-11-28 04:06:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2024-06-19 18:04:51 +00:00
|
|
|
version = "0.4.7"
|
2023-11-28 04:06:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-19 18:04:51 +00:00
|
|
|
checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
|
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"
|
2024-06-19 18:04:51 +00:00
|
|
|
version = "0.8.4"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-19 18:04:51 +00:00
|
|
|
checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
|
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"
|
2024-06-05 06:00:21 +00:00
|
|
|
version = "0.1.24"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-05 06:00:21 +00:00
|
|
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
2020-04-08 23:44:29 +00:00
|
|
|
|
2023-04-21 04:07:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2024-04-28 19:27:33 +00:00
|
|
|
version = "0.38.34"
|
2023-06-29 04:48:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:27:33 +00:00
|
|
|
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
|
2023-06-29 04:48:49 +00:00
|
|
|
dependencies = [
|
2024-06-28 03:40:05 +00:00
|
|
|
"bitflags 2.6.0",
|
2023-06-29 04:48:49 +00:00
|
|
|
"errno",
|
|
|
|
"libc",
|
2023-11-28 04:06:51 +00:00
|
|
|
"linux-raw-sys",
|
2023-12-25 22:28:54 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-04-21 04:07:34 +00:00
|
|
|
]
|
|
|
|
|
2023-12-25 22:28:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
2024-06-19 18:04:51 +00:00
|
|
|
version = "1.0.17"
|
2023-12-25 22:28:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-19 18:04:51 +00:00
|
|
|
checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
|
2023-12-25 22:28:54 +00:00
|
|
|
|
2022-07-24 00:44:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2024-06-19 18:04:51 +00:00
|
|
|
version = "1.0.18"
|
2022-07-24 00:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-19 18:04:51 +00:00
|
|
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
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",
|
|
|
|
]
|
|
|
|
|
2024-06-16 23:28:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "schemars"
|
|
|
|
version = "0.8.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
|
|
|
|
dependencies = [
|
|
|
|
"dyn-clone",
|
|
|
|
"schemars_derive",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "schemars_derive"
|
|
|
|
version = "0.8.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde_derive_internals",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
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"
|
2024-05-27 03:39:54 +00:00
|
|
|
version = "1.0.203"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-27 03:39:54 +00:00
|
|
|
checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094"
|
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"
|
2024-05-27 03:39:54 +00:00
|
|
|
version = "1.0.203"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-27 03:39:54 +00:00
|
|
|
checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba"
|
2020-04-08 23:44:29 +00:00
|
|
|
dependencies = [
|
2020-05-17 02:38:19 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-28 19:27:33 +00:00
|
|
|
"syn",
|
2020-04-08 23:44:29 +00:00
|
|
|
]
|
|
|
|
|
2024-06-16 23:28:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_derive_internals"
|
|
|
|
version = "0.29.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-07-24 00:44:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2024-07-04 08:50:05 +00:00
|
|
|
version = "1.0.120"
|
2022-07-24 00:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-04 08:50:05 +00:00
|
|
|
checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5"
|
2022-07-24 00:44:29 +00:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-03-01 05:14:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_spanned"
|
2024-05-27 03:39:54 +00:00
|
|
|
version = "0.6.6"
|
2023-03-01 05:14:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-27 03:39:54 +00:00
|
|
|
checksum = "79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0"
|
2023-03-01 05:14:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2024-01-15 09:19:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serial"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1237a96570fc377c13baa1b88c7589ab66edced652e43ffb17088f003db3e86"
|
|
|
|
dependencies = [
|
|
|
|
"serial-core",
|
|
|
|
"serial-unix",
|
|
|
|
"serial-windows",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serial-core"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f46209b345401737ae2125fe5b19a77acce90cd53e1658cda928e4fe9a64581"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serial-unix"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f03fbca4c9d866e24a459cbca71283f545a37f8e3e002ad8c70593871453cab7"
|
|
|
|
dependencies = [
|
|
|
|
"ioctl-rs",
|
|
|
|
"libc",
|
|
|
|
"serial-core",
|
|
|
|
"termios",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serial-windows"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "15c6d3b776267a75d31bbdfd5d36c0ca051251caafc285827052bc53bcdc8162"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"serial-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "shared_library"
|
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "shell-words"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
|
|
|
|
|
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"
|
2024-04-28 19:48:41 +00:00
|
|
|
version = "1.4.2"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:48:41 +00:00
|
|
|
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
|
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"
|
2024-04-28 19:48:41 +00:00
|
|
|
version = "1.13.2"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:48:41 +00:00
|
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
2023-12-25 22:28:54 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stability"
|
2024-04-28 19:27:33 +00:00
|
|
|
version = "0.2.0"
|
2023-12-25 22:28:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:27:33 +00:00
|
|
|
checksum = "2ff9eaf853dec4c8802325d8b6d3dffa86cc707fd7a1a4cdbf416e13b061787a"
|
2023-12-25 22:28:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
2024-04-28 19:27:33 +00:00
|
|
|
"syn",
|
2023-12-25 22:28:54 +00:00
|
|
|
]
|
2020-11-02 20:04:54 +00:00
|
|
|
|
2022-05-06 21:16:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "starship-battery"
|
2024-04-11 05:39:04 +00:00
|
|
|
version = "0.8.3"
|
2022-05-06 21:16:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-11 05:39:04 +00:00
|
|
|
checksum = "725bc1c7374f435ef65746eb1a5789cb7d02b8e997f9a3edf979bfb42da68311"
|
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",
|
2024-04-11 05:39:04 +00:00
|
|
|
"nix 0.28.0",
|
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"
|
|
|
|
|
2024-04-11 05:53:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|
|
|
|
2023-12-25 22:28:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strum"
|
2024-06-28 03:40:05 +00:00
|
|
|
version = "0.26.3"
|
2023-12-25 22:28:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-28 03:40:05 +00:00
|
|
|
checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
|
2023-12-25 22:28:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"strum_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strum_macros"
|
2024-06-19 18:04:51 +00:00
|
|
|
version = "0.26.4"
|
2023-12-25 22:28:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-19 18:04:51 +00:00
|
|
|
checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
|
2023-12-25 22:28:54 +00:00
|
|
|
dependencies = [
|
2024-06-19 18:04:51 +00:00
|
|
|
"heck 0.5.0",
|
2023-12-25 22:28:54 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rustversion",
|
2024-04-28 19:27:33 +00:00
|
|
|
"syn",
|
2020-04-08 23:44:29 +00:00
|
|
|
]
|
|
|
|
|
2023-03-28 05:14:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-06-28 03:40:05 +00:00
|
|
|
version = "2.0.68"
|
2023-03-28 05:14:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-28 03:40:05 +00:00
|
|
|
checksum = "901fa70d88b9d6c98022e23b4136f9f3e54e4662c3bc1bd1d84a42a9a0f0c1e9"
|
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-11-28 04:06:51 +00:00
|
|
|
version = "0.5.5"
|
2022-08-22 06:47:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-28 04:06:51 +00:00
|
|
|
checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
|
2022-08-22 06:47:22 +00:00
|
|
|
dependencies = [
|
2024-06-28 03:40:05 +00:00
|
|
|
"bitflags 2.6.0",
|
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"
|
2024-05-27 03:39:54 +00:00
|
|
|
version = "0.30.12"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-27 03:39:54 +00:00
|
|
|
checksum = "732ffa00f53e6b2af46208fba5718d9662a421049204e156328b66791ffa15ae"
|
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",
|
2024-03-05 00:57:15 +00:00
|
|
|
"windows 0.52.0",
|
2020-04-08 23:44:29 +00:00
|
|
|
]
|
|
|
|
|
2022-03-08 03:53:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "terminal_size"
|
2023-11-28 04:06:51 +00:00
|
|
|
version = "0.3.0"
|
2022-03-08 03:53:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-28 04:06:51 +00:00
|
|
|
checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
|
2022-03-08 03:53:02 +00:00
|
|
|
dependencies = [
|
2023-11-28 04:06:51 +00:00
|
|
|
"rustix",
|
2023-12-25 22:28:54 +00:00
|
|
|
"windows-sys 0.48.0",
|
2022-03-08 03:53:02 +00:00
|
|
|
]
|
|
|
|
|
2024-01-15 09:19:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "termios"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d5d9cf598a6d7ce700a4e6a9199da127e6819a61e64b68609683cc9a01b5683a"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
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"
|
2024-05-27 03:39:54 +00:00
|
|
|
version = "1.0.61"
|
2020-09-01 03:59:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-27 03:39:54 +00:00
|
|
|
checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
|
2020-09-01 03:59:33 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2024-05-27 03:39:54 +00:00
|
|
|
version = "1.0.61"
|
2020-09-01 03:59:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-27 03:39:54 +00:00
|
|
|
checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
|
2020-09-01 03:59:33 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-28 19:27:33 +00:00
|
|
|
"syn",
|
2020-09-01 03:59:33 +00:00
|
|
|
]
|
|
|
|
|
2020-04-08 23:44:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2024-04-11 05:39:04 +00:00
|
|
|
version = "0.3.36"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-11 05:39:04 +00:00
|
|
|
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
|
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-12-02 09:53:31 +00:00
|
|
|
"libc",
|
2024-02-15 05:01:47 +00:00
|
|
|
"num-conv",
|
2023-12-02 09:53:31 +00:00
|
|
|
"num_threads",
|
2023-11-28 04:06:51 +00:00
|
|
|
"powerfmt",
|
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-11-28 04:06:51 +00:00
|
|
|
version = "0.1.2"
|
2023-02-27 06:44:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-28 04:06:51 +00:00
|
|
|
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
2023-02-27 06:44:15 +00:00
|
|
|
|
2021-10-18 01:33:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2024-04-11 05:39:04 +00:00
|
|
|
version = "0.2.18"
|
2021-10-18 01:33:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-11 05:39:04 +00:00
|
|
|
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
|
2023-02-27 06:44:15 +00:00
|
|
|
dependencies = [
|
2024-02-15 05:01:47 +00:00
|
|
|
"num-conv",
|
2023-02-27 06:44:15 +00:00
|
|
|
"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"
|
2024-05-27 03:39:54 +00:00
|
|
|
version = "0.6.6"
|
2023-03-01 05:14:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-27 03:39:54 +00:00
|
|
|
checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf"
|
2023-03-01 05:14:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2024-06-05 06:00:21 +00:00
|
|
|
version = "0.22.14"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-05 06:00:21 +00:00
|
|
|
checksum = "f21c7aaf97f1bd9ca9d4f9e73b0a6c74bd5afef56f2bc931943a6e1c37e04e38"
|
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-12-25 22:28:54 +00:00
|
|
|
version = "1.17.0"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-25 22:28:54 +00:00
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
2020-04-08 23:44:29 +00:00
|
|
|
|
2024-05-08 02:53:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ellipsis"
|
2024-06-28 03:40:05 +00:00
|
|
|
version = "0.2.0"
|
2024-05-08 02:53:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-28 03:40:05 +00:00
|
|
|
checksum = "924ab5b8c3fed9966b8cde2dc7169146331cba3dacba97cbd0e8866e7cfd4dff"
|
2024-05-08 02:53:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2023-01-15 00:13:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-12-25 22:28:54 +00:00
|
|
|
version = "1.0.12"
|
2023-01-15 00:13:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-25 22:28:54 +00:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2023-01-15 00:13:31 +00:00
|
|
|
|
2020-04-08 23:44:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2024-02-15 05:01:47 +00:00
|
|
|
version = "1.11.0"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-15 05:01:47 +00:00
|
|
|
checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
|
2020-04-08 23:44:29 +00:00
|
|
|
|
2024-05-27 03:39:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-truncate"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a5fbabedabe362c618c714dbefda9927b5afc8e2a8102f47f081089a9019226"
|
|
|
|
dependencies = [
|
|
|
|
"itertools 0.12.1",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2020-04-08 23:44:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2024-06-19 18:04:51 +00:00
|
|
|
version = "0.1.13"
|
2020-04-08 23:44:29 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-19 18:04:51 +00:00
|
|
|
checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
|
2020-04-08 23:44:29 +00:00
|
|
|
|
2020-04-17 00:06:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uom"
|
2024-04-11 05:39:04 +00:00
|
|
|
version = "0.36.0"
|
2020-04-17 00:06:50 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-11 05:39:04 +00:00
|
|
|
checksum = "ffd36e5350a65d112584053ee91843955826bf9e56ec0d1351214e01f6d7cd9c"
|
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"
|
2024-06-19 18:04:51 +00:00
|
|
|
version = "0.2.2"
|
2023-04-21 04:07:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-19 18:04:51 +00:00
|
|
|
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
2023-04-21 04:07:34 +00:00
|
|
|
|
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"
|
2024-03-05 03:58:15 +00:00
|
|
|
version = "2.5.0"
|
2022-08-22 06:47:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 03:58:15 +00:00
|
|
|
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
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"
|
2024-04-28 19:48:41 +00:00
|
|
|
version = "0.1.8"
|
2022-03-08 03:53:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-28 19:48:41 +00:00
|
|
|
checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
|
2022-03-08 03:53:02 +00:00
|
|
|
dependencies = [
|
2024-04-28 19:48:41 +00:00
|
|
|
"windows-sys 0.52.0",
|
2022-03-08 03:53:02 +00:00
|
|
|
]
|
|
|
|
|
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-11-28 04:06:51 +00:00
|
|
|
version = "0.52.0"
|
2023-08-22 21:27:36 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-28 04:06:51 +00:00
|
|
|
checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
|
2023-08-22 21:27:36 +00:00
|
|
|
dependencies = [
|
2024-03-05 00:57:15 +00:00
|
|
|
"windows-core 0.52.0",
|
2024-07-04 08:50:05 +00:00
|
|
|
"windows-targets 0.52.6",
|
2024-03-05 00:57:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows"
|
2024-07-04 08:50:05 +00:00
|
|
|
version = "0.58.0"
|
2024-03-05 00:57:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-04 08:50:05 +00:00
|
|
|
checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
|
2024-03-05 00:57:15 +00:00
|
|
|
dependencies = [
|
2024-07-04 08:50:05 +00:00
|
|
|
"windows-core 0.58.0",
|
|
|
|
"windows-targets 0.52.6",
|
2023-08-22 21:27:36 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-core"
|
2023-11-28 04:06:51 +00:00
|
|
|
version = "0.52.0"
|
2023-01-18 06:43:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-28 04:06:51 +00:00
|
|
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
2023-01-18 06:43:08 +00:00
|
|
|
dependencies = [
|
2024-07-04 08:50:05 +00:00
|
|
|
"windows-targets 0.52.6",
|
2024-03-05 00:57:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-core"
|
2024-07-04 08:50:05 +00:00
|
|
|
version = "0.58.0"
|
2024-03-05 00:57:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-04 08:50:05 +00:00
|
|
|
checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
|
2024-03-05 00:57:15 +00:00
|
|
|
dependencies = [
|
2024-04-28 19:27:33 +00:00
|
|
|
"windows-implement",
|
|
|
|
"windows-interface",
|
2024-03-05 00:57:15 +00:00
|
|
|
"windows-result",
|
2024-07-04 08:50:05 +00:00
|
|
|
"windows-strings",
|
|
|
|
"windows-targets 0.52.6",
|
2024-04-28 19:27:33 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-implement"
|
2024-07-04 08:50:05 +00:00
|
|
|
version = "0.58.0"
|
2024-04-28 19:27:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-04 08:50:05 +00:00
|
|
|
checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
|
2024-04-28 19:27:33 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-interface"
|
2024-07-04 08:50:05 +00:00
|
|
|
version = "0.58.0"
|
2024-04-28 19:27:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-04 08:50:05 +00:00
|
|
|
checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
|
2024-04-28 19:27:33 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2024-03-05 00:57:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-result"
|
2024-07-04 08:50:05 +00:00
|
|
|
version = "0.2.0"
|
2024-03-05 00:57:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-04 08:50:05 +00:00
|
|
|
checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
|
2024-03-05 00:57:15 +00:00
|
|
|
dependencies = [
|
2024-07-04 08:50:05 +00:00
|
|
|
"windows-targets 0.52.6",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-strings"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
|
|
|
|
dependencies = [
|
|
|
|
"windows-result",
|
|
|
|
"windows-targets 0.52.6",
|
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-11-28 04:06:51 +00:00
|
|
|
"windows-targets 0.48.5",
|
2023-04-07 07:48:35 +00:00
|
|
|
]
|
|
|
|
|
2023-12-25 22:28:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
|
|
dependencies = [
|
2024-07-04 08:50:05 +00:00
|
|
|
"windows-targets 0.52.6",
|
2023-12-25 22:28:54 +00:00
|
|
|
]
|
|
|
|
|
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-11-28 04:06:51 +00:00
|
|
|
"windows_aarch64_gnullvm 0.48.5",
|
|
|
|
"windows_aarch64_msvc 0.48.5",
|
|
|
|
"windows_i686_gnu 0.48.5",
|
|
|
|
"windows_i686_msvc 0.48.5",
|
|
|
|
"windows_x86_64_gnu 0.48.5",
|
|
|
|
"windows_x86_64_gnullvm 0.48.5",
|
|
|
|
"windows_x86_64_msvc 0.48.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2024-07-04 08:50:05 +00:00
|
|
|
version = "0.52.6"
|
2023-11-28 04:06:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-04 08:50:05 +00:00
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
2023-11-28 04:06:51 +00:00
|
|
|
dependencies = [
|
2024-07-04 08:50:05 +00:00
|
|
|
"windows_aarch64_gnullvm 0.52.6",
|
|
|
|
"windows_aarch64_msvc 0.52.6",
|
|
|
|
"windows_i686_gnu 0.52.6",
|
2024-04-28 19:27:33 +00:00
|
|
|
"windows_i686_gnullvm",
|
2024-07-04 08:50:05 +00:00
|
|
|
"windows_i686_msvc 0.52.6",
|
|
|
|
"windows_x86_64_gnu 0.52.6",
|
|
|
|
"windows_x86_64_gnullvm 0.52.6",
|
|
|
|
"windows_x86_64_msvc 0.52.6",
|
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
|
|
|
|
2023-11-28 04:06:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2024-07-04 08:50:05 +00:00
|
|
|
version = "0.52.6"
|
2023-11-28 04:06:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-04 08:50:05 +00:00
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
2023-11-28 04:06:51 +00:00
|
|
|
|
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
|
|
|
|
2023-11-28 04:06:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2024-07-04 08:50:05 +00:00
|
|
|
version = "0.52.6"
|
2023-11-28 04:06:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-04 08:50:05 +00:00
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
2023-11-28 04:06:51 +00:00
|
|
|
|
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
|
|
|
|
2023-11-28 04:06:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2024-07-04 08:50:05 +00:00
|
|
|
version = "0.52.6"
|
2024-04-28 19:27:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-04 08:50:05 +00:00
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
2024-04-28 19:27:33 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnullvm"
|
2024-07-04 08:50:05 +00:00
|
|
|
version = "0.52.6"
|
2023-11-28 04:06:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-04 08:50:05 +00:00
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
2023-11-28 04:06:51 +00:00
|
|
|
|
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
|
|
|
|
2023-11-28 04:06:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2024-07-04 08:50:05 +00:00
|
|
|
version = "0.52.6"
|
2023-11-28 04:06:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-04 08:50:05 +00:00
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
2023-11-28 04:06:51 +00:00
|
|
|
|
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
|
|
|
|
2023-11-28 04:06:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-07-04 08:50:05 +00:00
|
|
|
version = "0.52.6"
|
2023-11-28 04:06:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-04 08:50:05 +00:00
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
2023-11-28 04:06:51 +00:00
|
|
|
|
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
|
|
|
|
2023-11-28 04:06:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-07-04 08:50:05 +00:00
|
|
|
version = "0.52.6"
|
2023-11-28 04:06:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-04 08:50:05 +00:00
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2023-11-28 04:06:51 +00:00
|
|
|
|
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-11-28 04:06:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2024-07-04 08:50:05 +00:00
|
|
|
version = "0.52.6"
|
2023-11-28 04:06:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-04 08:50:05 +00:00
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
2023-11-28 04:06:51 +00:00
|
|
|
|
2023-03-01 05:14:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
2024-06-19 18:04:51 +00:00
|
|
|
version = "0.6.13"
|
2023-03-01 05:14:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-19 18:04:51 +00:00
|
|
|
checksum = "59b5e5f6c299a3c7890b876a2a587f3115162487e704907d9b6cd29473052ba1"
|
2023-03-01 05:14:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2024-01-15 09:19:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-02-12 21:40:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wrapcenum-derive"
|
2024-02-15 05:01:47 +00:00
|
|
|
version = "0.4.1"
|
2022-02-12 21:40:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-15 05:01:47 +00:00
|
|
|
checksum = "a76ff259533532054cfbaefb115c613203c73707017459206380f03b3b3f266e"
|
2022-02-12 21:40:33 +00:00
|
|
|
dependencies = [
|
|
|
|
"darling",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-28 19:27:33 +00:00
|
|
|
"syn",
|
2022-02-12 21:40:33 +00:00
|
|
|
]
|
2023-11-28 04:06:51 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
2024-07-04 08:50:05 +00:00
|
|
|
version = "0.7.35"
|
2023-11-28 04:06:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-04 08:50:05 +00:00
|
|
|
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
2023-11-28 04:06:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
2024-07-04 08:50:05 +00:00
|
|
|
version = "0.7.35"
|
2023-11-28 04:06:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-04 08:50:05 +00:00
|
|
|
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
2023-11-28 04:06:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-04-28 19:27:33 +00:00
|
|
|
"syn",
|
2023-11-28 04:06:51 +00:00
|
|
|
]
|