# 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 = "lsh-rs" version = "0.4.0" authors = ["ritchie46 "] description = "LSH: Approximate Nearest Neighbor Search with Locality Sensitive Hashing." readme = "../README.md" license = "MIT" repository = "https://github.com/ritchie46/lsh-rs" [package.metadata.docs.rs] all-features = true [lib] name = "lsh_rs" path = "src/lib.rs" [dependencies.anyhow] version = "^1.0.27" [dependencies.bincode] version = "^1.2.1" [dependencies.blas-src] version = "0.6" optional = true [dependencies.fnv] version = "^1.0.6" [dependencies.itertools] version = "^0.9.0" [dependencies.ndarray] version = "0.13" features = ["serde", "rayon"] [dependencies.ndarray-rand] version = "^0.11.0" [dependencies.num] version = "^0.2.1" [dependencies.rand] version = "^0.7" features = ["small_rng"] [dependencies.rand_distr] version = "^0.2" [dependencies.rayon] version = "^1.3.0" [dependencies.rusqlite] version = "^0.21.0" features = ["bundled", "backup"] optional = true [dependencies.serde] version = "^1.0.104" features = ["derive"] [dependencies.statrs] version = "^0.12.0" [dependencies.thiserror] version = "1.0.13" [features] blas = ["blas-src", "ndarray/blas"] default = ["sqlite"] sqlite = ["rusqlite"]