# 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 = "shuuro" version = "0.8.1" authors = ["uros-5"] description = "Bitboard based Shuuro library." readme = "README.md" keywords = [ "chess", "shuuro", ] categories = [ "games", "parser-implementations", ] license = "MIT" repository = "https://github.com/uros-5/shuuro" [profile.dev] opt-level = 1 [profile.release] opt-level = 3 [profile.test] opt-level = 0 lto = false codegen-units = 1 debug = 2 debug-assertions = true [lib] doctest = true [dependencies.bitintr] version = "0.3" [dependencies.itertools] version = "0.10" [dependencies.rand] version = "0.8.4" [dependencies.thiserror] version = "1.0" [features] default = [] shuuro12 = [] shuuro8 = [] standard = []