Cargo Features
mwalib has no features set by default.
[dependencies]
mwalib = { version = "1.5.0", features = ["cfitsio-static", "examples", "python"] }
- cfitsio-static
-
Compile cfitsio from source and link it statically.
Enables fitsio-src of fitsio-sys ~0.4
- examples = anyhow, clap, env_logger
-
Enable optional features needed by examples.
- python = ndarray, numpy, pyo3
-
Enable python
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.
- pyo3 python?
-
Enables pyo3 ~0.20
"python" feature.
- numpy python?
-
Enables numpy ~0.20
- ndarray python?
-
Enables ndarray ~0.15
- anyhow examples?
-
Enables anyhow
"examples" feature.
- clap examples?
-
Enables clap ^3.0.0
- env_logger examples?
-
Enables env_logger ~0.10