Cargo Features

[dependencies]
concision-data = { version = "0.1.22", default-features = false, features = ["full", "loader", "alloc", "std", "anyhow", "approx", "blas", "complex", "json", "rayon", "rand", "rng", "reqwest", "serde", "tracing"] }
default full? = std

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

full = anyhow, approx, complex, default, json, rand, serde, tracing
loader = json, reqwest

Affects concision-data::loader

alloc json? std

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

Enables alloc of concision-core, num, and optional serde

std default = alloc

Enables std of concision-core, ndarray, num, optional num-complex, optional serde, optional serde_json, and optional tracing

concision-core:

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

anyhow full?

Enables anyhow, anyhow of concision-core

approx full?

Enables approx, approx of concision-core and ndarray

blas

Enables blas of concision-core and ndarray

ndarray:

Enable blas usage
See README for more instructions

complex full?

Enables num-complex, complex of concision-core

json full? loader? = alloc

Enables serde_json, json of concision-core and optional reqwest

rayon

Enables rayon, rayon of concision-core

rand full? = rng

Enables rand of concision-core

rng rand?

Enables rng of concision-core

reqwest loader?

Enables reqwest

serde full?

Enables serde, serde of concision-core, ndarray, num, and optional num-complex

tracing full?

Enables tracing, tracing of concision-core