exa/Cargo.toml

36 lines
531 B
TOML
Raw Normal View History

2014-06-28 16:24:20 +00:00
[package]
name = "exa"
version = "0.2.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.5.0"
2015-04-23 12:46:37 +00:00
bitflags = "0.1"
datetime = "0.2.0"
getopts = "0.2.1"
libc = "*"
locale = "0.1.2"
natord = "1.0.7"
num_cpus = "*"
number_prefix = "0.2.3"
pad = "0.1.1"
2015-06-05 02:04:56 +00:00
threadpool = "*"
2015-04-23 12:46:37 +00:00
unicode-width = "*"
users = "0.4.0"
[features]
2015-01-27 15:59:22 +00:00
default = [ "git" ]
git = [ "git2" ]
[profile.release]
opt-level = 3
debug = false
lto = true
[dependencies.git2]
git = "https://github.com/alexcrichton/git2-rs.git"
optional = true