Cargo Features
[dependencies]
pldm-fw = { version = "0.2.0", default-features = false, features = ["std", "alloc"] }
- default = std
-
The
stdfeature is set by default wheneverpldm-fwis added withoutsomewhere in the dependency tree.default-features = false - 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…