# 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 = "egui_xml" version = "0.1.3" description = "XML macro for egui" readme = "README.md" license = "MIT" [[example]] name = "simple" [[example]] name = "file" [dependencies.egui_extras] version = "0.27" [dependencies.egui_xml_macros] version = "0.1.2" [dev-dependencies.eframe] version = "0.27" [dev-dependencies.egui] version = "0.27"