Cargo Features
[dependencies]
thermocouple = { version = "0.1.3", default-features = false, features = ["k-type", "use_serde", "f32", "f64", "extrapolate"] }
- default = f64, k-type
-
These default features are set whenever
thermocouple
is added without
somewhere in the dependency tree.default-features = false - k-type default = libm
- use_serde
- f32
-
Affects
thermocouple::FP
… - f64 default
-
Affects
thermocouple::FP
… - extrapolate
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.
- libm k-type
-
Enables libm ^0.1.4