# 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] name = "junitxml2subunit" version = "1.1.0" authors = ["Matthew Treinish "] description = "A tool to convert junitxml files to subunit v2" readme = "README.md" keywords = [ "subunit", "junitxml", ] categories = ["development-tools::testing"] license = "GPL-3.0" repository = "https://github.com/mtreinish/junitxml2subunit" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3" [dependencies.num-traits] version = "0.2" [dependencies.quick-xml] version = "0.22.0" [dependencies.subunit-rust] version = "0.2.0"