Cargo Features

[dependencies]
prost-helper = { version = "0.8.3", default-features = false, features = ["json", "b64", "id"] }
default = b64, id, json

These default features are set whenever prost-helper is added without default-features = false somewhere in the dependency tree.

json default = serde_json

Affects prost-helper::ToJson

b64 default = base64
id default = uuid7

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.

serde_json json
base64 b64

Enables base64 ^0.21.5

uuid7 id