Cargo Features

[dependencies]
json-lines = { version = "0.1.1", default-features = false, features = ["use-std", "use-defmt", "codec"] }
default = use-std

The use-std feature is set by default whenever json-lines is added without default-features = false somewhere in the dependency tree.

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.

serde_json codec?
memchr codec?
thiserror use-std
bytes codec?
defmt use-defmt?
tokio-util codec?