# 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 = "meshopt2" version = "0.2.1" authors = [ "Graham Wihlidal ", "Paris Douady ", ] build = "build.rs" include = [ "src/*.rs", "gen/bindings.rs", "build.rs", "Cargo.toml", "vendor/src/meshoptimizer.h", "vendor/src/allocator.cpp", "vendor/src/clusterizer.cpp", "vendor/src/indexcodec.cpp", "vendor/src/indexgenerator.cpp", "vendor/src/overdrawanalyzer.cpp", "vendor/src/overdrawoptimizer.cpp", "vendor/src/simplifier.cpp", "vendor/src/spatialorder.cpp", "vendor/src/stripifier.cpp", "vendor/src/vcacheanalyzer.cpp", "vendor/src/vcacheoptimizer.cpp", "vendor/src/vertexcodec.cpp", "vendor/src/vfetchanalyzer.cpp", "vendor/src/vfetchoptimizer.cpp", "include_wasm32/*.h", ] description = "Rust ffi bindings and idiomatic wrapper for mesh optimizer" homepage = "https://github.com/Uriopass/meshopt2" documentation = "https://docs.rs/meshopt2" readme = "README.md" keywords = [ "mesh", "optimize", "cache", "3d", "rendering", ] categories = [ "rendering", "rendering::engine", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Uriopass/meshopt2" [profile.release] opt-level = 3 lto = true codegen-units = 1 [dependencies.bitflags] version = "2.4.0" [dependencies.float-cmp] version = "0.9" [dependencies.thiserror] version = "1.0" [dev-dependencies.gltf] version = "0.16" features = [ "extras", "names", ] [dev-dependencies.libc] version = "0.2" [dev-dependencies.memoffset] version = "0.6" [dev-dependencies.miniz_oxide] version = "0.5" [dev-dependencies.rand] version = "0.8" [dev-dependencies.structopt] version = "0.3" [dev-dependencies.tobj] version = "3.2" [build-dependencies.bindgen] version = "0.59" optional = true [build-dependencies.cc] version = "1.0" [features] generate_bindings = ["bindgen"] [badges.maintenance] status = "actively-developed"