Cargo Features

[dependencies]
ina219_rs = { version = "0.5.1", default-features = false, features = ["physic", "ina219"] }
default = ina219

The ina219 feature is set by default whenever ina219_rs is added without default-features = false somewhere in the dependency tree.

physic

Enables collection_literals, hashbrown ^0.12, and lazy_static

ina219 default

Enables byteorder, collection_literals, embedded-hal ^0.2, hashbrown ^0.12, and lazy_static

ina219_rs has 3 features without comments.