xmltojson 0.1.0

A simple crate for converting XML to JSON
Documentation
[dependencies.log]
version = "0"

[dependencies.quick-xml]
features = ["serde"]
version = "0.19"

[dependencies.serde]
features = ["rc"]
version = "1"

[dependencies.serde_json]
version = "1"
[dev-dependencies.pretty_env_logger]
version = "0"

[package]
authors = ["R. Tyler Croy <rtyler@brokenco.de>"]
description = "A simple crate for converting XML to JSON"
edition = "2018"
homepage = "https://github.com/rtyler/xmltojson"
keywords = ["xml", "json"]
license = "LGPL-3.0+"
name = "xmltojson"
repository = "https://github.com/rtyler/xmltojson"
version = "0.1.0"