Cargo Features

piecrust-uplink has no features set by default.

[dependencies]
piecrust-uplink = { version = "0.18.0", features = ["abi", "debug", "serde", "dlmalloc"] }
abi
debug
serde = serde_json

Enables serde, serde of hex

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.

dlmalloc implicit feature

Enables dlmalloc

dlmalloc:

A Rust port of the dlmalloc allocator

serde_json serde?