# 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 = "lexmatch" version = "0.3.0" authors = ["Maarten van Gompel "] include = [ "src/**/*", "LICENSE", "README.md", ] description = "This is a simple lexicon matching tool that, given a lexicon of words or phrases, identifies all matches in a given target text. Uses suffix arrays." homepage = "https://github.com/proycon/lexmatch" readme = "README.md" keywords = [ "nlp", "text-processing", ] license = "GPL-3.0+" repository = "https://github.com/proycon/lexmatch" [dependencies.clap] version = "3.2.23" [dependencies.suffix] version = "1.3.0"