# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "sardonyx_gltf" version = "0.0.3" authors = ["Jonathan Baginski "] description = "GLTF asset loading" homepage = "https://sardonyx.io/" keywords = ["smart-home", "home-automation", "automation-engine", "sdk", "sardonyx"] license = "MIT/Apache-2.0" repository = "https://gitlab.com/patchedsoul/sardonyx" [dependencies.base64] version = "0.10" [dependencies.derivative] version = "1.0" [dependencies.err-derive] version = "0.1" [dependencies.fnv] version = "1" [dependencies.gltf] version = "0.13" [dependencies.hibitset] version = "0.5.1" features = ["parallel"] [dependencies.image] version = "0.21.0" [dependencies.itertools] version = "0.7" [dependencies.log] version = "0.4.6" [dependencies.mikktspace] version = "0.1" [dependencies.sardonyx_animation] version = ">= 0.0.3" [dependencies.sardonyx_assets] version = ">= 0.0.3" [dependencies.sardonyx_core] version = ">= 0.0.3" [dependencies.sardonyx_error] version = ">= 0.0.3" [dependencies.sardonyx_rendy] version = ">= 0.0.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thread_profiler] version = "0.3" optional = true [features] nightly = ["sardonyx_core/nightly"] profiler = ["thread_profiler/thread_profiler"]