# 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_model" version = "0.5.0" description = "Minimal (unstable yet) implementation od simulation model for contract bridge" readme = "README.md" keywords = [ "game", "theory", "cards", "bridge", "contract", ] categories = ["games"] license-file = "LICENSE" repository = "https://github.com/moroviintaas/brydz_model" [dependencies.amfiteatr_core] version = "0.5.0" features = ["speedy"] [dependencies.amfiteatr_net_ext] version = "0.5.0" [dependencies.amfiteatr_rl] version = "0.5.0" features = ["log_trace"] [dependencies.brydz_core] version = "0.5.0" features = [ "amfiteatr", "speedy", "serde_dedicate", "serde_ron", "torch", ] [dependencies.chrono] version = "0.4.37" [dependencies.clap] version = "4.5.2" features = ["derive"] [dependencies.config] version = "0.14.0" [dependencies.enum-map] version = "2.7.3" [dependencies.fern] version = "0.6.2" [dependencies.karty] version = "0.2.1" features = ["fuzzy"] [dependencies.log] version = "0.4.21" [dependencies.rand] version = "0.8.5" [dependencies.rand_distr] version = "0.4.3" [dependencies.ron] version = "0.8.1" [dependencies.serde] version = "1.0.197" [dependencies.smallvec] version = "1.13.2" [dependencies.thiserror] version = "1.0.58" [dependencies.toml] version = "0.8.12"