# 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 = "ensc-testsuite" version = "0.1.7" authors = ["Enrico Scholz "] description = "Tool to generate TAP or JUnit reports" readme = "README.md" categories = ["development-tools::testing"] license = "GPL-3.0+" repository = "https://gitlab-ext.sigma-chemnitz.de/ensc/ensc-testsuite.git" [dependencies.anyhow] version = "^1" optional = true [dependencies.chrono] version = "^0" [dependencies.lazy_static] version = "^1" [dependencies.libc] version = "^0" optional = true [dependencies.serde] version = "^1" [dependencies.serde_derive] version = "^1" [dependencies.serde_json] version = "^1" [dependencies.serde_yaml] version = "^0" [dependencies.static_init] version = "^0" optional = true [dependencies.tempfile] version = "^3" [dependencies.xml-rs] version = "^0" [features] default = [ "use-static-destructors", "with-anyhow", ] use-static-destructors = [ "static_init", "libc", ] use_specialization = [] with-anyhow = ["anyhow"]