# 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 = "found-terminal" version = "0.1.0" authors = ["András Németh "] exclude = [".idea/"] default-run = "space-station-journal" description = "Found Terminal" homepage = "https://codeberg.org/sunarch/found-terminal" documentation = "https://docs.rs/found-terminal" readme = "README.md" keywords = [ "lost-terminal", "terminal", "space-station", "journal", "network", ] categories = [ "command-line-utilities", "games", "network-programming", "simulation", ] license = "MPL-2.0" repository = "https://codeberg.org/sunarch/found-terminal" [lib] name = "found_terminal" path = "src/lib.rs" [dependencies.inquire] version = "0.5.2" [dependencies.rand] version = "0.8.5" [dependencies.rand_derive2] version = "0.1.18" [dependencies.strum] version = "0.24.1" [dependencies.strum_macros] version = "0.24.3"