Cargo Features

[dependencies]
nogpt = { version = "0.1.0-pre1", default-features = false, features = ["std", "alloc", "bitflags"] }
default = bitflags

The bitflags feature is set by default whenever nogpt is added without default-features = false somewhere in the dependency tree.

std = alloc

Enables std of err-derive

Affects nogpt::std

alloc std?

Affects part::GPTPartHeader.name_str

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.

bitflags default

Enables bitflags ^1.3