[package] name = "xml_bracket_notation" version = "0.1.0" edition = "2021" authors = ["Lukas Moravec "] 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"] }