# 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 = "2018" name = "space" version = "0.18.0" authors = ["Geordon Worley ", "Yuhan Liin "] description = "A library providing abstractions for spatial datastructures and search" documentation = "https://docs.rs/space/" readme = "README.md" keywords = ["space", "knn", "ann", "search"] categories = ["no-std", "computer-vision", "data-structures"] license = "MIT" repository = "https://github.com/rust-cv/space" [package.metadata.docs.rs] all-features = true [profile.bench] lto = true codegen-units = 1 [[test]] name = "linear_knn" required-features = ["alloc"] [[bench]] name = "knn" harness = false required-features = ["simd-hamming", "alloc"] [dependencies.doc-comment] version = "0.3.3" [dependencies.num-traits] version = "0.2.14" default-features = false [dependencies.serde] version = "1.0.125" features = ["derive"] optional = true [dev-dependencies.criterion] version = "0.3.4" [dev-dependencies.rand_core] version = "0.6.2" [dev-dependencies.rand_pcg] version = "0.3.0" [features] alloc = [] default = ["alloc"]