# 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-picker" version = "0.5.0" authors = ["Alex Rutar "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A fuzzy picker tui library based on nucleo" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/autobib/nucleo-picker" [lib] name = "nucleo_picker" path = "src/lib.rs" [[example]] name = "blocking" path = "examples/blocking.rs" [[example]] name = "find" path = "examples/find.rs" [[example]] name = "options" path = "examples/options.rs" [dependencies.crossterm] version = "0.28" [dependencies.nucleo] version = "0.5" [dev-dependencies.walkdir] version = "2.5" [lints.clippy] redundant_closure_for_method_calls = "warn" same_functions_in_if_condition = "warn" semicolon_if_nothing_returned = "warn" uninlined_format_args = "warn"