# 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 = "broccoli" version = "6.3.0" authors = ["Ken Reed "] include = ["src/**/*"] description = "broadphase collision detection algorithms" readme = "README.md" keywords = [ "tree", "kdtree", "broadphase", "space-partitioning", ] license = "MIT" repository = "https://github.com/tiby312/broccoli-project" resolver = "1" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [lib] doctest = true [dependencies.axgeom] version = "1.13" default-features = false [dependencies.compt] version = "2.1" [dependencies.revec] version = "0.2" [dependencies.slice-group-by] version = "0.3" [dependencies.twounordered] version = "0.7" [dev-dependencies]