embeddenator-retrieval 0.22.0

Semantic retrieval and search operations for VSA-based vector representations
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 = "2021"
name = "embeddenator-retrieval"
version = "0.22.0"
authors = ["Tyler Zervas <tz-dev@vectorweight.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Semantic retrieval and search operations for VSA-based vector representations"
documentation = "https://docs.rs/embeddenator-retrieval"
readme = "README.md"
keywords = [
    "embeddenator",
    "retrieval",
    "holographic",
    "search",
    "vsa",
]
categories = [
    "algorithms",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/tzervas/embeddenator-retrieval"

[features]
default = []

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

[[test]]
name = "index_tests"
path = "tests/index_tests.rs"

[[test]]
name = "resonator_tests"
path = "tests/resonator_tests.rs"

[[test]]
name = "retrieval_index"
path = "tests/retrieval_index.rs"

[[test]]
name = "search_tests"
path = "tests/search_tests.rs"

[[test]]
name = "similarity_tests"
path = "tests/similarity_tests.rs"

[[bench]]
name = "query_hierarchical"
path = "benches/query_hierarchical.rs"
harness = false

[[bench]]
name = "retrieval"
path = "benches/retrieval.rs"
harness = false

[[bench]]
name = "search_performance"
path = "benches/search_performance.rs"
harness = false

[dependencies.bincode]
version = ">=1.3, <2.0"

[dependencies.embeddenator-vsa]
version = ">=0.22.0, <1.0.0"

[dependencies.rayon]
version = ">=1.8, <2.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.sha2]
version = "0.10"

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

[dev-dependencies.embeddenator-fs]
version = ">=0.23.0, <1.0.0"

[dev-dependencies.proptest]
version = "1.0"

[dev-dependencies.tempfile]
version = "3.0"