# 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-sys" version = "0.1.2" build = "build/main.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Rust bindings for FastNoise2." readme = "README.md" keywords = [ "noise", "simd", "procedural", "perlin", "bindings", ] license = "MIT" repository = "https://github.com/Lemonzyy/fastnoise2-rs" [lib] name = "fastnoise2_sys" path = "src/lib.rs" [build-dependencies.bindgen] version = "0.70" [build-dependencies.cmake] version = "0.1" [features] build-from-source = []