Cargo Features

[dependencies]
procfs-core = { version = "0.16.0", default-features = false, features = ["serde1", "backtrace", "chrono"] }
default = chrono

The chrono feature is set by default whenever procfs-core is added without default-features = false somewhere in the dependency tree.

serde1 = serde

Enables serde of bitflags

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.

backtrace implicit feature

Enables backtrace

backtrace:

A library to acquire a stack trace (backtrace) at runtime in a Rust program

Affects procfs-core::InternalError.backtrace

chrono default

Affects procfs-core::SystemInfoInterface.boot_time

serde serde1?