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 believe there's an error in this file please file an 9# issue against the rust-lang/cargo repository. If you're 10# editing this file be aware that the upstream Cargo.toml 11# will likely look very different (and much more reasonable) 12 13[package] 14edition = "2018" 15name = "vulkano" 16version = "0.25.0" 17authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"] 18build = "build.rs" 19description = "Safe wrapper for the Vulkan graphics API" 20homepage = "https://vulkano.rs" 21documentation = "https://docs.rs/vulkano" 22readme = "../README.md" 23keywords = ["vulkan", "bindings", "graphics", "gpu", "rendering"] 24categories = ["rendering::graphics-api"] 25license = "MIT/Apache-2.0" 26repository = "https://github.com/vulkano-rs/vulkano" 27[dependencies.ash] 28version = "0.33.0" 29 30[dependencies.crossbeam-queue] 31version = "0.3" 32 33[dependencies.fnv] 34version = "1.0" 35 36[dependencies.half] 37version = "1.7" 38 39[dependencies.lazy_static] 40version = "1.4" 41 42[dependencies.parking_lot] 43version = "0.11.1" 44features = ["send_guard"] 45 46[dependencies.shared_library] 47version = "0.1" 48 49[dependencies.smallvec] 50version = "1.6" 51[build-dependencies.heck] 52version = "0.3" 53 54[build-dependencies.indexmap] 55version = "1.7" 56 57[build-dependencies.regex] 58version = "1.5" 59 60[build-dependencies.vk-parse] 61version = "0.6" 62