Cargo Features
[dependencies]
json-lines = { version = "0.1.2", default-features = false, features = ["use-std", "use-defmt", "codec"] }
- default = use-std
-
The
use-std
feature is set by default wheneverjson-lines
is added without
somewhere in the dependency tree.default-features = false - use-std default codec? = thiserror
- use-defmt = defmt
- codec = bytes, memchr, serde_json, tokio-util, use-std
-
Affects
json-lines::codec
…
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.