# 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" name = "wgpu-info" version = "23.0.0" authors = ["gfx-rs developers"] 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" [dependencies.anyhow] version = "1.0.91" [dependencies.bitflags] version = "2.6" [dependencies.env_logger] version = "0.11" [dependencies.pico-args] version = "0.5.0" features = [ "eq-separator", "short-space-opt", "combined-flags", ] [dependencies.serde] version = "1" [dependencies.serde_json] version = "1.0.132" [dependencies.wgpu] version = "23.0.0" features = ["serde"] default-features = false