Cargo Features

[dependencies]
ecitygml-converter-core = { version = "0.0.1-alpha.4", default-features = false, features = ["rosbag", "voxel"] }
default = rosbag, voxel

These default features are set whenever ecitygml-converter-core is added without default-features = false somewhere in the dependency tree.

rosbag default

Enables erosbag

voxel default

Enables evoxel

ecitygml-converter-core has 3 features without comments.