# 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 = "analiticcl" version = "0.4.7" authors = ["Maarten van Gompel "] build = false include = [ "src/**/*", "LICENSE", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Analiticcl is an approximate string matching or fuzzy-matching system that can be used to find variants for spelling correction or text normalisation" homepage = "https://github.com/proycon/analiticcl" documentation = "https://docs.rs/analiticcl" readme = "README.md" keywords = [ "nlp", "text-processing", "spelling-correction", "linguistics", "spellcheck", ] license = "GPL-3.0+" repository = "https://github.com/proycon/analiticcl" [lib] name = "analiticcl" path = "src/lib.rs" [[bin]] name = "analiticcl" path = "src/bin/analiticcl.rs" [dependencies.bitflags] version = "1.3.2" [dependencies.clap] version = "2.34.0" [dependencies.ibig] version = "0.3.6" [dependencies.num-traits] version = "0.2.19" [dependencies.rayon] version = "1.10.0" [dependencies.rustfst] version = "1.1.2" [dependencies.sesdiff] version = "0.3.1" [dependencies.simple-error] version = "0.3.1" [dev-dependencies.criterion] version = "0.3.6"