Cargo Features
[dependencies]
concision = { version = "0.3.1", default-features = false, features = ["full", "autodiff", "derive", "macros", "data", "nightly", "std", "wasi", "wasm", "alloc", "approx", "complex", "json", "rand", "rayon", "rustfft", "serde", "serde_json", "tracing", "wasm_bindgen", "blas", "intel-mkl-static", "openblas-system", "openblas-static"] }
- default full? = data, derive, macros, std
-
These default features are set whenever
concisionis added withoutsomewhere in the dependency tree.default-features = false - full = approx, default, rand, serde, tracing
- autodiff
-
********* [FF] Features *********
Enables autodiff of concision-core and optional concision-data
- derive default
-
Enables concision-derive
- macros default
-
Enables concision-macros, macros of concision-core
- data default
-
Enables concision-data
- nightly
-
********* [FF] Environments *********
Enables nightly of concision-core and optional concision-data
- std default = alloc
-
Enables std of concision-core and optional concision-data
concision-core:
********* [FF] Environments *********
- wasi
-
Enables wasi of concision-core and optional concision-data
- wasm
-
Enables wasm of concision-core and optional concision-data
- alloc std
-
********* [FF] Dependencies *********
Enables alloc of concision-core and optional concision-data
- approx full?
-
Enables approx of concision-core and optional concision-data
- complex
-
Enables complex of concision-core and optional concision-data
- json
-
Enables json of concision-core and optional concision-data
- rand full?
-
Enables rand of concision-core and optional concision-data
- rayon
-
Enables rayon of concision-core and optional concision-data
- rustfft
-
Enables rustfft of concision-core
- serde full?
-
Enables serde of concision-core and optional concision-data
- serde_json
-
Enables serde_json of concision-core and optional concision-data
- tracing full?
-
Enables tracing of concision-core and optional concision-data
- wasm_bindgen
-
Enables wasm_bindgen of concision-core and optional concision-data
- blas intel-mkl-static? intel-mkl-system? netlib-static? netlib-system? openblas-static? openblas-system?
-
********* [FF] Blas *********
Enables blas of concision-core and optional concision-data
- intel-mkl-system intel-mkl-static = blas
- netlib-system netlib-static openblas-system = blas
- openblas-static = blas