# 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 = "stourney" version = "0.1.15" description = "Splendor tournament manager - an app for running Splendor tournaments between autonomous agents" readme = "README.md" keywords = [ "splendor", "game", "tournament", "manager", ] license = "MIT" repository = "https://github.com/pashneal/stourney_scripts" [dependencies.clap] version = "4.5.1" features = ["derive"] default-features = false [dependencies.clap-verbosity-flag] version = "2.2.1" [dependencies.confy] version = "0.6.1" [dependencies.derive] version = "1.0.0" [dependencies.dialoguer] version = "0.11.0" default-features = false [dependencies.env_logger] version = "0.10.2" [dependencies.log] version = "0.4.20" [dependencies.serde] version = "1.0.197" features = ["derive"] default-features = false [dependencies.splendor_arena] version = "0.1.17"