# 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 = "drugwars-rust" version = "0.6.15" authors = ["urrick hunt"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Classic Drugwars game in Rust 🦀" readme = "README.md" keywords = [ "game", "drugwars", "terminal", ] license = "MIT" repository = "https://github.com/urrickhunt/drugwars-rust" [profile.release-lto] lto = true inherits = "release" [[bin]] name = "drugwars-rust" path = "src/drugwars.rs" [dependencies.chrono] version = "0.4.*" [dependencies.rand] version = "0.8.*" [dependencies.terminal_size] version = "0.1.*" [target."cfg(unix)".dependencies.nix] version = "0.25.*" [target."cfg(windows)".dependencies.winapi] version = "0.3.*" features = [ "consoleapi", "wincon", "winbase", "processenv", "fileapi", "handleapi", "winuser", ]