# 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 = "ploc-bvh" version = "0.2.0" description = "A Bounding Volume Hierarchy based on PLOC" readme = "README.md" keywords = [ "bvh", "aabb", "bounding", "volume", "ploc", ] categories = [ "data-structures", "game-development", ] license = "MIT OR Apache-2.0" repository = "https://github.com/NiseVoid/ploc-bvh" [profile.release] lto = "thin" codegen-units = 1 panic = "abort" strip = true [[bench]] name = "build" harness = false [dependencies.bevy_math] version = "0.14.0" default-features = false [dependencies.radsort] version = "0.1" [dev-dependencies.criterion] version = "0.5" features = ["cargo_bench_support"] default-features = false [dev-dependencies.fastrand] version = "1.9"