Cargo Features

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

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

rosbag default

Enables erosbag

Affects commands::convert_to_rosbag

voxel default

Enables evoxel

Affects commands::convert_to_voxel