Cargo Features

[dependencies]
libh3 = { version = "0.2.2", default-features = false, features = ["uber_h3_from_scratch"] }
default = uber_h3_from_scratch

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

uber_h3_from_scratch build default

Enables cmake, flate2, hex, reqwest, sha2, tar, and toml

libh3 has 2 features without comments.