ruvector-verified 0.1.1

Formal verification layer for RuVector: proof-carrying vector operations with sub-microsecond overhead using lean-agentic dependent types
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.77"
name = "ruvector-verified"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Formal verification layer for RuVector: proof-carrying vector operations with sub-microsecond overhead using lean-agentic dependent types"
homepage = "https://github.com/ruvnet/ruvector"
documentation = "https://docs.rs/ruvector-verified"
readme = "README.md"
keywords = [
    "verification",
    "vector-database",
    "dependent-types",
    "proof-carrying",
    "formal-methods",
]
categories = [
    "science",
    "mathematics",
    "database-implementations",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ruvnet/ruvector"

[features]
all-proofs = [
    "hnsw-proofs",
    "rvf-proofs",
    "coherence-proofs",
]
coherence-proofs = ["dep:ruvector-coherence"]
default = []
fast-arena = []
gated-proofs = []
hnsw-proofs = ["dep:ruvector-core"]
rvf-proofs = ["dep:ruvector-cognitive-container"]
serde = [
    "dep:serde",
    "dep:serde_json",
    "lean-agentic/serde",
]
simd-hash = []
ultra = [
    "fast-arena",
    "simd-hash",
    "gated-proofs",
]

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

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

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

[dependencies.lean-agentic]
version = "=0.1.0"

[dependencies.ruvector-cognitive-container]
version = "2.0.4"
optional = true

[dependencies.ruvector-coherence]
version = "2.0.4"
optional = true

[dependencies.ruvector-core]
version = "2.0.4"
features = ["hnsw"]
optional = true
default-features = false

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

[dependencies.serde_json]
version = "1.0"
optional = true

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

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