2014-06-28 17:24:20 +01:00
|
|
|
[package]
|
|
|
|
name = "exa"
|
2015-06-05 04:00:38 +01:00
|
|
|
version = "0.3.0"
|
2014-06-28 17:24:20 +01:00
|
|
|
authors = [ "ogham@bsago.me" ]
|
|
|
|
|
|
|
|
[[bin]]
|
2014-07-01 19:00:36 +01:00
|
|
|
name = "exa"
|
|
|
|
|
2015-01-12 01:20:28 +01:00
|
|
|
[dependencies]
|
2015-02-13 21:24:10 +00:00
|
|
|
ansi_term = "0.5.0"
|
2015-04-23 13:46:37 +01:00
|
|
|
bitflags = "0.1"
|
2015-06-04 15:15:39 +01:00
|
|
|
datetime = "0.2.0"
|
2015-02-04 01:34:21 +00:00
|
|
|
getopts = "0.2.1"
|
2015-05-16 13:17:50 +01:00
|
|
|
libc = "*"
|
2015-02-10 18:14:56 +00:00
|
|
|
locale = "0.1.2"
|
2015-02-04 01:34:21 +00:00
|
|
|
natord = "1.0.7"
|
2015-04-04 00:14:49 +02:00
|
|
|
num_cpus = "*"
|
2015-02-04 01:34:21 +00:00
|
|
|
number_prefix = "0.2.3"
|
2015-02-09 16:33:27 +00:00
|
|
|
pad = "0.1.1"
|
2015-06-23 10:54:57 +01:00
|
|
|
term_grid = "*"
|
2015-06-05 03:04:56 +01:00
|
|
|
threadpool = "*"
|
2015-04-23 13:46:37 +01:00
|
|
|
unicode-width = "*"
|
2015-05-03 12:46:05 +01:00
|
|
|
users = "0.4.0"
|
2015-01-27 15:01:17 +00:00
|
|
|
|
|
|
|
[features]
|
2015-01-27 15:59:22 +00:00
|
|
|
default = [ "git" ]
|
2015-01-27 15:01:17 +00:00
|
|
|
git = [ "git2" ]
|
|
|
|
|
2015-02-22 20:05:21 -05:00
|
|
|
[profile.release]
|
|
|
|
opt-level = 3
|
|
|
|
debug = false
|
|
|
|
lto = true
|
|
|
|
|
2015-01-27 15:01:17 +00:00
|
|
|
[dependencies.git2]
|
2015-03-02 01:58:23 +00:00
|
|
|
git = "https://github.com/alexcrichton/git2-rs.git"
|
2015-02-09 16:33:27 +00:00
|
|
|
optional = true
|