# 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 = "spirvcross" version = "0.1.2" description = "Bindings to SPIRV-Cross API" readme = "README.md" keywords = [ "spirv", "vulkan", "glsl", "msl", "hlsl", ] categories = [ "api-bindings", "compilers", "external-ffi-bindings", "wasm", ] license = "MIT" repository = "https://github.com/Aandreba/spirv-cross" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.cfg-if] version = "1.0.0" [dependencies.docfg] version = "0.1.0" [dependencies.semver] version = "1.0.18" [build-dependencies.anyhow] version = "1.0.72" [build-dependencies.bindgen] version = "0.66.1" [build-dependencies.cfg-if] version = "1.0.0" [build-dependencies.cmake] version = "0.1.50" [build-dependencies.flate2] version = "1.0.26" [build-dependencies.octocrab] version = "0.28.0" [build-dependencies.reqwest] version = "0.11.18" features = ["gzip"] [build-dependencies.tar] version = "0.4.39" [build-dependencies.tokio] version = "1.29.1" features = ["full"] [features] default = ["glsl"] glsl = [] hlsl = ["glsl"] msl = ["glsl"] nightly = []