Cargo Features

shm-snapshot has no features set by default.

[dependencies]
shm-snapshot = { version = "0.2.1", features = ["shm-restore"] }
shm-restore = clap, libc, memfile, shm-fd, tempfile

Enables libc and std of shm-fd

Required by the shm-restore binary

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.

clap shm-restore?
libc shm-restore?
memfile shm-restore?

Enables memfile ^0.2.1

shm-fd shm-restore?
tempfile shm-restore?