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
somewhere in the dependency tree.default-features = false - rosbag default
-
Enables erosbag
Affects
commands::convert_to_rosbag
… - voxel default
-
Enables evoxel
Affects
commands::convert_to_voxel
…