Cargo Features

[dependencies]
objc2-os-log = { version = "0.3.1", default-features = false, features = ["std", "alloc", "libc"] }
default = libc, std

These default features are set whenever objc2-os-log is added without default-features = false somewhere in the dependency tree.

std default = alloc
alloc std
libc default

Enables libc

objc2-os-log has 4 features without comments.