rbx_xml 0.3.0

Weakly-typed Roblox DOM implementation for Rust
Documentation
[package]
name = "rbx_xml"
description = "Weakly-typed Roblox DOM implementation for Rust"
license = "MIT"
documentation = "https://docs.rs/rbx_xml"
homepage = "https://github.com/LPGhatguy/rbx-dom"
repository = "https://github.com/LPGhatguy/rbx-dom.git"
version = "0.3.0"
authors = ["Lucien Greathouse <me@lpghatguy.com>"]
edition = "2018"

[dependencies]
failure = "0.1.5"
lazy_static = "1.2.0"
log = "0.4.6"
maplit = "1.0.1"
rbx_dom_weak = { version = "0.3.0", path = "../rbx_dom_weak" }
xml-rs = "0.8"
base64 = "0.10.0"

[dev-dependencies]
env_logger = "0.6.0"