# 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 = "dds-bridge-sys" version = "2.0.2" authors = ["Chen-Pang He (https://jdh8.org)"] build = "build.rs" exclude = [ "/vendor/hands", "/vendor/doc", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Generated bindings to DDS, the double dummy solver for bridge" readme = "README.md" keywords = [ "bridge", "double-dummy", ] categories = [ "game-development", "external-ffi-bindings", "no-std", ] license = "Apache-2.0" repository = "https://github.com/jdh8/dds-bridge-sys" [profile.dev] opt-level = 3 [lib] name = "dds_bridge_sys" path = "src/lib.rs" [dev-dependencies.once_cell] version = "1.19.0" [build-dependencies.anyhow] version = "1.0.86" [build-dependencies.bindgen] version = "0.69.4" [build-dependencies.cc] version = "1.0.98" features = ["parallel"] [build-dependencies.glob] version = "0.3.1"