# 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 = "chess-oxide" version = "0.3.2" authors = ["Gavin Shaughnessy "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A chess engine library written in Rust, with a GUI bin to play against it." readme = "README.md" keywords = [ "chess", "engine", "library", "gui", "game", ] license = "MPL-2.0" repository = "https://github.com/GavinShox/chess-oxide" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 debug = 0 panic = "abort" [profile.test] opt-level = 2 [lib] name = "chess" path = "src/lib.rs" [[bin]] name = "chess-gui" path = "src/bin/chess-gui.rs" [[bin]] name = "chess-perft" path = "src/bin/chess-perft.rs" [dependencies.ahash] version = "0.8.11" [dependencies.chrono] version = "0.4.38" [dependencies.env_logger] version = "0.11" [dependencies.log] version = "0.4" [dependencies.native-dialog] version = "0.7.0" [dependencies.rand] version = "0.8.5" [dependencies.slint] version = "1.8.0" [dependencies.static_init] version = "1.0.3" [build-dependencies.slint-build] version = "1.8.0" [features] debug_engine_logging = [] default = []