# 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 = "ball-tree" version = "0.5.1" authors = ["Grant Slatton "] build = false include = [ "src/**/*", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Ball-tree implementation for K-nearest neighbors" homepage = "https://github.com/grantslatton/ball-tree" readme = "README.md" keywords = [ "ball-tree", "knn", "ml", "neighbor", "prediction", ] categories = [ "data-structures", "science", ] license = "MIT" repository = "https://github.com/grantslatton/ball-tree" [lib] name = "ball_tree" path = "src/lib.rs" [dependencies] [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rand_chacha] version = "0.3.1"