# 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 = "strategem-hero" version = "0.8.1" authors = ["Milinkov Nikita "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple CLI Game following Strategem Hero mini-game from Helldivers 2" homepage = "https://github.com/Milinkov-N/strategem-hero" readme = "README.md" keywords = [ "cli", "game", ] categories = [ "games", "command-line-utilities", ] license = "MIT" repository = "https://github.com/Milinkov-N/strategem-hero" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [[bin]] name = "strategem-hero" path = "src/main.rs" [dependencies.bincode] version = "1.3.3" [dependencies.crossterm] version = "0.27" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0.210" features = ["derive"]