Cargo Features

[dependencies]
composefs = { version = "0.3.0", default-features = false, features = ["pre-6.15", "rhel9", "test"] }
default = pre-6.15

The pre-6.15 feature is set by default whenever composefs is added without default-features = false somewhere in the dependency tree.

pre-6.15 default rhel9? = tempfile

Affects mountcompat::overlayfs_set_fd, mountcompat::prepare_mount

rhel9 = pre-6.15

Affects mountcompat::overlayfs_set_fd, mountcompat::overlayfs_set_lower_and_data_fds, mountcompat::make_erofs_mountable

test

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.

tempfile pre-6.15