vulkan_gen 0.3.0

Vulkan XML specification parser and Rust binding generator. Used internally by the vulkane crate, but reusable as a standalone code generator.
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 = "2024"
rust-version = "1.85"
name = "vulkan_gen"
version = "0.3.0"
authors = ["Eric Evans <ciresnave@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Vulkan XML specification parser and Rust binding generator. Used internally by the vulkane crate, but reusable as a standalone code generator."
homepage = "https://github.com/ciresnave/vulkane"
documentation = "https://docs.rs/vulkan_gen"
readme = "README.md"
keywords = [
    "vulkan",
    "codegen",
    "bindings",
    "xml",
    "ffi",
]
categories = [
    "development-tools",
    "parser-implementations",
    "graphics",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ciresnave/vulkane"
resolver = "2"

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

[dependencies.regex]
version = "1.12"

[dependencies.roxmltree]
version = "0.21"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.tempfile]
version = "3.27"

[dependencies.thiserror]
version = "2.0"