Cargo Features
madsim-tokio has no features set by default.
[dependencies]
madsim-tokio = { version = "0.2.30", features = ["full", "fs", "io-util", "io-std", "macros", "net", "process", "rt", "rt-multi-thread", "signal", "sync", "time", "tracing", "test-util", "bytes", "num_cpus", "parking_lot", "tokio-macros"] }
- full = fs, io-std, io-util, macros, net, parking_lot, process, rt, rt-multi-thread, signal, sync, time
-
enable everything
- fs full?
-
tokio features
- io-util full?
- io-std full?
-
tokio:
stdin, stdout, stderr
- macros full?
- net full?
- process full?
- rt full?
-
tokio:
Includes basic task execution capabilities
- rt-multi-thread full?
-
Enables rt-multi-thread of tokio
- signal full?
- sync full?
- time full?
- tracing
- test-util
- bytes
-
tokio optional dependencies
- once_cell memchr mio socket2 num_cpus
- parking_lot full?
- libc signal-hook-registry tokio-macros