lsd 0.14.0

An ls command with a lot of pretty colors and some other stuff.
# 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]
edition = "2018"
name = "lsd"
version = "0.14.0"
authors = ["Peltoche <dev@halium.fr>"]
build = "build.rs"
description = "An ls command with a lot of pretty colors and some other stuff."
readme = "./README.md"
keywords = ["ls"]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/Peltoche/lsd"

[[bin]]
name = "lsd"
path = "src/main.rs"
[dependencies.ansi_term]
version = "0.11.0"

[dependencies.chrono-humanize]
version = "0.0.11"

[dependencies.clap]
version = "2.32.0"
features = ["suggestions", "color", "wrap_help"]

[dependencies.libc]
version = "0.2.44"

[dependencies.lscolors]
version = "0.5.0"

[dependencies.term_grid]
version = "0.1.7"

[dependencies.terminal_size]
version = "0.1.8"

[dependencies.time]
version = "0.1.40"

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

[dependencies.users]
version = "0.8.0"
[dev-dependencies.tempdir]
version = "0.3.7"
[build-dependencies.clap]
version = "2.32.0"

[build-dependencies.version_check]
version = "0.1.3"

[features]
sudo = []