# 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 = "rapier3d-meshloader" version = "0.3.0" authors = ["Sébastien Crozet "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "STL file loader for the 3D rapier physics engine." homepage = "https://rapier.rs" documentation = "https://docs.rs/rapier3d-meshloader" readme = "README.md" keywords = [ "physics", "joints", "multibody", "robotics", "urdf", ] categories = [ "science", "game-development", "mathematics", "simulation", "wasm", ] license = "Apache-2.0" repository = "https://github.com/dimforge/rapier" [lib] name = "rapier3d_meshloader" path = "src/lib.rs" [dependencies.mesh-loader] version = "0.1.12" optional = true [dependencies.rapier3d] version = "0.22" [dependencies.thiserror] version = "1.0.61" [features] collada = ["mesh-loader/collada"] default = [ "stl", "collada", "wavefront", ] stl = ["mesh-loader/stl"] wavefront = ["mesh-loader/obj"]