prophet-sys 0.1.2

Low-level bindings for libprophet, a library to probe 6-piece "Prophet" chess endgame tablebases (depth to mate)
Documentation
# 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 = "2024"
name = "prophet-sys"
version = "0.1.2"
build = "build.rs"
links = "prophet"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = 'Low-level bindings for libprophet, a library to probe 6-piece "Prophet" chess endgame tablebases (depth to mate)'
readme = "README.md"
keywords = [
    "chess",
    "prophet",
    "tablebase",
]
categories = [
    "external-ffi-bindings",
    "games",
]
license = "GPL-3.0"
repository = "https://github.com/niklasf/prophet-sys"

[lib]
name = "prophet_sys"
path = "src/lib.rs"

[dependencies.zstd-sys]
version = "2.0.16"

[build-dependencies.bindgen]
version = "0.72.1"

[build-dependencies.cc]
version = "1.2.55"

[build-dependencies.tap]
version = "1.0.1"