exa/Cargo.lock

397 lines
9.9 KiB
Plaintext
Raw Normal View History

2019-04-17 05:53:42 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2021-08-01 22:49:19 +00:00
version = 3
[[package]]
name = "ansi_term"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
dependencies = [
"winapi",
]
[[package]]
name = "autocfg"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
[[package]]
name = "bitflags"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
2016-02-10 19:02:20 +00:00
[[package]]
name = "byteorder"
2021-04-12 21:27:59 +00:00
version = "1.4.3"
2016-02-10 19:02:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-12 21:27:59 +00:00
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2016-02-10 19:02:20 +00:00
[[package]]
name = "cc"
2021-04-12 21:27:59 +00:00
version = "1.0.67"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-12 21:27:59 +00:00
checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd"
dependencies = [
"jobserver",
]
[[package]]
name = "cfg-if"
2021-04-12 21:27:59 +00:00
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-12 21:27:59 +00:00
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "datetime"
version = "0.5.2"
2015-06-05 02:04:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44c3f7a77f3e57fedf80e09136f2d8777ebf621207306f6d96d610af048354bc"
dependencies = [
2020-10-10 00:56:36 +00:00
"libc",
"locale",
"pad",
"redox_syscall",
"winapi",
]
2018-01-31 06:46:46 +00:00
[[package]]
name = "exa"
version = "0.10.1"
2018-01-31 06:46:46 +00:00
dependencies = [
2020-10-10 00:56:36 +00:00
"ansi_term",
"datetime",
"git2",
"glob",
"lazy_static",
"libc",
"locale",
"log",
"natord",
"num_cpus",
"number_prefix",
"scoped_threadpool",
"term_grid",
"terminal_size",
2020-10-10 00:56:36 +00:00
"unicode-width",
"users",
"zoneinfo_compiled",
2018-01-31 06:46:46 +00:00
]
2021-04-12 21:27:59 +00:00
[[package]]
name = "form_urlencoded"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
dependencies = [
"matches",
"percent-encoding",
]
[[package]]
name = "git2"
2021-08-01 22:49:19 +00:00
version = "0.13.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-01 22:49:19 +00:00
checksum = "d9831e983241f8c5591ed53f17d874833e2fa82cac2625f3888c50cbfe136cba"
dependencies = [
2020-10-10 00:56:36 +00:00
"bitflags",
"libc",
"libgit2-sys",
"log",
"openssl-sys",
"url",
]
[[package]]
name = "glob"
2019-04-17 05:53:42 +00:00
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-10 00:56:36 +00:00
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
[[package]]
name = "hermit-abi"
2021-04-12 21:27:59 +00:00
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-12 21:27:59 +00:00
checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
dependencies = [
"libc",
]
[[package]]
name = "idna"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
dependencies = [
2020-10-10 00:56:36 +00:00
"matches",
"unicode-bidi",
"unicode-normalization",
2015-12-15 21:38:56 +00:00
]
[[package]]
name = "jobserver"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "972f5ae5d1cb9c6ae417789196c803205313edde988685da5e3aae0827b9e7fd"
dependencies = [
"libc",
]
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
2021-04-12 21:27:59 +00:00
version = "0.2.93"
2015-11-04 17:01:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-12 21:27:59 +00:00
checksum = "9385f66bf6105b241aa65a61cb923ef20efc665cb9f9bb50ac2f0c4b7f378d41"
2015-11-04 17:01:05 +00:00
[[package]]
name = "libgit2-sys"
2021-08-01 22:49:19 +00:00
version = "0.12.21+1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-01 22:49:19 +00:00
checksum = "86271bacd72b2b9e854c3dcfb82efd538f15f870e4c11af66900effb462f6825"
dependencies = [
2020-10-10 00:56:36 +00:00
"cc",
"libc",
"libz-sys",
"pkg-config",
]
[[package]]
name = "libz-sys"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655"
dependencies = [
2020-10-10 00:56:36 +00:00
"cc",
"libc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "locale"
2017-06-11 08:34:02 +00:00
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-10 00:56:36 +00:00
checksum = "5fdbe492a9c0238da900a1165c42fc5067161ce292678a6fe80921f30fe307fd"
dependencies = [
2020-10-10 00:56:36 +00:00
"libc",
]
[[package]]
name = "log"
2021-04-12 21:27:59 +00:00
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-12 21:27:59 +00:00
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
dependencies = [
2020-10-10 00:56:36 +00:00
"cfg-if",
]
[[package]]
name = "matches"
2019-04-17 05:53:42 +00:00
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-10 00:56:36 +00:00
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
[[package]]
name = "natord"
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-10 00:56:36 +00:00
checksum = "308d96db8debc727c3fd9744aac51751243420e46edf401010908da7f8d5e57c"
[[package]]
name = "num_cpus"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
dependencies = [
"hermit-abi",
2020-10-10 00:56:36 +00:00
"libc",
]
[[package]]
name = "number_prefix"
version = "0.4.0"
2015-01-12 00:20:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
[[package]]
name = "openssl-src"
2021-04-12 21:27:59 +00:00
version = "111.15.0+1.1.1k"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-12 21:27:59 +00:00
checksum = "b1a5f6ae2ac04393b217ea9f700cd04fa9bf3d93fae2872069f3d15d908af70a"
dependencies = [
2020-10-10 00:56:36 +00:00
"cc",
]
[[package]]
name = "openssl-sys"
2021-04-12 21:27:59 +00:00
version = "0.9.61"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-12 21:27:59 +00:00
checksum = "313752393519e876837e09e1fa183ddef0be7735868dced3196f4472d536277f"
dependencies = [
2020-10-10 00:56:36 +00:00
"autocfg",
"cc",
"libc",
"openssl-src",
"pkg-config",
"vcpkg",
]
[[package]]
name = "pad"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2ad9b889f1b12e0b9ee24db044b5129150d5eada288edc800f789928dc8c0e3"
dependencies = [
2020-10-10 00:56:36 +00:00
"unicode-width",
]
[[package]]
name = "percent-encoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
[[package]]
name = "pkg-config"
2020-10-17 19:39:44 +00:00
version = "0.3.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-17 19:39:44 +00:00
checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
[[package]]
name = "redox_syscall"
version = "0.1.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
Parallelise the details view! This commit removes the threadpool in `main.rs` that stats each command-line argument separately, and replaces it with a *scoped* threadpool in `options/details.rs` that builds the table in parallel! Running this on my machine halves the execution time when tree-ing my entire home directory (which isn't exactly a common occurrence, but it's the only way to give exa a large running time) The statting will be added back in parallel at a later stage. This was facilitated by the previous changes to recursion that made it easier to deal with. There's a lot of large sweeping architectural changes. Here's a smattering of them: - In `main.rs`, the files are now passed around as vectors of files rather than array slices of files. This is because `File`s aren't `Clone`, and the `Vec` is necessary to give away ownership of the files at the appropriate point. - In the details view, files are now sorted *all* the time, rather than obeying the command-line order. As they're run in parallel, they have no guaranteed order anyway, so we *have* to sort them again. (I'm not sure if this should be the intended behaviour or not!) This means that the `Details` struct has to have the filter *all* the time, not only while recursing, so it's been moved out of the `recurse` field. - We use `scoped_threadpool` over `threadpool`, a recent addition. It's only safely used on Nightly, which we're using anyway, so that's OK! - Removed a bunch of out-of-date comments. This also fixes #77, mainly by accident :)
2015-09-02 22:19:10 +00:00
[[package]]
name = "scoped_threadpool"
version = "0.1.9"
Parallelise the details view! This commit removes the threadpool in `main.rs` that stats each command-line argument separately, and replaces it with a *scoped* threadpool in `options/details.rs` that builds the table in parallel! Running this on my machine halves the execution time when tree-ing my entire home directory (which isn't exactly a common occurrence, but it's the only way to give exa a large running time) The statting will be added back in parallel at a later stage. This was facilitated by the previous changes to recursion that made it easier to deal with. There's a lot of large sweeping architectural changes. Here's a smattering of them: - In `main.rs`, the files are now passed around as vectors of files rather than array slices of files. This is because `File`s aren't `Clone`, and the `Vec` is necessary to give away ownership of the files at the appropriate point. - In the details view, files are now sorted *all* the time, rather than obeying the command-line order. As they're run in parallel, they have no guaranteed order anyway, so we *have* to sort them again. (I'm not sure if this should be the intended behaviour or not!) This means that the `Details` struct has to have the filter *all* the time, not only while recursing, so it's been moved out of the `recurse` field. - We use `scoped_threadpool` over `threadpool`, a recent addition. It's only safely used on Nightly, which we're using anyway, so that's OK! - Removed a bunch of out-of-date comments. This also fixes #77, mainly by accident :)
2015-09-02 22:19:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-10 00:56:36 +00:00
checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
Parallelise the details view! This commit removes the threadpool in `main.rs` that stats each command-line argument separately, and replaces it with a *scoped* threadpool in `options/details.rs` that builds the table in parallel! Running this on my machine halves the execution time when tree-ing my entire home directory (which isn't exactly a common occurrence, but it's the only way to give exa a large running time) The statting will be added back in parallel at a later stage. This was facilitated by the previous changes to recursion that made it easier to deal with. There's a lot of large sweeping architectural changes. Here's a smattering of them: - In `main.rs`, the files are now passed around as vectors of files rather than array slices of files. This is because `File`s aren't `Clone`, and the `Vec` is necessary to give away ownership of the files at the appropriate point. - In the details view, files are now sorted *all* the time, rather than obeying the command-line order. As they're run in parallel, they have no guaranteed order anyway, so we *have* to sort them again. (I'm not sure if this should be the intended behaviour or not!) This means that the `Details` struct has to have the filter *all* the time, not only while recursing, so it's been moved out of the `recurse` field. - We use `scoped_threadpool` over `threadpool`, a recent addition. It's only safely used on Nightly, which we're using anyway, so that's OK! - Removed a bunch of out-of-date comments. This also fixes #77, mainly by accident :)
2015-09-02 22:19:10 +00:00
[[package]]
name = "term_grid"
2021-12-10 12:21:13 +00:00
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-10 12:21:13 +00:00
checksum = "a7c9eb7705cb3f0fd71d3955b23db6d372142ac139e8c473952c93bf3c3dc4b7"
dependencies = [
2020-10-10 00:56:36 +00:00
"unicode-width",
]
[[package]]
name = "terminal_size"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86ca8ced750734db02076f44132d802af0b33b09942331f4459dde8636fd2406"
dependencies = [
2020-10-10 00:56:36 +00:00
"libc",
"winapi",
]
[[package]]
name = "tinyvec"
2021-04-12 21:27:59 +00:00
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b5220f05bb7de7f3f53c7c065e1199b3172696fe2db9f9c4d8ad9b4ee74c342"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-12 21:27:59 +00:00
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "unicode-bidi"
2021-04-12 21:27:59 +00:00
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-12 21:27:59 +00:00
checksum = "eeb8be209bb1c96b7c177c7420d26e04eccacb0eeae6b980e35fcb74678107e0"
dependencies = [
2020-10-10 00:56:36 +00:00
"matches",
]
[[package]]
name = "unicode-normalization"
2021-04-12 21:27:59 +00:00
version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-12 21:27:59 +00:00
checksum = "07fbfce1c8a97d547e8b5334978438d9d6ec8c20e38f56d4a4374d181493eaef"
2019-04-17 05:53:42 +00:00
dependencies = [
"tinyvec",
2019-04-17 05:53:42 +00:00
]
[[package]]
name = "unicode-width"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
[[package]]
name = "url"
2021-04-12 21:27:59 +00:00
version = "2.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-12 21:27:59 +00:00
checksum = "9ccd964113622c8e9322cfac19eb1004a07e636c545f325da085d5cdde6f1f8b"
dependencies = [
2021-04-12 21:27:59 +00:00
"form_urlencoded",
2020-10-10 00:56:36 +00:00
"idna",
"matches",
"percent-encoding",
]
[[package]]
name = "users"
version = "0.11.0"
2015-01-12 00:20:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032"
dependencies = [
2020-10-10 00:56:36 +00:00
"libc",
"log",
]
[[package]]
name = "vcpkg"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbdbff6266a24120518560b5dc983096efb98462e51d0d68169895b237be3e5d"
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
2020-10-10 00:56:36 +00:00
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-10 00:56:36 +00:00
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-10 00:56:36 +00:00
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2016-02-10 19:02:20 +00:00
[[package]]
name = "zoneinfo_compiled"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64fbebe65e899530f43bd760b23fda8f141118f4db49952b02998cbd0907a5de"
2016-02-10 19:02:20 +00:00
dependencies = [
2020-10-10 00:56:36 +00:00
"byteorder",
"datetime",
]