# 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 = "sjakk" version = "0.2.3" description = "Chess movegen" keywords = [ "chess", "movegen", ] license = "MIT OR Apache-2.0" repository = "https://github.com/pykulytsky/sjakk" [profile.dev] opt-level = 3 debug = 2 [profile.release] opt-level = 3 debug = 0 [profile.test] opt-level = 3 [[bench]] name = "board" harness = false [[bench]] name = "perft" harness = false [[bench]] name = "pseudo_legal" harness = false [dependencies.clap] version = "4.4.3" features = ["derive"] [dependencies.futures] version = "0.3.28" features = ["thread-pool"] [dependencies.rand] version = "0.8.5" [dependencies.smallvec] version = "1.11.0" [dependencies.thiserror] version = "1.0.44" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"]