# 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 = "nextree" version = "0.1.3" description = "Multithreaded cli tool similar in use to tree, with optional logging and CSV output" homepage = "https://github.com/mcaveniathor/nextree" readme = "README.md" keywords = [ "tree", "filesystem", "multithreaded", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/mcaveniathor/nextree" [dependencies.chrono] version = "0.4.22" features = ["serde"] [dependencies.clap] version = "3.2.20" features = ["derive"] [dependencies.csv] version = "1.1.6" [dependencies.rayon] version = "1.5.3" [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.tracing] version = "0.1.36" [dependencies.tracing-subscriber] version = "0.3.15"