Cargo Features
[dependencies]
turbo-metrics-cli = { version = "0.3.0", default-features = false, features = ["static", "png", "jpeg", "jpeg-xl", "bmp", "qoi", "gif", "tiff", "webp", "avif"] }
- default = jpeg, jpeg-xl, png
-
These default features are set whenever
turbo-metrics-cli
is added without
somewhere in the dependency tree.default-features = false - static
-
Try to statically link to a maximum of native libraries
Enables static of turbo-metrics
- png default
-
Image format support
Enables png of turbo-metrics
- jpeg default
-
Enables jpeg of turbo-metrics
- jpeg-xl default
-
Enables jpeg-xl of turbo-metrics
- bmp
-
Enables bmp of turbo-metrics
- qoi
-
Enables qoi of turbo-metrics
- gif
-
Enables gif of turbo-metrics
- tiff
-
Enables tiff of turbo-metrics
- webp
-
Enables webp of turbo-metrics
- avif
-
Enables avif of turbo-metrics