# 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 = "sokoworld" version = "0.2.1-pre" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Classic box pushing puzzler Sokoban" homepage = "https://brettchalupa.itch.io/sokoworld" readme = "README.md" keywords = [ "games", "sokoban", "puzzle", ] categories = ["games"] license = "Unlicense" repository = "https://github.com/brettchalupa/sokoworld" [package.metadata.bundle] category = "Puzzle game" copyright = "Public Domain" icon = [ "icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", ] identifier = "com.brettchalupa.sokoworld" name = "SokoWorld" resources = ["assets"] [profile.dev] opt-level = 1 [profile.dev.package."*"] opt-level = 3 [lib] name = "sokoworld" path = "src/lib.rs" [[bin]] name = "sokoworld" path = "src/main.rs" [[test]] name = "pack_validator" path = "tests/pack_validator.rs" [dependencies.directories] version = "5.0.1" [dependencies.gamepads] version = "0.1.6" default-features = false [dependencies.macroquad] version = "0.4" features = ["audio"] [dependencies.quad-storage] version = "0.1.3" [dependencies.ron] version = "0.8.1" [dependencies.serde] version = "1.0.207" features = ["serde_derive"] [dependencies.toml] version = "0.8.19"