Cargo Features

[dependencies]
galileo-osnma = { version = "0.8.0", default-features = false, features = ["galmon", "std", "p521"] }
default = p521

The p521 feature is set by default whenever galileo-osnma is added without default-features = false somewhere in the dependency tree.

galmon = bytes, prost, prost-build, std

Galmon protobuf transport format support

Affects galileo-osnma::galmon

std galmon?

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.

bytes galmon?
p521 default
prost galmon?

Enables prost ^0.12

prost-build build galmon?

Enables prost-build ^0.12