# 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 = "wave-function-collapse" version = "0.3.0" authors = ["Austin Heller"] description = "Converts nodes and their restrictions into a collapsed node state based on the selected algorithm." readme = "README.md" keywords = [ "wave-function", "generation", "procedural", "constraint", "wfc", ] categories = [ "algorithms", "data-structures", "game-development", ] license = "MIT OR Apache-2.0" repository = "https://github.com/AustinHellerRepo/WaveFunctionCollapse" [[bench]] name = "landscape" harness = false [dependencies.bitvec] version = "1.0.1" [dependencies.fastrand] version = "2.0.0" [dependencies.indexmap] version = "1.9.2" [dependencies.log] version = "0.4.17" [dependencies.ordered-float] version = "3.4.0" [dependencies.permutation] version = "0.4.1" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_json] version = "1.0.88" [dependencies.uuid] version = "1.2.2" features = ["v4"] [dev-dependencies.base64] version = "0.13.1" [dev-dependencies.colored] version = "2.0.0" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.image] version = "0.24.7" [dev-dependencies.perlin2d] version = "0.2.6" [dev-dependencies.tempfile] version = "3.3.0" [dev-dependencies.test-case] version = "3.3.1"