# 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 = "bracket-noise" version = "0.8.7" authors = ["Herbert Wolverson "] publish = true description = "Rust port of Auburn's amazing FastNoise library. Part of the bracket-lib family." homepage = "https://github.com/thebracket/bracket-lib" readme = "README.md" keywords = [ "roguelike", "gamedev", "noise", "perlin", "simplex", ] categories = [ "game-engines", "random", ] license = "MIT" repository = "https://github.com/thebracket/bracket-lib" resolver = "2" [dependencies.bracket-random] version = "~0.8" [dev-dependencies.bracket-color] version = "~0.8" features = ["palette"] [dev-dependencies.crossterm] version = "~0.25"