# 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 = "fozzie" version = "1.6.0" authors = ["Nick Pezza "] description = "A quick fuzzy finder for the terminal" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/npezza93/fozzie" [[bin]] name = "fozzie" path = "src/main.rs" [dependencies.clap] version = "^2.31.2" [dependencies.float-cmp] version = "^0.9.0" [dependencies.raw_tty] version = "^0.1.0" [dependencies.rayon] version = "^1.1" [dependencies.regex] version = "^1.5.5" [dependencies.terminal_size] version = "^0.2.1" [dependencies.termion] version = "^1.5.4" [build-dependencies.clap] version = "^2.31.2" [build-dependencies.regex] version = "^1.5.5" [build-dependencies.terminal_size] version = "^0.2.1"