Cargo Features

[dependencies]
pax-compiler = { version = "0.14.1", default-features = false, features = ["json", "designtime", "console_error_panic_hook", "serde"] }
default = console_error_panic_hook, json

These default features are set whenever pax-compiler is added without default-features = false somewhere in the dependency tree.

json default = serde_json
designtime

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.

console_error_panic_hook default
serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework

serde_json json