# 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 = "superdupergrid" version = "0.2.6" authors = ["Altanis"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An extremely optimized and safe spatial hash grid." readme = "README.md" keywords = [ "physics", "collision", "grid", "spatial", "hash", ] categories = ["simulation"] license = "GPL-3.0" repository = "https://github.com/Altanis/superdupergrid" [lib] name = "superdupergrid" crate-type = ["lib"] path = "src/lib.rs" [[example]] name = "bench" path = "examples/bench.rs" [dev-dependencies.num-format] version = "0.4.4" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.structopt] version = "0.3.26"