# 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 = "ferris-finder" version = "0.2.1" authors = ["Jenna Fligor "] description = "A simple Unicode character finder with fuzzy search" readme = "README.md" license = "MIT" repository = "https://github.com/Ex-32/ferris-finder" [profile.release] opt-level = 3 lto = true strip = true [dependencies.color-eyre] version = "0.6.2" [dependencies.crossterm] version = "0.26.1" [dependencies.directories] version = "5.0.1" [dependencies.flate2] version = "1.0.26" [dependencies.fuzzy-matcher] version = "0.3.7" [dependencies.rayon] version = "1.7.0" [dependencies.reqwest] version = "0.11.18" features = ["blocking"] default-features = false [dependencies.tui] version = "0.19.0"