bottom/Cargo.lock

1596 lines
38 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.16.0"
2020-05-15 05:22:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e61f2b7f93d2c7d2b08263acaa4a363b3e276806c68af6134c44f523bf1aacd"
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 = "ansi_term"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
2020-04-09 02:44:29 +03:00
dependencies = [
"winapi",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "anyhow"
version = "1.0.44"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61604a8f862e1d5c3229fdd78f8b02c68dcf73a4c4b05fd636d12240aaa242c1"
2020-04-09 02:44:29 +03:00
[[package]]
name = "assert_cmd"
version = "1.0.8"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c98233c6673d8601ab23e77eb38f999c51100d46c5703b17288c57fddf3a1ffe"
2020-04-09 02:44:29 +03:00
dependencies = [
"bstr",
"doc-comment",
"predicates 2.0.2",
"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.4.0"
2020-12-16 05:34:45 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6a8ea61bf9947a1007c5cada31e647dbc77b103c679858150003ba697ea798b"
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.2.0"
2020-12-16 05:34:45 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b21b63ab5a0db0369deb913540af2892750e42d949faacc7a61495ac418a1692"
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.10",
2020-12-16 05:34:45 +03:00
"winapi",
]
[[package]]
name = "async-task"
version = "4.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e91831deabf0d6d7ec49552e489aed63b7456a7a3c46cff62adad428110b0af0"
[[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.0.1"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
2020-04-09 02:44:29 +03:00
[[package]]
name = "backtrace"
version = "0.3.61"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7a905d892734eea339e896738c14b9afce22b5318f64b951e70bf3844419b01"
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
]
2020-04-17 03:06:50 +03:00
[[package]]
name = "battery"
version = "0.7.8"
2020-04-17 03:06:50 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4b624268937c0e0a3edb7c27843f9e547c320d730c610d3b8e6e8e95b2026e4"
2020-04-17 03:06:50 +03:00
dependencies = [
"cfg-if",
2020-12-16 05:34:45 +03:00
"core-foundation 0.7.0",
"lazycell",
"libc",
2020-08-30 03:41:41 +03:00
"mach",
"nix 0.19.1",
"num-traits",
"uom",
"winapi",
2020-04-17 03:06:50 +03:00
]
2020-04-09 02:44:29 +03:00
[[package]]
name = "bitflags"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
2020-04-09 02:44:29 +03:00
2020-12-16 05:34:45 +03:00
[[package]]
name = "blocking"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5e170dbede1f740736619b776d7251cb1b9095c435c34d8ca9f57fcd2f335e9"
dependencies = [
"async-channel",
"async-task",
"atomic-waker",
"fastrand",
"futures-lite",
"once_cell",
]
2020-04-09 02:44:29 +03:00
[[package]]
name = "bottom"
2021-09-12 21:02:11 +03:00
version = "0.6.4"
2020-04-09 02:44:29 +03:00
dependencies = [
"anyhow",
"assert_cmd",
"backtrace",
"battery",
"cargo-husky",
"cfg-if",
"chrono",
"clap",
"crossterm",
"ctrlc",
"dirs",
"fern",
"futures",
"futures-timer",
"fxhash",
"heim",
"indexmap",
"itertools",
"libc",
"log",
"once_cell",
"predicates 1.0.8",
"procfs",
"regex",
"serde",
"smol",
"sysinfo",
"thiserror",
"toml",
"tui",
"typed-builder",
"unicode-segmentation",
"unicode-width",
"winapi",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "bstr"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90682c8d613ad3373e66de8c6411e0ae2ab2571e879d2efbf73558cc66f21279"
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.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba"
[[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.70"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d26a6ce4b6a484fa3edb70f7efa6fc430fd2b87285fe8b84304fd0936faa0dc0"
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 = "chrono"
version = "0.4.19"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
2020-04-09 02:44:29 +03:00
dependencies = [
"libc",
"num-integer",
"num-traits",
"time",
"winapi",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "clap"
version = "2.33.3"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
2020-04-09 02:44:29 +03:00
dependencies = [
"ansi_term",
"atty",
"bitflags",
"strsim",
"textwrap",
"unicode-width",
"vec_map",
2020-04-09 02:44:29 +03:00
]
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.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62"
dependencies = [
"core-foundation-sys 0.8.2",
"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.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b"
[[package]]
name = "crc32fast"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
dependencies = [
"cfg-if",
]
2020-04-09 02:44:29 +03:00
[[package]]
name = "crossbeam-channel"
version = "0.5.1"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4"
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.5"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd"
2020-04-09 02:44:29 +03:00
dependencies = [
"cfg-if",
"crossbeam-utils",
"lazy_static",
"memoffset",
"scopeguard",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "crossbeam-utils"
version = "0.8.5"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "377c9b002a72a0b2c1a18c62e2f3864bdfea4a015e3683a96e24aa45dd6c02d1"
dependencies = [
"nix 0.22.1",
"winapi",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "difference"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
2020-04-09 02:44:29 +03:00
[[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 = "3.0.2"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30baa043103c9d0c2a57cf537cc2f35623889dc0d405e6c3cccfadbc81c71309"
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.6"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"
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.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7531096570974c3a9dcf9e4b8e1cede1ec26cf5046219fb3b9d897503b9be59"
[[package]]
name = "fastrand"
version = "1.5.0"
2020-12-16 05:34:45 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b394ed3d285a429378d3b384b9eb1285267e7df4b166df24b7a6939a04dc392e"
2020-12-16 05:34:45 +03:00
dependencies = [
"instant",
]
2020-04-09 02:44:29 +03:00
[[package]]
name = "fern"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c9a4820f0ccc8a7afd67c39a0f1a0f4b07ca1725164271a64939d7aeb9af065"
2020-04-09 02:44:29 +03:00
dependencies = [
"log",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "flate2"
version = "1.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f"
dependencies = [
"cfg-if",
"crc32fast",
"libc",
"miniz_oxide",
]
2020-04-09 02:44:29 +03:00
[[package]]
name = "float-cmp"
version = "0.8.0"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1267f4ac4f343772758f7b1bdcbe767c218bbab93bb432acbf5162bbf85a6c4"
2020-04-09 02:44:29 +03:00
dependencies = [
"num-traits",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "futures"
version = "0.3.17"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a12aa0eb539080d55c3f2d45a67c3b58b6b0773c1a3ca2dfec66d58c97fd66ca"
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.17"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5da6ba8c3bb3c165d3c7319fc1cc8304facf1fb8db99c5de877183c08a273888"
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.17"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88d1c26957f23603395cd326b0ffe64124b818f4449552f960d815cfba83a53d"
2020-04-09 02:44:29 +03:00
[[package]]
name = "futures-executor"
version = "0.3.17"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45025be030969d763025784f7f355043dc6bc74093e4ecc5000ca4dc50d8745c"
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.17"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "522de2a0fe3e380f1bc577ba0474108faf3f6b18321dbf60b3b9c39a75073377"
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.17"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18e4a4b95cea4b4ccbcf1c5675ca7c4ee4e9e75eb79944d07defde18068f79bb"
2020-04-09 02:44:29 +03:00
dependencies = [
"autocfg",
"proc-macro-hack",
"proc-macro2",
"quote",
"syn",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "futures-sink"
version = "0.3.17"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36ea153c13024fe480590b3e3d4cad89a0cfacecc24577b68f86c6ced9c2bc11"
2020-04-09 02:44:29 +03:00
[[package]]
name = "futures-task"
version = "0.3.17"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d3d00f4eddb73e498a54394f228cd55853bdf059259e8e7bc6e69d408892e99"
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.17"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36568465210a3a6ee45e1f165136d68671471a501e632e9a98d96872222b5481"
2020-04-09 02:44:29 +03:00
dependencies = [
"autocfg",
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"proc-macro-hack",
"proc-macro-nested",
"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.3"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
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.25.0"
2020-05-15 05:22:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0a01e0497841a3b2db4f8afa483cce65f7e96a3498bd6c541734792aeac8fe7"
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",
2020-12-16 05:34:45 +03:00
"core-foundation 0.9.1",
"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",
"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",
2020-12-16 05:34:45 +03:00
"core-foundation 0.9.1",
"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"
[[package]]
name = "indexmap"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
dependencies = [
"autocfg",
"hashbrown",
]
[[package]]
name = "instant"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bee0328b1209d157ef001c94dd85b4f8f64139adb0eac2659f4b08382b2f474d"
dependencies = [
"cfg-if",
]
2020-04-09 02:44:29 +03:00
[[package]]
name = "itertools"
version = "0.10.1"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"
2020-04-09 02:44:29 +03:00
dependencies = [
"either",
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.102"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2a5ac8f984bfcf3a823267e5fde638acc3325f6496633a5da6bb6eb2171e103"
2020-04-09 02:44:29 +03:00
[[package]]
name = "lock_api"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712a4d093c9976e24e7dbca41db895dabcbac38eb5f4045393d17a95bdfb1109"
dependencies = [
"scopeguard",
]
2020-04-09 02:44:29 +03:00
[[package]]
name = "log"
version = "0.4.14"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
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 = "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.4"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9"
dependencies = [
"autocfg",
]
2020-04-09 02:44:29 +03:00
[[package]]
name = "miniz_oxide"
version = "0.4.4"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
2020-04-09 02:44:29 +03:00
dependencies = [
"adler",
"autocfg",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "mio"
version = "0.7.13"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c2bdb6314ec10835cd3293dd268473a835c02b7b352e788be788b3c6ca6bb16"
2020-04-09 02:44:29 +03:00
dependencies = [
"libc",
"log",
"miow",
"ntapi",
"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.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7555d6c7164cc913be1ce7f95cbecdabda61eb2ccd89008524af306fb7f5031"
2020-04-09 02:44:29 +03:00
dependencies = [
"bitflags",
"cc",
"cfg-if",
"libc",
"memoffset",
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.6"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
2020-04-09 02:44:29 +03:00
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.0"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
2020-04-09 02:44:29 +03:00
dependencies = [
"hermit-abi",
"libc",
2020-04-09 02:44:29 +03:00
]
2020-05-15 05:22:29 +03:00
[[package]]
name = "object"
version = "0.26.2"
2020-05-15 05:22:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39f37e50073ccad23b6d09bcb5b263f4e76d3bb6038e4a3c08e52162ffa8abc2"
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]]
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.7"
2020-12-16 05:34:45 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443"
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.1.0"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92341d779fa34ea8437ef4d82d440d5e1ce3f3ff7f824aa64424cd481f9a1f25"
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 = "1.0.8"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f49cfaf7fdaa3bfacc6fa3e7054e65148878354a5cfddcf661df4c851f8021df"
2020-04-09 02:44:29 +03:00
dependencies = [
"difference",
"float-cmp",
"normalize-line-endings",
"predicates-core",
"regex",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "predicates"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c143348f141cc87aab5b950021bac6145d0e5ae754b0591de23244cee42c9308"
dependencies = [
"difflib",
"itertools",
"predicates-core",
]
2020-04-09 02:44:29 +03:00
[[package]]
name = "predicates-core"
version = "1.0.2"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57e35a3326b75e49aa85f5dc6ec15b41108cf5aee58eabb1f274dd18b73c2451"
2020-04-09 02:44:29 +03:00
[[package]]
name = "predicates-tree"
version = "1.0.3"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7dd0fd014130206c9352efbdc92be592751b2b9274dff685348341082c6ea3d"
2020-04-09 02:44:29 +03:00
dependencies = [
"predicates-core",
"treeline",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "proc-macro-hack"
version = "0.5.19"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
2020-04-09 02:44:29 +03:00
[[package]]
name = "proc-macro-nested"
version = "0.1.7"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
2020-04-09 02:44:29 +03:00
[[package]]
name = "proc-macro2"
version = "1.0.29"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9f5105d4fdaab20335ca9565e106a5d9b82b6219b5ba735731124ac6711d23d"
2020-04-09 02:44:29 +03:00
dependencies = [
"unicode-xid",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "procfs"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95e344cafeaeefe487300c361654bcfc85db3ac53619eeccced29f5ea18c4c70"
dependencies = [
"bitflags",
"byteorder",
"chrono",
"flate2",
"hex",
"lazy_static",
"libc",
]
2020-04-09 02:44:29 +03:00
[[package]]
name = "quote"
version = "1.0.9"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
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.1"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"
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.1"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"
2020-04-09 02:44:29 +03:00
dependencies = [
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils",
"lazy_static",
"num_cpus",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "redox_syscall"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
dependencies = [
"bitflags",
]
2020-04-09 02:44:29 +03:00
[[package]]
name = "redox_users"
version = "0.4.0"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
2020-04-09 02:44:29 +03:00
dependencies = [
"getrandom",
"redox_syscall",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "regex"
version = "1.5.4"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
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 = "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 = "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.130"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913"
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.130"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b"
2020-04-09 02:44:29 +03:00
dependencies = [
"proc-macro2",
"quote",
"syn",
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.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c98891d737e271a2954825ef19e46bd16bdb98e2746f2eec4f7a4ef7946efd1"
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.4"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c307a32c1c5c437f38c7fd45d753050587732ba8628319fbdf12a7e289ccc590"
2020-04-09 02:44:29 +03:00
[[package]]
name = "smallvec"
version = "1.6.1"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
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.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5dc90fe6c7be1a323296982db1836d1ea9e47b6839496dde9a541bc496df3516"
dependencies = [
"libc",
"winapi",
]
2020-04-09 02:44:29 +03:00
[[package]]
name = "strsim"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
2020-04-09 02:44:29 +03:00
[[package]]
name = "syn"
version = "1.0.76"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6f107db402c2c2055242dbf4d2af0e69197202e9faacbef9571bbe47f5a1b84"
2020-04-09 02:44:29 +03:00
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "sysinfo"
2021-06-26 09:14:44 +03:00
version = "0.18.2"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-26 09:14:44 +03:00
checksum = "d404aefa651a24a7f2a1190fec9fb6380ba84ac511a6fefad79eb0e63d39a97d"
2020-04-09 02:44:29 +03:00
dependencies = [
"cfg-if",
"core-foundation-sys 0.8.2",
"doc-comment",
"libc",
"ntapi",
"once_cell",
"rayon",
"winapi",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "textwrap"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
2020-04-09 02:44:29 +03:00
dependencies = [
"unicode-width",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "thiserror"
version = "1.0.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "602eca064b2d83369e2b2f34b09c70b605402801927c65c11071ac911d299b88"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bad553cc2c78e8de258400763a647e80e6d1b31ee237275d756f6836d204494c"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2020-04-09 02:44:29 +03:00
[[package]]
name = "time"
version = "0.1.44"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
2020-04-09 02:44:29 +03:00
dependencies = [
"libc",
"wasi",
"winapi",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "toml"
version = "0.5.8"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
2020-04-09 02:44:29 +03:00
dependencies = [
"serde",
2020-04-09 02:44:29 +03:00
]
[[package]]
name = "treeline"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7f741b240f1a48843f9b8e0444fb55fb2a4ff67293b50a9179dfd5ea67f8d41"
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.9.1"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a46ee5bd706ff79131be9c94e7edcb82b703c487766a114434e5790361cf08c5"
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.14.0"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b63708a265f51345575b27fe43f9500ad611579e764c79edbc2037b1121959ec"
2020-04-09 02:44:29 +03:00
[[package]]
name = "unicode-segmentation"
version = "1.8.0"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
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]]
2020-12-16 05:34:45 +03:00
name = "vec_map"
version = "0.8.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 = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
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"
2020-04-09 02:44:29 +03:00
[[package]]
name = "wasi"
version = "0.10.0+wasi-snapshot-preview1"
2020-04-09 02:44:29 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
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-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"