Cargo Features

[dependencies]
junit-parser = { version = "1.1.0", default-features = false, features = ["serde", "properties_as_hashmap", "properties_as_vector", "document-features"] }
default = properties_as_hashmap, properties_as_vector

These default features are set whenever junit-parser is added without default-features = false somewhere in the dependency tree.

serde

Enables derive(serde::{Serialize,Deserialize}) on the Test* structures.

Enables serde

properties_as_hashmap default

Parse the properties element as a hashmap

Affects junit-parser::Properties.hashmap

properties_as_vector default

Parse the properties element as a vector

Affects junit-parser::Properties.vec

document-features

Enables document-features