# 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 = "pointcloud" version = "0.5.5" authors = ["Sven Cattell "] description = "An accessor layer for goko" homepage = "https://github.com/elastic/goko" documentation = "https://docs.rs/pointcloud" readme = "README.md" keywords = ["datasets"] categories = ["science", "data-structures"] license-file = "LICENSE.txt" repository = "https://github.com/elastic/goko.git" [[bench]] name = "dists_bench" path = "benches/dists_bench.rs" harness = false [dependencies.csv] version = "1.1.6" [dependencies.flate2] version = "1.0.17" [dependencies.fxhash] version = "0.2.1" [dependencies.glob] version = "0.3.0" [dependencies.hashbrown] version = "0.11.2" features = ["rayon", "serde"] [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.ndarray] version = "0.13" [dependencies.num-traits] version = "0.2" [dependencies.packed_simd] version = "0.3.4" package = "packed_simd_2" [dependencies.rand] version = "0.8.3" [dependencies.rayon] version = "1.4.0" [dependencies.serde] version = "1.0.116" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.smallvec] version = "1.3.0" features = ["serde"] [dependencies.yaml-rust] version = "0.4" [dev-dependencies.assert_approx_eq] version = "1.0.0" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.tempdir] version = "0.3" [features] default = [] [target."cfg(windows)".dependencies.winapi] version = "0.3" features = ["basetsd", "handleapi", "memoryapi", "minwindef", "std", "sysinfoapi"] [badges.travis-ci] branch = "master" repository = "https://github.com/elastic/goko.git"