Cargo Features

[dependencies]
dicom-dump = { version = "0.7.0", default-features = false, features = ["sop-class", "cli"] }
default = cli, sop-class

These default features are set whenever dicom-dump is added without default-features = false somewhere in the dependency tree.

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.

clap cli