# 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 = "rg-chess" version = "0.2.4" authors = [ "Valentin Colin ", "Marc Partensky ", ] description = "Chess Game with graphical interface." homepage = "https://rust-games.github.io/rg-chess" documentation = "https://docs.rs/rg-chess/latest/chess" readme = "README.md" keywords = [ "chess", "game", "gui", ] license = "MIT" repository = "https://github.com/rust-games/rg-chess" resolver = "2" [profile.dev] opt-level = 3 debug = true [profile.release] opt-level = 3 debug = false [profile.test] opt-level = 3 [lib] name = "chess" path = "src/chess/lib.rs" [dependencies.env_logger] version = "0.9.0" [dependencies.ggez] version = "0.7.0" [dependencies.log] version = "0.4.17" [dependencies.mint] version = "0.5" [dependencies.thiserror] version = "1.0.32" [dependencies.unicode-segmentation] version = "1.10.0"