# 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 = "fndg" version = "0.4.1" authors = ["Cem GeƧgel "] description = "An unchained map game where you battle for resources while building your nation up." readme = "README.md" keywords = ["gamedev"] categories = ["games"] license = "MIT OR Apache-2.0" repository = "https://github.com/Waistax/fndg" resolver = "2" [profile.dev] opt-level = 3 [dependencies.bevy] version = "0.6.0" features = ["serialize"] [dependencies.bracket-noise] version = "0.8.2" [dependencies.hex2d] version = "1.1.0" [dependencies.rand] version = "0.8.4" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_json] version = "1.0.78"