# 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 = "wfc" version = "0.10.7" authors = ["Stephen Sherratt "] description = "Generate images using Wave Function Collapse" homepage = "https://github.com/gridbugs/wfc.git" documentation = "https://docs.rs/wfc" readme = "README.md" license = "MIT" repository = "https://github.com/gridbugs/wfc.git" [dependencies.coord_2d] version = "0.3" [dependencies.direction] version = "0.18" [dependencies.getrandom] version = "0.2" [dependencies.grid_2d] version = "0.15" [dependencies.hashbrown] version = "0.13" [dependencies.rand] version = "0.8" [dependencies.rand_xorshift] version = "0.3" optional = true [dependencies.rayon] version = "1.3" optional = true [features] js = ["getrandom/js"] parallel = [ "rayon", "rand_xorshift", ]