Cargo Features
[dependencies]
madsim = { version = "0.2.31", default-features = false, features = ["ucx", "rpc", "macros"] }
- default = macros, rpc
-
These default features are set whenever
madsim
is added without
somewhere in the dependency tree.default-features = false - ucx = async-ucx
- rpc default = bincode
-
Affects
net::rpc
,net::rpc
… - macros default = madsim-macros
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.