Cargo Features

[dependencies]
bmp085-driver = { version = "0.1.4", default-features = false, features = ["libm"] }
default = libm

The libm feature is set by default whenever bmp085-driver is added without default-features = false somewhere in the dependency tree.

Affects bmp085-driver::pressure_to_normal_null

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 default

Enables libm ^0.1.2