worley-noise 3.3.0

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 = "3.3.0"
authors = ["Johannes Boczek <johannes.boczek@web.de>"]
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"]
categories = ["algorithms"]
license = "Apache-2.0"
repository = "https://gitlab.com/Sogomn/worley-noise"

[[bench]]
name = "noise"
harness = false
[dependencies.concurrent-hashmap]
version = "0.2.1"
default_features = false

[dependencies.fnv]
version = "1.0.6"

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

[dependencies.rand_xorshift]
version = "0.1.1"

[dependencies.rayon]
version = "1.0.3"
[dev-dependencies.criterion]
version = "0.2.10"

[dev-dependencies.gif]
version = "0.10.1"

[dev-dependencies.image]
version = "0.21.0"

[features]
web = ["rand/stdweb"]