ipfrs-semantic 0.2.0

Semantic search with HNSW vector indexing for content-addressed data
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"
rust-version = "1.90"
name = "ipfrs-semantic"
version = "0.2.0"
authors = ["TensorLogic Architect"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Semantic search with HNSW vector indexing for content-addressed data"
homepage = "https://github.com/cool-japan/ipfrs"
documentation = "https://docs.rs/ipfrs-semantic"
readme = "README.md"
keywords = [
    "semantic-search",
    "vector",
    "hnsw",
    "embedding",
    "similarity",
]
categories = [
    "algorithms",
    "data-structures",
    "science",
]
license = "Apache-2.0"
repository = "https://github.com/cool-japan/ipfrs"

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

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

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.bytes]
version = "1.11"

[dependencies.cid]
version = "0.11"
features = ["serde-codec"]

[dependencies.dashmap]
version = "6.2"

[dependencies.futures]
version = "0.3"

[dependencies.hnsw_rs]
version = "0.3"

[dependencies.ipfrs-core]
version = "0.2.0"

[dependencies.ipfrs-network]
version = "0.2.0"

[dependencies.ipfrs-storage]
version = "0.2.0"

[dependencies.ipfrs-tensorlogic]
version = "0.2.0"

[dependencies.lru]
version = "0.18"

[dependencies.memmap2]
version = "0.9"

[dependencies.multihash]
version = "0.19"

[dependencies.nalgebra]
version = "0.35"

[dependencies.oxicode]
version = "0.2.4"
features = [
    "derive",
    "serde",
]

[dependencies.parking_lot]
version = "0.12"

[dependencies.rand]
version = "0.10"

[dependencies.rayon]
version = "1.12"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.52"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1.23"
features = [
    "v4",
    "serde",
]

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

[dev-dependencies.libp2p]
version = "0.56"
features = [
    "tcp",
    "tokio",
    "quic",
    "noise",
    "yamux",
    "gossipsub",
    "kad",
    "identify",
    "ping",
    "macros",
    "autonat",
    "dcutr",
    "relay",
    "mdns",
    "rsa",
]

[dev-dependencies.multihash-codetable]
version = "0.2"
features = [
    "sha2",
    "sha3",
    "blake2b",
    "blake2s",
    "blake3",
]

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