tree-rust 0.2.0

A fast, feature-rich implementation of the Linux tree command
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "tree-rust"
version = "0.2.0"
authors = ["Ban921"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast, feature-rich implementation of the Linux tree command"
homepage = "https://github.com/Ban921/tree-rust"
readme = "README.md"
keywords = [
    "tree",
    "directory",
    "cli",
    "terminal",
    "filesystem",
]
categories = [
    "command-line-utilities",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/Ban921/tree-rust"

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

[[bin]]
name = "tree-rust"
path = "src/main.rs"

[dependencies.atty]
version = "0.2"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.colored]
version = "2"

[dependencies.glob]
version = "0.3"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[profile.release]
lto = true
codegen-units = 1
strip = true