[package] name = "gitlab-report" version = "1.0.3" authors = ["Tobias Pfeiffer "] edition = "2018" repository = "https://gitlab.com/TobiP64/rust-gitlab-ci" license = "MIT" description = "Generates GitLab reports from cargo's JSON output" readme = "./README.md" [dependencies] serde = { version = "^1.0", features = ["derive"] } serde_json = "^1.0" quick-xml = { version = "^0.28", features = ["serialize"] } chrono = "^0.4" xxhash-rust = { version = "^0.8", features = ["xxh3"] }