# 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 = "acap" version = "0.3.0" authors = ["Tavian Barnes "] description = "As Close As Possible — nearest neighbor search in Rust." readme = "README.md" keywords = ["ann", "knn", "nearest-neighbors"] categories = ["algorithms", "data-structures"] license = "MIT" repository = "https://github.com/tavianator/acap" resolver = "2" [package.metadata.docs.rs] rustdoc-args = ["--html-in-header", "katex-header.html"] [[bench]] name = "benches" harness = false [dependencies.num-traits] version = "0.2.14" [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.rand] version = "0.8.4"