exa/Cargo.lock

357 lines
16 KiB
Plaintext
Raw Normal View History

[root]
name = "exa"
2017-05-17 23:07:22 +00:00
version = "0.6.0"
dependencies = [
"ansi_term 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
2016-10-05 17:50:29 +00:00
"datetime 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
2015-09-02 22:23:23 +00:00
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2017-05-17 21:37:20 +00:00
"git2 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
2016-03-13 15:12:33 +00:00
"locale 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2015-08-25 17:25:48 +00:00
"natord 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
2017-04-28 17:13:39 +00:00
"num_cpus 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2016-10-05 17:50:29 +00:00
"number_prefix 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
2016-03-13 15:12:33 +00:00
"scoped_threadpool 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
2016-10-05 17:50:29 +00:00
"term_grid 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
2017-03-26 16:03:24 +00:00
"unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
2016-10-05 17:50:29 +00:00
"users 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
2016-02-10 19:02:20 +00:00
"zoneinfo_compiled 0.2.1 (git+https://github.com/rust-datetime/zoneinfo-compiled.git)",
2015-08-25 17:25:48 +00:00
]
[[package]]
name = "ansi_term"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "bitflags"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2016-02-10 19:02:20 +00:00
[[package]]
name = "byteorder"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2015-08-25 17:25:48 +00:00
[[package]]
name = "cmake"
2017-05-17 21:37:20 +00:00
version = "0.1.23"
2015-08-25 17:25:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2017-05-17 21:37:20 +00:00
"gcc 0.3.46 (registry+https://github.com/rust-lang/crates.io-index)",
2015-08-25 17:25:48 +00:00
]
[[package]]
name = "datetime"
2016-10-05 17:50:29 +00:00
version = "0.4.4"
2015-06-05 02:04:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"iso8601 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
2016-03-13 15:12:33 +00:00
"locale 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
2017-03-26 16:03:24 +00:00
"num 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
"pad 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "gcc"
2017-05-17 21:37:20 +00:00
version = "0.3.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "getopts"
2015-09-02 22:23:23 +00:00
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "git2"
2017-05-17 21:37:20 +00:00
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
2017-05-17 21:37:20 +00:00
"libgit2-sys 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
"url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "glob"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "idna"
2017-04-28 17:13:39 +00:00
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"matches 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
2017-05-17 21:37:20 +00:00
"unicode-bidi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
"unicode-normalization 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
2015-12-15 21:38:56 +00:00
]
2017-03-26 16:03:24 +00:00
[[package]]
name = "iso8601"
version = "0.1.1"
2017-03-26 16:03:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"nom 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
2017-03-26 16:03:24 +00:00
]
[[package]]
name = "libc"
version = "0.2.22"
2015-11-04 17:01:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libgit2-sys"
2017-05-17 21:37:20 +00:00
version = "0.6.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2017-05-17 21:37:20 +00:00
"cmake 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
"gcc 0.3.46 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
2017-03-26 16:03:24 +00:00
"libz-sys 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "libz-sys"
2017-03-26 16:03:24 +00:00
version = "1.0.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2017-05-17 21:37:20 +00:00
"gcc 0.3.46 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
2017-03-26 16:03:24 +00:00
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "locale"
2016-03-13 15:12:33 +00:00
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
2017-03-26 16:03:24 +00:00
"num 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "matches"
2017-03-26 16:03:24 +00:00
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "natord"
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "nom"
2016-10-05 17:50:29 +00:00
version = "1.2.4"
2015-01-12 00:20:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "num"
2017-03-26 16:03:24 +00:00
version = "0.1.37"
2016-10-05 17:50:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2017-03-26 16:03:24 +00:00
"num-bigint 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
2017-04-28 17:13:39 +00:00
"num-complex 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
"num-integer 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
2017-03-26 16:03:24 +00:00
"num-iter 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
"num-rational 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
"num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
2016-10-05 17:50:29 +00:00
]
[[package]]
name = "num-bigint"
2017-03-26 16:03:24 +00:00
version = "0.1.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2017-04-28 17:13:39 +00:00
"num-integer 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
2017-03-26 16:03:24 +00:00
"num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
2017-04-28 17:13:39 +00:00
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
]
2016-10-05 17:50:29 +00:00
[[package]]
name = "num-complex"
2017-04-28 17:13:39 +00:00
version = "0.1.37"
2016-10-05 17:50:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2017-03-26 16:03:24 +00:00
"num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
2017-04-28 17:13:39 +00:00
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
2016-10-05 17:50:29 +00:00
]
[[package]]
name = "num-integer"
2017-04-28 17:13:39 +00:00
version = "0.1.34"
2016-10-05 17:50:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2017-03-26 16:03:24 +00:00
"num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
2016-10-05 17:50:29 +00:00
]
[[package]]
name = "num-iter"
2017-03-26 16:03:24 +00:00
version = "0.1.33"
2016-10-05 17:50:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2017-04-28 17:13:39 +00:00
"num-integer 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
2017-03-26 16:03:24 +00:00
"num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
2016-10-05 17:50:29 +00:00
]
[[package]]
name = "num-rational"
2017-03-26 16:03:24 +00:00
version = "0.1.36"
2016-10-05 17:50:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2017-03-26 16:03:24 +00:00
"num-bigint 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
2017-04-28 17:13:39 +00:00
"num-integer 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
2017-03-26 16:03:24 +00:00
"num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
2017-04-28 17:13:39 +00:00
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
2016-10-05 17:50:29 +00:00
]
[[package]]
name = "num-traits"
2017-03-26 16:03:24 +00:00
version = "0.1.37"
2016-10-05 17:50:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "num_cpus"
2017-04-28 17:13:39 +00:00
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "number_prefix"
2016-10-05 17:50:29 +00:00
version = "0.2.7"
2015-01-12 00:20:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2017-03-26 16:03:24 +00:00
"num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "pad"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2017-03-26 16:03:24 +00:00
"unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "pkg-config"
2017-03-26 16:03:24 +00:00
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "rand"
2017-03-26 16:03:24 +00:00
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "rustc-serialize"
2017-04-28 17:13:39 +00:00
version = "0.3.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
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"
2016-03-13 15:12:33 +00:00
version = "0.1.7"
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"
[[package]]
name = "term_grid"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "unicode-bidi"
2017-05-17 21:37:20 +00:00
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"matches 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "unicode-normalization"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "unicode-width"
2017-03-26 16:03:24 +00:00
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "url"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
2017-04-28 17:13:39 +00:00
"idna 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2017-03-26 16:03:24 +00:00
"matches 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "users"
2016-10-05 17:50:29 +00:00
version = "0.5.2"
2015-01-12 00:20:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
]
2016-02-10 19:02:20 +00:00
[[package]]
name = "zoneinfo_compiled"
version = "0.2.1"
source = "git+https://github.com/rust-datetime/zoneinfo-compiled.git#f56921ea5e9f7cf065b1480ff270a1757c1f742f"
2016-02-10 19:02:20 +00:00
dependencies = [
"byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
2016-10-05 17:50:29 +00:00
"datetime 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
2016-02-10 19:02:20 +00:00
]
2016-10-05 17:50:29 +00:00
[metadata]
"checksum ansi_term 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c877397e09fec7a240af5fa74ad0124054b8066149d6544cd1ace93f8de3be68"
"checksum bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d"
2016-10-05 17:50:29 +00:00
"checksum byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "96c8b41881888cc08af32d47ac4edd52bc7fa27fef774be47a92443756451304"
2017-05-17 21:37:20 +00:00
"checksum cmake 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)" = "92278eb79412c8f75cfc89e707a1bb3a6490b68f7f2e78d15c774f30fe701122"
2016-10-05 17:50:29 +00:00
"checksum datetime 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "2d425bf1f6bbd57cf833081c1e60ac294fd74e7edd66acc91c3fca2e496bcee9"
2017-05-17 21:37:20 +00:00
"checksum gcc 0.3.46 (registry+https://github.com/rust-lang/crates.io-index)" = "181e3cebba1d663bd92eb90e2da787e10597e027eb00de8d742b260a7850948f"
2016-10-05 17:50:29 +00:00
"checksum getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9047cfbd08a437050b363d35ef160452c5fe8ea5187ae0a624708c91581d685"
2017-05-17 21:37:20 +00:00
"checksum git2 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "9de9df4358c17e448a778d90cd0272e1dab5eae30244502333fa2001c4e24357"
"checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb"
2017-04-28 17:13:39 +00:00
"checksum idna 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6ac85ec3f80c8e4e99d9325521337e14ec7555c458a14e377d189659a427f375"
2016-10-05 17:50:29 +00:00
"checksum iso8601 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "11dc464f8c6f17595d191447c9c6559298b2d023d6f846a4a23ac7ea3c46c477"
"checksum libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)" = "babb8281da88cba992fa1f4ddec7d63ed96280a1a53ec9b919fd37b53d71e502"
2017-05-17 21:37:20 +00:00
"checksum libgit2-sys 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "dd89dd7196d5fa35b659c3eaf3c1b14b9bd961bfd1a07dfca49adeb8a6aa3763"
2017-03-26 16:03:24 +00:00
"checksum libz-sys 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)" = "e5ee912a45d686d393d5ac87fac15ba0ba18daae14e8e7543c63ebf7fb7e970c"
2016-10-05 17:50:29 +00:00
"checksum locale 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ecccf5186e43f84e543bbf61fcddf00b41d69d97093bc8989cc0cf1593681950"
2017-03-26 16:03:24 +00:00
"checksum matches 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "efd7622e3022e1a6eaa602c4cea8912254e5582c9c692e9167714182244801b1"
2016-10-05 17:50:29 +00:00
"checksum natord 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)" = "308d96db8debc727c3fd9744aac51751243420e46edf401010908da7f8d5e57c"
"checksum nom 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b8c256fd9471521bcb84c3cdba98921497f1a331cbc15b8030fc63b82050ce"
2017-03-26 16:03:24 +00:00
"checksum num 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" = "98b15ba84e910ea7a1973bccd3df7b31ae282bf9d8bd2897779950c9b8303d40"
"checksum num-bigint 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" = "ba6d838b16e56da1b6c383d065ff1ec3c7d7797f65a3e8f6ba7092fd87820bac"
2017-04-28 17:13:39 +00:00
"checksum num-complex 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" = "148eb324ca772230853418731ffdf13531738b50f89b30692a01fcdcb0a64677"
"checksum num-integer 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)" = "ef1a4bf6f9174aa5783a9b4cc892cacd11aebad6c69ad027a0b65c6ca5f8aa37"
2017-03-26 16:03:24 +00:00
"checksum num-iter 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)" = "f7d1891bd7b936f12349b7d1403761c8a0b85a18b148e9da4429d5d102c1a41e"
"checksum num-rational 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)" = "c2dc5ea04020a8f18318ae485c751f8cfa1c0e69dcf465c29ddaaa64a313cc44"
"checksum num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" = "e1cbfa3781f3fe73dc05321bed52a06d2d491eaa764c52335cf4399f046ece99"
2017-04-28 17:13:39 +00:00
"checksum num_cpus 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca313f1862c7ec3e0dfe8ace9fa91b1d9cb5c84ace3d00f5ec4216238e93c167"
2016-10-05 17:50:29 +00:00
"checksum number_prefix 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "59a14be9c211cb9c602bad35ac99f41e9a84b44d71b8cbd3040e3bd02a214902"
"checksum pad 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d1bf3336e626b898e7263790d432a711d4277e22faea20dd9f70e0cab268fa58"
2017-03-26 16:03:24 +00:00
"checksum pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3a8b4c6b8165cd1a1cd4b9b120978131389f64bdaf456435caa41e630edba903"
"checksum rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "022e0636ec2519ddae48154b028864bdce4eaf7d35226ab8e65c611be97b189d"
2017-04-28 17:13:39 +00:00
"checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
2016-10-05 17:50:29 +00:00
"checksum scoped_threadpool 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "3ef399c8893e8cb7aa9696e895427fab3a6bf265977bb96e126f24ddd2cda85a"
"checksum term_grid 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ccc202875496cf72a683a1ecd66f0742a830e73c202bdbd21867d73dfaac8343"
2017-05-17 21:37:20 +00:00
"checksum unicode-bidi 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "149319afc0ec718611d4a9208c0308e3b1b62dcfbd982e5e723f6ec35b909b92"
"checksum unicode-normalization 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "e28fa37426fceeb5cf8f41ee273faa7c82c47dc8fba5853402841e665fcd86ff"
2017-03-26 16:03:24 +00:00
"checksum unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "bf3a113775714a22dcb774d8ea3655c53a32debae63a063acc00a91cc586245f"
"checksum url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f5ba8a749fb4479b043733416c244fa9d1d3af3d7c23804944651c8a448cb87e"
2016-10-05 17:50:29 +00:00
"checksum users 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7ae8fdf783cb9652109c99886459648feb92ecc749e6b8e7930f6decba74c7c"
"checksum zoneinfo_compiled 0.2.1 (git+https://github.com/rust-datetime/zoneinfo-compiled.git)" = "<none>"