# 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 = "junitify" version = "0.1.18" authors = [ "koresframework", "Jonathan H. R. Lopes ", ] description = "Takes cargo test JSON and transform to JUnit XML" homepage = "https://gitlab.com/Kores/junitify" documentation = "https://docs.rs/junitify/" readme = "README.md" keywords = [ "cli", "junit", "test", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://gitlab.com/Kores/junitify" [dependencies.anyhow] version = "1.0.56" [dependencies.chrono] version = "=0.4.19" [dependencies.clap] version = "=3.0.7" [dependencies.clap_derive] version = "=3.0.6" [dependencies.colored] version = "2.0.0" [dependencies.hostname] version = "=0.3.1" [dependencies.quick-xml] version = "0.23.0" features = [ "serde", "serialize", ] [dependencies.regex] version = "1" [dependencies.serde] version = "=1.0.130" features = ["derive"] [dependencies.serde-xml-rs] version = "0.5.1" [dependencies.serde_json] version = "=1.0.68"