# 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 = "shogi" version = "0.12.2" authors = ["nozaq"] description = "Bitboard based Shogi library. Board representation, move handlings and various time control utilities." documentation = "http://nozaq.github.io/shogi-rs" readme = "README.md" keywords = ["shogi", "move", "usi", "sfen"] categories = ["game-engines"] license = "MIT" repository = "https://github.com/nozaq/shogi-rs" resolver = "2" [profile.bench] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false rpath = false [profile.test] opt-level = 0 lto = false codegen-units = 1 debug = true debug-assertions = true [dependencies.bitintr] version = "0.3" [dependencies.itertools] version = "0.10" [dependencies.thiserror] version = "1.0"