# 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" version = "0.5.0" authors = ["Pascal Kuthe "] exclude = [ "/typos.toml", "/tarpaulin.toml", ] description = "plug and play high performance fuzzy matcher" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/helix-editor/nucleo" [lib] [dependencies.nucleo-matcher] version = "0.3.1" [dependencies.parking_lot] version = "0.12.1" features = [ "send_guard", "arc_lock", ] [dependencies.rayon] version = "1.7.0"