Cargo Features

destream_json has no features set by default.

[dependencies]
destream_json = { version = "0.12.1", features = ["all", "tokio-io", "value"] }
all = tokio-io, value
tokio-io all?

Enables tokio

Affects de::SourceReader, de::read_from

value all?

Enables stream of number-general

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.

number-general value?
tokio tokio-io?