# 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 = "tantivy-czech-stemmer" version = "0.2.1" authors = [ "Testuj.to s.r.o. ", "Patrik Šimunič", ] description = "Czech stemmer as Tantivy tokenizer" readme = "README.md" keywords = [ "tantivy", "tokenizer", "stemmer", "czech", ] categories = ["text-processing"] license = "BSD-3-Clause" license-file = "LICENSE" repository = "https://github.com/testuj-to/tantivy-czech-stemmer" [dependencies.serde] version = "1.0.199" [dependencies.serde_derive] version = "1.0.199" [dependencies.tantivy-tokenizer-api] version = "0.3.0" [dev-dependencies.tantivy] version = "0.22.0"