# 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 = "surface-grid" version = "0.4.0" authors = ["WhyAreAllTheseTaken <48136416+WhyAreAllTheseTaken@users.noreply.github.com>"] include = [ "Cargo.toml", "LICENSE", "README.md", "Cargo.lock", "src/**.rs", "examples/**.rs", "CHANGELOG.md", ] description = "A crate providing data structures for square-tiled grids wrapped around the surface of certain objects." homepage = "https://github.com/WhyAreAllTheseTaken/surface-grid" readme = "README.md" keywords = [ "projection", "cellular", "automata", "globe", "map", ] categories = [ "data-structures", "simulation", ] license = "BSD-3-Clause" repository = "https://github.com/WhyAreAllTheseTaken/surface-grid" resolver = "2" [dependencies.itertools] version = "0.13.0" [dependencies.rayon] version = "1.10.0" [dependencies.static-array] version = "0.5.0" features = ["rayon"] [dev-dependencies.approx] version = "0.5.1" [dev-dependencies.pixels] version = "0.13.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.winit] version = "0.30.5" features = [ "rwh_05", "x11", "wayland", "wayland-dlopen", "wayland-csd-adwaita", ] default-features = false