2014-11-26 07:36:09 +00:00
|
|
|
[root]
|
|
|
|
name = "exa"
|
2015-03-02 14:54:38 +00:00
|
|
|
version = "0.2.0"
|
2014-11-26 07:36:09 +00:00
|
|
|
dependencies = [
|
2015-04-03 22:14:49 +00:00
|
|
|
"ansi_term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-02-21 22:59:38 +00:00
|
|
|
"bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-03-22 19:46:45 +00:00
|
|
|
"datetime 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-04-03 22:14:49 +00:00
|
|
|
"getopts 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"git2 0.2.8 (git+https://github.com/alexcrichton/git2-rs.git)",
|
2015-04-03 22:27:05 +00:00
|
|
|
"locale 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-03-12 03:13:15 +00:00
|
|
|
"natord 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-04-03 22:14:49 +00:00
|
|
|
"num_cpus 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-02-04 01:34:21 +00:00
|
|
|
"number_prefix 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-03-22 19:46:45 +00:00
|
|
|
"pad 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-04-03 22:14:49 +00:00
|
|
|
"users 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2014-11-26 07:36:09 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
2015-04-03 22:14:49 +00:00
|
|
|
version = "0.5.1"
|
2015-01-12 00:20:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2014-11-26 07:36:09 +00:00
|
|
|
|
2015-01-27 15:01:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2015-02-09 19:40:49 +00:00
|
|
|
version = "0.1.1"
|
2015-01-27 15:01:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-02-09 16:33:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "datetime"
|
2015-03-22 19:46:45 +00:00
|
|
|
version = "0.1.5"
|
2015-02-09 19:40:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2015-02-09 16:33:27 +00:00
|
|
|
dependencies = [
|
2015-04-03 22:27:05 +00:00
|
|
|
"locale 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-03-22 19:46:45 +00:00
|
|
|
"pad 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-04-03 22:14:49 +00:00
|
|
|
"regex 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex_macros 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-02-09 16:33:27 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gcc"
|
2015-04-03 22:14:49 +00:00
|
|
|
version = "0.3.4"
|
2015-02-09 16:33:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-01-12 00:31:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getopts"
|
2015-04-03 22:14:49 +00:00
|
|
|
version = "0.2.9"
|
2015-01-12 00:31:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2015-02-04 01:34:21 +00:00
|
|
|
dependencies = [
|
2015-04-03 22:14:49 +00:00
|
|
|
"log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-02-04 01:34:21 +00:00
|
|
|
]
|
2015-01-12 00:31:24 +00:00
|
|
|
|
2015-01-27 15:01:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "git2"
|
2015-04-03 22:14:49 +00:00
|
|
|
version = "0.2.8"
|
|
|
|
source = "git+https://github.com/alexcrichton/git2-rs.git#1f2cb994360df26a7a84c8ed17dd14929ba7dcd7"
|
2015-01-27 15:01:17 +00:00
|
|
|
dependencies = [
|
2015-02-09 19:40:49 +00:00
|
|
|
"bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-04-03 22:14:49 +00:00
|
|
|
"libc 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libgit2-sys 0.2.10 (git+https://github.com/alexcrichton/git2-rs.git)",
|
|
|
|
"url 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-01-27 15:01:17 +00:00
|
|
|
]
|
|
|
|
|
2015-02-04 01:34:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2015-04-03 22:14:49 +00:00
|
|
|
version = "0.1.5"
|
2015-02-04 01:34:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-01-27 15:01:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libgit2-sys"
|
2015-04-03 22:14:49 +00:00
|
|
|
version = "0.2.10"
|
|
|
|
source = "git+https://github.com/alexcrichton/git2-rs.git#1f2cb994360df26a7a84c8ed17dd14929ba7dcd7"
|
2015-01-27 15:01:17 +00:00
|
|
|
dependencies = [
|
2015-04-03 22:14:49 +00:00
|
|
|
"libc 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libssh2-sys 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-03-26 00:35:39 +00:00
|
|
|
"libz-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-04-03 22:14:49 +00:00
|
|
|
"openssl-sys 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pkg-config 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-01-27 15:01:17 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libressl-pnacl-sys"
|
|
|
|
version = "2.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2015-01-31 16:10:40 +00:00
|
|
|
"pnacl-build-helper 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-01-27 15:01:17 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libssh2-sys"
|
2015-04-03 22:14:49 +00:00
|
|
|
version = "0.1.17"
|
2015-01-27 15:01:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2015-04-03 22:14:49 +00:00
|
|
|
"libc 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-03-26 00:35:39 +00:00
|
|
|
"libz-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-04-03 22:14:49 +00:00
|
|
|
"openssl-sys 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pkg-config 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-01-27 15:01:17 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libz-sys"
|
2015-03-26 00:35:39 +00:00
|
|
|
version = "0.1.2"
|
2015-01-27 15:01:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2015-04-03 22:14:49 +00:00
|
|
|
"pkg-config 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-01-27 15:01:17 +00:00
|
|
|
]
|
|
|
|
|
2015-02-10 16:08:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "locale"
|
2015-04-03 22:27:05 +00:00
|
|
|
version = "0.1.7"
|
2015-02-10 16:08:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-02-04 01:34:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2015-04-03 22:14:49 +00:00
|
|
|
version = "0.3.1"
|
2015-02-04 01:34:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2015-04-03 22:14:49 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2015-02-04 01:34:21 +00:00
|
|
|
|
2015-01-27 15:01:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2014-12-12 11:26:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "natord"
|
2015-03-12 03:13:15 +00:00
|
|
|
version = "1.0.8"
|
2015-01-12 00:20:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2014-12-12 11:26:18 +00:00
|
|
|
|
2015-04-03 22:14:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"gcc 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2014-12-18 07:00:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "number_prefix"
|
2015-02-04 01:34:21 +00:00
|
|
|
version = "0.2.3"
|
2015-01-12 00:20:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2014-12-18 07:00:31 +00:00
|
|
|
|
2015-01-27 15:01:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2015-04-03 22:14:49 +00:00
|
|
|
version = "0.5.5"
|
2015-01-27 15:01:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2015-04-03 22:14:49 +00:00
|
|
|
"gcc 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-01-27 15:01:17 +00:00
|
|
|
"libressl-pnacl-sys 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-04-03 22:14:49 +00:00
|
|
|
"pkg-config 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-01-27 15:01:17 +00:00
|
|
|
]
|
|
|
|
|
2015-02-09 16:33:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pad"
|
2015-03-22 19:46:45 +00:00
|
|
|
version = "0.1.3"
|
2015-02-09 16:33:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-01-27 15:01:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2015-04-03 22:14:49 +00:00
|
|
|
version = "0.3.3"
|
2015-02-09 16:33:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-01-27 15:01:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pnacl-build-helper"
|
2015-01-31 16:10:40 +00:00
|
|
|
version = "1.3.2"
|
2015-01-27 15:01:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-01-05 14:41:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2015-04-03 22:14:49 +00:00
|
|
|
version = "0.1.26"
|
2015-01-05 14:41:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex_macros"
|
2015-04-03 22:14:49 +00:00
|
|
|
version = "0.1.14"
|
2015-01-05 14:41:43 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2015-04-03 22:14:49 +00:00
|
|
|
"regex 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-01-05 14:41:43 +00:00
|
|
|
]
|
|
|
|
|
2015-01-27 15:01:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-serialize"
|
2015-04-03 22:14:49 +00:00
|
|
|
version = "0.3.12"
|
2015-01-27 15:01:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2015-04-03 22:14:49 +00:00
|
|
|
version = "0.2.29"
|
2015-01-27 15:01:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-04-03 22:14:49 +00:00
|
|
|
"rustc-serialize 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-01-27 15:01:17 +00:00
|
|
|
]
|
|
|
|
|
2014-12-12 11:17:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "users"
|
2015-04-03 22:14:49 +00:00
|
|
|
version = "0.3.2"
|
2015-01-12 00:20:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2015-02-04 01:34:21 +00:00
|
|
|
dependencies = [
|
2015-04-03 22:14:49 +00:00
|
|
|
"libc 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-02-04 01:34:21 +00:00
|
|
|
]
|
2014-12-12 11:17:55 +00:00
|
|
|
|