Cargo Features

TexCore has no features set by default.

[dependencies]
texcore = { version = "0.7.2", features = ["compile", "texcreate_template", "async", "parallel", "full", "testing"] }
compile full?

Allows compiling latex code to a pdf using the tectonic crate

Enables tectonic ^0.12.0

texcreate_template full? = async

Allows using the Template type for TexCreate

Enables serde_json

Affects texcore::template

async full? testing? texcreate_template?

Provides asynchronous alternatives

Enables futures and tokio

Affects texcore::future

parallel full? testing?

Provides ways to iterate and write latex in parallel using rayon

Enables rayon

full = async, compile, parallel, texcreate_template

Provides all production features

testing = async, parallel

Features needed for testing