[dependencies.clap]
features = ["derive"]
version = "4.4.4"
[dependencies.quick-xml]
features = ["encoding", "escape-html"]
version = "0.30.0"
[package]
authors = ["Lukas Moravec <sydnexpklover@gmail.com>"]
categories = ["command-line-utilities", "development-tools"]
description = "Simple tool for converting XML into bracket notation used for Trees."
edition = "2021"
homepage = "https://github.com/LukMRVC/xml_bracket_notation"
keywords = ["bracket", "notation", "xml", "tree"]
license = "MIT"
name = "xml_bracket_notation"
readme = "readme.md"
repository = "https://github.com/LukMRVC/xml_bracket_notation"
version = "0.1.0"