# 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 = "brydz_dd" version = "0.5.0" description = "Work in progress - implementation of double dummy solver for contract bridge" readme = "README.md" keywords = [ "game", "theory", "cards", "bridge", "contract", ] categories = ["games"] license-file = "LICENSE" repository = "https://github.com/moroviintaas/brydz_dd" [[bench]] name = "alphabeta_explorer" harness = false [[bench]] name = "binary_explorer" harness = false [[bench]] name = "init_hash_array" harness = false [dependencies.brydz_core] version = "0.5.0" features = ["amfiteatr"] [dependencies.chrono] version = "0.4.37" [dependencies.criterion] version = "0.5.1" [dependencies.fern] version = "0.6.2" [dependencies.log] version = "0.4.21" [dependencies.smallvec] version = "1.13.2"