# 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 = "gpus" version = "0.0.14" authors = ["MrTitanHearted"] include = [ "src/", "LICENSE", "README.md", ] description = "Easy CLI command for retrieving information about the gpus and drivers" homepage = "https://github.com/MrTitanHearted/gpus" documentation = "https://docs.rs/gpus/latest/gpus/" readme = "README.md" keywords = [ "gpu", "gpus", "adapters", ] categories = ["CLI"] license = "MIT" repository = "https://github.com/MrTitanHearted/gpus" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" [profile.dev] opt-level = 1 [profile.release] opt-level = 3 [dependencies.wgpu] version = "0.13.1"