Cargo Features

[dependencies]
nym-sphinx-types = { version = "1.20.5", default-features = false, features = ["sphinx", "outfox"] }
default = sphinx

The sphinx feature is set by default whenever nym-sphinx-types is added without default-features = false somewhere in the dependency tree.

sphinx default = sphinx-packet
outfox = nym-outfox

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.

sphinx-packet sphinx
nym-outfox outfox?