[package] name = "merge-junit" version = "0.2.1" authors = ["Tobias Nilsson "] license = "Unlicense" description = "CLI utility to merge JUnit compliant XML documents into a single XML document." readme = "README.md" homepage = "https://github.com/tobni/merge-junit" repository = "https://github.com/tobni/merge-junit" keywords = ["cli", "junit", "xml", "report"] categories = ["command-line-utilities", "text-processing"] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] quick-xml = "^0.35" anyhow = "^1.0" clap = { version = "^4.5", features = ["cargo"] } [dev-dependencies] assert_cmd = "^2.0" assert_fs = "^1.1" predicates = "^3.1"