Cargo Features

shm-snapshot has no features set by default.

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

Enables libc and std of shm-fd

Required by the shm-restore binary

shm-restore-tracing = tracing, tracing-subscriber

Enables env-filter and std of tracing-subscriber

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?
tracing shm-restore-tracing?
tracing-subscriber shm-restore-tracing?