Cargo Features

[dependencies]
texlang-stdlib = { version = "0.1.0", default-features = false, features = ["time", "repl", "serde"] }
default = time

The time feature is set by default whenever texlang-stdlib is added without default-features = false somewhere in the dependency tree.

time default

Enables chrono

In the time module for getting the current time on startup.

repl

Enables linefeed

Affects repl::run

serde

Enables rmp-serde, serde, and serde_json, serde of texcraft-stdext and texlang

Affects job::get_dump, testing::run_serde_test