worley-noise 2.0.5

Worley noise implementation
Documentation
# 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 = "worley-noise"
version = "2.0.5"
authors = ["Johannes Boczek <johannes.boczek@web.de>"]
exclude = ["noise.png", "noise_1.png", "noise_2.png", "noise_3.png", "noise_4.png", "README.md"]
description = "Worley noise implementation"
keywords = ["noise", "worley", "generation"]
categories = ["algorithms"]
license = "Apache-2.0"
repository = "https://gitlab.com/Sogomn/worley-noise"
[dependencies.concurrent-hashmap]
version = "0.2.1"
default_features = false

[dependencies.fnv]
version = "1.0.6"

[dependencies.rand]
version = "0.5.5"
features = ["i128_support"]

[dependencies.rayon]
version = "1.0.2"
[dev-dependencies.image]
version = "0.20.0"