# 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 = "2018" name = "matszpk-sokoban" version = "0.1.1" authors = ["Mateusz Szpakowski"] default-run = "sokoban" description = "Sokoban game" readme = "README.md" keywords = [ "game", "sokoban", ] categories = ["games"] license = "LGPL-2.1-or-later" repository = "https://github.com/matszpk/rust-sokoban" [lib] name = "sokobanlib" path = "src/lib.rs" [[bin]] name = "sokoban" path = "src/main.rs" [dependencies.int-enum] version = "0.4.0" [dependencies.quick-xml] version = "^0.22" [dependencies.termion] version = "^1.5"