# 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-lib" version = "0.1.3" authors = ["thacoon"] description = "A chess movement generator library." homepage = "https://gitlab.com/thacoon/chess-lib" documentation = "https://docs.rs/chess-lib/0.1.3/chess_lib/" readme = "README.md" keywords = [ "chess", "chess-engine", "move", "generator", "movegen", ] license = "MIT" repository = "https://gitlab.com/thacoon/chess-lib.git" [profile.dev] opt-level = 0 [profile.release] opt-level = 3 debug = 1 [dependencies.clap] version = "4.3.0" features = ["derive"] [dependencies.rand] version = "0.8.5" [dependencies.rand_pcg] version = "0.3.1" [dependencies.regex] version = "1.8.1" [features] default = ["expensive_tests"] expensive_tests = []