Cargo Features
merde_json has no features set by default.
[dependencies]
merde_json = { version = "8.0.0", features = ["full", "num-bigint", "tokio"] }
- full = num-bigint, tokio
- num-bigint full?
-
Enables num-bigint and num-traits
- tokio full?
-
Enables tokio
Affects
merde_json::tokio_io
…