# 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 = "hora" version = "0.1.1" authors = ["aljun ", "moonlight"] description = "Hora Search Everywhere" homepage = "https://horasearch.com" readme = "README.md" keywords = ["intelligence", "neighbor", "SIMD", "search", "distance"] categories = ["algorithms", "data-structures"] license = "Apache-2.0" repository = "https://github.com/hora-search/hora" [package.metadata.docs.rs] all-features = true [profile.dev] opt-level = 0 lto = false codegen-units = 4 debug = 1 debug-assertions = true rpath = false panic = "unwind" overflow-checks = false incremental = true [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 debug = false debug-assertions = false rpath = false panic = "unwind" overflow-checks = false incremental = false [[bench]] name = "bench_metrics" harness = false [dependencies.bincode] version = "^1.3" [dependencies.fixedbitset] version = "0.4.0" [dependencies.hashbrown] version = "0.11.2" optional = true [dependencies.log] version = "^0.4" [dependencies.num] version = "0.4.0" [dependencies.packed_simd] version = "0.3.5" optional = true package = "packed_simd_2" [dependencies.rand] version = "0.8.3" [dependencies.rayon] version = "^1.5" [dependencies.serde] version = "^1.0" features = ["derive"] [dev-dependencies.criterion] version = "0.3.4" [features] no_std = ["hashbrown"] no_thread = [] simd = ["packed_simd"]