# 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 = "mrKrabs" version = "1.1.0" authors = ["Tharun Tilakumara"] description = "A CLI based virtual pet game" readme = "README.md" license = "MIT" repository = "https://github.com/DrCheeseFace/Krabby-gotchi" [dependencies.clap] version = "4.5.7" features = ["derive"] [dependencies.crossterm] version = "0.27.0" [dependencies.rand] version = "0.8.5" [dependencies.ratatui] version = "0.26.3" [dependencies.savefile] version = "0.17" [dependencies.savefile-derive] version = "0.17"