Cargo Features

dprint-plugin-toml has no features set by default.

[dependencies]
dprint-plugin-toml = { version = "0.6.1", features = ["wasm", "tracing"] }
wasm = serde_json

Enables wasm of dprint-core

tracing

Enables tracing of dprint-core

Affects format_text::trace_file

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 wasm?