# 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 = "wgpu-traits" version = "0.0.0" authors = ["Mehmet Oguz Derin "] description = "Write WebGPU code in record time!" license = "MIT" repository = "https://github.com/mehmetoguzderin/wgpu-traits" [lib] proc-macro = true [dependencies.gltf] version = "0.14.0" features = ["extras", "names"] [dependencies.image] version = "0.22.3" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0.2" [dependencies.reqwest] version = "0.10.1" features = ["blocking", "json"] [dependencies.syn] version = "1.0.13" [dependencies.url] version = "2.1.1"