tf-idf-vectorizer 0.10.2

A simple search and analyze engine
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 = "2024"
name = "tf-idf-vectorizer"
version = "0.10.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple search and analyze engine"
readme = "README.md"
keywords = [
    "search",
    "tf",
    "idf",
    "analyze",
]
license = "MIT"
repository = "https://github.com/371tti/tf-idf-vectorizer"

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

[[example]]
name = "basic"
path = "examples/basic.rs"

[dependencies.ahash]
version = "0.8.12"

[dependencies.dashmap]
version = "6.1.0"
features = ["serde"]

[dependencies.half]
version = "2"
features = ["num-traits"]

[dependencies.hashbrown]
version = "0.16.1"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "rc",
]

[dependencies.static_assertions]
version = "1.1.0"

[dev-dependencies.bincode]
version = "1"

[dev-dependencies.rand]
version = "0.8"

[dev-dependencies.serde_json]
version = "1"