Cargo Features

[dependencies]
pldm-fw = { version = "0.2.0", default-features = false, features = ["std", "alloc"] }
default = std

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

std default = alloc

Enables thiserror ^1.0, clock of chrono, std of uuid, std of mctp, nom ^7.1, and pldm

Affects pldm-fw::ua

alloc std

Enables alloc of nom ^7.1 and pldm

Affects pldm-fw::pkg, pldm-fw::DescriptorString, pldm-fw::DeviceIdentifiers.ids