Cargo Features

[dependencies]
syntastica-themes = { version = "0.4.1", default-features = false, features = ["runtime-c", "runtime-c2rust", "docs"] }
default = runtime-c

## Features

runtime-c default

Use the standard tree-sitter C runtime. See syntastica's WebAssembly support for more information.

Enables runtime-c of syntastica-core

runtime-c2rust

Use the pure Rust tree-sitter runtime. See syntastica's WebAssembly support for more information.

Enables runtime-c2rust of syntastica-core

docs

Enable this when building the docs

Enables document-features and rustc_version