rosetree 0.2.1

A fast command-line tool for scanning directories, analyzing file structures, and extracting file contents with gitignore support
[[bin]]
name = "rst"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4"

[dependencies.content_inspector]
version = "0.2"

[dependencies.dashmap]
version = "6"

[dependencies.ignore]
version = "0.4"

[dependencies.rayon]
version = "1"

[lints.clippy.pedantic]
level = "warn"
priority = 0

[package]
authors = ["Florian Liao <huahuadeliaoliao@icloud.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "filesystem"]
description = "A fast command-line tool for scanning directories, analyzing file structures, and extracting file contents with gitignore support"
documentation = "https://docs.rs/rosetree"
edition = "2024"
homepage = "https://github.com/huahuadeliaoliao/RoseTree"
keywords = ["file", "scanner", "directory", "tree", "extract"]
license = "Apache-2.0"
name = "rosetree"
readme = "README.md"
repository = "https://github.com/huahuadeliaoliao/RoseTree"
version = "0.2.1"

[profile.release]
lto = "fat"