ordvec 0.3.0

Training-free ordinal & sign quantization for vector retrieval
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.89"
name = "ordvec"
version = "0.3.0"
build = false
exclude = [
    ".agents/",
    ".claude/",
    ".codex/",
    ".github/",
    ".gitignore",
    ".playwright-mcp/",
    "CLAUDE.md",
    "CODE_OF_CONDUCT.md",
    "CONTRIBUTING.md",
    "DCO",
    "GOVERNANCE.md",
    "RELEASING.md",
    "ROADMAP.md",
    "SECURITY.md",
    "cliff.toml",
    "THREAT_MODEL.md",
    "codecov.yml",
    "deny.toml",
    "docs/ALTERNATIVES_CONSIDERED.md",
    "docs/FOLLOWUP_BODY_KERNEL_TIE_BREAK.md",
    "docs/INDEX_PROVENANCE.md",
    "docs/c-api.md",
    "fuzz/",
    "ordvec-ffi/",
    "ordvec-go/",
    "ordvec-manifest/",
    "ordvec-python/",
    "tests/__pycache__/",
    "tests/release_environment_settings.sh",
    "tests/release_pypi_canonical_dist.py",
    "tests/release_pypi_canonical_dist_tests.py",
    "tests/release_publish_invariants.py",
    "tests/release_publish_invariants.sh",
    "tests/release_signed_release_invariants.sh",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Training-free ordinal & sign quantization for vector retrieval"
homepage = "https://github.com/Fieldnote-Echo/ordvec"
readme = "README.md"
keywords = [
    "vector-search",
    "quantization",
    "nearest-neighbor",
    "ann",
    "simd",
]
categories = [
    "algorithms",
    "science",
    "compression",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Fieldnote-Echo/ordvec"

[package.metadata.docs.rs]
all-features = false

[features]
experimental = []

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

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

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

[[test]]
name = "index"
path = "tests/index/main.rs"

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

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

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

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

[dependencies.rayon]
version = "1.10"

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

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

[profile.release]
opt-level = 3
lto = true
codegen-units = 1