Cargo Features

[dependencies]
tyche = { version = "0.3.0", default-features = false, features = ["std", "parse", "fastrand", "build-binary"] }
default = fastrand, parse, std

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

std default build-binary?

Enables std of optional chumsky, optional fastrand, and thiserror

chumsky:

Integrate with the standard library.

parse default build-binary?

Enables chumsky

Affects tyche::parse

fastrand default build-binary?

Enables fastrand

Affects roller::FastRand

build-binary = fastrand, parse, std

Enables ariadne

Required by the binary