vk-parse 0.19.0

Vulkan specification parser
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 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 = "2015"
rust-version = "1.40"
name = "vk-parse"
version = "0.19.0"
authors = ["Martin Krošlák <kroslakma@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Vulkan specification parser"
documentation = "https://docs.rs/vk-parse"
readme = "README.md"
keywords = [
    "vulkan",
    "parser",
]
categories = [
    "parser-implementations",
    "rendering::graphics-api",
]
license = "Apache-2.0/MIT"
repository = "https://github.com/krolli/vk-parse"

[badges]

[features]
serialize = ["serde"]
vkxml-convert = ["vkxml"]

[lib]
name = "vk_parse"
path = "src/lib.rs"

[dependencies.serde]
version = "^1.0.113"
features = ["derive"]
optional = true

[dependencies.vkxml]
version = "^0.3"
optional = true

[dependencies.xml-rs]
version = "^0.8"