duallity 0.2.0

Levenshtein automata as lling-llang WFSTs: composition adapters bridging liblevenshtein fuzzy matching and the lling-llang weighted-transducer framework.
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"
rust-version = "1.70"
name = "duallity"
version = "0.2.0"
authors = ["Dylon Edwards <dylon.devo@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Levenshtein automata as lling-llang WFSTs: composition adapters bridging liblevenshtein fuzzy matching and the lling-llang weighted-transducer framework."
readme = "README.md"
keywords = [
    "wfst",
    "levenshtein",
    "transducer",
    "fuzzy",
    "composition",
]
categories = [
    "text-processing",
    "algorithms",
]
license = "Apache-2.0"
repository = "https://github.com/vinary-tree/duallity"

[package.metadata.docs.rs]
all-features = true

[features]
default = []
phonetic-rules = ["liblevenshtein/phonetic-rules"]

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

[[test]]
name = "wfst_integration"
path = "tests/wfst_integration.rs"

[dependencies.libdictenstein]
version = "0.2"

[dependencies.liblevenshtein]
version = "0.9"

[dependencies.lling-llang]
version = "0.2"

[dependencies.rand]
version = "0.9"

[dependencies.rustc-hash]
version = "1.1"

[dependencies.smallvec]
version = "1.13"