1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2021" 14name = "vulkano" 15version = "0.33.0" 16authors = [ 17 "Pierre Krieger <[email protected]>", 18 "The vulkano contributors", 19] 20build = "build.rs" 21description = "Safe wrapper for the Vulkan graphics API" 22homepage = "https://vulkano.rs" 23documentation = "https://docs.rs/vulkano" 24readme = "README.md" 25keywords = [ 26 "vulkan", 27 "bindings", 28 "graphics", 29 "gpu", 30 "rendering", 31] 32categories = ["rendering::graphics-api"] 33license = "MIT/Apache-2.0" 34repository = "https://github.com/vulkano-rs/vulkano" 35resolver = "1" 36 37[dependencies.ahash] 38version = "0.8" 39 40[dependencies.ash] 41version = "^0.37.2" 42 43[dependencies.bytemuck] 44version = "1.9" 45 46[dependencies.crossbeam-queue] 47version = "0.3" 48 49[dependencies.half] 50version = "2" 51features = ["bytemuck"] 52 53[dependencies.libloading] 54version = "0.7" 55 56[dependencies.once_cell] 57version = "1.17" 58 59[dependencies.parking_lot] 60version = "0.12" 61features = ["send_guard"] 62 63[dependencies.serde] 64version = "1.0" 65optional = true 66 67[dependencies.smallvec] 68version = "1.8" 69 70[dependencies.thread_local] 71version = "1.1" 72 73[dependencies.vulkano-macros] 74version = "0.33.0" 75optional = true 76 77[dev-dependencies.cgmath] 78version = "0.18" 79 80[dev-dependencies.nalgebra] 81version = "0.32" 82 83[build-dependencies.ahash] 84version = "0.8" 85 86[build-dependencies.heck] 87version = "0.4" 88 89[build-dependencies.indexmap] 90version = "1.8" 91 92[build-dependencies.once_cell] 93version = "1.16" 94 95[build-dependencies.proc-macro2] 96version = "1.0" 97 98[build-dependencies.quote] 99version = "1.0" 100 101[build-dependencies.regex] 102version = "1.0" 103 104[build-dependencies.serde] 105version = "1.0" 106features = ["derive"] 107 108[build-dependencies.serde_json] 109version = "1.0" 110 111[build-dependencies.vk-parse] 112version = "0.8" 113 114[features] 115default = ["macros"] 116document_unchecked = [] 117macros = ["vulkano-macros"] 118 119[target."cfg(target_os = \"ios\")".dependencies.core-graphics-types] 120version = "0.1" 121 122[target."cfg(target_os = \"ios\")".dependencies.objc] 123version = "0.2.5" 124