difflib-fast 0.1.0

Fast, byte-for-byte exact difflib Ratcliff–Obershelp (gestalt) similarity ratio + single-linkage clustering, via a suffix automaton.
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 = "2021"
name = "difflib-fast"
version = "0.1.0"
authors = ["prostomarkeloff"]
build = false
exclude = ["/benchmarks"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast, byte-for-byte exact difflib Ratcliff–Obershelp (gestalt) similarity ratio + single-linkage clustering, via a suffix automaton."
readme = "README.md"
keywords = [
    "difflib",
    "similarity",
    "ratcliff-obershelp",
    "suffix-automaton",
    "fuzzy",
]
categories = [
    "algorithms",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/prostomarkeloff/difflib-fast"

[features]
bench = ["dep:mimalloc"]
default = []
python = ["dep:pyo3"]

[lib]
name = "difflib_fast"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[bin]]
name = "bench"
path = "src/bin/bench.rs"
required-features = ["bench"]

[dependencies.mimalloc]
version = "0.1"
optional = true
default-features = false

[dependencies.pyo3]
version = "0.28"
features = [
    "extension-module",
    "abi3-py39",
]
optional = true

[dependencies.rayon]
version = "1"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1

[profile.release]
debug = "line-tables-only"
strip = false