# 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 = "vk-mem-3-erupt" version = "0.6.0+708428c2-2023-02-02" authors = [ "Raven Szewczyk ", "Hindrik Stegenga ", "Graham Wihlidal ", ] build = "build.rs" include = [ "src/*.rs", "gen/bindings.rs", "build.rs", "Cargo.toml", "vendor/include/vk_mem_alloc.h", "wrapper/vulkan/vk_platform.h", "wrapper/vulkan/vulkan_core.h", "wrapper/vulkan/vulkan.h", "wrapper/vma_lib.cpp", ] description = "Rust ffi bindings and idiomatic wrapper for AMD Vulkan Memory Allocator (VMA) using erupt." homepage = "https://github.com/eigenraven/vk-mem-3-erupt" documentation = "https://docs.rs/vk-mem-3-erupt" readme = "README.md" keywords = [ "vulkan", "vk", "erupt", "memory", "allocator", ] categories = [ "api-bindings", "rendering", "rendering::engine", "rendering::graphics-api", ] license = "MIT/Apache-2.0" repository = "https://github.com/eigenraven/vk-mem-3-erupt" [profile.release] opt-level = 3 lto = true codegen-units = 1 [dependencies.bitflags] version = "1.3.2" [dependencies.erupt] version = "0.23.0" [dependencies.failure] version = "0.1.8" optional = true [build-dependencies.bindgen] version = "0.64.0" optional = true [build-dependencies.cc] version = "1.0.73" [features] default = [] generate_bindings = ["bindgen"] link_vulkan = [] recording = [] [badges.maintenance] status = "actively-developed"