fancy-tree 0.1.3

A `tree` alternative with git support, code language detection, and nerd fonts.
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 = "2024"
rust-version = "1.92"
name = "fancy-tree"
version = "0.1.3"
build = false
exclude = [
    ".devcontainer/",
    ".editorconfig",
    "/.github/",
    ".gitignore",
    ".git-blame-ignore-revs",
    ".luarc.lua",
    ".vscode/",
    "INSTALL.md",
    "/lua/",
    "/scripts/",
    "*.nix",
    "flake.lock",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A `tree` alternative with git support, code language detection, and nerd fonts."
readme = "README.md"
keywords = [
    "cli",
    "command-line",
    "git",
    "tree",
]
categories = [
    "command-line-utilities",
    "filesystem",
    "visualization",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/spenserblack/fancy-tree"

[features]
default = [
    "git-vendored",
    "lua54",
    "lua-vendored",
]
git-vendored = ["git2/vendored-libgit2"]
lua-vendored = ["mlua/vendored"]
lua51 = ["mlua/lua51"]
lua52 = ["mlua/lua52"]
lua53 = ["mlua/lua53"]
lua54 = ["mlua/lua54"]

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

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

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

[dependencies.directories]
version = "6.0.0"

[dependencies.either]
version = "1.15.0"

[dependencies.find-editor]
version = "1.0.0"

[dependencies.gengo-language]
version = "0.14"

[dependencies.git2]
version = "0.20.3"
default-features = false

[dependencies.glob]
version = "0.3.3"

[dependencies.mlua]
version = "0.11"

[dependencies.owo-colors]
version = "4.2.3"
features = ["supports-colors"]

[dev-dependencies.rstest]
version = "0.26"