# 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 = "2021" name = "tobj" version = "4.0.2" authors = [ "Will Usher ", "Moritz Moeller ", ] exclude = [ "*.obj", "*.mtl", ".travis.yml", "fuzz/*", ] description = "A lightweight OBJ loader in the spirit of tinyobjloader" homepage = "https://github.com/Twinklebear/tobj" documentation = "https://docs.rs/tobj/" readme = "README.md" keywords = [ "3d", "obj", "wavefront", "graphics", "parser", ] categories = [ "graphics", "games", "visualization", "rendering::data-formats", "parsing ", ] license = "MIT" repository = "https://github.com/Twinklebear/tobj" [package.metadata.docs.rs] features = [ "log", "merging", "reordering", "async", "use_f64", ] [dependencies.ahash] version = "0.8.7" optional = true [dependencies.arbitrary] version = "1.3.0" optional = true [dependencies.log] version = "0.4.17" optional = true [dev-dependencies.float_eq] version = "1.0.1" [dev-dependencies.tokio-test] version = "0.4.2" [features] arbitrary = ["arbitrary/derive"] async = [] default = ["ahash"] merging = [] reordering = [] use_f64 = []