hassle-rs 0.3.0

HLSL compiler library, this crate provides an FFI layer and idiomatic rust wrappers for the new DXC hlsl compiler and validator.
Documentation
# 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 = "hassle-rs"
version = "0.3.0"
authors = ["Jasper-Bekkers <bekkers@gmail.com>"]
include = ["src/*.rs", "src/intellisense/*.rs", "Cargo.toml"]
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/Jasper-Bekkers/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/Jasper-Bekkers/hassle-rs"
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
[dependencies.bitflags]
version = "1.1.0"

[dependencies.com-rs]
version = "0.2.0"

[dependencies.libloading]
version = "0.5.2"

[dependencies.winapi]
version = "0.3.7"
[dev-dependencies.rspirv]
version = "0.5.4"

[features]
default = ["winapi/wtypes", "winapi/oleauto"]
[badges.maintenance]
status = "actively-developed"