rbx_xml 3.0.0

Implementation of Roblox's XML file formats, rbxlx and rbxmx
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 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 = "rbx_xml"
version = "3.0.0"
authors = [
    "Lucien Greathouse <me@lpghatguy.com>",
    "Micah Reid <git@dekkonot.com>",
    "Ken Loeffler <kenloef@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"
resolver = "2"

[lib]
name = "rbx_xml"
path = "src/lib.rs"

[dependencies.ahash]
version = "0.8.11"

[dependencies.base64]
version = "0.13.0"

[dependencies.log]
version = "0.4.17"

[dependencies.rbx_dom_weak]
version = "4.2.0"

[dependencies.rbx_reflection]
version = "7.0.0"

[dependencies.rbx_reflection_database]
version = "3.0.0"

[dependencies.xml-rs]
version = "1.0.0"

[dev-dependencies.env_logger]
version = "0.11.10"

[dev-dependencies.heck]
version = "0.5.0"

[dev-dependencies.insta]
version = "1.14.1"
features = ["yaml"]