[package] name = "quick-junit" description = "Data model and serializer for JUnit/XUnit XML" version = "0.5.1" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/nextest-rs/quick-junit" documentation = "https://docs.rs/quick-junit" keywords = ["junit", "xunit", "xml", "serializer", "flaky-tests"] categories = ["encoding", "development-tools"] edition = "2021" rust-version = "1.70" [dependencies] chrono = { version = "0.4.38", default-features = false, features = ["std"] } indexmap = "2.5.0" quick-xml = "0.37.1" newtype-uuid = "1.1.3" thiserror = "2.0.3" strip-ansi-escapes = "0.2.0" uuid = "1.10.0" [dev-dependencies] goldenfile = "1.7.3" owo-colors = "4.1.0" proptest = "1.5.0" test-strategy = "0.4.0"