# 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 = "cnct4game" version = "0.2.0" authors = ["Ashton Coates "] description = "A connect 4 game in the command line with custom board sizes" homepage = "https://github.com/AshtonCoates/cnct4game" readme = "README.md" keywords = [ "cli", "connect-four", "game", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/AshtonCoates/cnct4game" [dependencies.clap] version = "4.4.11" features = ["derive"]