Cargo Features
merde_json has no features set by default.
[dependencies]
merde_json = { version = "10.0.0", features = ["full", "tokio"] }
-
full
-
Features from optional dependencies
-
tokio
implicit feature
-
Enables
tokio
tokio: An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications
Affects
serialize::tokio_io
…