# 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 = "cheats" version = "0.4.0" authors = ["Eray Erdin "] description = "A game shell backend." homepage = "https://erayerdin.hashnode.dev" keywords = ["gamedev", "game", "console", "shell", "terminal"] categories = ["game-development"] license = "Apache-2.0" repository = "https://github.com/erayerdin/cheats" [dependencies.derivative] version = "2.1.1" [dependencies.log] version = "0.4.8" [dependencies.logos] version = "0.11.4" [dependencies.snafu] version = "0.6.8" [dev-dependencies.rstest] version = "0.6.4"