# 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-stl" version = "0.3.0" authors = ["Sébastien Crozet "] description = "STL file loader for the 3D rapier physics engine." homepage = "https://rapier.rs" documentation = "https://docs.rs/rapier3d-stl" 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" [dependencies.rapier3d] version = "0.22" [dependencies.stl_io] version = "0.7" [dependencies.thiserror] version = "1.0.61"