# 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" rust-version = "1.70" name = "quick-junit" version = "0.5.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Data model and serializer for JUnit/XUnit XML" documentation = "https://docs.rs/quick-junit" readme = "README.md" keywords = [ "junit", "xunit", "xml", "serializer", "flaky-tests", ] categories = [ "encoding", "development-tools", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/nextest-rs/quick-junit" [lib] name = "quick_junit" path = "src/lib.rs" [[test]] name = "fixture_tests" path = "tests/fixture_tests.rs" [dependencies.chrono] version = "0.4.38" features = ["std"] default-features = false [dependencies.indexmap] version = "2.5.0" [dependencies.newtype-uuid] version = "1.1.3" [dependencies.quick-xml] version = "0.37.1" [dependencies.strip-ansi-escapes] version = "0.2.0" [dependencies.thiserror] version = "2.0.3" [dependencies.uuid] version = "1.10.0" [dev-dependencies.goldenfile] version = "1.7.3" [dev-dependencies.owo-colors] version = "4.1.0" [dev-dependencies.proptest] version = "1.5.0" [dev-dependencies.test-strategy] version = "0.4.0"