exa/Cargo.toml

37 lines
549 B
TOML
Raw Normal View History

2014-06-28 16:24:20 +00:00
[package]
name = "exa"
2015-10-18 19:34:46 +00:00
version = "0.4.0"
2014-06-28 16:24:20 +00:00
authors = [ "ogham@bsago.me" ]
[[bin]]
name = "exa"
2015-01-12 00:20:28 +00:00
[dependencies]
ansi_term = "0.7.0"
2015-04-23 12:46:37 +00:00
bitflags = "0.1"
datetime = "0.4.1"
2015-11-04 17:01:05 +00:00
getopts = "0.2.14"
lazy_static = "0.1.*"
2015-11-04 17:01:05 +00:00
libc = "0.2.0"
locale = "0.1.2"
natord = "1.0.7"
2015-11-04 17:01:05 +00:00
num_cpus = "0.2.7"
number_prefix = "0.2.3"
scoped_threadpool = "0.1.*"
2015-11-04 17:01:05 +00:00
term_grid = "0.1.2"
unicode-width = "0.1.3"
users = "0.4.3"
[features]
2015-01-27 15:59:22 +00:00
default = [ "git" ]
git = [ "git2" ]
[profile.release]
opt-level = 3
debug = false
lto = true
[dependencies.git2]
2015-11-04 17:01:05 +00:00
version = "0.3.2"
optional = true