# 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" rust-version = "1.75.0" name = "fuzzy-select" version = "0.1.3" authors = ["Paul Horn "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Fuzzy select using Nucleo as matching engine" readme = "README.md" keywords = [ "fuzzy", "terminal", "tui", "nucleo", "fzf", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/knutwalker/fuzzy-select" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 debug-assertions = false rpath = false overflow-checks = true strip = true [lib] name = "fuzzy_select" path = "src/lib.rs" [[example]] name = "demo" path = "examples/demo.rs" [dependencies.crossterm] version = "0.27.0" [dependencies.nucleo] version = "0.5.0" [dependencies.onlyerror] version = "0.1.4" [dependencies.unicode-segmentation] version = "1.11.0" [lints.clippy] all = "warn" cargo = "warn" nursery = "warn" pedantic = "warn" [lints.clippy.missing_const_for_fn] level = "allow" priority = 2 [lints.rust] bad_style = "warn" dead_code = "warn" improper_ctypes = "warn" missing_copy_implementations = "warn" missing_debug_implementations = "warn" no_mangle_generic_items = "warn" non_shorthand_field_patterns = "warn" overflowing_literals = "warn" path_statements = "warn" patterns_in_fns_without_body = "warn" private_bounds = "warn" private_interfaces = "warn" trivial_casts = "warn" trivial_numeric_casts = "warn" unconditional_recursion = "warn" unsafe_code = "warn" unused_allocation = "warn" unused_comparisons = "warn" unused_crate_dependencies = "warn" unused_extern_crates = "warn" unused_import_braces = "warn" unused_parens = "warn" unused_qualifications = "warn" unused_results = "warn" [lints.rust.rust_2018_idioms] level = "warn" priority = -1 [lints.rust.unused] level = "warn" priority = -1