# 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-functions-config" version = "0.4.1" exclude = ["justfile"] description = "Configurable noise generator for `noise-functions`." documentation = "https://docs.rs/noise-functions-config" readme = "README.md" keywords = [ "noise", "perlin", "simplex", "procedural", "random", ] categories = [ "no-std", "graphics", "game-development", "algorithms", ] license = "MIT OR Apache-2.0" repository = "https://github.com/bluurryy/noise-functions" [package.metadata.docs.rs] all-features = true [dependencies.document-features] version = "0.2.8" optional = true [dependencies.noise-functions] version = "0.2.1" default-features = false [features] default = ["std"] libm = ["noise-functions/libm"] nightly-simd = ["noise-functions/nightly-simd"] std = ["noise-functions/std"]