# 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 = "2018" name = "hassle-rs" version = "0.11.0" authors = ["Traverse-Research "] include = [ "src", "LICENSE", ] description = "HLSL compiler library, this crate provides an FFI layer and idiomatic rust wrappers for the new DXC HLSL compiler and validator." homepage = "https://github.com/Traverse-Research/hassle-rs" documentation = "https://docs.rs/hassle-rs" readme = "README.md" keywords = [ "shader", "pipeline", "hlsl", "dxc", "intellisense", ] categories = [ "rendering", "rendering::graphics-api", ] license = "MIT" repository = "https://github.com/Traverse-Research/hassle-rs" [dependencies.bitflags] version = "2" [dependencies.com] version = "0.6" features = ["production"] [dependencies.libloading] version = ">=0.7,<0.9" [dependencies.thiserror] version = "1.0.2" [dependencies.widestring] version = "1" [dev-dependencies.rspirv] version = "0.11" [target."cfg(not(windows))".dependencies.libc] version = "0.2" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = [ "wtypes", "oleauto", "combaseapi", ]