# 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 = "geometry_tools" version = "0.6.0" authors = ["ScanMountGoat"] description = "Efficient computation of single precision geometric data" documentation = "https://docs.rs/geometry_tools" readme = "README.md" license = "MIT" repository = "https://github.com/ScanMountGoat/geometry_tools" [lib] crate-type = [ "rlib", "cdylib", ] [[bench]] name = "aabb_from_points" harness = false [[bench]] name = "bounding_sphere_from_points" harness = false [[bench]] name = "bounding_sphere_from_spheres" harness = false [[bench]] name = "smooth_normals" harness = false [[bench]] name = "tangents_bitangents" harness = false [[bench]] name = "tangents" harness = false [dependencies.glam] version = "0.28.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.approx] version = "0.4.0" [dev-dependencies.criterion] version = "0.4" features = ["html_reports"]