# 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 = "gltf_kun" version = "0.0.13" description = "Graph-based glTF processing library." readme = "README.md" keywords = [ "gltf", "graph", "optimization", ] license = "MIT OR Apache-2.0" repository = "https://github.com/unavi-xyz/gltf_kun" [dependencies.base64] version = "0.22.0" [dependencies.bevy_math] version = "0.14.0" [dependencies.byteorder] version = "1.5.0" [dependencies.gltf] version = "1.4.0" features = [ "extensions", "extras", ] [dependencies.petgraph] version = "0.6.4" features = ["stable_graph"] default-features = false [dependencies.serde] version = "1.0.198" features = ["derive"] [dependencies.serde_json] version = "1.0.115" [dependencies.thiserror] version = "1.0.59" [dependencies.tracing] version = "0.1.40" [dev-dependencies.tokio] version = "1.37.0" features = ["full"] [dev-dependencies.tracing-test] version = "0.2.4" [features] default = ["omi_physics"] omi_physics = []