# 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 = "whalesim" version = "0.1.1" description = "A a terminal game written in Rust where you are a whale and you have to avoid pesky fishing boats whilst snacking on delicious krill." homepage = "https://github.com/SadieCat/whale-simulator/" documentation = "https://docs.rs/whalesim/" license = "AGPL-3.0-or-later" repository = "https://github.com/SadieCat/whale-simulator/" resolver = "2" [dependencies.clap] version = "3.0.7" features = ["derive"] [dependencies.rand] version = "0.8.4" [dependencies.termion] version = "1.5.6"