Cargo Features

augurs-prophet has no features set by default.

[dependencies]
augurs-prophet = { version = "0.6.3", features = ["bytemuck", "cmdstan", "compile-cmdstan", "download", "serde", "wasmstan", "wasmstan-min", "internal-ignore-build-failures"] }
bytemuck

Enables bytemuck

cmdstan compile-cmdstan? = serde

Enables serde_json and tempfile

Affects augurs-prophet::cmdstan

compile-cmdstan = cmdstan

Enables tempfile

download

Enables ureq and zip

Required by the download-stan-model binary

serde cmdstan? wasmstan-min?

Enables serde

wasmstan = wasmstan-min
wasmstan-min wasmstan? = serde

Enables serde_json, wasmtime ^26, and wasmtime-wasi ^26

Affects augurs-prophet::wasmstan

internal-ignore-build-failures

Ignore cmdstan compilation or wasmstan copying in the build script.
This should only be used for developing the library, not by end users, or you may end up with a broken build where the Prophet model isn't available to be compiled into the binary.