aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-nucleo/matcher/Cargo.toml
blob: feb1031069684204aa95e3c066cb345a91d89dad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "atuin-nucleo-matcher"
description = "plug and play high performance fuzzy matcher"
authors = ["Pascal Kuthe <pascalkuthe@pm.me>"]
version = "0.3.1"
edition = "2021"
license = "MPL-2.0"
repository = "https://github.com/atuinsh/atuin"
readme = "../README.md"

[dependencies]
memchr = "2.5.0"
unicode-segmentation = { version  = "1.10", optional = true }

[features]
default = ["unicode-normalization", "unicode-casefold", "unicode-segmentation"]
unicode-normalization = []
unicode-casefold = []
unicode-segmentation = ["dep:unicode-segmentation"]