# 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 = "nanogltf" version = "0.1.0" authors = ["not-fl3 "] exclude = ["examples/"] description = """ Nanoserde based gltf parsing library. """ readme = "README.md" keywords = [ "graphics", "3D", "gltf", ] license = "MIT/Apache-2.0" [profile.dev.package."*"] opt-level = 3 [dependencies.nanoserde] version = "0.1" [dev-dependencies.dolly] version = "0.4" [dev-dependencies.glam] version = "0.24" [dev-dependencies.miniquad] version = "0.4.0-alpha" features = ["log-impl"] [dev-dependencies.shadermagic] version = "0.1" [dev-dependencies.zune-core] version = "0.2" [dev-dependencies.zune-jpeg] version = "0.3" [dev-dependencies.zune-png] version = "0.2"