oxideav-obj 0.0.0

Pure-Rust Wavefront OBJ + MTL 3D mesh codec — implements oxideav-mesh3d's Decoder/Encoder traits
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.85"
name = "oxideav-obj"
version = "0.0.0"
authors = ["Mark Karpeles <admin@echelle.co.jp>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure-Rust Wavefront OBJ + MTL 3D mesh codec — implements oxideav-mesh3d's Decoder/Encoder traits"
homepage = "https://github.com/OxideAV/oxideav-obj"
readme = "README.md"
keywords = [
    "obj",
    "wavefront",
    "3d",
    "mesh",
    "oxideav",
]
categories = [
    "multimedia::encoding",
    "rendering::data-formats",
]
license = "MIT"
repository = "https://github.com/OxideAV/oxideav-obj"

[features]
default = ["registry"]
registry = [
    "dep:oxideav-core",
    "oxideav-mesh3d/registry",
]

[lib]
name = "oxideav_obj"
path = "src/lib.rs"

[[test]]
name = "cube_roundtrip"
path = "tests/cube_roundtrip.rs"

[[test]]
name = "multi_material"
path = "tests/multi_material.rs"

[[test]]
name = "negative_indices"
path = "tests/negative_indices.rs"

[[test]]
name = "pbr_extension"
path = "tests/pbr_extension.rs"

[[test]]
name = "polygon_triangulation"
path = "tests/polygon_triangulation.rs"

[dependencies.oxideav-core]
version = "0.1"
optional = true

[dependencies.oxideav-mesh3d]
version = "0.0"
default-features = false

[dependencies.serde_json]
version = "1"