[dependencies.ahash]
optional = true
version = "0.8.7"
[dependencies.arbitrary]
optional = true
version = "1.3.0"
[dependencies.futures-lite]
optional = true
version = "2.6.0"
[dependencies.log]
optional = true
version = "0.4.17"
[dependencies.tokio]
features = ["io-util", "fs"]
optional = true
version = "1.43.0"
[dev-dependencies.float_eq]
version = "1.0.1"
[dev-dependencies.tokio-test]
version = "0.4.2"
[features]
arbitrary = ["arbitrary/derive"]
async = []
default = ["ahash"]
futures = ["dep:futures-lite", "async"]
merging = []
reordering = []
tokio = ["dep:tokio", "async"]
use_f64 = []
[package]
authors = ["Will Usher <will@willusher.io>", "Moritz Moeller <virtualritz@protonmail.com>"]
categories = ["graphics", "games", "visualization", "rendering::data-formats"]
description = "A lightweight OBJ loader in the spirit of tinyobjloader"
documentation = "https://docs.rs/tobj/"
edition = "2021"
exclude = ["*.obj", "*.mtl", ".travis.yml", "fuzz/*"]
homepage = "https://github.com/Twinklebear/tobj"
keywords = ["3d", "obj", "wavefront", "graphics", "parser"]
license = "MIT"
name = "tobj"
readme = "README.md"
repository = "https://github.com/Twinklebear/tobj"
version = "4.0.3"
[package.metadata.docs.rs]
features = ["log", "merging", "reordering", "async", "futures", "tokio", "use_f64"]