# 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 = "grandma" version = "0.3.1" 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/grandma" documentation = "https://docs.rs/grandma" readme = "README.md" keywords = ["cover-tree", "knn", "lock-free"] categories = ["concurrency", "data-structures"] license-file = "LICENSE.txt" repository = "https://github.com/elastic/grandma.git" [package.metadata.docs.rs] features = ["docs-only"] [lib] path = "src/lib.rs" test = true [dependencies.crossbeam-channel] version = "0.4.2" [dependencies.indexmap] version = "1.4.0" features = ["serde-1"] [dependencies.pbr] version = "1.0.3" [dependencies.pointcloud] version = "0.3.0" [dependencies.protobuf] version = "2.15.0" [dependencies.rand] version = "0.7.3" [dependencies.rayon] version = "1.3.1" [dependencies.smallvec] version = "1.4.0" [dependencies.statrs] version = "0.12.0" [dependencies.type-map] version = "0.3.0" [dependencies.yaml-rust] version = "0.4.4" [dev-dependencies.assert_approx_eq] version = "1.0.0" [build-dependencies.protoc-rust] version = "2.15.0" [features] docs-only = []