# 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 = "2018" name = "bluenoise" version = "0.2.1" authors = ["Alexander Lyon "] description = "Ergonomic blue noise (poisson disk sampling) for the masses." homepage = "https://crates.io/crates/bluenoise" readme = "readme.md" keywords = ["noise", "poisson", "blue"] license = "MIT OR Apache-2.0" repository = "https://github.com/arlyon/bluenoise-rs" [[bench]] name = "basic" harness = false [dependencies.glam] version = "0.13.1" [dependencies.itertools] version = "0.10.0" [dependencies.rand] version = "0.8.0" features = ["small_rng"] [dev-dependencies.clippy] version = "0.0.302" [dev-dependencies.criterion] version = "0.3.3" [dev-dependencies.rand_pcg] version = "0.3.0"