# 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 = "dinotree_alg" version = "0.9.0" authors = ["Ken Reed "] description = "Dinotree algorithms" readme = "README.md" keywords = ["tree", "kdtree", "dinotree", "space-partitioning", "no_std"] license = "MIT/Apache-2.0" repository = "https://github.com/tiby312/dinotree_alg" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies.axgeom] version = "1.6" [dependencies.compt] version = "1.6" [dependencies.is_sorted] version = "0.1" [dependencies.itertools] version = "0.9" [dependencies.pdqselect] version = "0.1" [dependencies.rayon] version = "1.3" [dev-dependencies.dists] version = "0.4" [features] nbody = []