# 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 = "bbox" version = "0.14.1" authors = ["Henning Meyer "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Managing axis aligned 3d Bounding Boxes." readme = "README.md" keywords = [ "boundingbox", "3d", "csg", "union", "intersection", ] license = "MIT" repository = "https://github.com/hmeyer/bbox" [lib] name = "bbox" path = "src/lib.rs" [dependencies.approx] version = "0.5.0" [dependencies.nalgebra] version = "0.31.2" [dependencies.num-traits] version = "0.2.14" [dependencies.simba] version = "0.7.2" [features] mint = ["nalgebra/mint"]