Cargo Features

[dependencies]
tsuki = { version = "0.4.8", default-features = false, features = ["std", "rand", "serde"] }
default = rand, std

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

std default

Enables std of tsuki-macros and arch of libm

libm:

Enable architecture-specific features such as SIMD or assembly routines.

Affects base::print, builtin::io, builtin::os, builtin::IoLib, builtin::OsLib

rand default

Enables rand ^0.9.1

Affects table::sort

serde

Enables serde

Affects value::serde