2023-07-30 02:52:44 +00:00
|
|
|
[package]
|
|
|
|
name = "nucleo"
|
|
|
|
description = "plug and play high performance fuzzy matcher"
|
|
|
|
authors = ["Pascal Kuthe <pascal.kuthe@semimod.de>"]
|
2023-09-02 12:50:54 +00:00
|
|
|
version = "0.2.1"
|
2023-07-30 02:52:44 +00:00
|
|
|
edition = "2021"
|
|
|
|
license = "MPL-2.0"
|
|
|
|
repository = "https://github.com/helix-editor/nucleo"
|
2023-08-11 16:31:14 +00:00
|
|
|
readme = "README.md"
|
2023-07-30 02:52:44 +00:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
|
|
|
|
[dependencies]
|
2023-08-27 23:50:55 +00:00
|
|
|
nucleo-matcher = { version = "0.2.0", path = "matcher" }
|
2023-07-30 02:52:44 +00:00
|
|
|
parking_lot = { version = "0.12.1", features = ["send_guard", "arc_lock"]}
|
|
|
|
rayon = "1.7.0"
|
|
|
|
|
2023-07-26 13:32:04 +00:00
|
|
|
[workspace]
|
2023-07-30 02:52:44 +00:00
|
|
|
members = [ "matcher", "bench" ]
|