Cargo.lock 5.6 KB
Newer Older
B
Ben S 已提交
1 2 3 4
[root]
name = "exa"
version = "0.1.0"
dependencies = [
5
 "ansi_term 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
6 7 8 9
 "datetime 0.1.0",
 "datetime_macros 0.1.0",
 "getopts 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "git2 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
10
 "natord 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
11
 "number_prefix 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
12
 "pad 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
13
 "users 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
14 15 16 17
]

[[package]]
name = "ansi_term"
18
version = "0.4.5"
19
source = "registry+https://github.com/rust-lang/crates.io-index"
B
Ben S 已提交
20
dependencies = [
B
Ben S 已提交
21
 "regex 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
22
 "regex_macros 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
23
]
B
Ben S 已提交
24

B
Ben S 已提交
25 26 27 28 29
[[package]]
name = "bitflags"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
[[package]]
name = "datetime"
version = "0.1.0"
dependencies = [
 "pad 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex_macros 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "datetime_macros"
version = "0.1.0"
dependencies = [
 "datetime 0.1.0",
 "pad 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "gcc"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Benjamin Sago 已提交
52 53
[[package]]
name = "getopts"
54
version = "0.2.3"
B
Benjamin Sago 已提交
55
source = "registry+https://github.com/rust-lang/crates.io-index"
56 57 58
dependencies = [
 "log 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
B
Benjamin Sago 已提交
59

B
Ben S 已提交
60 61
[[package]]
name = "git2"
62
version = "0.1.17"
B
Ben S 已提交
63 64 65
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "bitflags 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
66
 "libgit2-sys 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
67
 "url 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
68 69
]

70 71
[[package]]
name = "libc"
72
version = "0.1.2"
73 74
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Ben S 已提交
75 76
[[package]]
name = "libgit2-sys"
B
Ben S 已提交
77
version = "0.1.12"
B
Ben S 已提交
78 79
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
80
 "libssh2-sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
81
 "libz-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
82
 "openssl-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
83
 "pkg-config 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
84 85 86 87 88 89 90
]

[[package]]
name = "libressl-pnacl-sys"
version = "2.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
91
 "pnacl-build-helper 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
92 93 94 95
]

[[package]]
name = "libssh2-sys"
96
version = "0.1.5"
B
Ben S 已提交
97 98 99
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "libz-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
100
 "openssl-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
101
 "pkg-config 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
102 103 104 105 106 107 108
]

[[package]]
name = "libz-sys"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Ben S 已提交
109
 "pkg-config 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
110 111
]

112 113 114 115 116
[[package]]
name = "log"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Ben S 已提交
117 118 119 120 121
[[package]]
name = "matches"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

122 123
[[package]]
name = "natord"
124
version = "1.0.7"
125
source = "registry+https://github.com/rust-lang/crates.io-index"
126

127 128
[[package]]
name = "number_prefix"
129
version = "0.2.3"
130
source = "registry+https://github.com/rust-lang/crates.io-index"
131

B
Ben S 已提交
132 133
[[package]]
name = "openssl-sys"
134
version = "0.3.3"
B
Ben S 已提交
135 136
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
137
 "gcc 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
138
 "libressl-pnacl-sys 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
139
 "pkg-config 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
140 141
]

142 143 144 145 146
[[package]]
name = "pad"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Ben S 已提交
147 148
[[package]]
name = "pkg-config"
B
Ben S 已提交
149
version = "0.1.7"
B
Ben S 已提交
150 151
source = "registry+https://github.com/rust-lang/crates.io-index"

152 153 154 155 156
[[package]]
name = "pkg-config"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Ben S 已提交
157 158
[[package]]
name = "pnacl-build-helper"
159
version = "1.3.2"
B
Ben S 已提交
160 161
source = "registry+https://github.com/rust-lang/crates.io-index"

B
Ben S 已提交
162 163
[[package]]
name = "regex"
B
Ben S 已提交
164
version = "0.1.14"
B
Ben S 已提交
165 166 167 168
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "regex_macros"
169
version = "0.1.8"
B
Ben S 已提交
170 171
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
B
Ben S 已提交
172
 "regex 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
173 174
]

B
Ben S 已提交
175 176
[[package]]
name = "rustc-serialize"
B
Ben S 已提交
177
version = "0.2.12"
B
Ben S 已提交
178 179 180 181
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "url"
182
version = "0.2.20"
B
Ben S 已提交
183 184 185
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
186
 "rustc-serialize 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
B
Ben S 已提交
187 188
]

B
Ben S 已提交
189 190
[[package]]
name = "users"
191
version = "0.2.3"
192
source = "registry+https://github.com/rust-lang/crates.io-index"
193
dependencies = [
194
 "libc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
195
]
B
Ben S 已提交
196