# 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 = "tinystl" version = "0.0.3" authors = ["Lukas Hermann"] description = "A small library to read and write STL mesh files, inspired by MicroSTL." readme = "README.md" keywords = [ "stl", "mesh", ] license = "MIT" repository = "https://github.com/lsh/tinystl" [dependencies.bytemuck] version = "1" optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dev-dependencies.tempfile] version = "3.3.0" [features] bytemuck = ["dep:bytemuck"] serde = ["dep:serde"]