# 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 = "e2o-ftree" version = "1.1.0" authors = ["eum2o "] build = false exclude = ["output/"] autobins = false autoexamples = false autotests = false autobenches = false description = "A file tree printing command line tool" readme = "README.md" keywords = [ "tree", "file", "system", "structure", ] categories = [ "command-line-utilities", "development-tools::cargo-plugins", ] license = "MIT OR Apache-2.0" repository = "https://github.com/eum2o/ftree" [[bin]] name = "ftree" path = "src/main.rs" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.gitignore] version = "1.0.8" [dev-dependencies.tempfile] version = "3.13.0"