# 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] name = "vulkan-malloc" version = "0.1.5" authors = ["Dylan Ede "] description = "A general purpose device memory allocator for Vulkan\n" documentation = "https://docs.rs/vulkan-malloc" readme = "README.md" keywords = ["vulkan", "memory", "allocator", "malloc", "gpu"] license = "MIT / Apache-2.0" repository = "https://github.com/dylanede/vulkan-malloc" [package.metadata.release] pre-release-commit-message = "Release {{version}} 🎉🎉" [[package.metadata.release.pre-release-replacements]] file = "README.md" replace = "vulkan-malloc = \"{{version}}\"" search = "vulkan-malloc = \"[a-z0-9\\\\.-]+\"" [dependencies.array_ext] version = "^0.2" [dependencies.option-filter] version = "1.0" [dependencies.dacite] version = "^0.7"