# 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 = "noilib-simple" version = "0.5.1" authors = ["Michael "] exclude = ["test-images/"] description = "A simple noise library" homepage = "https://github.com/engusmaze/noilib-simple-rs" readme = "README.md" license = "Apache-2.0/MIT" repository = "https://github.com/engusmaze/noilib-simple-rs" resolver = "2" [[example]] name = "perlin" [[example]] name = "value" [[example]] name = "value-octaves" [[example]] name = "perlin-octaves" [[test]] name = "test" [[bench]] name = "bench" [dependencies] [dev-dependencies.image] version = "0.24.2"