# 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 = "decluster" version = "1.0.18" authors = ["Jonny Anderson "] description = "Iteratively declusters and replaces a randomised set of 2D points until a set is discovered where each point is separated by at least the specified minimum distance." readme = "README.md" keywords = [ "nearest-neighbors", "decluster", ] categories = ["algorithms"] license = "MIT" repository = "https://github.com/anderson-international/decluster" resolver = "2" [package.metadata.docs.rs] rustdoc-args = ["--document-private-items"] [[example]] name = "decluster_demo" [dependencies.piston] version = "0.53.1" [dependencies.piston2d-graphics] version = "0.42.0" [dependencies.piston_window] version = "0.123.0" [dependencies.rand] version = "0.8.5"