# 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 = "marsrover" version = "0.1.0-alpha.3" authors = ["Birger Schacht "] description = "Drive a rover across mars surface without falling into a crater!" readme = "README.md" keywords = [ "cli", "game", "console", ] categories = [ "command-line-utilities", "games", ] license = "MIT" repository = "https://github.com/b1rger/marsrover" [dependencies.chrono] version = "0.4.26" features = [ "std", "clock", ] default-features = false [dependencies.crossterm] version = "0.27.0" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.183" features = ["derive"] [dependencies.toml] version = "0.7.6" [dependencies.xdg] version = "2.5.2"