# 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.77" name = "shakmaty-syzygy" version = "0.25.1" authors = ["Niklas Fiekas "] exclude = ["tables/**/*.*tb*"] description = "Probe Syzygy tablebases" readme = "README.md" keywords = [ "chess", "syzygy", "tablebase", ] categories = ["games"] license = "GPL-3.0+" repository = "https://github.com/niklasf/shakmaty-syzygy" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docs_rs", ] [[bench]] name = "benches" harness = false [dependencies.arrayvec] version = "0.7" [dependencies.bitflags] version = "2.0.0" [dependencies.byteorder] version = "1.2" [dependencies.memmap2] version = "0.9" optional = true [dependencies.once_cell] version = "1.12" [dependencies.rustc-hash] version = "1.0" [dependencies.shakmaty] version = "0.27.0" [dependencies.tracing] version = "0.1" [dev-dependencies.bencher] version = "0.1" [dev-dependencies.clap] version = "4" features = [ "derive", "deprecated", ] [dev-dependencies.csv] version = "1" [features] default = [] mmap = ["memmap2"] variant = ["shakmaty/variant"] [target."cfg(target_os = \"linux\")".dependencies.libc] version = "0.2" [lints.rust.unexpected_cfgs] level = "warn" priority = 0