# 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 = "2018" name = "broccoli-tree" version = "0.7.0" authors = ["Ken Reed "] include = [ "src/**/*", "LICENSE-MIT", "README.md", ] description = "broadphase collision detection algorithms" license = "MIT" repository = "https://github.com/tiby312/broccoli" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies.axgeom] version = "1.12" default-features = false [dependencies.compt] version = "2.0" [dependencies.itertools] version = "0.10" [dependencies.rayon] version = "1.5" optional = true [features] default = ["rayon"]