# 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" rust-version = "1.75" name = "shakmaty" version = "0.27.2" authors = ["Niklas Fiekas "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Chess and chess variant rules and operations" readme = "README.md" keywords = [ "chess", "lichess", ] categories = [ "games", "parser-implementations", ] license = "GPL-3.0+" repository = "https://github.com/niklasf/shakmaty" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docs_rs", ] [lib] name = "shakmaty" path = "src/lib.rs" bench = false [[test]] name = "horde_insufficient_material" path = "tests/horde_insufficient_material.rs" [[test]] name = "perft" path = "tests/perft.rs" [[test]] name = "zobrist" path = "tests/zobrist.rs" [[bench]] name = "benches" path = "benches/benches.rs" harness = false [dependencies.arrayvec] version = "0.7" default-features = false [dependencies.bitflags] version = "2.0.0" [dependencies.btoi] version = "0.4" default-features = false [dependencies.nohash-hasher] version = "0.2" optional = true default-features = false [dev-dependencies.csv] version = "1.3" [dev-dependencies.iai] version = "0.1" [dev-dependencies.serde] version = "1.0.197" features = ["derive"] [dev-dependencies.serde_with] version = "3.6.1" [features] alloc = [] default = ["std"] nohash-hasher = ["dep:nohash-hasher"] std = [ "alloc", "btoi/std", "nohash-hasher?/std", ] variant = [] [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(docs_rs)"]