perlin2 0.2.0

Minimal 2D perlin noise
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 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 = "2024"
name = "perlin2"
version = "0.2.0"
authors = ["Stephen Sherratt <sfsherratt@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Minimal 2D perlin noise"
homepage = "https://github.com/gridbugs/perlin2.git"
documentation = "https://docs.rs/perlin2"
readme = "README.md"
license = "MIT"
repository = "https://github.com/gridbugs/perlin2.git"

[features]
serialize = ["serde"]

[lib]
name = "perlin2"
path = "src/lib.rs"

[[example]]
name = "ex1"
path = "examples/ex1.rs"

[dependencies.rand]
version = "0.9"

[dependencies.serde]
version = "1"
features = ["serde_derive"]
optional = true

[dev-dependencies.rand_xorshift]
version = "0.4"