2014-06-28 16:24:20 +00:00
|
|
|
[package]
|
|
|
|
name = "exa"
|
2015-06-05 03:00:38 +00:00
|
|
|
version = "0.3.0"
|
2014-06-28 16:24:20 +00:00
|
|
|
authors = [ "ogham@bsago.me" ]
|
|
|
|
|
|
|
|
[[bin]]
|
2014-07-01 18:00:36 +00:00
|
|
|
name = "exa"
|
|
|
|
|
2015-01-12 00:20:28 +00:00
|
|
|
[dependencies]
|
2015-02-13 21:24:10 +00:00
|
|
|
ansi_term = "0.5.0"
|
2015-04-23 12:46:37 +00:00
|
|
|
bitflags = "0.1"
|
2015-06-04 14:15:39 +00:00
|
|
|
datetime = "0.2.0"
|
2015-02-04 01:34:21 +00:00
|
|
|
getopts = "0.2.1"
|
2015-05-16 12:17:50 +00: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-03 22:14:49 +00: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-05 02:04:56 +00:00
|
|
|
threadpool = "*"
|
2015-04-23 12:46:37 +00:00
|
|
|
unicode-width = "*"
|
2015-05-03 11:46:05 +00: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-23 01:05:21 +00: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
|