Cargo Features

[dependencies]
struckdown = { version = "0.1.0", default-features = false, features = ["external-processor", "syntect-processor", "html-sanitizer-processor"] }
default = external-processor, html-sanitizer-processor, syntect-processor

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

external-processor default = subprocess, tokio
syntect-processor default = syntect
html-sanitizer-processor default = ammonia, uuid

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.

subprocess external-processor
tokio external-processor

Enables tokio ^0.3.6

syntect syntect-processor

Enables syntect ^4.5.0

ammonia html-sanitizer-processor

Enables ammonia ^3.1.0

uuid html-sanitizer-processor

Enables uuid ^0.8.1