Cargo Features

[dependencies]
concision-data = { version = "0.2.7", default-features = false, features = ["full", "nightly", "loader", "std", "wasi", "wasm", "alloc", "anyhow", "approx", "blas", "complex", "json", "rayon", "rand", "rng", "reqwest", "serde", "serde_json", "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
nightly

Enables nightly of concision-core

loader = json, reqwest

************* [FF:Features] *************

Affects concision-data::loader

std default = alloc

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

Enables std of optional tracing

logging

and std of optional serde and optional serde_json

serde:

data & serialization

and std of concision-core, ndarray, num, scsys, and optional num-complex

scsys:

custom

wasi

Enables wasi of concision-core and scsys

wasm

Enables wasm of concision-core and scsys

alloc json? std

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

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

anyhow full?

Enables anyhow of concision-core and scsys and anyhow

error handling

approx full?

Enables approx of concision-core and ndarray and approx

mathematics

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, serde, serde_json

Enables json of concision-core, optional reqwest, and scsys

reqwest:

networking

rayon

Enables rayon of concision-core and rayon

concurrency & parallelism

rand full? = rng

Enables rand of concision-core and scsys

rng rand?

Enables rng of concision-core and scsys

reqwest loader?

Enables reqwest

serde full? json?

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

serde_json json?

Enables serde_json

tracing full?

Enables tracing, tracing of concision-core and scsys