Cargo Features

[dependencies]
synchrony-rs = { version = "0.2.6", default-features = false, features = ["format", "cli", "tracing", "wasm"] }
default = cli, tracing

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

format cli wasm?

Enables biome_console =0.5.7, biome_diagnostics =0.5.7, biome_formatter, biome_js_formatter, biome_js_parser, biome_js_syntax, biome_parser =0.5.7, biome_rowan =0.5.7, biome_text_edit =0.5.7, biome_text_size =0.5.7, and biome_unicode_table =0.5.7

Affects synchrony-rs::format

cli default = format

Enables clap, serde, and serde_json

Affects deobfuscator::DeobfuscateOptions.custom_transformer_configs, transformers::TransformerOptions

Required by the synchrony binary

tracing default

Enables tracing and tracing-subscriber

wasm = format

Enables js-sys, serde, serde-wasm-bindgen, and wasm-bindgen

Affects synchrony-rs::wasm, synchrony-rs::wasm_logger