# 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 = "antichess-tb-sys" version = "0.1.2" build = "build.rs" links = "antichesstb" exclude = ["an0/*.an0"] autobins = false autoexamples = false autotests = false autobenches = false description = "Low level bindings for antichess-tb-api" readme = "README.md" keywords = [ "chess", "antichess", "tablebase", ] categories = [ "external-ffi-bindings", "games", ] license = "GPL-3.0+ AND GPL-2.0 AND Zlib" repository = "https://github.com/niklasf/rust-antichess-tb-sys" [lib] name = "antichess_tb_sys" path = "src/lib.rs" [[test]] name = "reference" path = "tests/reference.rs" [dependencies.libz-sys] version = "1.1.18" features = ["static"] [dev-dependencies.shakmaty] version = "0.27.1" [build-dependencies.bindgen] version = "0.69.4" features = ["runtime"] default-features = false [build-dependencies.cc] version = "1.1.6" [build-dependencies.tap] version = "1.0.1"