Cargo Features

[dependencies]
ppcore = { version = "0.2.2", default-features = false, features = ["zfs_snapshot", "backing_file", "testmock"] }
default = backing_file

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

zfs_snapshot

Affects linux::get_os_info

backing_file default

Affects linux::get_os_info

testmock

Affects freebsd::get_os_info, linux::get_os_info