# 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" name = "anndists" version = "0.1.2" authors = ["jeanpierre.both@gmail.com"] description = "some distances used in Ann related crates" documentation = "https://docs.rs/anndists" readme = "README.md" keywords = [ "algorithms", "distances", "ann", ] license = "MIT/Apache-2.0" repository = "https://github.com/jean-pierreBoth/anndists" [profile.release] opt-level = 3 lto = true [lib] path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.cfg-if] version = "1.0" [dependencies.cpu-time] version = "1.0" [dependencies.env_logger] version = "0.10" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.num_cpus] version = "1.16" [dependencies.rand] version = "0.8" [dependencies.rayon] version = "1.10" [dependencies.simdeez] version = "1.0" optional = true [dev-dependencies] [features] default = [] simdeez_f = ["simdeez"] stdsimd = []