Cargo Features

[dependencies]
tytanic = { version = "0.1.0", default-features = false, features = ["embed-fonts", "vendor-openssl"] }
default = embed-fonts

The embed-fonts feature is set by default whenever tytanic is added without default-features = false somewhere in the dependency tree.

embed-fonts default

Enables embed-fonts of typst-kit

typst-kit:

Embeds some fonts into the binary:

  • For text: Libertinus Serif, New Computer Modern
  • For math: New Computer Modern Math
  • For code: Deja Vu Sans Mono

Implies fonts

vendor-openssl

Enables vendor-openssl of typst-kit

typst-kit:

Whether to vendor OpenSSL. Not applicable to Windows and macOS builds.

Tytanic has 3 features without comments.