# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "startrust" version = "0.1.0" authors = ["Evan Williams "] exclude = ["./.detritus"] description = "A revification of the Star Trek game from 1978, rewritten in Rust" readme = "README.md" keywords = ["retro", "game"] categories = ["games"] license = "Unlicense" repository = "https://github.com/evanjpw/startrust.git" [dependencies.atty] version = "0.2.14" [dependencies.beep] version = "0.2" [dependencies.clap] version = "3.0.0-beta.2" [dependencies.derive_builder] version = "0.9.0" [dependencies.dimensioned] version = "0.6" [dependencies.env_logger] version = "0.7.1" [dependencies.log] version = "0.4.11" [dependencies.num-traits] version = "0.2" default-features = false [dependencies.num_enum] version = "0.5.1" [dependencies.pretty_env_logger] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.strum] version = "0.20" [dependencies.strum_macros] version = "0.20" [dependencies.termcolor] version = "1.1" [dependencies.text_io] version = "0.1.8" [dependencies.thiserror] version = "1.0" [dependencies.unwrap-infallible] version = "0.1.5"