# 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-cli" version = "3.1.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 = ["command-line-interface"] license = "MIT" repository = "https://github.com/SetKu/WaveFuncCollapse" [[bin]] name = "wavefc-cli" path = "src/main.rs" [dependencies.chrono] version = "0.4.23" features = ["std"] [dependencies.clap] version = "4.0.18" features = ["cargo"] [dependencies.image] version = "0.24.5" [dependencies.open] version = "3.2.0" [dependencies.wavefc] version = "3.1.6"