# 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 = "mira" version = "0.1.25" authors = ["maresia "] exclude = [ "generator", "examples/*.png", ] description = "Pure and simple Vulkan bindings generated from Vulkan-Headers!" documentation = "https://docs.rs/mira" readme = "README.md" keywords = [ "vulkan", "graphics", ] license = "Apache-2.0" repository = "https://github.com/onlymaresia/mira" [dependencies.const-cstr] version = "0.3.0" [dependencies.libloading] version = "0.8.0" [dependencies.once_cell] version = "1.7.2" [dependencies.thiserror] version = "1.0.30" [dev-dependencies.fermium] version = "20014.2.0" [build-dependencies.bindgen] version = "0.66.1" [build-dependencies.cc] version = "1.0.73" [features]