ncp-engine 0.2.1

High performance fuzzy matcher engine
Documentation
# 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 = "2024"
name = "ncp-engine"
version = "0.2.1"
authors = [
    "Pascal Kuthe <pascalkuthe@pm.me>",
    "Alex Rutar <alex@rutar.org>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High performance fuzzy matcher engine"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/alexrutar/ncp-engine"

[lib]
name = "ncp_engine"
path = "src/lib.rs"

[[bench]]
name = "insertion"
path = "benches/insertion.rs"
harness = false

[dependencies.ncp-matcher]
version = "0.2.1"
package = "ncp-matcher"

[dependencies.parking_lot]
version = "0.12.5"
features = [
    "send_guard",
    "arc_lock",
]

[dependencies.rayon]
version = "1.11.0"

[dev-dependencies.criterion]
version = "0.8.2"

[lints.clippy]
print_stdout = "warn"
redundant_closure_for_method_calls = "warn"
same_functions_in_if_condition = "warn"
semicolon_if_nothing_returned = "warn"
uninlined_format_args = "warn"
use_self = "warn"