# 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 = "tri-mesh" version = "0.6.1" authors = ["Asger Nyman Christiansen "] build = false exclude = [ "/examples", ".gitignore", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A triangle mesh data structure including basic operations." readme = "README.md" keywords = [ "mesh", "geometry", "3d", "half-edge", "graphics", ] categories = [ "data-structures", "algorithms", ] license = "MIT" repository = "https://github.com/asny/tri-mesh" [lib] name = "tri_mesh" path = "src/lib.rs" [dependencies.cgmath] version = "0.18" [dependencies.thiserror] version = "1.0" [dependencies.three-d-asset] version = "0.4" [dev-dependencies.three-d-asset] version = "0.4" features = ["obj"] [features] default = []