Cargo Features
[dependencies]
nym-sphinx-types = { version = "1.20.5", default-features = false, features = ["sphinx", "outfox"] }
- default = sphinx
-
The
sphinxfeature is set by default whenevernym-sphinx-typesis added withoutsomewhere in the dependency tree.default-features = false - 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.