nucleo/matcher/Cargo.toml

18 lines
481 B
TOML
Raw Normal View History

2023-07-26 13:32:04 +00:00
[package]
name = "nucleo-matcher"
2023-08-11 16:31:14 +00:00
description = "plug and play high performance fuzzy matcher"
2023-07-26 13:32:04 +00:00
authors = ["Pascal Kuthe <pascal.kuthe@semimod.de>"]
version = "0.1.0"
edition = "2021"
2023-08-11 16:31:14 +00:00
license = "MPL-2.0"
repository = "https://github.com/helix-editor/nucleo"
readme = "../README.md"
2023-07-26 13:32:04 +00:00
[dependencies]
memchr = "2.5.0"
cov-mark = { version = "1.1.0", default-features = false }
unicode-segmentation = "1.10"
2023-07-26 13:32:04 +00:00
[dev-dependencies]
cov-mark = { version = "1.1.0", default-features = true }