# 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" version = "0.10.1" authors = ["Chen-Pang He (https://jdh8.org)"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rusty API for DDS, the double dummy solver for bridge" readme = "README.md" keywords = [ "bridge", "double-dummy", ] categories = ["game-development"] license = "Apache-2.0" repository = "https://github.com/jdh8/dds-bridge" [profile.dev] opt-level = 2 [lib] name = "dds_bridge" path = "src/lib.rs" [[example]] name = "compute-hot-deals" path = "examples/compute-hot-deals/main.rs" [[example]] name = "notrump-tricks" path = "examples/notrump-tricks/main.rs" [dependencies.bitflags] version = "2.5.0" [dependencies.dds-bridge-sys] version = "2.0.0" [dependencies.once_cell] version = "1.19.0" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.10.5" [dependencies.thiserror] version = "1.0.61"