reductive 0.1.0

Optimized vector quantization for dense vectors
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "reductive"
version = "0.1.0"
authors = ["Danièˆl de Kok <me@danieldk.eu>"]
description = "Optimized vector quantization for dense vectors"
homepage = "https://git.sr.ht/~danieldk/reductive"
documentation = "https://docs.rs/finalfrontier/"
license = "Apache-2.0"
repository = "https://git.sr.ht/~danieldk/reductive"
[dependencies.log]
version = "0.4"

[dependencies.ndarray]
version = "0.12"

[dependencies.ndarray-linalg]
version = "0.10"
optional = true

[dependencies.ndarray-parallel]
version = "0.9"

[dependencies.num-traits]
version = "0.2"

[dependencies.ordered-float]
version = "1"

[dependencies.rand]
version = "0.6"

[dependencies.rand_xorshift]
version = "0.1"

[dependencies.rayon]
version = "1"
[dev-dependencies.ndarray-rand]
version = "0.9"

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

[features]
accelerate = ["ndarray-linalg/accelerate"]
default = []
intel-mkl = ["ndarray-linalg/intel-mkl"]
netlib = ["ndarray-linalg/netlib"]
openblas = ["ndarray-linalg/openblas"]
opq-train = ["ndarray-linalg"]