# 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 = "meshopt" version = "0.4.0" authors = ["Graham Wihlidal "] 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", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Rust ffi bindings and idiomatic wrapper for mesh optimizer" homepage = "https://github.com/gwihlidal/meshopt-rs" documentation = "https://docs.rs/meshopt" readme = "README.md" keywords = [ "mesh", "optimize", "cache", "3d", "rendering", ] categories = [ "rendering", "rendering::engine", ] license = "MIT OR Apache-2.0" repository = "https://github.com/gwihlidal/meshopt-rs" [profile.release] opt-level = 3 lto = true codegen-units = 1 [lib] name = "meshopt" path = "src/lib.rs" [dependencies.bitflags] version = "2.4" [dependencies.float-cmp] version = "0.10" [dependencies.thiserror] version = "1.0" [dev-dependencies.libc] version = "0.2" [dev-dependencies.memoffset] version = "0.9" [dev-dependencies.miniz_oxide] version = "0.8" [dev-dependencies.rand] version = "0.8" [dev-dependencies.structopt] version = "0.3" [dev-dependencies.tobj] version = "4.0" [build-dependencies.bindgen] version = "0.70" optional = true [build-dependencies.cc] version = "1.0" [features] generate_bindings = ["bindgen"] [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "gwihlidal/meshopt-rs"