Cargo Features

[dependencies]
sonic-callreq = { version = "0.12.0-beta.5", default-features = false, features = ["std", "all", "uri", "serde"] }
default = std

The std feature is set by default whenever sonic-callreq is added without default-features = false somewhere in the dependency tree.

std default all?

Enables std of amplify, chrono, fluent-uri, and indexmap

all = std, uri
uri all?

Enables fluent-uri, indexmap, and percent-encoding

serde

Enables serde, serde of strict_types

sonic-callreq has 5 features without comments.