Cargo Features
[dependencies]
dicom-dump = { version = "0.8.0", default-features = false, features = ["sop-class", "cli"] }
- default = cli, sop-class
-
These default features are set whenever
dicom-dump
is added without
somewhere in the dependency tree.default-features = false - sop-class default
-
Enables sop-class of dicom-dictionary-std
dicom-dictionary-std:
run-time deployed DICOM dictionaries
- cli default = clap
-
Enables inventory-registry of dicom-transfer-syntax-registry
dicom-transfer-syntax-registry:
inventory for compile time plugin-based transfer syntax registration
Required by the binary
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.