# 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 = "text_adventure" version = "0.2.3" authors = ["10maurycy10 <10maurycy10@users.noreply.github.com>"] description = "a program to allow for the creation of simple text adventure games using JSON files" homepage = "https://github.com/10maurycy10/text_adventure" readme = "README.md" keywords = ["game", "text", "engine", "adventure"] categories = ["game-engines", "games"] license = "GPL-3.0+" repository = "https://github.com/10maurycy10/text_adventure.git" [dependencies.clap] version = "2.33.3" [dependencies.rand] version = "0.7.3" [dependencies.serde] version = "1.0.115" features = ["derive", "rc"] [dependencies.serde_json] version = "1.0.57" [dependencies.serde_yaml] version = "0.8" [dependencies.termcolor] version = "1.1"