# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "goko" version = "0.5.5" authors = ["Sven Cattell "] include = ["protos/tree_file_format.proto", "build.rs", "src/*", "Cargo.toml"] description = "A lock-free, eventually consistent, concurrent covertree." homepage = "https://github.com/elastic/goko" documentation = "https://docs.rs/goko" readme = "README.md" keywords = ["cover-tree", "knn", "lock-free"] categories = ["concurrency", "data-structures"] license-file = "LICENSE.txt" repository = "https://github.com/elastic/goko.git" [package.metadata.docs.rs] features = ["docs-only"] [lib] path = "src/lib.rs" test = true [[bench]] name = "path_bench" path = "benches/path_bench.rs" harness = false [dependencies.crossbeam-channel] version = "0.5.1" [dependencies.fxhash] version = "0.2.1" [dependencies.hashbrown] version = "0.11.2" features = ["rayon"] [dependencies.ndarray] version = "0.13" [dependencies.pbr] version = "1.0.4" [dependencies.pointcloud] version = "0.5.5" [dependencies.protobuf] version = "2.23.0" [dependencies.rand] version = "0.8.3" features = ["small_rng"] [dependencies.rand_distr] version = "0.4.0" [dependencies.rayon] version = "1.5.0" [dependencies.serde] version = "1.0.125" features = ["derive"] [dependencies.smallvec] version = "1.6.1" [dependencies.statrs] version = "0.13.0" [dependencies.type-map] version = "0.5.0" [dependencies.yaml-rust] version = "0.4.5" [dev-dependencies.assert_approx_eq] version = "1.0.0" [dev-dependencies.criterion] version = "0.3.4" [build-dependencies.protoc-rust] version = "2.23.0" [features] docs-only = []