# 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 = "vkfetch-rs" version = "0.1.0" authors = ["hill "] description = "vkfetch-rs is a fetch-program that displays basic information about your vulkan-compatible graphic card(s)!" readme = "README.md" keywords = [ "vulkan", "neofetch", "gpu", "fetch", ] categories = ["command-line-utilities"] license = "AGPL-3.0" repository = "https://github.com/float3/vkfetch-rs" [dependencies.ash] version = "0.38.0" features = ["std"] default-features = false [features] default = ["linked"] linked = ["ash/linked"] loaded = ["ash/loaded"]