# 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 = "probly-search" version = "2.0.1" authors = ["marcus-pousette "] exclude = [ ".github/**", ".gitignore", ".rustfmt.toml", ] description = "A lightweight full-text search engine with a fully customizable scoring function" homepage = "https://github.com/quantleaf/probly-search" documentation = "https://github.com/quantleaf/probly-search" readme = "README.md" keywords = [ "search", "query", "bm25", "index", ] categories = ["text-processing"] license = "MIT" repository = "https://github.com/quantleaf/probly-search" [profile.dev] opt-level = 0 debug = 2 [lib] crate-type = [ "cdylib", "rlib", ] [[bench]] name = "test_benchmark" harness = false [dependencies.hashbrown] version = "0.14" [dependencies.typed-generational-arena] version = "0.2" [dev-dependencies.criterion] version = "0.3" features = ["html_reports"] [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.rand] version = "0.8.3"