# 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 = "obvhs" version = "0.1.0" description = "BVH Construction and Traversal Library" homepage = "https://github.com/DGriffin91/obvhs" readme = "README.md" keywords = [ "bvh", "sah", "aabb", "cwbvh", "ploc", ] license = "MIT OR Apache-2.0" repository = "https://github.com/DGriffin91/obvhs" [dependencies.bytemuck] version = "1.15" [dependencies.glam] version = "0.27" features = ["bytemuck"] [dependencies.half] version = "2.3.1" [dependencies.profiling] version = "1.0" optional = true [dependencies.rayon] version = "1.9.0" optional = true [dependencies.rdst] version = "0.20.14" default-features = false [dev-dependencies.image] version = "0.24" [features] parallel = [ "dep:rayon", "rdst/multi-threaded", ] profile = ["dep:profiling"] profile-with-optick = ["profiling/profile-with-optick"] profile-with-puffin = ["profiling/profile-with-puffin"] profile-with-superluminal = ["profiling/profile-with-superluminal"] profile-with-tracing = ["profiling/profile-with-tracing"] profile-with-tracy = ["profiling/profile-with-tracy"] timeit = []