Cargo Features

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

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

parse default build-binary?

Enables chumsky

Affects tyche::parse

fastrand default build-binary?

Enables fastrand

Affects roller::FastRand

build-binary = fastrand, parse

Enables ariadne

Required by the binary