# 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 = "rusty-roots" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust CLI tool that replicates the Unix 'tree' command with enhanced features." homepage = "https://github.com/kathirmeyyappan/rusty-roots" documentation = "https://github.com/kathirmeyyappan/rusty-roots/blob/main/README.md" readme = "Cargo_README.md" keywords = [ "CLI", "filesystem", "tree", "rust", ] categories = [ "command-line-utilities", "filesystem", ] license = "MIT" repository = "https://github.com/kathirmeyyappan/rusty-roots" [lib] name = "rusty_roots" path = "src/lib.rs" [[bin]] name = "rusty-roots" path = "src/main.rs" [dependencies.clap] version = "4.0" [dependencies.colored] version = "2.1" [dependencies.env_logger] version = "0.11" [dependencies.globset] version = "0.4" [dependencies.log] version = "0.4" [dependencies.mime] version = "0.3" [dependencies.mime_guess] version = "2.0"