# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "mash" version = "1.0.1" authors = ["Dylan McKay "] description = "A 3D mesh loading/manipulation library" documentation = "https://docs.rs/mash" readme = "README.md" keywords = ["3d", "mesh", "model", "wavefront", "obj"] license = "MIT" repository = "https://github.com/dylanmckay/mash" [dependencies.error-chain] version = "^0.12" [dependencies.tobj] version = "^2.0" optional = true [features] default = ["wavefront"] wavefront = ["tobj"]