[package] name = "nextree" version = "0.1.3" edition = "2021" license = "MIT" readme = "README.md" description = "Multithreaded cli tool similar in use to tree, with optional logging and CSV output" homepage = "https://github.com/mcaveniathor/nextree" repository = "https://github.com/mcaveniathor/nextree" categories = ["command-line-utilities"] keywords = ["tree", "filesystem", "multithreaded"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = { version = "0.4.22", features = ["serde"] } clap = { version = "3.2.20", features = ["derive"] } csv = "1.1.6" rayon = "1.5.3" serde = { version = "1.0.144", features = ["derive"] } tracing = "0.1.36" tracing-subscriber = "0.3.15"