# 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 = "worley-noise" version = "3.7.2" authors = ["Johannes Boczek "] exclude = ["noise.png", "noise.gif", "noise_1.png", "noise_2.png", "noise_3.png", "noise_4.png"] description = "Worley noise implementation" readme = "README.md" keywords = ["noise", "worley", "generation", "procedual", "voronoi"] categories = ["algorithms"] license = "Apache-2.0" repository = "https://gitlab.com/Sogomn/worley-noise" resolver = "2" [[bench]] name = "noise" harness = false [dependencies.concurrent-hashmap] version = "0.2.2" default_features = false [dependencies.fnv] version = "1.0.7" [dependencies.getrandom] version = "0.2.3" optional = true [dependencies.rand] version = "0.8.4" [dependencies.rand_xorshift] version = "0.3.0" [dependencies.rayon] version = "1.5.1" [dev-dependencies.criterion] version = "0.3.2" [dev-dependencies.gif] version = "0.10.3" [dev-dependencies.image] version = "0.23.4" [features] web = ["getrandom", "getrandom/js"]