# 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 = "vk-sync" version = "0.1.6" authors = ["Graham Wihlidal "] exclude = [".travis.yml", ".gitignore", "appveyor.yml"] description = "Simplification of core Vulkan synchronization mechanisms such as pipeline barriers and events." homepage = "https://github.com/gwihlidal/vk-sync-rs" documentation = "https://docs.rs/vk-sync" readme = "README.md" keywords = ["vulkan", "vk", "ash", "graphics", "3d"] categories = ["api-bindings", "rendering", "rendering::engine", "rendering::graphics-api"] license = "MIT/Apache-2.0" repository = "https://github.com/gwihlidal/vk-sync-rs" [profile.release] opt-level = 3 lto = true codegen-units = 1 [lib] name = "vk_sync" path = "src/lib.rs" [dependencies.ash] version = "0.29" optional = true [features] ash_bind = ["ash"] default = ["ash_bind"] [badges.appveyor] repository = "gwihlidal/vk-sync-rs" [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "gwihlidal/vk-sync-rs"