Cargo Features

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

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

Enables procfs-core

serde1 = serde

Enables serde1 of procfs-core

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.

chrono default

Affects procfs::boot_time

flate2 default
backtrace implicit feature

Enables backtrace

backtrace:

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

serde serde1?