bottom/Cargo.lock

1810 lines
44 KiB
Plaintext
Raw Normal View History

2020-04-09 02:44:29 +03:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2021-06-26 09:14:44 +03:00
version = 3
2020-05-15 05:22:29 +03:00
[[package]]
name = "addr2line"
version = "0.17.0"
2020-05-15 05:22:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
2020-05-15 05:22:29 +03:00
dependencies = [
"gimli",
2020-05-15 05:22:29 +03:00
]
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2020-04-09 02:44:29 +03:00
[[package]]
name = "aho-corasick"
version = "0.7.18"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
2020-04-09 02:44:29 +03:00
dependencies = [
"memchr",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "anyhow"
version = "1.0.57"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc"
2020-04-09 02:44:29 +03:00
[[package]]
name = "assert_cmd"
version = "2.0.4"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93ae1ddd39efd67689deb1979d80bad3bf7f2b09c6e6117c8d1f2443b5e2f83e"
2020-04-09 02:44:29 +03:00
dependencies = [
"bstr",
"doc-comment",
"predicates",
"predicates-core",
"predicates-tree",
"wait-timeout",
2020-04-09 02:44:29 +03:00
]
2020-12-16 05:34:45 +03:00
[[package]]
name = "async-channel"
version = "1.6.1"
2020-12-16 05:34:45 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"
2020-12-16 05:34:45 +03:00
dependencies = [
"concurrent-queue",
"event-listener",
"futures-core",
]
[[package]]
name = "async-executor"
version = "1.4.1"
2020-12-16 05:34:45 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"
2020-12-16 05:34:45 +03:00
dependencies = [
"async-task",
"concurrent-queue",
"fastrand",
"futures-lite",
"once_cell",
"slab",
2020-12-16 05:34:45 +03:00
]
[[package]]
name = "async-fs"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b3ca4f8ff117c37c278a2f7415ce9be55560b846b5bc4412aaa5d29c1c3dae2"
dependencies = [
"async-lock",
"blocking",
"futures-lite",
]
[[package]]
name = "async-io"
version = "1.6.0"
2020-12-16 05:34:45 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a811e6a479f2439f0c04038796b5cfb3d2ad56c230e0f2d3f7b04d68cfee607b"
2020-12-16 05:34:45 +03:00
dependencies = [
"concurrent-queue",
"futures-lite",
"libc",
"log",
"once_cell",
"parking",
"polling",
"slab",
"socket2",
2020-12-16 05:34:45 +03:00
"waker-fn",
"winapi",
]
[[package]]
name = "async-lock"
version = "2.5.0"
2020-12-16 05:34:45 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e97a171d191782fba31bb902b14ad94e24a68145032b7eedf871ab0bc0d077b6"
2020-12-16 05:34:45 +03:00
dependencies = [
"event-listener",
]
[[package]]
name = "async-net"
version = "1.6.1"
2020-12-16 05:34:45 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5373304df79b9b4395068fb080369ec7178608827306ce4d081cba51cac551df"
2020-12-16 05:34:45 +03:00
dependencies = [
"async-io",
"blocking",
"futures-lite",
]
[[package]]
name = "async-process"
version = "1.3.0"
2020-12-16 05:34:45 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83137067e3a2a6a06d67168e49e68a0957d215410473a740cea95a2425c0b7c6"
2020-12-16 05:34:45 +03:00
dependencies = [
"async-io",
"blocking",
"cfg-if",
2020-12-16 05:34:45 +03:00
"event-listener",
"futures-lite",
"libc",
2020-12-16 05:34:45 +03:00
"once_cell",
"signal-hook 0.3.13",
2020-12-16 05:34:45 +03:00
"winapi",
]
[[package]]
name = "async-task"
version = "4.2.0"
2020-12-16 05:34:45 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30696a84d817107fc028e049980e09d5e140e8da8f1caeb17e8e950658a3cea9"
2020-12-16 05:34:45 +03:00
[[package]]
name = "atomic-waker"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"
2020-04-09 02:44:29 +03:00
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
2020-04-09 02:44:29 +03:00
dependencies = [
"hermit-abi",
"libc",
"winapi",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "autocfg"
version = "1.1.0"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2020-04-09 02:44:29 +03:00
[[package]]
name = "backtrace"
version = "0.3.65"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11a17d453482a265fd5f8479f2a3f405566e6ca627837aaddb85af8b1ab8ef61"
2020-04-09 02:44:29 +03:00
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "bitflags"
version = "1.3.2"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2020-04-09 02:44:29 +03:00
2020-12-16 05:34:45 +03:00
[[package]]
name = "blocking"
version = "1.2.0"
2020-12-16 05:34:45 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6ccb65d468978a086b69884437ded69a90faab3bbe6e67f242173ea728acccc"
2020-12-16 05:34:45 +03:00
dependencies = [
"async-channel",
"async-task",
"atomic-waker",
"fastrand",
"futures-lite",
"once_cell",
]
2020-04-09 02:44:29 +03:00
[[package]]
name = "bottom"
version = "0.6.9"
2020-04-09 02:44:29 +03:00
dependencies = [
"anyhow",
"assert_cmd",
"backtrace",
"cargo-husky",
"cfg-if",
"clap",
"clap_complete",
"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 09:13:48 +03:00
"concat-string",
"crossterm",
"ctrlc",
"dirs",
"fern",
"futures",
"futures-timer",
"fxhash",
"heim",
"indexmap",
"itertools",
"kstring",
"libc",
"log",
"mach2",
2022-02-13 00:40:33 +03:00
"nvml-wrapper",
"once_cell",
"predicates",
"procfs",
"regex",
"serde",
"serde_json",
"smol",
"starship-battery",
"sysctl",
"sysinfo",
"thiserror",
"time",
"toml",
"tui",
"typed-builder",
"unicode-segmentation",
"unicode-width",
"winapi",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "bstr"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
dependencies = [
"lazy_static",
"memchr",
"regex-automata",
]
[[package]]
name = "byteorder"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2020-12-16 05:34:45 +03:00
[[package]]
name = "cache-padded"
version = "1.2.0"
2020-12-16 05:34:45 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"
2020-12-16 05:34:45 +03:00
[[package]]
name = "cargo-husky"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b02b629252fe8ef6460461409564e2c21d0c8e77e0944f3d189ff06c4e932ad"
2020-04-09 02:44:29 +03:00
[[package]]
name = "cassowary"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53"
2020-04-09 02:44:29 +03:00
[[package]]
name = "cc"
version = "1.0.73"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
2020-04-09 02:44:29 +03:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2020-04-09 02:44:29 +03:00
[[package]]
name = "clap"
version = "3.1.12"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c167e37342afc5f33fd87bbc870cedd020d2a6dffa05d45ccd9241fbdd146db"
2020-04-09 02:44:29 +03:00
dependencies = [
"atty",
"bitflags",
"clap_lex",
"indexmap",
"lazy_static",
"strsim 0.10.0",
"termcolor",
"terminal_size",
"textwrap",
]
[[package]]
name = "clap_complete"
version = "3.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1506b87ee866f7a53a5131f7b31fba656170d797e873d0609884cfd56b8bbda8"
dependencies = [
"clap",
]
[[package]]
name = "clap_lex"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "189ddd3b5d32a70b35e7686054371742a937b0d99128e76dde6340210e966669"
dependencies = [
"os_str_bytes",
]
[[package]]
name = "clap_mangen"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca2ff85c3fa1e7c1a4229f7b4221f769757c3982e2afd3e6d9381d59db2c7e61"
dependencies = [
"clap",
"roff",
]
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 09:13:48 +03:00
[[package]]
name = "concat-string"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7439becb5fafc780b6f4de382b1a7a3e70234afe783854a4702ee8adbb838609"
2020-12-16 05:34:45 +03:00
[[package]]
name = "concurrent-queue"
version = "1.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"
dependencies = [
"cache-padded",
]
2020-04-09 02:44:29 +03:00
[[package]]
name = "core-foundation"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
2020-04-09 02:44:29 +03:00
dependencies = [
2020-12-16 05:34:45 +03:00
"core-foundation-sys 0.7.0",
"libc",
]
[[package]]
name = "core-foundation"
version = "0.9.3"
2020-12-16 05:34:45 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
2020-12-16 05:34:45 +03:00
dependencies = [
"core-foundation-sys 0.8.3",
"libc",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "core-foundation-sys"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
2020-04-09 02:44:29 +03:00
2020-12-16 05:34:45 +03:00
[[package]]
name = "core-foundation-sys"
version = "0.8.3"
2020-12-16 05:34:45 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
2020-12-16 05:34:45 +03:00
2020-04-09 02:44:29 +03:00
[[package]]
name = "crossbeam-channel"
version = "0.5.4"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aaa7bd5fb665c6864b5f963dd9097905c54125909c7aa94c9e18507cdbe6c53"
2020-04-09 02:44:29 +03:00
dependencies = [
"cfg-if",
"crossbeam-utils",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "crossbeam-deque"
version = "0.8.1"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
2020-04-09 02:44:29 +03:00
dependencies = [
"cfg-if",
"crossbeam-epoch",
"crossbeam-utils",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "crossbeam-epoch"
version = "0.9.8"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1145cf131a2c6ba0615079ab6a638f7e1973ac9c2634fcbeaaad6114246efe8c"
2020-04-09 02:44:29 +03:00
dependencies = [
"autocfg",
"cfg-if",
"crossbeam-utils",
"lazy_static",
"memoffset",
"scopeguard",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "crossbeam-utils"
version = "0.8.8"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"
2020-04-09 02:44:29 +03:00
dependencies = [
"cfg-if",
"lazy_static",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "crossterm"
version = "0.18.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e86d73f2a0b407b5768d10a8c720cf5d2df49a9efc10ca09176d201ead4b7fb"
dependencies = [
"bitflags",
"crossterm_winapi",
"lazy_static",
"libc",
"mio",
"parking_lot",
"signal-hook 0.1.17",
"winapi",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "crossterm_winapi"
version = "0.6.2"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2265c3f8e080075d9b6417aa72293fc71662f34b4af2612d8d1b074d29510db"
2020-04-09 02:44:29 +03:00
dependencies = [
"winapi",
]
[[package]]
name = "ctrlc"
version = "3.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b37feaa84e6861e00a1f5e5aa8da3ee56d605c9992d33e082786754828e20865"
dependencies = [
"nix 0.24.1",
"winapi",
2020-04-09 02:44:29 +03:00
]
2022-02-13 00:40:33 +03:00
[[package]]
name = "darling"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858"
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b"
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim 0.9.3",
"syn",
]
[[package]]
name = "darling_macro"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72"
dependencies = [
"darling_core",
"quote",
"syn",
]
[[package]]
name = "difflib"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
2020-04-09 02:44:29 +03:00
[[package]]
name = "dirs"
version = "4.0.0"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
2020-04-09 02:44:29 +03:00
dependencies = [
"dirs-sys",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "dirs-sys"
version = "0.3.7"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
2020-04-09 02:44:29 +03:00
dependencies = [
"libc",
"redox_users",
"winapi",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "doc-comment"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
2020-04-09 02:44:29 +03:00
[[package]]
name = "either"
version = "1.6.1"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
2020-04-09 02:44:29 +03:00
2020-12-16 05:34:45 +03:00
[[package]]
name = "event-listener"
version = "2.5.2"
2020-12-16 05:34:45 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71"
2020-12-16 05:34:45 +03:00
[[package]]
name = "fastrand"
version = "1.7.0"
2020-12-16 05:34:45 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
2020-12-16 05:34:45 +03:00
dependencies = [
"instant",
]
2020-04-09 02:44:29 +03:00
[[package]]
name = "fern"
version = "0.6.1"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3bdd7b0849075e79ee9a1836df22c717d1eba30451796fdc631b04565dd11e2a"
2020-04-09 02:44:29 +03:00
dependencies = [
"log",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "float-cmp"
version = "0.9.0"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
2020-04-09 02:44:29 +03:00
dependencies = [
"num-traits",
2020-04-09 02:44:29 +03:00
]
2022-02-13 00:40:33 +03:00
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2020-04-09 02:44:29 +03:00
[[package]]
name = "futures"
version = "0.3.21"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"
2020-04-09 02:44:29 +03:00
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "futures-channel"
version = "0.3.21"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
2020-04-09 02:44:29 +03:00
dependencies = [
"futures-core",
"futures-sink",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "futures-core"
version = "0.3.21"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
2020-04-09 02:44:29 +03:00
[[package]]
name = "futures-executor"
version = "0.3.21"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"
2020-04-09 02:44:29 +03:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "futures-io"
version = "0.3.21"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
2020-04-09 02:44:29 +03:00
2020-12-16 05:34:45 +03:00
[[package]]
name = "futures-lite"
version = "1.12.0"
2020-12-16 05:34:45 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
2020-12-16 05:34:45 +03:00
dependencies = [
"fastrand",
"futures-core",
"futures-io",
"memchr",
"parking",
"pin-project-lite",
2020-12-16 05:34:45 +03:00
"waker-fn",
]
2020-04-09 02:44:29 +03:00
[[package]]
name = "futures-macro"
version = "0.3.21"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"
2020-04-09 02:44:29 +03:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "futures-sink"
version = "0.3.21"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
2020-04-09 02:44:29 +03:00
[[package]]
name = "futures-task"
version = "0.3.21"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
2020-04-09 02:44:29 +03:00
2020-12-16 05:34:45 +03:00
[[package]]
name = "futures-timer"
version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"
2020-04-09 02:44:29 +03:00
[[package]]
name = "futures-util"
version = "0.3.21"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
2020-04-09 02:44:29 +03:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "fxhash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
dependencies = [
"byteorder",
]
2020-04-09 02:44:29 +03:00
[[package]]
name = "getrandom"
version = "0.2.6"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad"
2020-04-09 02:44:29 +03:00
dependencies = [
"cfg-if",
"libc",
"wasi",
2020-04-09 02:44:29 +03:00
]
2020-05-15 05:22:29 +03:00
[[package]]
name = "gimli"
version = "0.26.1"
2020-05-15 05:22:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"
2020-05-15 05:22:29 +03:00
[[package]]
name = "glob"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
[[package]]
name = "hashbrown"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
2020-04-09 02:44:29 +03:00
[[package]]
name = "heim"
2020-12-16 05:34:45 +03:00
version = "0.1.0-rc.1"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-16 05:34:45 +03:00
checksum = "b8a653442b9bdd11a77d3753a60443c60c4437d3acac8e6c3d4a6a9acd7cceed"
2020-04-09 02:44:29 +03:00
dependencies = [
"heim-common",
"heim-cpu",
"heim-disk",
"heim-memory",
"heim-net",
"heim-runtime",
"heim-sensors",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "heim-common"
2020-12-16 05:34:45 +03:00
version = "0.1.0-rc.1"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-16 05:34:45 +03:00
checksum = "d767e6e47cf88abe7c9a5ebb4df82f180d30d9c0ba0269b6d166482461765834"
2020-04-09 02:44:29 +03:00
dependencies = [
"cfg-if",
"core-foundation 0.9.3",
"futures-core",
"futures-util",
"lazy_static",
"libc",
2020-08-30 03:41:41 +03:00
"mach",
"nix 0.19.1",
"pin-utils",
"uom",
"winapi",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "heim-cpu"
version = "0.1.0-rc.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ba5fb13a3b90581d22b4edf99e87c54316444622ae123d36816a227a7caa6df"
dependencies = [
"cfg-if",
"futures",
"glob",
"heim-common",
"heim-runtime",
"lazy_static",
"libc",
"mach",
"ntapi 0.3.7",
"smol",
"winapi",
]
2020-04-09 02:44:29 +03:00
[[package]]
name = "heim-disk"
2020-12-16 05:34:45 +03:00
version = "0.1.0-rc.1"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-16 05:34:45 +03:00
checksum = "75603ff3868851c04954ee86bf610a6bd45be2732a0e81c35fd72b2b90fa4718"
2020-04-09 02:44:29 +03:00
dependencies = [
"bitflags",
"cfg-if",
"core-foundation 0.9.3",
"heim-common",
"heim-runtime",
"libc",
2020-08-30 03:41:41 +03:00
"mach",
"widestring",
"winapi",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "heim-memory"
2020-12-16 05:34:45 +03:00
version = "0.1.0-rc.1"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-16 05:34:45 +03:00
checksum = "6fa81bccc5e81ab0c68f520ecba5cb42817bacabfc6120160de886754ad0e3e1"
2020-04-09 02:44:29 +03:00
dependencies = [
"cfg-if",
"heim-common",
"heim-runtime",
"lazy_static",
"libc",
2020-08-30 03:41:41 +03:00
"mach",
"winapi",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "heim-net"
2020-12-16 05:34:45 +03:00
version = "0.1.0-rc.1"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-16 05:34:45 +03:00
checksum = "d13afa5e9b71c813c1e087bb27f51ae87d3a6d68a2bdd045bae4322dfae4948b"
2020-04-09 02:44:29 +03:00
dependencies = [
"bitflags",
"cfg-if",
"heim-common",
"heim-runtime",
"libc",
"macaddr",
"nix 0.19.1",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "heim-runtime"
2020-12-16 05:34:45 +03:00
version = "0.1.0-rc.1"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-16 05:34:45 +03:00
checksum = "54ec7e5238c8f0dd0cc60914d31a5a7aadd4cde74c966a76c1caed1f5224e9b8"
2020-04-09 02:44:29 +03:00
dependencies = [
2020-12-16 05:34:45 +03:00
"futures",
"futures-timer",
"once_cell",
"smol",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "heim-sensors"
2020-12-16 05:34:45 +03:00
version = "0.1.0-rc.1"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-16 05:34:45 +03:00
checksum = "82de7f0784d3b0c53f2e8875c63f430bf6718b03ec8ddce905c12887031158f5"
2020-04-09 02:44:29 +03:00
dependencies = [
"cfg-if",
"heim-common",
"heim-runtime",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "hermit-abi"
version = "0.1.19"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2020-04-09 02:44:29 +03:00
dependencies = [
"libc",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2022-02-13 00:40:33 +03:00
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
[[package]]
name = "indexmap"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee"
dependencies = [
"autocfg",
"hashbrown",
]
[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
"cfg-if",
]
2020-04-09 02:44:29 +03:00
[[package]]
name = "itertools"
version = "0.10.3"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
2020-04-09 02:44:29 +03:00
dependencies = [
"either",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "itoa"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
[[package]]
name = "kstring"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec3066350882a1cd6d950d055997f379ac37fd39f81cd4d8ed186032eb3c5747"
dependencies = [
"static_assertions",
]
2020-04-09 02:44:29 +03:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2020-04-09 02:44:29 +03:00
2020-04-17 03:06:50 +03:00
[[package]]
name = "lazycell"
2020-08-30 03:41:41 +03:00
version = "1.3.0"
2020-04-17 03:06:50 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-30 03:41:41 +03:00
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2020-04-17 03:06:50 +03:00
2020-04-09 02:44:29 +03:00
[[package]]
name = "libc"
version = "0.2.124"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21a41fed9d98f27ab1c6d161da622a4fa35e8a54a8adc24bbf3ddd0ef70b0e50"
2020-04-09 02:44:29 +03:00
2022-02-13 00:40:33 +03:00
[[package]]
name = "libloading"
version = "0.6.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "351a32417a12d5f7e82c368a66781e307834dae04c6ce0cd4456d52989229883"
dependencies = [
"cfg-if",
"winapi",
]
[[package]]
name = "lock_api"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
dependencies = [
"autocfg",
"scopeguard",
]
2020-04-09 02:44:29 +03:00
[[package]]
name = "log"
version = "0.4.16"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8"
2020-04-09 02:44:29 +03:00
dependencies = [
"cfg-if",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "macaddr"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baee0bbc17ce759db233beb01648088061bf678383130602a298e6998eedb2d8"
2020-04-09 02:44:29 +03:00
[[package]]
name = "mach"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
2020-04-09 02:44:29 +03:00
dependencies = [
"libc",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "mach2"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d0d1830bcd151a6fc4aea1369af235b36c1528fe976b8ff678683c9995eade8"
dependencies = [
"libc",
]
2020-04-09 02:44:29 +03:00
[[package]]
name = "memchr"
version = "2.4.1"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
2020-04-09 02:44:29 +03:00
[[package]]
name = "memoffset"
version = "0.6.5"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
dependencies = [
"autocfg",
]
2020-04-09 02:44:29 +03:00
[[package]]
name = "miniz_oxide"
version = "0.5.1"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2b29bd4bc3f33391105ebee3589c19197c4271e3e5a9ec9bfe8127eeff8f082"
2020-04-09 02:44:29 +03:00
dependencies = [
"adler",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "mio"
version = "0.7.14"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
2020-04-09 02:44:29 +03:00
dependencies = [
"libc",
"log",
"miow",
"ntapi 0.3.7",
"winapi",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "miow"
version = "0.3.7"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
2020-04-09 02:44:29 +03:00
dependencies = [
2020-12-16 05:34:45 +03:00
"winapi",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "nix"
version = "0.19.1"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2ccba0cfe4fdf15982d1674c69b1fd80bad427d293849982668dfe454bd61f2"
dependencies = [
"bitflags",
"cc",
"cfg-if",
"libc",
]
[[package]]
name = "nix"
version = "0.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f866317acbd3a240710c63f065ffb1e4fd466259045ccb504130b7f668f35c6"
dependencies = [
"bitflags",
"cc",
"cfg-if",
"libc",
"memoffset",
]
[[package]]
name = "nix"
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f17df307904acd05aa8e32e97bb20f2a0df1728bbc2d771ae8f9a90463441e9"
2020-04-09 02:44:29 +03:00
dependencies = [
"bitflags",
"cfg-if",
"libc",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "normalize-line-endings"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
2020-04-09 02:44:29 +03:00
[[package]]
name = "ntapi"
version = "0.3.7"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
2020-04-09 02:44:29 +03:00
dependencies = [
"winapi",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "ntapi"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc51db7b362b205941f71232e56c625156eb9a929f8cf74a428fd5bc094a4afc"
dependencies = [
"winapi",
]
2020-04-09 02:44:29 +03:00
[[package]]
name = "num-integer"
version = "0.1.44"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
2020-04-09 02:44:29 +03:00
dependencies = [
"autocfg",
"num-traits",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "num-rational"
2020-12-16 05:34:45 +03:00
version = "0.3.2"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-16 05:34:45 +03:00
checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"
2020-04-09 02:44:29 +03:00
dependencies = [
"autocfg",
"num-integer",
"num-traits",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "num-traits"
version = "0.2.14"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
2020-04-09 02:44:29 +03:00
dependencies = [
"autocfg",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "num_cpus"
version = "1.13.1"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
2020-04-09 02:44:29 +03:00
dependencies = [
"hermit-abi",
"libc",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "num_threads"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aba1801fb138d8e85e11d0fc70baf4fe1cdfffda7c6cd34a854905df588e5ed0"
dependencies = [
"libc",
]
2022-02-13 00:40:33 +03:00
[[package]]
name = "nvml-wrapper"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f6fb95ab904553d1b8914d340cadd0b34bee1cc984668eaa096a018f04ed8b8"
dependencies = [
"bitflags",
"libloading",
"nvml-wrapper-sys",
"static_assertions",
"thiserror",
"wrapcenum-derive",
]
[[package]]
name = "nvml-wrapper-sys"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4be195fa681ad2a9c903a866bc3f97f174333f04fb7b9e7c1f2413452f698484"
dependencies = [
"libloading",
]
2020-05-15 05:22:29 +03:00
[[package]]
name = "object"
version = "0.28.3"
2020-05-15 05:22:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40bec70ba014595f99f7aa110b84331ffe1ee9aece7fe6f387cc7e3ecda4d456"
dependencies = [
"memchr",
]
2020-05-15 05:22:29 +03:00
2020-04-09 02:44:29 +03:00
[[package]]
name = "once_cell"
version = "1.5.2"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0"
2020-04-09 02:44:29 +03:00
[[package]]
name = "os_str_bytes"
version = "6.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
2020-04-09 02:44:29 +03:00
[[package]]
2020-12-16 05:34:45 +03:00
name = "parking"
version = "2.0.0"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-16 05:34:45 +03:00
checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
2020-04-09 02:44:29 +03:00
[[package]]
name = "parking_lot"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
dependencies = [
"instant",
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
dependencies = [
"cfg-if",
"instant",
"libc",
"redox_syscall",
"smallvec",
"winapi",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "pin-project-lite"
version = "0.2.9"
2020-12-16 05:34:45 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
2020-12-16 05:34:45 +03:00
2020-04-09 02:44:29 +03:00
[[package]]
name = "pin-utils"
2020-04-26 07:11:34 +03:00
version = "0.1.0"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2020-04-09 02:44:29 +03:00
[[package]]
2020-12-16 05:34:45 +03:00
name = "polling"
version = "2.2.0"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"
2020-12-16 05:34:45 +03:00
dependencies = [
"cfg-if",
2020-12-16 05:34:45 +03:00
"libc",
"log",
"wepoll-ffi",
2020-12-16 05:34:45 +03:00
"winapi",
]
2020-04-09 02:44:29 +03:00
[[package]]
name = "predicates"
version = "2.1.1"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5aab5be6e4732b473071984b3164dbbfb7a3674d30ea5ff44410b6bcd960c3c"
2020-04-09 02:44:29 +03:00
dependencies = [
"difflib",
"float-cmp",
"itertools",
"normalize-line-endings",
"predicates-core",
"regex",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "predicates-core"
version = "1.0.3"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da1c2388b1513e1b605fcec39a95e0a9e8ef088f71443ef37099fa9ae6673fcb"
2020-04-09 02:44:29 +03:00
[[package]]
name = "predicates-tree"
version = "1.0.5"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d86de6de25020a36c6d3643a86d9a6a9f552107c0559c60ea03551b5e16c032"
2020-04-09 02:44:29 +03:00
dependencies = [
"predicates-core",
"termtree",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "proc-macro2"
version = "1.0.37"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec757218438d5fda206afc041538b2f6d889286160d649a86a24d37e1235afd1"
2020-04-09 02:44:29 +03:00
dependencies = [
"unicode-xid",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "procfs"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0941606b9934e2d98a3677759a971756eb821f75764d0e0d26946d08e74d9104"
dependencies = [
"bitflags",
"byteorder",
"hex",
"lazy_static",
"libc",
]
2020-04-09 02:44:29 +03:00
[[package]]
name = "quote"
version = "1.0.18"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
2020-04-09 02:44:29 +03:00
dependencies = [
"proc-macro2",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "rayon"
version = "1.5.2"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd249e82c21598a9a426a4e00dd7adc1d640b22445ec8545feef801d1a74c221"
2020-04-09 02:44:29 +03:00
dependencies = [
"autocfg",
"crossbeam-deque",
"either",
"rayon-core",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "rayon-core"
version = "1.9.2"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f51245e1e62e1f1629cbfec37b5793bbabcaeb90f30e94d2ba03564687353e4"
2020-04-09 02:44:29 +03:00
dependencies = [
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils",
"num_cpus",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "redox_syscall"
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
dependencies = [
"bitflags",
]
2020-04-09 02:44:29 +03:00
[[package]]
name = "redox_users"
version = "0.4.3"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
2020-04-09 02:44:29 +03:00
dependencies = [
"getrandom",
"redox_syscall",
"thiserror",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "regex"
version = "1.5.5"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
2020-04-09 02:44:29 +03:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "regex-automata"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
2020-04-09 02:44:29 +03:00
[[package]]
name = "regex-syntax"
version = "0.6.25"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
2020-04-09 02:44:29 +03:00
[[package]]
name = "roff"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b833d8d034ea094b1ea68aa6d5c740e0d04bad9d16568d08ba6f76823a114316"
2020-04-09 02:44:29 +03:00
[[package]]
name = "rustc-demangle"
version = "0.1.21"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
2020-04-09 02:44:29 +03:00
[[package]]
name = "ryu"
version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
2020-04-09 02:44:29 +03:00
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2020-04-09 02:44:29 +03:00
[[package]]
name = "serde"
version = "1.0.136"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
2020-04-09 02:44:29 +03:00
dependencies = [
"serde_derive",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "serde_derive"
version = "1.0.136"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"
2020-04-09 02:44:29 +03:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "serde_json"
version = "1.0.82"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82c2c1fdcd807d1098552c5b9a36e425e42e9fbd7c6a37a8425f390f781f7fa7"
dependencies = [
"itoa",
"ryu",
"serde",
]
2020-04-09 02:44:29 +03:00
[[package]]
name = "signal-hook"
version = "0.1.17"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e31d442c16f047a671b5a71e2161d6e68814012b7f5379d269ebd915fac2729"
2020-04-09 02:44:29 +03:00
dependencies = [
"libc",
"mio",
"signal-hook-registry",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "signal-hook"
version = "0.3.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "647c97df271007dcea485bb74ffdb57f2e683f1306c854f468a0c244badabf2d"
dependencies = [
"libc",
"signal-hook-registry",
]
2020-04-09 02:44:29 +03:00
[[package]]
name = "signal-hook-registry"
version = "1.4.0"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
2020-04-09 02:44:29 +03:00
dependencies = [
"libc",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "slab"
version = "0.4.6"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"
2020-04-09 02:44:29 +03:00
[[package]]
name = "smallvec"
version = "1.8.0"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
2020-12-16 05:34:45 +03:00
[[package]]
name = "smol"
version = "1.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85cf3b5351f3e783c1d79ab5fc604eeed8b8ae9abd36b166e8b87a089efd85e4"
dependencies = [
"async-channel",
"async-executor",
"async-fs",
"async-io",
"async-lock",
"async-net",
"async-process",
"blocking",
"futures-lite",
"once_cell",
]
[[package]]
name = "socket2"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
dependencies = [
"libc",
"winapi",
]
2020-04-09 02:44:29 +03:00
[[package]]
name = "starship-battery"
version = "0.7.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3336198ad004af4447ae69be4f4e562c26814570f8f0c1e37858405a294e015d"
dependencies = [
"cfg-if",
"core-foundation 0.7.0",
"lazycell",
"libc",
"mach",
"nix 0.23.1",
"num-traits",
"uom",
"winapi",
]
2022-02-13 00:40:33 +03:00
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2020-04-09 02:44:29 +03:00
[[package]]
name = "strsim"
version = "0.9.3"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
2020-04-09 02:44:29 +03:00
2022-02-13 00:40:33 +03:00
[[package]]
name = "strsim"
version = "0.10.0"
2022-02-13 00:40:33 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2022-02-13 00:40:33 +03:00
2020-04-09 02:44:29 +03:00
[[package]]
name = "syn"
version = "1.0.91"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b683b2b825c8eef438b77c36a06dc262294da3d5a5813fac20da149241dcd44d"
2020-04-09 02:44:29 +03:00
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "sysctl"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "225e483f02d0ad107168dc57381a8a40c3aeea6abe47f37506931f861643cfa8"
dependencies = [
"bitflags",
"byteorder",
"libc",
"thiserror",
"walkdir",
]
2020-04-09 02:44:29 +03:00
[[package]]
name = "sysinfo"
version = "0.26.4"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7890fff842b8db56f2033ebee8f6efe1921475c3830c115995552914fb967580"
2020-04-09 02:44:29 +03:00
dependencies = [
"cfg-if",
"core-foundation-sys 0.8.3",
"libc",
"ntapi 0.4.0",
"once_cell",
"rayon",
"winapi",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "termcolor"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
dependencies = [
"winapi-util",
]
[[package]]
name = "terminal_size"
version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"
dependencies = [
"libc",
"winapi",
]
[[package]]
name = "termtree"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "507e9898683b6c43a9aa55b64259b721b52ba226e0f3779137e50ad114a4c90b"
2020-04-09 02:44:29 +03:00
[[package]]
name = "textwrap"
version = "0.15.0"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
2020-04-09 02:44:29 +03:00
dependencies = [
"terminal_size",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "thiserror"
version = "1.0.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2020-04-09 02:44:29 +03:00
[[package]]
name = "time"
version = "0.3.9"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd"
2020-04-09 02:44:29 +03:00
dependencies = [
"itoa",
"libc",
"num_threads",
"time-macros",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "time-macros"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792"
2020-04-09 02:44:29 +03:00
[[package]]
name = "toml"
version = "0.5.9"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
2020-04-09 02:44:29 +03:00
dependencies = [
"serde",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "tui"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ced152a8e9295a5b168adc254074525c17ac4a83c90b2716274cc38118bddc9"
2020-04-09 02:44:29 +03:00
dependencies = [
"bitflags",
"cassowary",
"crossterm",
"unicode-segmentation",
"unicode-width",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "typed-builder"
version = "0.10.0"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89851716b67b937e393b3daa8423e67ddfc4bbbf1654bcf05488e95e0828db0c"
2020-04-09 02:44:29 +03:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "typenum"
version = "1.15.0"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
2020-04-09 02:44:29 +03:00
[[package]]
name = "unicode-segmentation"
version = "1.9.0"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
2020-04-09 02:44:29 +03:00
[[package]]
name = "unicode-width"
version = "0.1.9"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
2020-04-09 02:44:29 +03:00
[[package]]
name = "unicode-xid"
version = "0.2.2"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
2020-04-09 02:44:29 +03:00
2020-04-17 03:06:50 +03:00
[[package]]
name = "uom"
version = "0.30.0"
2020-04-17 03:06:50 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e76503e636584f1e10b9b3b9498538279561adcef5412927ba00c2b32c4ce5ed"
2020-04-17 03:06:50 +03:00
dependencies = [
2020-08-30 03:41:41 +03:00
"num-rational",
"num-traits",
"typenum",
2020-04-17 03:06:50 +03:00
]
2020-04-09 02:44:29 +03:00
[[package]]
name = "wait-timeout"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
2020-04-09 02:44:29 +03:00
dependencies = [
"libc",
2020-04-09 02:44:29 +03:00
]
2020-12-16 05:34:45 +03:00
[[package]]
name = "waker-fn"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
[[package]]
name = "walkdir"
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
dependencies = [
"same-file",
"winapi",
"winapi-util",
]
2020-04-09 02:44:29 +03:00
[[package]]
name = "wasi"
version = "0.10.2+wasi-snapshot-preview1"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
2020-04-09 02:44:29 +03:00
2020-12-16 05:34:45 +03:00
[[package]]
name = "wepoll-ffi"
version = "0.1.2"
2020-12-16 05:34:45 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"
2020-12-16 05:34:45 +03:00
dependencies = [
"cc",
]
2020-04-09 02:44:29 +03:00
[[package]]
name = "widestring"
version = "0.4.3"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"
2020-04-09 02:44:29 +03:00
[[package]]
name = "winapi"
version = "0.3.9"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2020-04-09 02:44:29 +03:00
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2020-04-09 02:44:29 +03:00
[[package]]
name = "winapi-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
"winapi",
]
2020-04-09 02:44:29 +03:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2022-02-13 00:40:33 +03:00
[[package]]
name = "wrapcenum-derive"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bcc065c85ad2c3bd12aa4118bf164835712e25080c392557801a13292c60aec"
dependencies = [
"darling",
"proc-macro2",
"quote",
"syn",
]