# 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 = "bosque" version = "0.2.0" authors = ["Cavey Cool "] description = "A very fast in-place kdtree library" license = "Apache-2.0 OR MIT" resolver = "1" [lib] crate-type = [ "lib", "cdylib", "staticlib", ] [[example]] name = "simple" path = "../examples/rust/simple.rs" [[example]] name = "abacus_mock" path = "../examples/rust/abacus_mock.rs" [[example]] name = "abacus_round_trip_compress" path = "../examples/rust/abacus_round_trip_compress.rs" [[bench]] name = "tree" harness = false [dependencies.rayon] version = "1.7.0" optional = true [dev-dependencies.criterion] version = "0.5.0" [dev-dependencies.num-format] version = "0.4.4" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rayon] version = "1.7.0" [build-dependencies.cbindgen] version = "0.24.3" default-features = false [features] default = [ "parallel", "sqrt-dist", ] parallel = ["rayon"] sqrt-dist = []