[dev-dependencies.proptest]
version = "0.9"
[lib]
name = "wavefront_obj"
path = "src/lib.rs"
[package]
authors = ["Clark Gaebel <cg.wowus.cg@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A parser for the Wavefront .obj file format."
homepage = "https://github.com/PistonDevelopers/wavefront_obj"
keywords = ["3d", "format", "wavefront", "obj", "piston"]
license = "MIT"
name = "wavefront_obj"
readme = "README.md"
repository = "https://github.com/PistonDevelopers/wavefront_obj.git"
version = "11.0.0"
[[test]]
name = "corrupted_data"
path = "tests/corrupted_data.rs"