# 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] name = "vk-parse" version = "0.16.0" authors = ["Martin Krošlák "] 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" [dependencies.serde] version = "^1.0.77" optional = true [dependencies.serde_derive] version = "^1.0.77" optional = true [dependencies.vkxml] version = "^0.3" optional = true [dependencies.xml-rs] version = "^0.8" [features] serialize = [ "serde", "serde_derive", ] vkxml-convert = ["vkxml"] [badges]