[package] name = "ensc-testsuite" version = "0.1.7" authors = ["Enrico Scholz "] edition = "2021" license = "GPL-3.0+" repository = "https://gitlab-ext.sigma-chemnitz.de/ensc/ensc-testsuite.git" categories = ["development-tools::testing"] description = "Tool to generate TAP or JUnit reports" [features] default = ["use-static-destructors", "with-anyhow"] use-static-destructors = ["static_init", "libc"] with-anyhow = ["anyhow"] use_specialization = [] [dependencies] lazy_static = "^1" serde = "^1" serde_json = "^1" serde_yaml = "^0" serde_derive = "^1" xml-rs = "^0" chrono = "^0" tempfile = "^3" static_init = { version = "^0", optional = true } libc = { version = "^0", optional = true } anyhow = { version = "^1", optional = true }