# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "fuzzy-tree" version = "0.1.2" authors = ["Lewis Belcher "] description = "A simple fuzzy finder written in Rust which displays results in an interactive tree format." homepage = "https://gitlab.com/lewisbelcher/fuzzy-tree" readme = "README.md" keywords = ["find", "interactive", "tree"] categories = ["command-line-utilities", "filesystem"] license = "MIT" [[bin]] name = "fztree" path = "src/main.rs" [dependencies.clap] version = "2.33.0" [dependencies.env_logger] version = "0.7.1" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.termion] version = "1.5.5" [dependencies.which] version = "3.1.1"