# 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 = "nucleo-ui" version = "0.1.6" authors = ["Monish Thirukkumaran "] exclude = ["assets/*"] description = "A simple TUI wrapper around the nucleo fuzzy matching crate" readme = "README.md" license = "MIT" repository = "https://github.com/monishth/nucleo-ui" [profile.release] debug = 1 [[bin]] name = "nucleo" path = "src/main.rs" [dependencies.clap] version = "4.5.4" features = [ "derive", "cargo", ] [dependencies.color-eyre] version = "0.6.3" default-features = false [dependencies.crossterm] version = "0.27.0" [dependencies.nucleo] version = "0.5.0" [dependencies.ratatui] version = "0.26.1" [dependencies.smol_str] version = "0.2.1" [dependencies.walkdir] version = "2.5.0"