bottom/Cargo.lock

1967 lines
48 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.19.0"
2020-05-15 05:22:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
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.69"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800"
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",
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.67"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"
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.8.1"
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",
"const_format",
"crossterm",
"ctrlc",
"dirs",
"fern",
"filedescriptor",
"futures",
"futures-timer",
"fxhash",
"heim",
"humantime",
"humantime-serde",
"indexmap",
"itertools",
"kstring",
"libc",
"log",
"mach2",
2022-02-13 00:40:33 +03:00
"nvml-wrapper",
"once_cell",
"predicates",
"procfs",
"regex",
"serde",
"serde_json",
"starship-battery",
"sysctl",
"sysinfo",
"thiserror",
"time",
2023-03-01 08:14:47 +03:00
"toml_edit",
"tui",
"typed-builder",
"unicode-segmentation",
"unicode-width",
"windows",
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.2.2"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e538f9ee5aa3b3963f09a997035f883677966ed50fce0292611927ce6f6d8c6"
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.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f7a2e0a962c45ce25afce14220bc24f9dade0a1787f185cecf96bfba7847cd8"
dependencies = [
"clap",
]
[[package]]
name = "clap_lex"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
dependencies = [
"os_str_bytes",
]
[[package]]
name = "clap_mangen"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "105180c05a72388d5f5e4e4f6c79eecb92497bda749fa8f963a16647c5d5377f"
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",
]
[[package]]
name = "const_format"
version = "0.2.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7309d9b4d3d2c0641e018d449232f2e28f1b22933c137f157d3dbc14228b8c0e"
dependencies = [
"const_format_proc_macros",
]
[[package]]
name = "const_format_proc_macros"
version = "0.2.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d897f47bf7270cf70d370f8f98c1abb6d2d4cf60a6845d30e05bfb90c6568650"
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
]
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.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e64e6c0fbe2c17357405f7c758c1ef960fce08bdfb2c03d88d2a18d7e09c4b67"
dependencies = [
"bitflags",
"crossterm_winapi",
"libc",
"mio",
"parking_lot",
"signal-hook",
"signal-hook-mio",
"winapi",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "crossterm_winapi"
version = "0.9.0"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ae1b35a484aa10e07fe0638d02301c5ad24de82d310ccbd2f3693da5f09bf1c"
2020-04-09 02:44:29 +03:00
dependencies = [
"winapi",
]
[[package]]
name = "ctrlc"
version = "3.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbcf33c2a618cbe41ee43ae6e9f2e48368cd9f9db2896f10167d8d762679f639"
dependencies = [
2023-01-15 02:37:29 +03:00
"nix 0.26.1",
"windows-sys 0.45.0",
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
[[package]]
name = "enum-as-inner"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9720bba047d567ffc8a3cba48bf19126600e249ab7f128e9233e6376976a116"
dependencies = [
"heck",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "errno"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
dependencies = [
"errno-dragonfly",
"libc",
"winapi",
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
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 = "filedescriptor"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7199d965852c3bac31f779ef99cbb4537f80e952e2d6aa0ffeb30cce00f4f46e"
dependencies = [
"libc",
"thiserror",
"winapi",
]
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.26"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13e2792b0ff0340399d58445b88fd9770e3489eff258a4cbc1523418f12abf84"
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.26"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e5317663a9089767a1ec00a487df42e0ca174b61b4483213ac24448e4664df5"
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.26"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608"
2020-04-09 02:44:29 +03:00
[[package]]
name = "futures-executor"
version = "0.3.26"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8de0a35a6ab97ec8869e32a2473f4b1324459e14c29275d14b10cb1fd19b50e"
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.26"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfb8371b6fb2aeb2d280374607aeabfc99d95c72edfe51692e42d3d7f0d08531"
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.26"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95a73af87da33b5acf53acfebdc339fe592ecf5357ac7c0a7734ab9d8c876a70"
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.26"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f310820bb3e8cfd46c80db4d7fb8353e15dfff853a127158425f31e0be6c8364"
2020-04-09 02:44:29 +03:00
[[package]]
name = "futures-task"
version = "0.3.26"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcf79a1bf610b10f42aea489289c5a2c478a786509693b80cd39c44ccd936366"
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.26"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c1d6de3acfef38d2be4b1f543f553131788603495be83da675e180c8d6b7bd1"
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 0.10.2+wasi-snapshot-preview1",
2020-04-09 02:44:29 +03:00
]
2020-05-15 05:22:29 +03:00
[[package]]
name = "gimli"
version = "0.27.0"
2020-05-15 05:22:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dec7af912d60cdbd3677c1af9352ebae6fb8394d165568a2234df0fa00f87793"
2020-05-15 05:22:29 +03:00
[[package]]
name = "hashbrown"
2023-01-15 03:03:49 +03:00
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-15 03:03:49 +03:00
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
[[package]]
name = "heck"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
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-disk",
"heim-runtime",
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-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-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 = "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"
[[package]]
name = "humantime"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
name = "humantime-serde"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57a3db5ea5923d99402c94e9feb261dc5ee9b4efa158b0315f788cf549cc200c"
dependencies = [
"humantime",
"serde",
]
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"
2023-01-15 03:03:49 +03:00
version = "1.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-15 03:03:49 +03:00
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
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",
]
[[package]]
name = "io-lifetimes"
2023-01-15 02:37:29 +03:00
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-15 02:37:29 +03:00
checksum = "e7d6c6f8c91b4b9ed43484ad1a938e393caf35960fce7f82a040497207bd8e9e"
dependencies = [
"libc",
"windows-sys 0.42.0",
2023-01-15 02:37:29 +03:00
]
2020-04-09 02:44:29 +03:00
[[package]]
name = "itertools"
2023-01-15 02:37:29 +03:00
version = "0.10.5"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-15 02:37:29 +03:00
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
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.137"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
2020-04-09 02:44:29 +03:00
2022-02-13 00:40:33 +03:00
[[package]]
name = "libloading"
2022-11-05 09:12:31 +03:00
version = "0.7.3"
2022-02-13 00:40:33 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 09:12:31 +03:00
checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
2022-02-13 00:40:33 +03:00
dependencies = [
"cfg-if",
"winapi",
]
[[package]]
name = "linux-raw-sys"
2023-01-15 02:37:29 +03:00
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-15 02:37:29 +03:00
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
[[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.17"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
2020-04-09 02:44:29 +03:00
dependencies = [
"cfg-if",
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.6.2"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
2020-04-09 02:44:29 +03:00
dependencies = [
"adler",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "mio"
version = "0.8.5"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"
2020-04-09 02:44:29 +03:00
dependencies = [
"libc",
"log",
"wasi 0.11.0+wasi-snapshot-preview1",
"windows-sys 0.42.0",
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"
2023-01-15 02:37:29 +03:00
version = "0.26.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-15 02:37:29 +03:00
checksum = "46a58d1d356c6597d08cde02c2f09d785b09e28711837b1ed667dc652c08a694"
2020-04-09 02:44:29 +03:00
dependencies = [
"bitflags",
"cfg-if",
"libc",
2023-01-15 02:37:29 +03:00
"static_assertions",
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.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
]
2022-02-13 00:40:33 +03:00
[[package]]
name = "nvml-wrapper"
2023-02-28 03:37:35 +03:00
version = "0.9.0"
2022-02-13 00:40:33 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-28 03:37:35 +03:00
checksum = "7cd21b9f5a1cce3c3515c9ffa85f5c7443e07162dae0ccf4339bb7ca38ad3454"
2022-02-13 00:40:33 +03:00
dependencies = [
"bitflags",
"libloading",
"nvml-wrapper-sys",
"static_assertions",
"thiserror",
"wrapcenum-derive",
]
[[package]]
name = "nvml-wrapper-sys"
2023-02-28 03:37:35 +03:00
version = "0.7.0"
2022-02-13 00:40:33 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-28 03:37:35 +03:00
checksum = "c961a2ea9e91c59a69b78e69090f6f5b867bb46c0c56de9482da232437c4987e"
2022-02-13 00:40:33 +03:00
dependencies = [
"libloading",
]
2020-05-15 05:22:29 +03:00
[[package]]
name = "object"
version = "0.30.2"
2020-05-15 05:22:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b8c786513eb403643f2a88c244c2aaa270ef2153f55094587d0c48a3cf22a83"
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.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0"
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"smallvec",
"windows-sys 0.42.0",
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.5"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd"
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.49"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5"
2020-04-09 02:44:29 +03:00
dependencies = [
"unicode-ident",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "procfs"
2023-03-03 01:40:56 +03:00
version = "0.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-03 01:40:56 +03:00
checksum = "943ca7f9f29bab5844ecd8fdb3992c5969b6622bb9609b9502fef9b4310e3f1f"
dependencies = [
"bitflags",
"byteorder",
"hex",
"lazy_static",
"rustix",
]
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"
2023-01-15 05:19:10 +03:00
version = "1.7.1"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-15 05:19:10 +03:00
checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
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"
2023-01-15 05:19:10 +03:00
version = "0.6.28"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-15 05:19:10 +03:00
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
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 = "rustix"
2023-01-15 02:37:29 +03:00
version = "0.36.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-15 02:37:29 +03:00
checksum = "4feacf7db682c6c329c4ede12649cd36ecab0f3be5b7d74e6a20304725db4549"
dependencies = [
"bitflags",
"errno",
"io-lifetimes",
"libc",
"linux-raw-sys",
"windows-sys 0.42.0",
]
[[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.152"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
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.152"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"
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.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76"
dependencies = [
"itoa",
"ryu",
"serde",
]
2023-03-01 08:14:47 +03:00
[[package]]
name = "serde_spanned"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0efd8caf556a6cebd3b285caf480045fcc1ac04f6bd786b09a6f11af30c4fcf4"
dependencies = [
"serde",
]
2020-04-09 02:44:29 +03:00
[[package]]
name = "signal-hook"
version = "0.3.13"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "647c97df271007dcea485bb74ffdb57f2e683f1306c854f468a0c244badabf2d"
2020-04-09 02:44:29 +03:00
dependencies = [
"libc",
"signal-hook-registry",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "signal-hook-mio"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af"
dependencies = [
"libc",
"mio",
"signal-hook",
]
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.107"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
2020-04-09 02:44:29 +03:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "sysctl"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed66d6a2ccbd656659289bc90767895b7abbdec897a0fc6031aca3ed1cb51d3e"
dependencies = [
"bitflags",
"byteorder",
"enum-as-inner",
"libc",
"thiserror",
"walkdir",
]
2020-04-09 02:44:29 +03:00
[[package]]
name = "sysinfo"
version = "0.26.9"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c18a6156d1f27a9592ee18c1a846ca8dd5c258b7179fc193ae87c74ebb666f5"
2020-04-09 02:44:29 +03:00
dependencies = [
"cfg-if",
"core-foundation-sys 0.8.3",
"libc",
"ntapi",
"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.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2020-04-09 02:44:29 +03:00
[[package]]
name = "time"
version = "0.3.20"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890"
2020-04-09 02:44:29 +03:00
dependencies = [
"itoa",
"serde",
"time-core",
"time-macros",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "time-core"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
[[package]]
name = "time-macros"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd80a657e71da814b8e5d60d3374fc6d35045062245d80224748ae522dd76f36"
dependencies = [
"time-core",
]
2020-04-09 02:44:29 +03:00
[[package]]
2023-03-01 08:14:47 +03:00
name = "toml_datetime"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622"
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
version = "0.19.4"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-01 08:14:47 +03:00
checksum = "9a1eb0622d28f4b9c90adc4ea4b2b46b47663fde9ac5fafcb14a1369d5508825"
2020-04-09 02:44:29 +03:00
dependencies = [
2023-03-01 08:14:47 +03:00
"indexmap",
"serde",
2023-03-01 08:14:47 +03:00
"serde_spanned",
"toml_datetime",
"winnow",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "tui"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccdd26cbd674007e649a272da4475fb666d3aa0ad0531da7136db6fab0e5bad1"
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-ident"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
2020-04-09 02:44:29 +03:00
[[package]]
name = "unicode-segmentation"
version = "1.10.1"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
2020-04-09 02:44:29 +03:00
[[package]]
name = "unicode-width"
version = "0.1.10"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
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
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
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 = "windows"
version = "0.44.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e745dab35a0c4c77aa3ce42d595e13d2003d6902d6b08c9ef5fc326d08da12b"
dependencies = [
"windows-targets",
]
[[package]]
name = "windows-sys"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
]
[[package]]
name = "windows-sys"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
dependencies = [
"windows-targets",
]
[[package]]
name = "windows-targets"
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7"
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
[[package]]
name = "windows_aarch64_msvc"
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
[[package]]
name = "windows_i686_gnu"
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
[[package]]
name = "windows_i686_msvc"
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
[[package]]
name = "windows_x86_64_gnu"
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
[[package]]
name = "windows_x86_64_msvc"
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
2023-03-01 08:14:47 +03:00
[[package]]
name = "winnow"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "faf09497b8f8b5ac5d3bb4d05c0a99be20f26fd3d5f2db7b0716e946d5103658"
dependencies = [
"memchr",
]
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",
]