rspirv 0.5.3

Rust library APIs for SPIR-V module manipulation
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]
name = "rspirv"
version = "0.5.3"
authors = ["Lei Zhang <antiagainst@gmail.com>"]
description = "Rust library APIs for SPIR-V module manipulation"
documentation = "https://docs.rs/rspirv"
readme = "README.md"
keywords = ["spirv", "vulkan", "opengl", "opencl"]
license = "Apache-2.0"
repository = "https://github.com/google/rspirv"

[lib]
path = "lib.rs"
[dependencies.clippy]
version = "0.0"
optional = true

[dependencies.derive_more]
version = "0.7"

[dependencies.num]
version = "0.1"

[dependencies.spirv_headers]
version = "1.3"
[dev-dependencies.assert_matches]
version = "1.1"
[badges.appveyor]
repository = "antiagainst/rspirv"

[badges.travis-ci]
repository = "google/rspirv"