Cargo Features

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

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

Enables procfs-core

backtrace

Enables backtrace, backtrace of 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
serde serde1?