# 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 = "fastnoise2" version = "0.3.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A safe Rust wrapper for FastNoise2, a node-based noise generation library optimized with SIMD." readme = "README.md" keywords = [ "noise", "simd", "procedural", "perlin", "simplex", ] license = "MIT" repository = "https://github.com/Lemonzyy/fastnoise2-rs" [lib] name = "fastnoise2" path = "src/lib.rs" [[example]] name = "encoded_node_tree" path = "examples/encoded_node_tree.rs" [[example]] name = "manual" path = "examples/manual.rs" [[example]] name = "multithreaded" path = "examples/multithreaded.rs" [[example]] name = "safe" path = "examples/safe.rs" [[example]] name = "safe_simple_terrain" path = "examples/safe_simple_terrain.rs" [dependencies.fastnoise2-sys] version = "0.1.2" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1.40" optional = true [dev-dependencies.image] version = "0.25.2" [features] build-from-source = ["fastnoise2-sys/build-from-source"] trace = ["dep:tracing"]