Cargo Features

[dependencies]
dicom = { version = "0.7.0", default-features = false, features = ["inventory-registry", "ul", "pixeldata", "image", "ndarray"] }
default = inventory-registry, pixeldata, ul

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

inventory-registry default

Enables inventory-registry of dicom-encoding and dicom-transfer-syntax-registry

dicom-transfer-syntax-registry:

inventory for compile time plugin-based transfer syntax registration

ul default = dicom-ul
pixeldata default image? ndarray? = dicom-pixeldata
image = pixeldata

Enables image of dicom-pixeldata

ndarray = pixeldata

Enables ndarray of dicom-pixeldata

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.

dicom-ul ul
dicom-pixeldata image? ndarray? pixeldata