rbx_xml 0.3.0

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

[dependencies.failure]
version = "0.1.5"

[dependencies.lazy_static]
version = "1.2.0"

[dependencies.log]
version = "0.4.6"

[dependencies.maplit]
version = "1.0.1"

[dependencies.rbx_dom_weak]
version = "0.3.0"

[dependencies.xml-rs]
version = "0.8"
[dev-dependencies.env_logger]
version = "0.6.0"