[package]
edition = "2024"
name = "wavefront-obj-io"
version = "0.1.0"
build = false
exclude = ["testdata/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Streaming, callback-based Wavefront OBJ reader and writer with matched read/write traits"
documentation = "https://docs.rs/wavefront-obj-io"
readme = "README.md"
keywords = [
"wavefront",
"obj",
"parser",
"geometry",
"mesh",
]
categories = [
"parser-implementations",
"encoding",
"graphics",
]
license = "MIT"
repository = "https://github.com/francisdb/wavefront-obj-io"
[package.metadata.docs.rs]
all-features = true
[lib]
name = "wavefront_obj_io"
path = "src/lib.rs"
[[example]]
name = "translate"
path = "examples/translate.rs"
[dependencies.itoa]
version = "1.0.15"
[dev-dependencies.pretty_assertions]
version = "1.4.1"