# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "merge-junit" version = "0.2.1" authors = ["Tobias Nilsson "] description = "CLI utility to merge JUnit compliant XML documents into a single XML document." homepage = "https://github.com/tobni/merge-junit" readme = "README.md" keywords = [ "cli", "junit", "xml", "report", ] categories = [ "command-line-utilities", "text-processing", ] license = "Unlicense" repository = "https://github.com/tobni/merge-junit" [dependencies.anyhow] version = "^1.0" [dependencies.clap] version = "^4.5" features = ["cargo"] [dependencies.quick-xml] version = "^0.35" [dev-dependencies.assert_cmd] version = "^2.0" [dev-dependencies.assert_fs] version = "^1.1" [dev-dependencies.predicates] version = "^3.1"