dawn-codegen 0.1.3-dev

Code generator for Dawn WebGPU API
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"
name = "dawn-codegen"
version = "0.1.3-dev"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Code generator for Dawn WebGPU API"
homepage = "https://github.com/csmoe/dawn-rs"
documentation = "https://docs.rs/dawn-codegen"
readme = false
license = "BSD-3-Clause"

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

[[bin]]
name = "dawn_codegen"
path = "src/bin/dawn_codegen.rs"

[dependencies.bindgen]
version = "0.72"

[dependencies.heck]
version = "0.4"

[dependencies.prettyplease]
version = "0.2"

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

[dependencies.serde_json]
version = "1"

[dependencies.syn]
version = "2"
features = [
    "full",
    "parsing",
]
default-features = false