# 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] name = "gltf_unlit_generator" version = "0.4.0" authors = ["Robert Long "] include = ["src/**/*.rs", "Cargo.toml"] description = "Generates an unlit texture for each of the materials in a .gltf file." license = "MPL-2.0" repository = "https://github.com/MozillaReality/gltf-unlit-generator.git" [dependencies.clap] version = "2.31.2" [dependencies.gltf] version = "0.10.1" features = ["extras", "names"] [dependencies.gltf-json] version = "0.10.1" [dependencies.image] version = "0.18.0" [dependencies.serde_json] version = "1.0.13"