Cargo Features
ibox-crossterm has no features set by default.
[dependencies]
ibox-crossterm = { version = "0.23.2", features = ["event-stream", "serde"] }
Features
- event-stream = futures-core
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.
Shared dependencies
- futures-core event-stream?
-
Enables futures-core
optional deps only added when requested
- serde implicit feature
-
Enables serde
serde:
A generic serialization/deserialization framework