ruvector-math 2.0.2

Advanced mathematics for next-gen vector search: Optimal Transport, Information Geometry, Product Manifolds
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-math"
version = "2.0.2"
authors = ["Ruvector Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Advanced mathematics for next-gen vector search: Optimal Transport, Information Geometry, Product Manifolds"
readme = "README.md"
keywords = [
    "vector-search",
    "optimal-transport",
    "wasserstein",
    "information-geometry",
    "hyperbolic",
]
categories = [
    "mathematics",
    "science",
    "algorithms",
]
license = "MIT"
repository = "https://github.com/ruvnet/ruvector"

[features]
default = ["std"]
parallel = ["rayon"]
serde = ["dep:serde"]
simd = []
std = []

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

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

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

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

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

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

[dependencies.nalgebra]
version = "0.33"
features = ["std"]
default-features = false

[dependencies.rand]
version = "0.8"

[dependencies.rand_distr]
version = "0.4"

[dependencies.rayon]
version = "1.10"
optional = true

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

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.approx]
version = "0.5"

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

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