Cargo Features
[dependencies]
norman = { version = "0.0.4", default-features = false, features = ["array", "num-complex", "ndarray"] }
- default = ndarray, num-complex
-
These default features are set whenever
norman
is added without
somewhere in the dependency tree.default-features = false - array
-
Affects
implementation::array
,implementation::array
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- num-complex default
-
Enables num-complex ^0.2.0
Affects
implementation::num_complex
… - ndarray default
-
Enables ndarray ^0.12.0
Affects
implementation::ndarray
,implementation::ndarray
…