wgpu-info 29.0.3

A tool to print and process information about available wgpu adapters.
# 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 = "2021"
rust-version = "1.93"
name = "wgpu-info"
version = "29.0.3"
authors = ["gfx-rs developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tool to print and process information about available wgpu adapters."
homepage = "https://wgpu.rs/"
readme = "README.md"
keywords = ["graphics"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/gfx-rs/wgpu"

[[bin]]
name = "wgpu-info"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.87"
default-features = false

[dependencies.bitflags]
version = "2.9"

[dependencies.env_logger]
version = "0.11"
default-features = false

[dependencies.hashbrown]
version = "0.16"
features = [
    "default-hasher",
    "inline-more",
    "serde",
]
default-features = false

[dependencies.pico-args]
version = "0.5"
features = [
    "eq-separator",
    "short-space-opt",
    "combined-flags",
]

[dependencies.pollster]
version = "0.4"

[dependencies.serde]
version = "1.0.225"
features = ["default"]
default-features = false

[dependencies.serde_json]
version = "1.0.143"

[dependencies.wgpu]
version = "29.0.1"
features = [
    "std",
    "serde",
    "wgsl",
    "vulkan",
    "gles",
    "dx12",
    "metal",
    "vulkan-portability",
    "angle",
    "static-dxc",
    "noop",
]
default-features = false

[lints.clippy]
disallowed_types = "allow"