Cargo Features
[dependencies]
dicom = { version = "0.8.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
somewhere in the dependency tree.default-features = false - 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.