# 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-matcher" version = "0.3.1" authors = ["Pascal Kuthe "] description = "plug and play high performance fuzzy matcher" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/helix-editor/nucleo" [dependencies.memchr] version = "2.5.0" [dependencies.unicode-segmentation] version = "1.10" optional = true [dev-dependencies.cov-mark] version = "1.1.0" default-features = true [features] default = [ "unicode-normalization", "unicode-casefold", "unicode-segmentation", ] unicode-casefold = [] unicode-normalization = [] unicode-segmentation = ["dep:unicode-segmentation"]