Cargo Features

[dependencies]
rstmt-core = { version = "0.0.5", default-features = false, features = ["full", "nightly", "std", "wasi", "wasm", "alloc", "anyhow", "json", "rand", "rayon", "rng", "serde", "serde_json", "tracing"] }
default full? = std

The std feature is set by default whenever rstmt-core is added without default-features = false somewhere in the dependency tree.

full = anyhow, default, json, rand, serde, tracing
nightly
std default = alloc

************* [FF:Environments] *************

Enables std of scsys

custom

and std of strum and optional serde

serde:

serialization

and std of num, num-traits, and optional rand

num:

mathematics

wasi

Enables wasi of scsys

wasm

Enables wasm of scsys and wasm_js of optional getrandom

randomization

and web_spin_lock of optional rayon-core

concurrency & parallelism

alloc json? std

************* [FF:Dependencies] *************

Enables alloc of num, scsys, optional serde, and optional serde_json

anyhow full?

Enables anyhow of scsys and anyhow

error-handling

json full? = alloc, serde, serde_json

Enables json of scsys

rand full? rng? = rng

Enables rand and rand_distr, rand of num, rand of scsys

rayon

Enables rayon-core

rng rand?

Enables getrandom, small_rng and thread_rng of rand, rng of scsys

serde full? json?

Enables serde and serde_derive, serde of num and scsys

serde_json json?

Enables serde_json

tracing full?

Enables tracing of scsys and log of tracing

logging