# 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" rust-version = "1.56" name = "rec-wars" version = "0.1.5" authors = ["Martin Taibr "] description = "A top-down vehicle shooter game playable in the browser" homepage = "https://github.com/martin-t/rec-wars" readme = "README.md" keywords = [ "game", "wasm", ] categories = ["games"] license = "AGPL-3.0-or-later" repository = "https://github.com/martin-t/rec-wars" resolver = "2" [profile.dev.package."*"] opt-level = 3 [profile.release] panic = "abort" [dependencies.cvars] version = "0.4.2" [dependencies.cvars-console-macroquad] version = "0.3.0" [dependencies.fnv] version = "1.0.7" [dependencies.image] version = "0.24.6" features = [ "png", "tga", "bmp", ] default-features = false [dependencies.macroquad] version = "=0.4.1" [dependencies.rand] version = "0.8.3" features = ["small_rng"] default-features = false [dependencies.rand_distr] version = "0.4.0" default-features = false [dependencies.strum] version = "0.25.0" [dependencies.strum_macros] version = "0.25.0" [dependencies.thunderdome] version = "0.6.1" [dependencies.vek] version = "0.16.1" [dev-dependencies.walkdir] version = "2.3.3" [features] web_splitscreen = []