exa 0.9.0

A modern replacement for ls
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "exa"
version = "0.9.0"
authors = ["Benjamin Sago <ogham@bsago.me>"]
build = "build.rs"
exclude = ["/devtools/*", "/Makefile", "/Vagrantfile", "/screenshots.png"]
description = "A modern replacement for ls"
homepage = "https://the.exa.website/"
documentation = "https://github.com/ogham/exa"
readme = "README.md"
keywords = ["ls", "files", "command-line"]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/ogham/exa"
[profile.release]
opt-level = 3
lto = true
debug = false
panic = "abort"

[lib]
name = "exa"
path = "src/exa.rs"

[[bin]]
name = "exa"
path = "src/bin/main.rs"
doc = false
[dependencies.ansi_term]
version = "0.12.0"

[dependencies.datetime]
version = "0.4.7"

[dependencies.env_logger]
version = "0.6.1"

[dependencies.git2]
version = "0.9.1"
optional = true
default-features = false

[dependencies.glob]
version = "0.3.0"

[dependencies.lazy_static]
version = "1.3.0"

[dependencies.libc]
version = "0.2.51"

[dependencies.locale]
version = "0.2.2"

[dependencies.log]
version = "0.4.6"

[dependencies.natord]
version = "1.0.9"

[dependencies.num_cpus]
version = "1.10.0"

[dependencies.number_prefix]
version = "0.3.0"

[dependencies.scoped_threadpool]
version = "0.1.9"

[dependencies.term_grid]
version = "0.1.7"

[dependencies.term_size]
version = "0.3.1"

[dependencies.unicode-width]
version = "0.1.5"

[dependencies.users]
version = "0.9.1"

[dependencies.zoneinfo_compiled]
version = "0.4.8"
[build-dependencies.datetime]
version = "0.4.7"

[features]
default = ["git"]
git = ["git2"]
vendored-openssl = ["git2/vendored-openssl"]