qdrant-rust-stemmers 1.2.2

A rust implementation of some popular snowball stemming algorithms
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]
name = "qdrant-rust-stemmers"
version = "1.2.2"
authors = [
    "Jakob Demler <jdemler@curry-software.com>",
    "CurrySoftware <info@curry-software.com>",
    "Qdrant Team <team@qdrant.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A rust implementation of some popular snowball stemming algorithms"
readme = "README.md"
keywords = [
    "nlp",
    "stemming",
    "information",
    "retrieval",
    "language",
]
license = "MIT/BSD-3-Clause"
repository = "https://github.com/qdrant/rust-stemmers"

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

[[example]]
name = "stem-file"
path = "examples/stem-file/main.rs"

[dependencies.serde]
version = "^1.0"

[dependencies.serde_derive]
version = "^1.0"