Cargo Features
[dependencies]
junit-parser = { version = "1.3.1", 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
somewhere in the dependency tree.default-features = false - serde
-
Enables
derive(serde::{Serialize,Deserialize})
on the Test* structures.Enables serde
- properties_as_hashmap default
-
Parse the
properties
element as a hashmapAffects
junit-parser::Properties.hashmap
… - properties_as_vector default
-
Parse the
properties
element as a vectorAffects
junit-parser::Properties.vec
… - document-features
-
Enables document-features