tobj 0.1.7

A lightweight OBJ loader in the spirit of tinyobjloader
Documentation
# 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 = "tobj"
version = "0.1.7"
authors = ["Will Usher <will@willusher.io>"]
exclude = ["*.obj", "*.mtl", ".travis.yml"]
description = "A lightweight OBJ loader in the spirit of tinyobjloader"
homepage = "https://github.com/Twinklebear/tobj"
documentation = "http://www.willusher.io/tobj/tobj/"
readme = "README.md"
keywords = ["obj", "wavefront", "graphics"]
license = "MIT"
repository = "https://github.com/Twinklebear/tobj"
[dependencies.clippy]
version = "0.0.302"
optional = true

[features]
unstable = ["clippy"]