# 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 = "2018" name = "vk-alloc" version = "2.3.0" authors = ["Nils Hasenbanck "] description = "A segregated list memory allocator for Vulkan." readme = "README.md" keywords = ["vk", "vulkan", "erupt", "allocator", "memory"] categories = ["rendering::graphics-api", "rendering"] license = "Zlib OR MIT OR Apache-2.0" repository = "https://github.com/hasenbanck/vk-alloc" [dependencies.erupt] version = "0.22" [dependencies.parking_lot] version = "0.11" [dependencies.profiling] version = "1.0" optional = true [dependencies.tracing1] version = "0.1" optional = true default-features = false package = "tracing" [dev-dependencies.romu] version = "0.5" default-features = false [dev-dependencies.tracing-subscriber] version = "0.2" features = ["ansi", "env-filter", "fmt", "registry"] default-features = false [features] profile-with-optick = ["profiling/profile-with-optick"] profile-with-puffin = ["profiling/profile-with-puffin"] profile-with-superluminal = ["profiling/profile-with-superluminal"] profile-with-tracing = ["profiling/profile-with-tracing"] profile-with-tracy = ["profiling/profile-with-tracy"] tracing = ["tracing1"] vk-buffer-device-address = []