exa/Cargo.lock

418 lines
11 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.
[[package]]
name = "ansi_term"
2019-07-14 10:39:41 +00:00
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-10 00:56:36 +00:00
checksum = "eaa72766c3585a1f812a3387a7e2c6cab780f899c2f43ff6ea06c8d071fcbb36"
dependencies = [
2020-10-10 00:56:36 +00:00
"winapi 0.3.8",
]
[[package]]
name = "autocfg"
2018-12-07 23:43:31 +00:00
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-10 00:56:36 +00:00
checksum = "22130e92352b948e7e82a49cdb0aa94f2211761117f29e052dd397c1ac33542b"
[[package]]
name = "bitflags"
2018-12-07 23:43:31 +00:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-10 00:56:36 +00:00
checksum = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd"
2016-02-10 19:02:20 +00:00
[[package]]
name = "byteorder"
version = "1.3.2"
2016-02-10 19:02:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-10 00:56:36 +00:00
checksum = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
2016-02-10 19:02:20 +00:00
[[package]]
name = "cc"
2018-12-07 23:43:31 +00:00
version = "1.0.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-10 00:56:36 +00:00
checksum = "39f75544d7bbaf57560d2168f28fd649ff9c76153874db88bdbdfd839b1a7e7d"
[[package]]
name = "cfg-if"
2018-12-07 23:43:31 +00:00
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-10 00:56:36 +00:00
checksum = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33"
[[package]]
name = "datetime"
version = "0.5.0"
2015-06-05 02:04:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-10 00:56:36 +00:00
checksum = "b4ce78cadfc77450e21ff8bd11ca6f8669949b3b0bd8af92f9c1ee4fb453db7b"
dependencies = [
2020-10-10 00:56:36 +00:00
"iso8601",
"libc",
"locale",
"num-traits",
"pad",
"redox_syscall",
"winapi 0.3.8",
]
2018-01-31 06:46:46 +00:00
[[package]]
name = "exa"
2019-07-15 03:07:45 +00:00
version = "0.9.0"
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",
"term_size",
"unicode-width",
"users",
"zoneinfo_compiled",
2018-01-31 06:46:46 +00:00
]
[[package]]
name = "git2"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-10 00:56:36 +00:00
checksum = "924b2e7d2986e625dcad89e8a429a7b3adee3c3d71e585f4a66c4f7e78715e31"
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 = "idna"
2019-04-17 05:53:42 +00:00
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-10 00:56:36 +00:00
checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
dependencies = [
2020-10-10 00:56:36 +00:00
"matches",
"unicode-bidi",
"unicode-normalization",
2015-12-15 21:38:56 +00:00
]
2017-03-26 16:03:24 +00:00
[[package]]
name = "iso8601"
version = "0.3.0"
2017-03-26 16:03:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-10 00:56:36 +00:00
checksum = "43e86914a73535f3f541a765adea0a9fafcf53fa6adb73662c4988fd9233766f"
2017-03-26 16:03:24 +00:00
dependencies = [
2020-10-10 00:56:36 +00:00
"nom",
2017-03-26 16:03:24 +00:00
]
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-10 00:56:36 +00:00
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
dependencies = [
2020-10-10 00:56:36 +00:00
"winapi 0.2.8",
"winapi-build",
]
[[package]]
name = "lazy_static"
2019-04-17 05:53:42 +00:00
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-10 00:56:36 +00:00
checksum = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14"
[[package]]
name = "libc"
2018-12-07 23:43:31 +00:00
version = "0.2.60"
2015-11-04 17:01:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-10 00:56:36 +00:00
checksum = "d44e80633f007889c7eff624b709ab43c92d708caad982295768a7b13ca3b5eb"
2015-11-04 17:01:05 +00:00
[[package]]
name = "libgit2-sys"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-10 00:56:36 +00:00
checksum = "941a41e23f77323b8c9d2ee118aec9ee39dfc176078c18b4757d3bad049d9ff7"
dependencies = [
2020-10-10 00:56:36 +00:00
"cc",
"libc",
"libz-sys",
"pkg-config",
]
[[package]]
name = "libz-sys"
2019-04-17 05:53:42 +00:00
version = "1.0.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-10 00:56:36 +00:00
checksum = "2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe"
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"
2018-12-07 23:43:31 +00:00
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-10 00:56:36 +00:00
checksum = "c275b6ad54070ac2d665eef9197db647b32239c9d244bfb6f041a766d00da5b3"
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 = "memchr"
2018-12-07 23:43:31 +00:00
version = "2.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-10 00:56:36 +00:00
checksum = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e"
[[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 = "nom"
version = "4.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-10 00:56:36 +00:00
checksum = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6"
dependencies = [
2020-10-10 00:56:36 +00:00
"memchr",
"version_check",
]
[[package]]
name = "num-traits"
2018-12-07 23:43:31 +00:00
version = "0.2.8"
2016-10-05 17:50:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-10 00:56:36 +00:00
checksum = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32"
2018-12-07 23:43:31 +00:00
dependencies = [
2020-10-10 00:56:36 +00:00
"autocfg",
2018-12-07 23:43:31 +00:00
]
2016-10-05 17:50:29 +00:00
[[package]]
name = "num_cpus"
2018-12-07 23:43:31 +00:00
version = "1.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-10 00:56:36 +00:00
checksum = "bcef43580c035376c0705c42792c294b66974abbfd2789b511784023f71f3273"
dependencies = [
2020-10-10 00:56:36 +00:00
"libc",
]
[[package]]
name = "number_prefix"
2019-04-17 05:53:42 +00:00
version = "0.3.0"
2015-01-12 00:20:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-10 00:56:36 +00:00
checksum = "17b02fc0ff9a9e4b35b3342880f48e896ebf69f2967921fe8646bf5b7125956a"
[[package]]
name = "openssl-src"
version = "111.3.0+1.1.1c"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-10 00:56:36 +00:00
checksum = "53ed5f31d294bdf5f7a4ba0a206c2754b0f60e9a63b7e3076babc5317873c797"
dependencies = [
2020-10-10 00:56:36 +00:00
"cc",
]
[[package]]
name = "openssl-sys"
2018-12-07 23:43:31 +00:00
version = "0.9.48"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-10 00:56:36 +00:00
checksum = "b5ba300217253bcc5dc68bed23d782affa45000193866e025329aa8a7a9f05b8"
dependencies = [
2020-10-10 00:56:36 +00:00
"autocfg",
"cc",
"libc",
"openssl-src",
"pkg-config",
"vcpkg",
]
[[package]]
name = "pad"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-10 00:56:36 +00:00
checksum = "9c9b8de33465981073e32e1d75bb89ade49062bb853e7c97ec2c13439095563a"
dependencies = [
2020-10-10 00:56:36 +00:00
"unicode-width",
]
[[package]]
name = "percent-encoding"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-10 00:56:36 +00:00
checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
[[package]]
name = "pkg-config"
2019-04-17 05:53:42 +00:00
version = "0.3.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-10 00:56:36 +00:00
checksum = "676e8eb2b1b4c9043511a9b7bea0915320d7e502b0a079fb03f9635a5252b18c"
[[package]]
name = "redox_syscall"
2018-12-07 23:43:31 +00:00
version = "0.1.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-10 00:56:36 +00:00
checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
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
2019-04-17 05:53:42 +00:00
[[package]]
name = "smallvec"
2018-12-07 23:43:31 +00:00
version = "0.6.10"
2019-04-17 05:53:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-10 00:56:36 +00:00
checksum = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7"
2019-04-17 05:53:42 +00:00
[[package]]
name = "term_grid"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-10 00:56:36 +00:00
checksum = "230d3e804faaed5a39b08319efb797783df2fd9671b39b7596490cb486d702cf"
dependencies = [
2020-10-10 00:56:36 +00:00
"unicode-width",
]
[[package]]
name = "term_size"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-10 00:56:36 +00:00
checksum = "9e5b9a66db815dcfd2da92db471106457082577c3c278d4138ab3e3b4e189327"
dependencies = [
2020-10-10 00:56:36 +00:00
"kernel32-sys",
"libc",
"winapi 0.2.8",
]
[[package]]
name = "unicode-bidi"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-10 00:56:36 +00:00
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
dependencies = [
2020-10-10 00:56:36 +00:00
"matches",
]
[[package]]
name = "unicode-normalization"
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 = "141339a08b982d942be2ca06ff8b076563cbe223d1befd5450716790d44e2426"
2019-04-17 05:53:42 +00:00
dependencies = [
2020-10-10 00:56:36 +00:00
"smallvec",
2019-04-17 05:53:42 +00:00
]
[[package]]
name = "unicode-width"
2019-04-17 05:53:42 +00:00
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-10 00:56:36 +00:00
checksum = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526"
[[package]]
name = "url"
2019-04-17 05:53:42 +00:00
version = "1.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-10 00:56:36 +00:00
checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
dependencies = [
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"
2018-12-07 23:43:31 +00:00
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-10 00:56:36 +00:00
checksum = "33dd455d0f96e90a75803cfeb7f948768c08d70a6de9a8d2362461935698bf95"
[[package]]
name = "version_check"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-10 00:56:36 +00:00
checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-10 00:56:36 +00:00
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
[[package]]
name = "winapi"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-10 00:56:36 +00:00
checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
dependencies = [
2020-10-10 00:56:36 +00:00
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-10 00:56:36 +00:00
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
[[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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-10 00:56:36 +00:00
checksum = "7033eef97c288bfa49e3ebf958245a41016f1673a5317196efad03eb656a7648"
2016-02-10 19:02:20 +00:00
dependencies = [
2020-10-10 00:56:36 +00:00
"byteorder",
"datetime",
]