# 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 = "guido_rbx_xml" version = "0.12.5" authors = ["Lucien Greathouse "] description = "Implementation of Roblox's XML file formats, rbxlx and rbxmx" homepage = "https://github.com/rojo-rbx/rbx-dom" documentation = "https://docs.rs/rbx_xml" readme = "README.md" license = "MIT" repository = "https://github.com/rojo-rbx/rbx-dom.git" [dependencies.base64] version = "0.13.0" [dependencies.log] version = "0.4.17" [dependencies.rbx_dom_weak] version = "2.2.0" [dependencies.rbx_reflection] version = "4.2.0" [dependencies.rbx_reflection_database] version = "0.2.6" package = "guido_rbx_reflection_database" [dependencies.xml-rs] version = "0.8.4" [dev-dependencies.env_logger] version = "0.9.0" [dev-dependencies.insta] version = "1.14.1"