# 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 = "grid_util" version = "0.1.1" authors = ["Thom van der Woude <tbvanderwoude@protonmail.com>"] description = "Utilities and primitive constructs like Grid, Point, Rect, etc." readme = "README.md" keywords = [ "grid", "utility", "rectangle", "point", ] categories = [ "game-development", "simulation", ] license = "MIT" repository = "https://github.com/tbvanderwoude/grid_util" resolver = "2" [dependencies.num_enum] version = "^0.5" [dependencies.rand] version = "^0.8" [dependencies.rand_derive2] version = "^0.1" [dependencies.ron] version = "0.6.2" [dependencies.serde] version = "^1" features = ["serde_derive"] [dependencies.strum] version = "^0.20" [dependencies.strum_macros] version = "^0.20"