# 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 = "tatami-dungeon" version = "0.1.7" authors = ["giraffekey "] build = false exclude = [ "images", "nodejs", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A roguelike dungeon generation algorithm" readme = "README.md" keywords = [ "gamedev", "roguelike", "dungeon", "generation", "algorithm", ] categories = [ "game-development", "visualization", ] license = "MIT" repository = "https://github.com/giraffekey/tatami" [lib] name = "tatami_dungeon" path = "src/lib.rs" [dependencies.image] version = "0.25" [dependencies.itertools] version = "0.13" [dependencies.noise] version = "0.9" [dependencies.num-integer] version = "0.1" [dependencies.rand] version = "0.8" [dependencies.rand_chacha] version = "0.3" [dependencies.rayon] version = "1.10" [dependencies.rustc-hash] version = "2.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.strum] version = "0.26" [dependencies.strum_macros] version = "0.26" [dependencies.thiserror] version = "1.0"