# 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 = "supergrid" version = "0.2.6" authors = ["Aspect"] description = "An extremely optimized (safe) spatial hash grid." readme = "README.md" keywords = [ "physics", "collision", "grid", "spatial", "hash", ] categories = ["simulation"] license = "GPL-3.0" repository = "https://github.com/UE2020/supergrid" [lib] crate-type = ["lib"] [dependencies.arrayvec] version = "0.7.3" [dev-dependencies.num-format] version = "0.4.4" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.structopt] version = "0.3.26"