# 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 = "junit-report" version = "0.8.3" authors = ["Pascal Bach "] description = "Create JUnit compatible XML reports." readme = "README.md" keywords = [ "junit", "xunit", "xml", "report", ] license = "MIT" repository = "https://github.com/bachp/junit-report-rs" [dependencies.derive-getters] version = "0.3.0" [dependencies.quick-xml] version = "0.31.0" [dependencies.strip-ansi-escapes] version = "0.2.0" [dependencies.time] version = "0.3.4" features = [ "formatting", "macros", ] [dev-dependencies.doc-comment] version = "0.3.3" [dev-dependencies.once_cell] version = "1.14" [dev-dependencies.regex] version = "1.6"