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]]
|
2014-07-01 18:00:36 +00:00
|
|
|
name = "exa"
|
2016-04-19 06:48:41 +00:00
|
|
|
path = "src/bin/main.rs"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "exa"
|
|
|
|
path = "src/exa.rs"
|
2014-07-01 18:00:36 +00:00
|
|
|
|
2015-01-12 00:20:28 +00:00
|
|
|
[dependencies]
|
2017-03-30 19:23:14 +00:00
|
|
|
ansi_term = "0.8.0"
|
2016-03-13 15:12:33 +00:00
|
|
|
datetime = "0.4.3"
|
2015-11-04 17:01:05 +00:00
|
|
|
getopts = "0.2.14"
|
2016-10-30 14:43:33 +00:00
|
|
|
glob = "0.2"
|
2017-03-30 19:23:14 +00:00
|
|
|
lazy_static = "0.2.5"
|
2016-03-31 19:48:44 +00:00
|
|
|
libc = "0.2.9"
|
2016-03-13 15:12:33 +00:00
|
|
|
locale = "0.2.1"
|
2015-02-04 01:34:21 +00:00
|
|
|
natord = "1.0.7"
|
2017-03-30 19:23:14 +00:00
|
|
|
num_cpus = "1.3.0"
|
2015-02-04 01:34:21 +00:00
|
|
|
number_prefix = "0.2.3"
|
2015-11-15 19:26:58 +00:00
|
|
|
scoped_threadpool = "0.1.*"
|
2015-11-04 17:01:05 +00:00
|
|
|
term_grid = "0.1.2"
|
|
|
|
unicode-width = "0.1.3"
|
2016-02-10 15:22:43 +00:00
|
|
|
users = "0.5.1"
|
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]
|
2017-03-30 19:23:14 +00:00
|
|
|
version = "0.6.4"
|
2015-02-09 16:33:27 +00:00
|
|
|
optional = true
|
2016-02-10 15:22:43 +00:00
|
|
|
|
2016-02-10 19:02:20 +00:00
|
|
|
[dependencies.zoneinfo_compiled]
|
2016-03-13 15:12:33 +00:00
|
|
|
git = "https://github.com/rust-datetime/zoneinfo-compiled.git"
|