# 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 = "simple-simplex" version = "1.0.3" exclude = ["/images/*", "/docs/*"] description = "Generates 2d simplex noise values and applies Fractal Brownian Motion." keywords = ["simplex", "perlin", "noise", "generation", "procedural"] categories = ["algorithms", "mathematics"] license = "MIT OR Apache-2.0" repository = "https://github.com/RylanYancey/simple-simplex" resolver = "2" [dependencies.rand] version = "0.8.4" [dependencies.rand_pcg] version = "0.3.1"