# 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 = "fastnoise-lite" version = "1.1.1" authors = [ "Jordan Peck", "Keavon Chambers", ] description = "FastNoise Lite is an extremely portable open source noise generation library with a large selection of noise algorithms" readme = "README.md" keywords = [ "noise", "simplex", "perlin", "procedural", "terrain", ] categories = [ "algorithms", "game-development", "graphics", "multimedia::images", "rendering", ] license = "MIT" repository = "https://github.com/Auburn/FastNoiseLite" [dependencies.num-traits] version = "0.2.18" optional = true default-features = false [features] default = ["std"] f64 = [] libm = ["num-traits/libm"] std = ["num-traits/std"]