dds-bridge 0.12.1

Rusty API for DDS, the double dummy solver for bridge
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 = "2021"
name = "dds-bridge"
version = "0.12.1"
authors = ["Chen-Pang He (https://jdh8.org)"]
build = false
autolib = 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"

[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.8.0"

[dependencies.dds-bridge-sys]
version = "2.0.3"

[dependencies.rand]
version = "0.10.0"

[dependencies.regex]
version = "1.11.1"

[dependencies.thiserror]
version = "2.0.11"

[profile.dev]
opt-level = 2