# 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 = "truck-polymesh" version = "0.6.0" authors = ["Yoshinori Tanimura "] build = false exclude = ["examples/**/*.obj"] autobins = false autoexamples = false autotests = false autobenches = false description = "defines polygon data structure and some algorithms handling mesh, including meshing the shapes" homepage = "https://github.com/ricosjp/truck" readme = "README.md" keywords = [ "truck", "graphics", "mesh", "obj", "stl", ] categories = ["graphics"] license = "Apache-2.0" repository = "https://github.com/ricosjp/truck" [lib] name = "truck_polymesh" path = "src/lib.rs" [[example]] name = "obj_stl" path = "examples/obj_stl.rs" [[test]] name = "obj-io" path = "tests/obj-io.rs" [[test]] name = "stl-io" path = "tests/stl-io.rs" [dependencies.array-macro] version = "2.1.8" [dependencies.bytemuck] version = "1.18.0" features = ["derive"] [dependencies.itertools] version = "0.13.0" [dependencies.rustc-hash] version = "2.0.0" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.thiserror] version = "1.0.63" [dependencies.truck-base] version = "0.5.0" [dependencies.truck-geotrait] version = "0.4.0"