noise_rs 0.1.16

The perlin and simplex noise implementation in 2d and 3d
Documentation
[dependencies.intmap]
version = "0.7.0"

[dependencies.java_random]
default-features = false
version = "0.1.7"

[dependencies.sha2]
version = "0.9.1"

[features]
const_fn = ["java_random/const_fn"]
default = ["const_fn"]

[lib]
crate-type = ["cdylib", "rlib", "staticlib"]
name = "noise_rs"
path = "src/lib.rs"

[package]
authors = ["Neil <neilhube12@gmail.com>"]
categories = ["algorithms", "data-structures"]
description = "The perlin and simplex noise implementation in 2d and 3d"
edition = "2018"
license = "MIT"
name = "noise_rs"
version = "0.1.16"
[profile.dev]
opt-level = 3

[profile.release]
opt-level = 3