xml_bracket_notation 0.1.0

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


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.4.4", features = ["derive"] }
quick-xml = { version = "0.30.0", features = ["encoding", "escape-html"] }