# 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 = "2021" name = "vk_dot_xml_parser" version = "0.3.0" description = "Parser for the Vulkan `vk.xml` file" readme = "README.md" license = "Zlib OR Apache-2.0 OR MIT" repository = "https://github.com/Lokathor/vk_dot_xml_parser" [profile.dev.package."*"] opt-level = 3 [dependencies.log] version = "0.4.17" [dependencies.magnesium] version = "1.2.1" features = ["alloc"] [dev-dependencies.stderrlog] version = "0.5.4" default-features = false