# 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 = "wavefc" version = "3.2.0" authors = ["Zachary Morden"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A home-grown implementation of the Wave Function Collapse algorithm." readme = "README.md" keywords = [ "wave", "collapse", "procedural", "generation", ] categories = ["algorithms"] license = "MIT" repository = "https://github.com/SetKu/WaveFuncCollapse" [lib] name = "wavefc" path = "src/lib.rs" [[bench]] name = "helpers" path = "benches/helpers.rs" harness = false [[bench]] name = "lib" path = "benches/lib.rs" harness = false [dependencies.cgmath] version = "0.18.0" [dependencies.rand] version = "0.8.5" features = ["alloc"] [dependencies.serde] version = "1.0.148" optional = true [dev-dependencies.criterion] version = "0.4.0" [features] default = [] serde = ["dep:serde"]