Cargo Features

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

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

backing_file default

Enables backing_file of ppcore

zfs_snapshot

Enables zfs_snapshot of ppcore

testmock

Enables testmock of ppcore

ppserver has 4 features without comments.