# 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 = "three-d-gltf-import" version = "0.0.3" authors = ["Kim Jeker "] include = ["**/*.rs", "Cargo.toml", "README.MD", "LICENSE"] description = "glTF 2.0 loader for three-d" homepage = "https://github.com/kije/three-d-gltf-import" documentation = "https://docs.rs/three-d-gltf-import" readme = "README.MD" keywords = ["glTF", "3D", "webassembly", "model", "three-d"] license = "MIT" license-file = "LICENSE" repository = "https://github.com/kije/three-d-gltf-import" [dependencies.base64] version = "0.11.0" [dependencies.gltf] version = "0.15" features = ["names", "KHR_materials_pbrSpecularGlossiness", "import"] default-features = false [dependencies.image] version = "^0.23.14" features = ["jpeg", "png"] default-features = false [dependencies.three-d] version = "^0.6.1" features = ["image-io"] default-features = false [dev-dependencies.wasm-bindgen-test] version = "^0.3.13" [target."cfg(target_arch = \"wasm32\")".dev-dependencies.js-sys] version = "0.3" [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen] version = "0.2" features = ["serde-serialize"] [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-futures] version = "0.4"