# 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.60" name = "maia" version = "0.1.1" description = "Safe low-level Vulkan bindings" homepage = "https://github.com/danielkeller/maia" license = "MIT OR Apache-2.0" repository = "https://github.com/danielkeller/maia" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.bitflags] version = "1.3" [dependencies.bumpalo] version = "3.10" features = ["collections"] [dependencies.raw-window-handle] version = "0.4" optional = true [dev-dependencies] [features] window = [ "dep:raw-window-handle", "dep:raw-window-metal", ] [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.raw-window-metal] version = "0.2" optional = true [target."cfg(loom)".dependencies.loom] version = "0.5"