Cargo Features
[dependencies]
lidar-utils = { version = "0.13.1", default-features = false, features = ["ouster-test", "velodyne-test", "all-tests", "docs-only"] }
- default = pcap
-
The
pcap
feature is set by default wheneverlidar-utils
is added without
somewhere in the dependency tree.default-features = false - ouster-client-test ouster-test all-tests?
- velodyne-test all-tests?
- all-tests = ouster-client-test, ouster-test, velodyne-test
- docs-only
-
Enables docs-rs of pcap ^0.9.1
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- pcap default docs-only?
-
Enables pcap ^0.9.1