# 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 = "noise-algebra" version = "0.1.28" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Easy manipulation of noise functions" readme = "README.md" keywords = [ "noise", "procedural", "generation", "simplex", "perlin", ] license = "Unlicense" repository = "https://github.com/Inspirateur/noise-algebra" [lib] name = "noise_algebra" path = "src/lib.rs" [[bench]] name = "noise" path = "benches/noise.rs" harness = false [dependencies.itertools] version = "0.13" [dependencies.ndarray] version = "0.16" [dependencies.noise] version = "0.9" [dependencies.num-traits] version = "0.2" [dependencies.simdnoise] version = "3.1" [dev-dependencies.criterion] version = "0.5"