Cargo Features

[dependencies]
map-to-javascript-html = { version = "2.0.5", default-features = false, features = ["std", "serde"] }
default = std

The std feature is set by default whenever map-to-javascript-html is added without default-features = false somewhere in the dependency tree.

std default

Affects traits::MapToJavaScriptHTML.to_javascript_html_to_writer, traits::MapToJavaScriptHTML.to_javascript_html_with_keys_to_writer

serde = serde_json

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