# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "asche" version = "2.0.0" authors = ["Nils Hasenbanck "] description = "Provides an abstraction layer above erupt to easier use Vulkan in Rust." readme = "README.md" keywords = ["vulkan", "erupt"] categories = ["rendering::graphics-api", "rendering"] license = "Zlib OR MIT OR Apache-2.0" repository = "https://github.com/hasenbanck/asche" [dependencies.erupt] version = "0.19" features = ["bytemuck"] [dependencies.profiling] version = "1.0" optional = true [dependencies.raw-window-handle] version = "0.3" [dependencies.tracing1] version = "0.1" optional = true default-features = false package = "tracing" [dependencies.vk-alloc] version = "2.0" [dev-dependencies.bytemuck] version = "1.7" [dev-dependencies.ddsfile] version = "0.4" [dev-dependencies.glam] version = "0.17" [dev-dependencies.gltf] version = "0.16" [dev-dependencies.tracing-subscriber] version = "0.2" features = ["fmt", "ansi", "env-filter"] default-features = false [dev-dependencies.winit] version = "0.25" [features] default = ["tracing", "vk-buffer-device-address"] profile-with-optick = ["profiling/profile-with-optick", "vk-alloc/profile-with-optick"] profile-with-puffin = ["profiling/profile-with-puffin", "vk-alloc/profile-with-puffin"] profile-with-superluminal = ["profiling/profile-with-superluminal", "vk-alloc/profile-with-superluminal"] profile-with-tracing = ["profiling/profile-with-tracing", "vk-alloc/profile-with-tracing"] profile-with-tracy = ["profiling/profile-with-tracy", "vk-alloc/profile-with-tracy"] tracing = ["tracing1", "vk-alloc/tracing"] vk-buffer-device-address = ["vk-alloc/vk-buffer-device-address"]