# 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 = "spirv-tools-sys" version = "0.8.0" authors = ["Embark "] build = "build.rs" links = "spirv-tools" include = [ "generated", "spirv-headers/include", "spirv-tools/include", "!spirv-tools/source/diff", "!spirv-tools/source/fuzz", "!spirv-tools/source/link", "!spirv-tools/source/lint", "!spirv-tools/source/reduce", "!spirv-tools/source/wasm", "spirv-tools/source", "src/**", "build.rs", "Cargo.toml", "README.md", ] description = "Wrapper crate for SPIRV-Tools" homepage = "https://github.com/EmbarkStudios/spirv-tools-rs" documentation = "https://docs.rs/spirv-tools-sys" readme = "README.md" keywords = [ "spir-v", "rust-gpu", ] categories = ["rendering::data-formats"] license = "Apache-2.0" repository = "https://github.com/EmbarkStudios/spirv-tools-rs" [build-dependencies.cc] version = "1.0" features = ["parallel"] [features] default = ["use-compiled-tools"] use-compiled-tools = [] use-installed-tools = []