# 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 = "asmcahligzamaze" version = "1.0.2" authors = ["sunkware "] description = "Schizm and amalgamation of adventurer's probability distribution across multiverse 2D maze on a single screen." homepage = "https://sunkware.org/asmcahligzamaze/index.php" readme = "README.md" keywords = [ "engine", "game", "maze", "multiverse", "probability", ] categories = [ "games", "mathematics", ] license = "GPL-3.0-or-later" [profile.release] incremental = true [dependencies.image] version = "0.24" [dependencies.miniz_oxide] version = "0.5" [dependencies.num_cpus] version = "1.13" [dependencies.rand] version = "0.8" [dependencies.rayon] version = "1.5" [dependencies.sdl2] version = "0.35" features = [ "ttf", "mixer", "unsafe_textures", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0"