# 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 = "billow" version = "0.2.0" authors = ["MrMarble"] description = "Simple Wave Function Collapse implementation in Rust" readme = "README.md" keywords = [ "wave", "function", "collapse", "rust", ] license = "GPL-3.0" repository = "https://github.com/mrmarble/billow" [[bench]] name = "wave" harness = false [dependencies.bevy] version = "0.8.1" optional = true [dependencies.image] version = "0.24.3" optional = true [dependencies.rand] version = "0.8.5" [dependencies.sha2] version = "0.10.2" [dev-dependencies.criterion] version = "0.3.6" [dev-dependencies.gif] version = "0.11.4" [features] bevy = ["dep:bevy"] default = ["image"] image = ["dep:image"]